link-design
Forum Replies Created
-
I agree
Forum: Plugins
In reply to: [Cresta Help Chat] Not Working on IPhonesDesktop and mobile (Android) works, please try using an IPhone.
I get no error using both.All users get no action using IPhone.
This happens on every site.Thanks
- This reply was modified 5 years, 11 months ago by link-design.
Is it possible to leave an example code ready to be used?
Forum: Plugins
In reply to: [Social Slider Feed] No images found!Same problem here, only Hashtag works.
- This reply was modified 7 years ago by link-design.
Forum: Plugins
In reply to: [WooCommerce] Free shipping message in product pageAdded some custom code here to let you customize the message via CSS and to set the minimum value to display the message.
<?php $free_shipping = get_option( 'woocommerce_free_shipping_settings' ); $price = get_post_meta( get_the_ID(), '_price', true); if ( isset( $free_shipping['enabled'] ) && 'yes' === $free_shipping['enabled'] && $price > '500' ) { ?> <div class="free-shipping"> <?php echo 'Free Shipping'; ?> </div> <? } ?>
Forum: Plugins
In reply to: [WooCommerce] Free shipping message in product pageAnd how to show the message only if the product price is equal or above the minimum set in the Free Shipping settings?
Hello,
we figured out this problem. There was a part of code missing in our template.Thanks anyway
Also we tried with and without WP Property default CSS.
But continues without working, we can’t view more than those 9 itens of the first page.Thanks
Yes we tried twentyfifteen default theme.
Forum: Plugins
In reply to: [Cielo WooCommerce - Solu??o Webservice] Shipping field errorSó informo que o pedido é processado normalmente.
Forum: Plugins
In reply to: [Contact Form 7] Problems of the new versionManually?
Forum: Plugins
In reply to: [WP Admin UI Customize] Woocommerce Produtcs Metabox issuesYes, now it works correctly, thank you very much for the implementation.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors Not WorkingHere you are: https://i.imgur.com/WLKoTEe.png
Note that this screenshot is from v. 3.5
Anything else you need please inform.
Thank you
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors Not WorkingHello Andy,
Is the plugin loading?
YES
Is the settings page available?
YES
Is there an admin notice?
NO
Is your host using PHP 5.3 or greater?
YES
Why downgrade all the way to v3.5?
IT WAS THE LAST SOLUTION (AND WORKED)
What version of The Events Calendar are you using?
I UPGRADED YESTERDAY TO THE LAST VERSIONVersion 3.5 does not have the ‘hide’ checkboxes, around this could be the reason?
Thanks for the quick reply!
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Link are not trackedSame problem here.
Both clicks and views are not tracked.Cheers