atiq29
Forum Replies Created
-
Forum: Plugins
In reply to: [Mega Menu Plugin for WordPress - AP Mega Menu] Sub Menu Show Only on Hover.I Solve This Issue There is an issue in Theme Style. I use shoppingcart Theme.
Change visibility is hidden to visible
.catalog-menu ul li ul {
visibility: hidden;
}
.catalog-menu ul li ul {
visibility: visible !important;
}Thank you very much for reply.
there is issue is “BIALTY – Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce” plugin. I deactivate this plugin my issue is solve.Thank You Very Much @tanvirul.
Thank You Very For Reply. My Issue Have been Resolve After Update Plugin.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PDF File is not downloadingthere are no errors in the Logs.
logs are empty.Forum: Plugins
In reply to: [LiteSpeed Cache] Remove the following redirect chain if possible:Thank you very @qtwrk,
the error has been solved.Forum: Themes and Templates
In reply to: [Allegiant] How to select Blog pageThanks for reply @mplusb,
I create an empty page but after created in home page blog section is showing I disable from Customizing but it’s not hidden. I remove blog code from index.php but it is still showing.
this is code I remove:-<?php if ( cpotheme_show_posts() ) : ?> <div id="main" class="main"> <div class="container"> <section id="content" class="content"> <?php do_action( 'cpotheme_before_content' ); ?> <?php if ( have_posts() ) { while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/element', 'blog' ); ?> <?php endwhile; }; ?> <?php cpotheme_numbered_pagination(); ?> <?php do_action( 'cpotheme_after_content' ); ?> </section> <?php get_sidebar(); ?> <div class="clear"></div> </div> </div> <?php endif; ?>
Hello @mplusb
Thanks for Reply,
Please don’t add those options to a free theme.