- 14
- 7 268
GP Awesome
Indonesia
Приєднався 29 тра 2023
Hello my name is Made Santika, full time freelancer, my expertise in creating custom WordPress theme based on GeneratePress.
GeneratePress Logo on Left and Center Navigations
.inside-header {
justify-content:space-between;
}
.nav-float-right #site-navigation {
margin-left: 0;
}
justify-content:space-between;
}
.nav-float-right #site-navigation {
margin-left: 0;
}
Переглядів: 20
Відео
Free GeneratePress Post Carousel Template
Переглядів 4912 годин тому
Free GeneratePress Post Carousel Template
How to Add a Reading Progress Bar On Your WordPress Posts on GeneratePress
Переглядів 1313 місяці тому
How to Add a Reading Progress Bar On Your WordPress Posts on GeneratePress
How to Integrate Contact Form 7 with GetResponse.
Переглядів 563 місяці тому
How to Integrate Contact Form 7 with GetResponse.
Insert Inline Related Posts in GeneratePress Without Plugins
Переглядів 3073 місяці тому
On this tutorial i wan to show you how to Insert Inline Related Posts in GeneratePress Without Plugins and you can do it via Element.
How to Show Related Posts in Generate Press Without a Plugin
Переглядів 2268 місяців тому
How to Show Related Posts in Generate Press Without a Plugin
How to Create a Sticky Header, Sidebar, Sticky Block in GeneratePress
Переглядів 3799 місяців тому
CSS : /* Header */ .site-header { position:sticky; top:0; z-index:99; border-bottom:1px solid #ccc; } /* Sidebar */ .inside-right-sidebar { height:100%; } .sidebar_stick { position:sticky; top:120px; align-self:flex-start; } .stickies { position:sticky; top:20px; align-self:flex-start; } @media only screen and (max-width: 767px) { .stickies { position:static; } }
How to Create Post Carousel Slider on Generatepress Without Plugin
Переглядів 1,4 тис.9 місяців тому
How to Create Post Carousel Slider on Generatepress Without Plugin
GenerateBlock Reverse Column Order on Mobile and Tablet
Переглядів 6911 місяців тому
GenerateBlock Reverse Column Order on Mobile and Tablet
Create Slider on GenerateBlock using Owl Carousel - GeneratePress
Переглядів 2,8 тис.Рік тому
Create Slider on GenerateBlock using Owl Carousel - GeneratePress
How to Fix Ajax "Load More" Post Button Loads Posts in Wrong Place - GeneratePress Premium Themes
Переглядів 191Рік тому
How to Fix Ajax "Load More" Post Button Loads Posts in Wrong Place - GeneratePress Premium Themes
Case#1 - Convert Figma into GeneratePress (Custom Blog Design)
Переглядів 768Рік тому
Case#1 - Convert Figma into GeneratePress (Custom Blog Design)
Generatepress - How to create a popular posts widget
Переглядів 607Рік тому
Generatepress - How to create a popular posts widget
With GenerateBlocks 2.0 releasing in less than a month and both the Query and Grid blocks being completely re-written, does the custom code for this slider setup need to be modified?
I do testing on GB 2.0, old query still working, also this code still work on new query
Bro please provide the source code
Hai, please see my latest video more detail about slider : ua-cam.com/video/TBiL07BEJZk/v-deo.html
Child theme code
I want to exclude the current post, is it possible?
with this method unfortunately its not possible, sorry
Generatepress Without Plugin .... then saying u need generatepress child theme and plugin !
Of course you need plugin GenereatePress Premium Sir!
if possible make an video on Mega Menu
Ok i will share on other video, stay tune
keep posting content like this
very nice
<div class="progress-container"> <div class="progress-bar" id="myBar"></div> </div> <style> .progress-container { position: sticky; top: 0; width: 100%; height: 12px; order: 5; z-index:99; } .progress-bar { height: 12px; background-color: #000; width: 0%; } </style> <script> window.onscroll = function() {myFunction()}; function myFunction() { var winScroll = document.body.scrollTop || document.documentElement.scrollTop; var height = document.documentElement.scrollHeight - document.documentElement.clientHeight; var scrolled = (winScroll / height) * 100; document.getElementById("myBar").style.width = scrolled + "%"; } </script>
Awsome, please to share the code 🤗🤗🤗
Sorry im forger LOL, check on PIN comment
Thanks for this one, I added this at the homepage it worked even though I didn't used any block elements. Pls continue to make GP tutorials
Sure, thank you
Awesome tutorial, is there any way to design the navigation arrows? like placing them on the top instead of below, then place them on the right side?
Hai, can you try this css : .owl-nav button { position: absolute; top: 38%; width: 35px; opacity: 1; height: 35px; transition: all .2s ease-in-out; } .owl-nav button:hover { opacity:1; } .owl-nav button span { display: none; } .owl-nav button.owl-prev { left: -20px; } .owl-nav button.owl-next { right: -20px; }
I have seen on Facebook you are also preparing Free GeneratePress theme template for community?
Yes it will available soon
very nice
Is there any method to use in same theme without using child theme ?
You need to include JS on your current themes, also you need copy the css
Pro 🗣️😳😳😳
Sir you are awesome 😎 Your English too for beginners ❤ Need more vidoe on custom element sliders grids and query loop ➿➿➿➿➰➰➰➰
Bro, how can i set the child theme? I already have a child theme then what files i need to add?
where is the code?
sorry, please find here : gpawesome.com/how-to-show-related-posts-in-generate-press-without-a-plugin/
Buenísimo el tutorial gracias por el🎉
Nice
Thank you
gpawesome.com/
Hello, perfect, the tutorial works very well, in your video I see that you have created the custom.js, but that file is not in the repository as I access it, for example, to be able to customize the arrows and put them, for example, at the top of the posts? Would it be possible to put these dates with my personalized SVG? Would you know, thank you and very good tutorial.
Hai sorry for delay respond, i've create another video more detail + source file about this post slider, check here : ua-cam.com/video/N8wcQG0zxG0/v-deo.html
What is needed is an infinite scroll for the blog. I don't know if generate press has that, I don't think so. For a paid theme, the truth is that it is a bit embarrassing. Generate press is not at all what they promised me when I paid for it. We just need someone to explain how to correctly implement the Load More Ajax plugin along with Generate Press on individual blog pages.
Its not working brother.
Can you explain more detail
so how did you convert figma to generatepress????? sniff less cocaine man
It is very helpful. Thanks!
Your welcome brother, i hope my english good enough for you
Subscribing to this channel because this video really helps me. May you got more views and subscriber.😊
Thank you brother
Hola gracias por explicar el complemento, sabrías como aplicar esto con el bloque de query loop, para los post
Cek on the end of video, it also can apply on query loops
hello how to implement the carousels js, from the blocks of generateblock? thank you
Check this bro : ua-cam.com/video/Ooz6A_A6xFA/v-deo.html