I have a couple of site hosted with GoDaddy Managed WordPress and they utilize the Enfold theme. I have had a few occasions that the slideshows stop displaying. I have to go in and clear the GoDaddy Cache, as well as do a hard reset on the browser.
Have you figured out what the issue is with the GoDaddy Managed WordPress system? I have added the following to the child theme functions.php with no luck:
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );}
Thank You!
Beth
Hey!
Currently no but you can go to Appearance > Menus and move that menu item to the top to display on top of mobile menu
Regards,
Yigit
Thanks.
Looks good is it not possible to have it on the top navigation?
Hey!
That is intended behaviour as mobile menu appears at the top of the page, clicking the button would scroll to the top.
Regards,
Yigit
Hey ajosecorrea,
Sorry for the delay, we would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
However you could make use of a membership plugin please check out our recommended plugins list.
For the second issue as far as i know you have to fetch customer data from database and autofill it which will require extensive coding and we recommend hiring a freelancer.
Best regards,
Vinnie
Hi mcraig77!
Please add following code to Quick CSS
#top .avia-slideshow-button {
text-transform: none!important;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
h2.avia-caption-title { font-size: 32px !important; }}
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button {
margin-top: 0;
}}
Cheers!
Yigit
Hi mcraig77!
Please add following code to Quick CSS
#top .avia-slideshow-button,#top .av-subnav-menu > li > a {
font-family: 'Work Sans';
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on mobile and desktop
Cheers!
Yigit
HI Support
I’ve finally find an answer on the forum : https://kriesi.at/support/topic/layerslider-dynamic-content-from-posts/
but it seems to be an old post (so I don’t know if it’s always right)
I’ve find another way : put a single shortcode in a layer and personnalize it with the CSS on the “styles” tab
But It will be more easy to add css class and HTML in a single layer
If you have another idea, it’s welcome
Otherwise, the posts may be closed.
Thanks you support ; have a nice week :)
Ah I think I sorted it myself…
#advanced_menu_toggle { right: 5%; color: black; }
#advanced_menu_toggle:after {
content: ‘Menu’;
font-size: 18px;
position: relative;
top: -4px;
left: -90px;
color: #808080
}
#advanced_menu_toggle:before {
padding-left: 10px !important;
}
Hi, Its on all sites built with Enfold.
The Horizontal alignment has the logo and menu at the top of the header bar, and i want it to me moved to the middle, I dont see an option to attach a file upload or i would show you. the specific site i am working on now is http://www.brunettehomes.co.za
Thanks
The first table is a ugly data table which is responsive.
The other two tables are pricing tables looking nice on desktop.
But the responsive results are not acceptable.
– Description and other fields are not in line when view on ipad http://awesomescreenshot.com/0195ug8l7d
– Description not viewed (but needed) when view on iphone http://awesomescreenshot.com/0195ug8l7d
a fallback to the data table view when responsive (non desptop) would solve the issue.
http://awesomescreenshot.com/0365ug8t43
Also possible to make the table sideward scrollable and keep the description
the logo and menu toggle blocked the phone icon on mobile view….

#header .widget {
left: 84%;
padding-top: 8px;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
/***********/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.phoneicon { display:block; }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.phoneicon { display:none; }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.phoneicon { display:none; }
}
@media only screen
and (min-width : 768px) {
.phoneicon { display:none; }
}
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
I’ve tagged our spanish speaking moderators for the topic, please wait for their answers.
Regards,
Rikard
Hi team – when I view this site on my iphone 5 – the button at the top in the slider are hidden – how do I make the slider height expand to fit in the button? I tried reducing the size of the button text but that didn’t work.
Cheers
Hi team – when I view this site on my iphone 5 – the button at the top in the slider are hidden – how do I make the slider height expand to fit in the button?
Cheers
Hey taoleo,
Could you try increasing the height on the hr element instead maybe? Or add a bit of padding to the h4?
<h4 style="text-align: center; padding-top:30px;">Write text here</h4>
If you should need more help then please post a link to your site and we’ll have a closer look.
Regards,
Rikard
Hi
I understand AJAX portfolio can be opened by default to first or nth item (https://kriesi.at/support/topic/ajax-portfolio-preview-open-by-default/) but is it possible to link/open a particular item from the list?
Thanks
I’m wanting the portfolio grid to NOT placed the categories alphabetically when it shows the taxonomy at the top:
I’d like the categories chosen to be in the order I set for them using https://wordpress.org/plugins/taxonomy-terms-order/
How might I go about doing that?
Hi Vinnie – thanks for this!
Unfortunately, it seems I was wrong about the behaviour – removing the # tag from the button didn’t fix the issue. To be honest, I was so disheartened I gave up on the issue for a couple of weeks!
So my site is now up at btribble.com – if you have any ideas how to fix the mobile menu so it doesn’t ‘pop’ to the top of the page on tap, I’d much appreciate your help.
Disabled plugins, cleared cache, no joy. Only Wordfence, JetPack and Askimet have ever been installed.
FTP update of Enfold Theme – no joy after clearing cache.
Tested Firefox, Safari and Chrome.
Note this error is now gone, (shortcodes.js?ver=3:1211 Uncaught TypeError: container.isotope is not a function) but the gallery still doesn;t work.
I will post the full listing of the CSS errors in private. I found a 404 error to a jquery call I can’t tell if that is whats tripping up the CSS.
I’ve listed that network error first. its a
Hi,
My site looks great on desktop but on mobile (iphone 6) the captions on the full screen slider does not look right
what are my options for the caption text on smaller devices?
– Is it possible to have a replacement text (less copy)
– Remove some text?
Thanks
Hello, as I mentioned on this topic I am having issues with my homepage slider which after the latest update is not showing.
I have de-activated all plugins, cleared cache and refreshed using Chrome Incognito but homepage is still empty(slider images missing).
I applied the temporary jQuery fix into the functions-enfold.php file but obviously we need a real fix for this one.
It looks like in the shortcode.css file this block is preventing me from achieving what I’m after. The “!important” declaration being used here is frustrating me. I don’t edit the shortcode.css file in my child theme at present and wonder if this means I need to?
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption {left: 0; width:100%; padding:0;}
.responsive #top .slideshow_caption h2{font-size: 20px !important;}
.responsive #top .slideshow_caption .avia-caption-content{font-size: 13px !important;}