Forum Replies Created
-
AuthorPosts
-
You are welcome, always glad to help :)
Regards,
JosueYou are welcome Cameron, always glad to help :)
Regards,
JosueHi Jerry,
Open /config-templatebuilder/avia-shortcodes/postslider.php and look for line 386:
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";Replace it by this:
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time> / by ".get_the_author();Regards,
JosueHi Cameron,
Discard my previous suggestions, try adding this at the very end of your theme functions.php file instead:
function add_custom_script(){ if(is_page(9516)){ ?> <script> jQuery(window).load(function(){ jQuery('html').removeClass('html_header_sticky'); }); </script> <?php } } add_action('wp_footer', 'add_custom_script');Regards,
JosueMost of the times is located at the root of your WordPress directory, but that depends on your server configuration, if you can’t find it, ask your server support about it.
Can you check your PHP log? look for the most recent messages, paste them here.
Great, let me know if you have any additional questions. We appreciate if you take the time to rate Enfold in Themeforest, you can do that in your Downloads page :)
Do you have access to the Dashboard?
Hey Consulo!
The website you posted is not using Enfold.
Cheers!
JosueI couldn’t really test anything, there is something going on with a caching functionality you have enabled there. Anyhow, the issue with the 1/4 columns is that the third one is getting wrapped by an em tag, i think this may be related to the code block there.
You can also enable this to help you debug that:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueHello Nancy,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Andrew,
Can you post the link to the website please?
Regards,
JosueHey Rupert!
This error is showing up in the console:
LayerSlider error:
It seems like the URL of the image or background image “Dentist_HomeB3_lab.png” is pointing to a wrong location and it cannot be loaded. Please check the URLs of all your images used in the slider.Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
Add this too:
#av_section_1 h3, #av_section_1 div{ color: white; }I suggest setting a unique ID to that color section so it won’t affect other sections in the site (you’d need to update the Quick CSS codes too).
Best regards,
JosueHey!
I only see two products right now and they resize homogeneus.
Best regards,
JosueDone:
http://lifepointohio.com/messages/a-new-selfie/sons-spirit/Quick CSS now works, the fix i applied will be included in the next update.
The login details you posted are not working.
Hi,
Can you post the link to your website please?
Try setting a fixed height setting here:

Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHello!
A color switch would require a very complex modification, unfortunately that’s beyond the scope of the support we can offer.
Alternatively you can include the text size controller (+/-), i helped a user with that here:
https://kriesi.at/support/topic/viewer-controls-text-size/Cheers!
JosueHi!
Not specifically Enfold but WordPress itself is SEO friendly, however if you want something more advanced i’d recommend WordPress SEO, a lot of our users use this plugin with good results.
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome Julian, always glad to help :)
Regards,
JosueTry with this:
/* Mobile menu toggle */ @media only screen and (max-width: 990px) { .main_menu, #header_main_alternate{ display: none; } .container #advanced_menu_toggle, #advanced_menu_hide{ display: block; } #mobile-advanced{ display: block; } } /* Header Meta adjustments */ @media only screen and (min-width: 480px) and (max-width: 990px) { #header_meta .container{ width: 95%; margin: 0px 20px; } } @media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; } }Cheers!
JosueHi!
Change the whole code to:
@media only screen and (max-width: 990px) { .main_menu, #header_main_alternate{ display: none; } .container #advanced_menu_toggle, #advanced_menu_hide{ display: block; } #mobile-advanced{ display: block; } #header_meta .container{ width: 95%; margin: 0px 20px; } } @media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; } }Cheers!
JosueHi!
Maybe you need even more memory, it would be better contacting Wordfence support as this is not a theme issue after all.
Cheers!
JosueJuly 2, 2014 at 6:34 pm in reply to: New share on Twitter > it do not take the right permalink #286319Hi!
You can change that in /includes/helper-social-media.php, line 147. Replace [shortlink] for [permalink].
Regards,
JosueHey!
Try adding this code to the Quick CSS (not custom.css):
span.blog-tags.minor-meta { visibility: hidden!important; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
