Hello,
I have a problem with display of select buttons in enfold admin section.
This issue is the same in Firefox as well as in Chrome.
I removed all custom CSS, but it does’t help.
I see in inspector some element opacity:0 rule!
Screenshot: http://s21.postimg.org/sfpa9ipuf/enfold_select_boxes_invisible.png
Please heeeelp :-)
Thank you,
Jiri
Hi,
I am building a woocommerce catalog website.
I want the next and previous buttons to navigate to products from the same category
Hoiw can I fix it?
Thanks
Uri
Hey Fairbanks_Seeds,
Congratulations you have a nice new site!
1. The text content is a lot on the slider to view in the mobile screen hence it’s pushed down the slider. Please add the below css code in Enfold > General Styling > Quick CSS to hide the text description and keep the title and call to action button visible.
/* Fullscreen slider in portable devices*/
@media only screen and (max-width: 480px) {
#full_slider_1 .avia-caption-content {
display:none;
}
}
2. The height and width of the slider is automatically adjusted to be proportionate when the screen size changes. By changing the height the images will look a bit stretched. If you like to give it a try.
@media only screen and (max-width: 768px){
.avia-slideshow-inner {
min-height: 500px;
}
.avia-slideshow li img {
min-height: 500px;
width: 150vw;
min-width: 150vw;
}}
3. To resize the caption fonts
@media only screen and (max-width: 768px){
.av-image-caption-overlay-center{
font-size:24px!important;
}}
4. To change the background colorsection background image in portable device
@media only screen and (max-width: 767px) {
.home #unique-id {
background: url(background.jpg) !important;
}
}
Request you to kindly open new tickets for different issues if they are not related. It will be easy to provide you solution and keep the focus on main topic :)
Please feel free to get back to us if you have more questions.
Best regards,
Vinay
Hi,
Add the google maps element from the advanced layout builder and click on the map element to add address.
To add address to the footer widget please go to Appearance > Widgets > Footer > Footer col 2 and click on add address option in the map widget.

Also you are using an old version of the theme please update it to latest version 3.8 if you do not see the update button in theme options. Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
If you still have any issue with google maps please remove the API key from Enfold > Google services and install this plugin https://wordpress.org/plugins/api-key-for-google-maps/
Best regards,
Vinay
-
This reply was modified 9 years, 7 months ago by
Vinay.
Hi,
To add a phone number and the call to action button place the below html code in the image caption and we can provide you with required custom css.
<div class="extra-info">
<div class="phone-number"> 555-555-5555</div>
<div class="btn-cta">Call me</div>
</div>
To display the extra info in the header only when scrolled
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_meta{
display: none;
}
.header-scrolled-full #header_meta {
display: block!important;
}
Best regards,
Vinay
1. I have set my media queries for the correct sizes while checking the widths in the responsive mode in Firefox, but whenever I view them on an actual tablet, they do not work properly. I want anything under 768px that’s shows on desktop, to be what’s for tablets. How do I force the layout to break that way (one column)?
2. LOGO disappears when the Mobil navigation is opened, how do I get this to show/be visible?
3. As for the previous and next button that’s in the portfolio/product pages, how do I get that to show up for mobile devices (media query I assume, but what?).
4. I’m wanting to add a zoom effect on my woocommerce related products like the enfold theme does to the portfolio items, but the following script is causing the photos to jump a bit. Any thoughts?
Transform: scale(.8);
Hi Vinay,
Thank you for the detailed response. It solved part of the problem. With your directions, the sidebar is now there. Great!
But, the primary problem still remains: layout for results. The Enfold Demo displays them vertically — you navigate results quickly and easily via scroll. Mine displays buttons (circled numbers) for each result that require user to click through each one/new page load. This is really apparent when comparing the screenshots.
Look forward to a solution and thank you.
Regards,
Nicole
Hey SkinnovationIBK,
Please try the following in Quick CSS under Enfold–>General Styling:
.home li.slide-1 a.avia-slideshow-button:hover {
color: #F29400 !important;
}
Best regards,
Rikard
Hi,
the owner of one if my installed websites pushed the button “reset all options” in the ENFOLD/Options menu.
I have a backup – can you please tell me, which files I have to restore, to get the ENFOLD/Options back?
Thx
Thomas
Hey Tomoe!
Please go to Enfold theme options > Social Profiles and click this green + button to add a new field – http://i.imgur.com/ztukEus.png?1 :)
Regards,
Yigit
Hi.
Sorry to intrude, I’m new here, not sure if I’m suppose to start a new topic, but we have the same problem, out of the blue, the builder is not loading. We did not modified anything, we were just viewing the pages created by importing one of your demo templates, to learn how to use the builder. WordPress and the Enfold theme were updated two weeks before, and the builder was working until yesterday.
WordPress 4.6.1
Enfold 3.7.1
no plugins, no other themes – this is a fresh install
Here is a screenshot with the javascript errors from the Chrome console:
http://novastig.com/screenshots/avia_layout_builder_not_loading.jpg
Many other buttons on the page are not working after this happens, like the switch to Default Editor, Edit slug button, Screen Options setting link or the Help link, probably due to the fact that the rest of the javascripts are not loading ?…
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-buttons a.avia-slideshow-button:nth-child(2), .custom-buttons a.avia-slideshow-button:nth-child(1) {
padding-left: 0!important;
}
@media only screen and (max-width: 480px) {
.custom-buttons a.avia-slideshow-button:nth-child(2), .custom-buttons a.avia-slideshow-button:nth-child(1) {
width: 40%;
float: left;
}}
Best regards,
Yigit
Hey erwin_m!
Thank you for using Enfold.
Edit the post then click the Add Media button. Insert the images above the excerpt or content. If this is not what you’re looking for, please provide a link to the blog page along with screenshot.
Regards,
Ismael
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .avia_cart_buttons {
display:none !important;
}
Thanks,
Rikard
Hi,
Sorry for the delay, Please retain the previous code and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header.av_minimal_header #menu-item-2111 .avia_mega_div {
left:auto!important;
right:0!important;
}
If you do not see the result after adding this code The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

