Jamonzito
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Visibility for Elementor] Incompatible with ElementorHi Everybody I had a similar issue , when I was logged out , the jettab image accordion didnt show up, so there was a solution on the help page that work for me here :
paste this function on the child theme function.php file
add_action( ‘init’, function(){ global $wp_scripts; $script = $wp_scripts->query( ‘imagesloaded’, ‘registered’ ); if ( ! $script ) { return; } if ( ! in_array( ‘jquery’, $script->deps ) ){ $script->deps[] = ‘jquery’; } } );
Everything is explain on the link .
Aloha
Forum: Plugins
In reply to: [WooCommerce] Chained products displayed in cartHi is there a solution ? for this issue ???…. having the same problem.
Forum: Plugins
In reply to: [Booster for WooCommerce] Change the currency symboladd_filter(‘woocommerce_currency_symbol’, ‘change_existing_currency_symbol’, 10, 2);
function change_existing_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {//CURRENCY CODE EXAMPLE USD//
case ‘USD’: $currency_symbol = ‘HK$’; break;
}
return $currency_symbol;
}Forum: Plugins
In reply to: [WooCommerce] Stock Management not workingHello same problem for some reason is not updating new info on quantity.
Thanks awesome plugn in, I don’t know what happen but now has that problem. ??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Inventory Stock Levels Not ReducingSame problem here did you found the solution ?
Thanks !
HI, I have the same problem but I already wrote !important; here is my code:
If I use the preview mode it shows the right colors…..tablepress tfoot th,
.tablepress thead th {
background-color: #d1584b !important;
color: #ffffff;
}Thanks Awesome Plug-in
- This reply was modified 7 years, 10 months ago by Jamonzito.
Forum: Plugins
In reply to: [WooCommerce] Lost password Endpoint & shortcode not workingMy lost password link goes to wordpress lost password instead of woocommerce one… what can I do ? endpoint does work, but the link doesn’t.
Regards
Forum: Plugins
In reply to: [WP Store Locator] Required "Start Point" location can't be setSame error here, there si some problem with the API key I try changing the *.mydomainname.com/* part but nothing works… in Yoast are seeing that their plugin had a lot of broken code by the new changes on the Map API….. is there any updates or something else to make it work ?.
Thanks
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Not so good after testingHey Im having problems with my fixed menu as well, do you have a fix for this problem ?
Thanks awesome plugin