sroskylos
Forum Replies Created
-
Just the recommended settings when you activate the plugin. The issue happens only when i activate the Lazy Load Images.
Hello @hamza1010 ,
Ok i will wait ??
Forum: Themes and Templates
In reply to: [GeneratePress] How To Modify Author Archive Page?The bellow solution is right?
add_action( 'generate_before_main_content', function() { if ( ! is_author() ) { return; } ?> <header class="page-header"> <h1><?php echo get_the_title( get_option('page_for_posts', true) ); ?></h1> </header> <?php } );
I get and modify the code from the following support post here
Forum: Themes and Templates
In reply to: [GeneratePress] How to add heading at the top of blog page?How can be use this in if ( ! is_single() ) {
in single post? To display the <h1> above the image?
Or move the <h1 class=”entry-title” itemprop=”headline”></h1> above featured image?
- This reply was modified 1 year, 1 month ago by sroskylos.
Forum: Plugins
In reply to: [WordPress Popular Posts] stuck at the loading animationI do it but still doesnt work.
Forum: Plugins
In reply to: [W3 Total Cache] Error After Update The Version 2.2.10Forum: Plugins
In reply to: [Stars Rating] Review Snippet ERRORSure!
Plz see the pic https://ibb.co/7VnSFLB
I thing is better to hide the iframe if value is below 1?
Forum: Plugins
In reply to: [Stars Rating] Show Before 1st Rating?Awesome!!! Keep up the great work @fahidjavid
Forum: Plugins
In reply to: [Stars Rating] Show Before 1st Rating?Awesome ?? I will wait for the next plugin update!
Forum: Plugins
In reply to: [WooCommerce] Exclude Woocommerce Product Category From SitemapYes @rainfallnixfig the code is
add_filter( 'wp_sitemaps_posts_query_args', function( $args, $post_type ) { if ( 'product_cat' !== $post_type ) { return $args; } $args['product_cat__not_in'] = isset( $args['product_cat__not_in'] ) ? $args['product_cat__not_in'] : array(); $args['product_cat__not_in'][] = 2053; $args['product_cat__not_in'][] = 924; return $args; }, 10, 2 );
But doesn’t exclude this categories from sitemap.
- This reply was modified 2 years, 5 months ago by sroskylos.
Forum: Plugins
In reply to: [Brands for WooCommerce] Remove Category From Brand ArchiveAny help?
Forum: Plugins
In reply to: [Brands for WooCommerce] How To Print The Brand Thump?Thank you!
Forum: Plugins
In reply to: [Featured Image by URL] Work with WP All ImportHello,
Yes it works, just use the custom fields.
For the link url use:
_knawatfibu_url
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] WooCommerce Registration Page SubscriptionHello @liljimmi
I mean Integration Settings on WooCommerce Account page Opt-in Check Box Label for new user when register in website.Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Duplicate Form ErrorHello @gengeru,
Maybe some conflict with some other plugin. Dont know sure.