I’m not sure why it went blank try to update it from the theme. If you do not see the update options in the theme please go to Dashboard > Updates > Check manually and wait for wordpress page to show the result with the new themes and plugins. If you still do not see Enfold Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
Vinay
Hi,
1- Try the following:
a. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
b. Go to Settings > Media
c. Change the entry_without_sidebar image size (increase its width / height).
d. Regenerate the thumbnails by clicking the button at the bottom.
2&3- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-post .big-preview.single-big {
pointer-events: none;
}
@media only screen and (min-width: 1024px) {
.single .big-preview.single-big {
margin-bottom: -190px;
z-index: -1;
}}
Best regards,
Yigit
The Enfold Theme Options page in our wordpress usually allows us to make styling changes, such as changing the logo, color scheme, adding additional css, etc. Currently, when we navigate to the Enfold Theme Options page, these editing settings do not appear on the page and the page appears to be broken. What I mean by this is that any of the links or buttons on the page do not work so we are not able to make the necessary styling changes to the theme to fit our website design.
Hey endoradigital!
Thank you for using Enfold.
Did you remove the button? We can’t find it in the page. Note that we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for further help.
UPDATE: We found the button and it is an image. Please replace it with an actual text then apply the background using the layer slider’s style panel.
Regards,
Ismael
Hey endoradigital!
Thank you for using Enfold.
The buttons are working properly. Could you please provide a screenshot of the issue?
Regards,
Ismael
Hey kimgaba12!
Thank you for using Enfold.
Looks like you figured it out. Did you use a plugin?
<div class="aw-search-box">
<div>
<form action="http://www.littlethings.dk/" id="searchform" method="get" class="">
<div class="inner-tooltip">
<input type="text" class="aw-search-input" id="aw-input" name="s" value="" autocomplete="off" placeholder="Søg">
<input type="submit" value="Søg" id="searchsubmit" class="button">
</div>
</form>
</div>
</div>
Best regards,
Ismael
Hi Vinay,
Thank you very much for your help and reply. Unfortunately the menu is still collapsing to the right when you go over over the menu tab “baby & kids” it is still to much too the right aligned and not like on other websites.
Also we tried to update the theme yesterday but our website went completely blanc, so we had to uninstall it for the moment.
Lastly, could you please tell me why my website won’t get automatic updates from enfold? My webdesigner works also with this theme on for other websites and they get in wordpress a notification that there is a new update and just need to press a button to allow the update. He needs to do it everytime via the ftp.
Kind regards,
Bo
Hi Monica,
Sure thing, he it is:
[av_section min_height='100' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='https://www.youtube.com/watch?v=Wq-DEL2ONGg' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.8' overlay_color='#4ecac2' overlay_pattern='' overlay_custom_pattern='']
[av_three_fourth first]
[av_headline_rotator before_rotating='EVERYTHING UNDER ONE ROOF! WE OFFER GREAT ' after_rotating='' multiline='aviaTBmultiline' interval='3' animation='' tag='h2' size='63' align='left' custom_title='#ffffff']
[av_rotator_item title='MARKETING' link='' linktarget='' custom_title='#315e5b']
[av_rotator_item title='USER EXPERIENCE' link='' linktarget='' custom_title='#315e5b']
[av_rotator_item title='CUSTOMER SUPPORT' link='' linktarget='' custom_title='#315e5b']
[av_rotator_item title='DESIGN SKILLS' link='' linktarget='' custom_title='#315e5b']
[/av_headline_rotator]
[av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[/av_three_fourth][av_one_fourth]
[av_hr class='invisible' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_font_icon icon='ue897' font='entypo-fontello' style='border' caption='' link='manually,https://vimeo.com/64927358' linktarget='' size='40px' position='center' color='#ffffff']
Watch our Promo Video
[/av_font_icon]
[/av_one_fourth]
[/av_section]
[av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth]
[av_heading tag='h1' padding='10' heading='We create <strong>high quality products</strong> that are used and loved by thousands of customers' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[/av_three_fifth][av_one_fifth]
[/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='70px' custom_margin_bottom='70px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_one_third first]
[av_textblock size='' font_color='' color='']
<h3>Lorem ipsum dolor sit amet</h3>
Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<a href="#">Learn more...</a>
[/av_textblock]
[/av_one_third][av_one_third]
[av_textblock size='' font_color='' color='']
<h3>Lorem ipsum dolor sit amet</h3>
Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<a href="#">Learn more...</a>
[/av_textblock]
[/av_one_third][av_one_third]
[av_textblock size='' font_color='' color='']
<h3>Lorem ipsum dolor sit amet</h3>
Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<a href="#">Learn more...</a>
[/av_textblock]
[/av_one_third]
[/av_section]
[av_image_hotspot src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-gb_macbook.jpg' attachment='466' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
[av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-right' tooltip_width='av-tt-large-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='35.9,31.2']
First of all select the "<strong>Enfold</strong>" option from your admin menu
[/av_image_spot]
[av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-top' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='58.6,35.4']
Open the demo import tab
[/av_image_spot]
[av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-centered' tooltip_width='av-tt-large-width' tooltip_style='main_color av-tooltip-shadow' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='65.1,52.6']
Select the demo you like and click the <strong>import</strong> button
[/av_image_spot]
[av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='32.2,68']
Save the page once you are done
[/av_image_spot]
[/av_image_hotspot]
[av_button_big label='Learn more' description_pos='below' link='manually,http://' link_target='' icon_select='no' icon='ue800' font='entypo-fontello' custom_font='#ffffff' color='theme-color' custom_bg='#444444' color_hover='custom' custom_bg_hover='#444444'][/av_button_big]
[av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_heading heading='What our customers say about us' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_testimonials style='slider_large' columns='2' interval='5' font_color='' custom_title='' custom_content='#bcbcbc']
[av_testimonial_single src='468' name='Markus Meyer' subtitle='CEO' link='#' linktext='Floorfilla Media']
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
[/av_testimonial_single]
[av_testimonial_single src='472' name='Susan Charice' subtitle='CTO' link='#' linktext='Mambajuice']
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
[/av_testimonial_single]
[/av_testimonials]
[/av_section][av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#f8f8f8' src='http://kriesi.at/themes/enfold-startup/files/2015/02/hipster-working.jpg' attachment='473' attachment_size='full' attach='parallax' position='center right' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
[av_three_fifth first]
[/av_three_fifth][av_two_fifth]
[av_heading heading='Who are we? What do we do?' tag='h1' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
[av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='10px' custom_margin_bottom='10px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_textblock size='' font_color='' color='']
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<a href="#">Learn more...</a>
[/av_textblock]
[/av_two_fifth]
[/av_section]
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth]
[av_heading heading='Developed with the <strong>best partners</strong> you can think of' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
[/av_three_fifth][av_one_fifth]
[/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='5']
[av_partner_logo id='474'][/av_partner_logo]
[av_partner_logo id='475'][/av_partner_logo]
[av_partner_logo id='476'][/av_partner_logo]
[av_partner_logo id='477'][/av_partner_logo]
[av_partner_logo id='478'][/av_partner_logo]
[av_partner_logo id='479'][/av_partner_logo]
[av_partner_logo id='480'][/av_partner_logo]
[av_partner_logo id='481'][/av_partner_logo]
[av_partner_logo id='482'][/av_partner_logo]
[av_partner_logo id='483'][/av_partner_logo]
[/av_partner]
[/av_section]
[av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-laptop.jpg' attachment='484' attachment_size='full' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth]
[av_heading tag='h1' padding='10' heading='Want to know when we got news on our latest product? <strong>Sign up for our newsletter now!</strong>' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[/av_three_fifth][av_one_fifth]
[/av_one_fifth][av_one_third first]
[/av_one_third][av_one_third]
[av_contact email=' (Email address hidden if logged out) ' title='' button='Sign Up' on_send='redirect' sent='Your message has been sent!' link='page,18' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_three_fourth' multi_select=''][/av_contact_field]
[/av_contact]
[/av_one_third][av_one_third]
[/av_one_third]
[/av_section]
Regards,
Rikard
UPDATE: got the theme options working…ckear cache! Clear cache! Clear cache!
HI kriesi gurus,
I just updated to Enfold 3.8 through WP and also now through ftp – first I had trouble with not being able to edit the pages, which I fixed by deleting the WPML plugin (it was not activated). I read you are doing an update to fix that problem?? Now I am not seeing any theme options beyond the General Layout – other options just default to that page. None of the buttons on that page work eithe (trying to upload a new logo) Can you help with this? I will wait to update enfold on my other sites until I know what’s going on with this little one…saw there was also an issue with google maps (although I just added that API to the “google sevices” area on sites where I use maps.
thanks.
Nancy
-
This topic was modified 9 years, 7 months ago by
Munford.
Hi patricknh,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-button.avia-size-large {
padding: 15px 30px 13px !important;
min-width: 230px !important;
}
You might want to consider assigning a custom class to it if you want more button styles: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Thanks,
Rikard
Hi there,
I am having issues with the Enfold theme, the main menu items are non-responsive with items ‘dropping off’ the main menu on different sized screens. I am using a macbook air and all looks fine my end but seeing issues on MB Pro & ipad screens. This is also affecting the appearance of the buttons on the home page and by looks of it, any items I have added code to. They are resizing or moving off centre on different screen sizes.
The mobile settings are set to the second option so this is all fine, it’s more laptop & ipad screen sizes that there seems to be an issue. This is my first time using wordpress so please forgive my amateur status! :)
Please can you help fix?
Thank you.
Hi enfold
All of my grid row elements are not responsive on mobile and tablets. I have set each cell to be displayed on it’s own and I tried removing all content from the rows and changing/deleting padding, but nothing works.
I have checked the forum and there are different solutions, but none of them works for me. The website is under construction and therefore the content in the rows are not definitive, so I’m not looking for a solution that will work, when I use large buttons or other. I’m looking for a solution that will make the grid rows responsive no mather the content.
The theme is updated to the latest version.
Best regards,
Ann
Hi there
I am using the full width easy slider with a Caption Title, Caption text and 2 buttons. I want the image to fill the width of the page but not the depth – hence using full width slider not full screen slider. But the caption, text and buttons don’t fit on mobile screens – the image shrinks proportionally however all the text and buttons disappear.
i have the same setup on another dev site as well and its actually worse after the latest enfold update.
Cheers
I just updated my website to version 3.8 of the theme. Everything on my site is working correctly except for 1 issue. On my fullscreen slider on my homepage the Caption Title, Caption Text, and Buttons are not centered on my iPhone in portrait mode or landscape mode anymore. Can you please give me some quick css to fix? I have a custom css class for my fullscreen slider of fullscreen-slider to target it. Thanks!
Hi
I am having a problem with uploading/changing a new image for a custom map marker to the Enfold Google Maps Element. I have used the Google Maps Element extensively in my site with no problems before but now I find that if I try to replace the custom marker image I am using , nothing happens when I click the button ‘Insert Marker Image’.
Strangely, also when I look at my media library in grid view I can only see the first 40 items, it just stays loading but no more items appear. I know they are there as I can see them in list view. This may be unrelated to the problem above.
I am running the latest version of WordPress 4.6.1 and Enfold 3.7.1 (child theme)
My site is not live yet. I have put the login details in the Private Content Area.
Thank you.
Tia
I have followed the steps and the google maps Enfold option doesn´t work the fetch coordinate button doesn´t generate any coordinate, you need to use the ones I have created before find the coordinates on line and changed them but the button is not really working and I don´t think is nothing to do with google it is just after the theme updated, thanks I had saved some maps before, otherwise I couldn´t create new maps.
I don´t know anything about this code you are talking about. I haven´t added it, where is it?