Forum Replies Created
-
AuthorPosts
-
Definitely not there, try putting the code in child theme style.css instead.
Cheers!
JosueHey!
Can you post a link to your actual Shop or one of your products so i can get to the checkout page?
Regards,
JosueYou can use it and it may work fine, but problems or requests related to Enfold and the plugin is not something we can help with, hope you understand.
Regards,
JosueIt’s weird, that line shouldn’t be there in the first place, can you please create me a temporary FTP account? post it here as a private reply.
Regards,
JosueIs it currently happening on one of your pages? you could try enabling debug mode and look for unwanted break lines (a box wil appear below ALB with the full shortcode tree):
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueHi!
Add this:
.ajax_search_response { background: white; box-shadow: 0 0 8px rgba(0,0 ,0,0.4); top: 6px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 12, 2015 at 10:51 am in reply to: Change menu css to show tabs on chosen menu item? #394880Hey Peter!
I’m not seeing the code added to the Quick CSS (dynamic stylesheet).
Regards,
JosueFebruary 12, 2015 at 5:08 am in reply to: Enfold Combo Widget – Wrong dates display on comments #394829Hey!
Yes, there was a change to that file recently.
Cheers!
JosueHi Sergey!
Try adding this:
.mfp-wrap { height: initial !important; } .mfp-iframe-holder .mfp-content iframe{ height: 600px; }Change
height: 600px;by the height you want for the popup.Regards,
JosueWell, we may be able to help you with that, did you import the WooCommerce dummy content?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Freek!
Refer to this topic:
https://kriesi.at/support/topic/instant-ajax-search-on-sidebar/Best regards,
JosueFebruary 12, 2015 at 12:02 am in reply to: Change menu css to show tabs on chosen menu item? #394772Hi!
It’s possible but there will be some funkiness if you keep the header shrinking activated (i’d suggest disabling it), add this to Quick CSS:
.avia-menu-fx{ display: none; } .av-main-nav > li > a { line-height: 182px !important; } .av-main-nav li.current-menu-item .avia-menu-text { padding: 5px 10px; background: #97c000; border-radius: 2px 2px 0 0; color: white; }This will solve the shrinking issue partially:
.header-scrolled .av-main-nav > li > a { line-height: 52.5px !important; }Cheers!
JosueHi,
Yes, that could work, are you getting any error message or something?
Regards,
JosueYes, /feed/ will normally return the Comments feed of the post/page, the problem is that when you enable Advanced Layout builder on a Page you’ll lose that functionality (comments) so /feed/ doesn’t return anything. I’ll report this to Kriesi.
Regards,
JosueHey!
The theme is not compatible with your current WordPress version, please update the theme to the latest version (3.0.8).
Best regards,
JosueHey!
In order to have the share links at the top you’d need to edit loop-index.php:
https://kriesi.at/support/topic/share-this-entry-4/#post-387968Regards,
JosueHello Newton!
I’d strongly suggest switching to WooCommerce in order to get full compatibility (function and style) with Enfold.
Regards,
JosueHey!
Try putting that snippet at the very beginning of Quick CSS, there is an unclosed media query that seems to be blocking all code below it.
Regards,
JosueHi Michael,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Can you please enable Debug Mode and try again? you should see some error messages instead of the blank page.
Cheers!
JosueHi Sergey,
Can you post the link to your website please?
Regards,
JosueHi!
You can set a minimum height to the content container, try adding this to Quick CSS:
#main .content { min-height: 600px; }Cheers!
JosueHey!
Do you have any WYSWIG editor plugin activated?
Regards,
JosueHey!
You can use a Video element (Media Elements), upload the video and put the video URL there. Be aware though that the video won’t be playable on all major browsers, to achieve this you’d need to convert it to the proper formats, refer to the following article for more info:
https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formatsRegards,
JosueHi!
There you have it, now you’d need to set those variables in your PHP configuration, you can do it by creating a php.ini file in your WordPress install with this content:
php_value max_input_vars 5000 php_value suhosin.get.max_vars 5000 php_value suhosin.post.max_vars 5000 php_value suhosin.request.max_vars 5000If that doesn’t work please contact your hosting provider and ask hem to do it for you.
Regards,
JosueHi!
Yes, that’s the root of the issue (seems to be server caching), try adding the following to your child theme functions.php to force a rename to the dynamic stylesheet:
add_filter('avia_dyn_stylesheet_file_path', 'avia_change_filename'); function avia_change_filename($stylesheet){ return 'new_dynamic_stylesheet.css'; }Cheers!
JosueFebruary 11, 2015 at 9:15 pm in reply to: Fullscreen slider with YouTube Video additional question. #394677You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
