Forum Replies Created
-
AuthorPosts
-
September 30, 2015 at 2:43 am in reply to: Blank & unresponsive visual editor after 3.3.2 update #511074
Hi Vhalyar!
Seems to be a caching issue on your end, try doing a hard refresh on your browser.
Best regards,
JosueTry adding !important to your code.
.wpgmza_map { height: 300px !important; }Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('woocommerce_proceed_to_checkout', function() { ?> <a href="#" class="button">Continue shopping</a> <?php });Cheers!
JosueHey!
Looks pretty much the same on my end (Chrome / FF) – http://screencast.com/t/rYeG9557xN, have you checked it on another computer to discard?
Regards,
JosueHey!
1. Have you tried disabling all third-party plugins to see if it gets fixed?
2. Try adding this to theme / child theme functions.php:
add_filter('avf_logo_link', 'avf_redirect_logo_link'); function avf_redirect_logo_link($link) { $link = 'http://www.zebre-traiteur.com/#top'; return $link; }Best regards,
JosueHey!
I think i managed to fix it, check it, here’s what i did:
1. Cut all contents from the debug window -> Save
2. Paste all contents again into the debug window -> SaveCheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueSeptember 29, 2015 at 9:15 pm in reply to: How to replace the class-framework-widgets.php in child theme? #510996Hey!
Try including the preceding conditional too:
if (!class_exists('avia_newsbox')){ ... }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
The problem is every time I try to load functions.php in /enfold-child I get the white screen of death on front end and admin.
I copied and pasted the functions file exactly as it was in the enfold/functions.php.You don’t need to do that, leave child functions.php empty.
Regards,
JosueHi Neil!
On a Page, create a Button using the Magic Wand tool, then copy the generated shortcode into a Text Widget.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Have you checked it on another computer? i’ve logged to your install and the attributes do show on my end.
Regards,
JosueHey!
Did you manage to fix it? i’m now seeing the wechat icon at the top right.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');Cheers!
JosueHey!
Have you tried:
#product-6694 .summary div { position: relative; top: -20px; }Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".wc-proceed-to-checkout").after($("[name='update_cart']")); }); })(jQuery); </script> <?php } add_action('woocommerce_after_cart_table', 'add_custom_script');Cheers!
JosueSeptember 28, 2015 at 11:18 pm in reply to: Grid row – disable caption text on mobile or separate grid on mobile viewing #510457I see, would be better then to wait until you publish the site somewhere so we can also look at it live, let us know through this topic.
Regards,
JosueHi!
Thanks for sharing your solution, let us know if you need further assistance.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueTry:
#product-6694 .product_title { display: none; }You are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.slide-meta-comments, .slide-meta-comments + .slide-meta-del { display: none !important; }Cheers!
JosueConnect via FTP and revert the change, if you don’t know how to do this hand me a temporary FTP access and i’ll do it for you.
Best regards,
JosueHi!
Try adding this:
.product_meta { min-height: 30px; } .variations select { width: 100% !important; }Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_datepicker_dateformat', 'avf_change_datepicker_format'); function avf_change_datepicker_format($date_format) { $date_format = 'mm / dd / yy'; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'MM / DD / YY'; return $placeholder; }Cheers!
JosueNo, we haven’t received it. Post it here in the private section of the reply – http://screencast.com/t/uKxeEiHvL0gj
September 27, 2015 at 2:00 am in reply to: Home page and columns look horrible – not functioning properly – on mobile #509627Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
AuthorPosts
