funkopopwave
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gridzone] header fixed on mobileHi, you need to edit de index.php (better in a child theme). Then add your code between the lines:
<?php get_template_part(‘inc/front-widgets-top’); ?>
// place your code here
<?php if ( have_posts() ) : ?>
Thats all ??
Regars
Diego M.
i see…then wait for the update. Thanks for your time and thanks for your work and your plugin, is awesome.
found it OneSignal Push Notifications
- This reply was modified 5 years, 2 months ago by funkopopwave.
- This reply was modified 5 years, 2 months ago by funkopopwave.
ok, thanks i,ll try, do not have nothing new
- This reply was modified 5 years, 2 months ago by funkopopwave.
Problem not solved with latest update… ??
Any news of a solution to this bug? thanks
Hi, i will try this.
If you want to add the Spanish language
to you plugin let me know. It is already done and I’m glad to share.Regards.
Diego M
Funkopopwave.comHi, the version installed is: 1.17.5 I think is the last one. Where i can find the debugging with Gutenberg section?
Thanks in advance.
Regards
Diego M
funkopopwave.comForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Search form search in blog postyes, my theme order the results by name by default and i added a code to change this and order by date with this
function my_search_query( $query ) { // not an admin page and is the main query if ( !is_admin() && $query->is_main_query() ) { if ( is_search() ) { $query->set( 'orderby', 'date' ); } } } add_action( 'pre_get_posts', 'my_search_query' );
and this for exclude pages from the result
//Exclude pages from WordPress Search if (!is_admin()) { function wpb_search_filter($query) { if ($query->is_search) { $query->set('post_type', 'post'); } return $query; } add_filter('pre_get_posts','wpb_search_filter'); }
- This reply was modified 5 years, 9 months ago by funkopopwave.
- This reply was modified 5 years, 9 months ago by funkopopwave.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Search form search in blog postmy fault a code in my php function is the cause of this behavior
Thanks
Forum: Themes and Templates
In reply to: [Bayleaf] menu on mobileThank you ??
Forum: Themes and Templates
In reply to: [Bayleaf] recommended size for imagesThank you very much. That’s exactly what I needed to know ??
Regards
Diego M
funkopopwave.comForum: Plugins
In reply to: [WP Super Cache] Lazy Load Suggestionsa3 Lazy Load plugin works great for me
Fixed!. was my mistake, yesteday i activated this option on google cloud.
i deactivated and all working fine again.
Sorry and thanks for your help ??
- This reply was modified 5 years, 10 months ago by funkopopwave.
Nop, i deactivated all the other plugins for testing and the problem still remains. I tried other option like CDN but same problem, only upload to my server.