franklnx
Forum Replies Created
-
Forum: Plugins
In reply to: [PowerPack Lite for Beaver Builder] V,1.3.0.2: problems in WC product pagesUpdated various plugins.
Tested again: uninstalled, deleted the folder and reinstalled.
Now working. Ignore this ticket ??Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Discount not applied correctlyHi,
marked as “fixed” although it is a workaround.
It seems impossible (at least to me) to correctly apply a percentage discount to variations with different prices.
However, I created two different options using conditional logic, so some options are applied when a specific variation is selected and other options if the same is not.Just to know if any users have had a similar problem.
Regards,
Resolved with:
Load CSS and JavaScript inline
https://docs.wpbeaverbuilder.com/beaver-builder/developer/how-to-tips/load-css-and-javascript-inline/Resolved with:
Load CSS and JavaScript inline
https://docs.wpbeaverbuilder.com/beaver-builder/developer/how-to-tips/load-css-and-javascript-inline/I will do it. Thanks again ??
and sorry… I’ve inserted the code in the header.php (child):
<?php /** * generate_after_header hook. * * @since 0.1 * * @hooked generate_featured_page_header - 10 */ do_action( 'generate_after_header' ); // Beaver Builder: Use shortcode in a PHP file (outside the post editor). echo do_shortcode( '[fl_builder_insert_layout slug="extraheader"]' ); ?>
Hi @ejcabquina
This is the simple page/layout I want to include:
https://www.elbafishingblog.org/extraheader/
and this is the result once included (see below nav and above main content):
https://www.elbafishingblog.orgThanks for your support ??
@codente Done ??
Thanks for your support,
Frank@hinampaksh Same problem here… I tested different themes and disabled all plugins in use. The problem persists.
Kind Regards,
Frank- This reply was modified 3 years, 1 month ago by franklnx.
Forum: Plugins
In reply to: [Extra Product Options for WooCommerce] Price reduction and double sign +-Now it’s perfect! Thanks again ??
Forum: Themes and Templates
In reply to: [Customify] Excerpt in Tag and Category pagesHi @longnguyen
My idea was to use the excerpt only in the archive pages, leaving the blog posts in full mode.
Your theme is quite complicated for me and I’m not able to find the right template file (or function) to edit.
Thanks anyway for the reply.
Regards,