Forum Replies Created
-
AuthorPosts
-
Hi,
Please adjust the code a bit.
@media only screen and (max-width: 767px) { .home #av_section_1 .flex_column_table:first-child { margin-top: -110px !important; } }Best regards,
IsmaelHi,
The “Responsive Site” option of the theme is disabled. Please enable it in the Enfold > General Layout > Dimensions panel.
Ismael, for me to use the background-size Property do I need to create a class for each image size? How do I enter custom css? Do you simulate for me a line of code?
The idea is to use different sizes of the image on different screen sizes. Edit the color section element then apply a unique ID in the Section ID field, use “custom-section” for example. We can use this ID to change the image on different screen sizes. Add this code in the Quick CSS field.
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { #custom-section { background-image: url(IMAGE URL FOR IPAD) !important; } } /* Mobile Styles */ @media only screen and (max-width: 767px) { #custom-section { background-image: url(IMAGE URL FOR IPHONE) !important; } }Create different sizes of the image then adjust the background image url or value.
Best regards,
IsmaelHi,
This code in the Quick CSS field is invalid. Please copy the code directly from this forum, not from your email.
#top #header .av-main-nav > li > a { font-size: 15px; font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; }Best regards,
IsmaelHey thatcommsguy,
Thank you for using Enfold.
Add the is_singular conditional function.
// https://codex.wordpress.org/Function_Reference/is_singular
if( is_page(array('academy','learning-with-us')) || is_singular('tribe_events'))Best regards,
IsmaelHi,
Please add this css code.
@media only screen and (max-width: 767px) { .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { margin: 0 auto !important; float: none; } #top .av-large-testimonial-slider .avia-testimonial-meta-mini { float: none; text-align: center; } }Best regards,
IsmaelJanuary 9, 2017 at 6:54 am in reply to: Conflict between ENFOLD and Measurement Price Calculator [URGENT] #730991Hi,
Why is the “avia_apply_quant_btn” function empty? Did you place it somewhere else? Please post the FTP details here so that we can check this further.
Best regards,
IsmaelHey tech500,
Thank you for using Enfold.
These links are generated by WordPress but I’m not sure why they return a 404 page. Please install this plugin temporarily to fix the issue.
// https://github.com/wpexplorer/wpex-post-types-feed-links-fix
Download the files then create a new folder in the wp-content > plugins directory. Activate the plugin.
Best regards,
IsmaelHi,
It’s the “double quotes” that’s causing the issue. Replace it with a single quote.
$sub .= "<a href='javascript:javascript:history.go(-1)' class='terug'>Terug</a>";Best regards,
IsmaelHi,
Thank you for the update. We added a third column to fix the markup issue and then added a custom css code in the Quick CSS field to hide it.
Best regards,
IsmaelHi,
Thank you for the update.
Please add this in the Quick CSS field.
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all #header { position: relative; width: 100%; float: none; height: auto; margin: 0 !important; opacity: 1; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: none; } .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; } }Best regards,
IsmaelHey milanvlaskovic,
Thank you for using Enfold.
This is possible but you have to modify one of the parent theme files. Edit the js > avia.js file, look for this code around line 823:
duration= data.duration || 1200,Adjust the value. Example:
duration= data.duration || 10000,Best regards,
IsmaelJanuary 9, 2017 at 6:12 am in reply to: YouTube video on Fullwidth Easy Slider in responsive mode not working #730973Hi,
1.) The video in the slider is disabled on mobile by default so it is required to add a fallback image. If you really need a video on mobile view, you have to replace it with an actual video element and toggle the display properties with css media queries as described on the previous thread. For the captions, you can use the text block element.
2.) That is the default backdraft of the youtube iframe. I’m sorry but you can’t change it.
Best regards,
IsmaelJanuary 9, 2017 at 5:47 am in reply to: EventON – "add more to basket" doesn't work with Enfold #730963Hi,
Now the costumer can change the number them self and add to the basket…. I don’t care about the minus/plus buttons are gone…
It’s really up to you but the quantity buttons are default feature of a product page. I’ll ask the rest of the support team to check the button issue.
Best regards,
IsmaelHi,
Thank you for the update. Please remove browser cache or hard refresh the page. Or provide the login details in the private field so that we can check the issue further.
Best regards,
IsmaelHey chriscreative,
Thank you for using Enfold.
1.) It’s possibly cached. Have you tried removing the browser cache or hard refreshing the page?
2.) Could you please provide a screenshot of the issue? What is the version of your Firefox browser?
Best regards,
IsmaelHi,
Remove the other html codes and use the following script in a text or code block.
<script> (function() { var cx = ‘010941995792013317955:a_bthajs1ss’; var gcse = document.createElement(‘script’); gcse.type = ‘text/javascript’; gcse.async = true; gcse.src = ‘https://cse.google.com/cse.js?cx=’ + cx; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search></div1>Best regards,
IsmaelJanuary 9, 2017 at 4:47 am in reply to: Image Lightbox is not working when image is within a Grid Row #730948Hi,
I’m sorry but the login credentials are not working. Please check it carefully.
Best regards,
IsmaelJanuary 9, 2017 at 4:44 am in reply to: Swap Background Image on Fullscreen Slider on Mobile #730947Hi,
Please turn on the custom css class field, add a unique class attribute to the slider then apply the following css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-fullscreen-slider .avia-slideshow > ul > li:first-child { background-image: url(IMAGE URL HERE) !important; } }Replace the selector “.avia-fullscreen-slider” with the custom css class attribute.
Best regards,
IsmaelHi,
Thank you for the update. Please add this code in the Quick CSS field.
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 10px; }Best regards,
IsmaelHi,
Please add this code in the Quick CSS field.
#top .gform_wrapper input, #top .gform_wrapper select { margin-bottom: 0; min-width: auto; width: 100%; margin-bottom: 0; display: inline; min-width: 50px; padding: 13px; border-radius: 2px; } #top .gform_wrapper .gfield_required { color: #109bc5 !important; }Best regards,
IsmaelHi,
Thank you for the info. I checked the site and the background is set to blue.
html.html_boxed { background: #114985 top center repeat scroll; }Please make sure that you’re not looking on a cached version of the site.
Best regards,
IsmaelHey kenwae,
Thank you for using Enfold.
The feature, unfortunately, is not implemented in the theme yet but other users found a plugin which works well with posts but not pages.
// https://kriesi.at/support/topic/enfold-amp-accelerated-mobile-pages/#post-723062
// https://kriesi.at/support/topic/amp-pages/#post-701007Best regards,
IsmaelJanuary 9, 2017 at 4:26 am in reply to: Enfold Full width button font changes in mobile mode #730941Hey web4698,
Thank you for using Enfold.
The font weight “light” is invalid. Please set the value to 300 or 400.
#top .avia-button-fullwidth { font-family: "Lato" !important; font-weight: 300 !important; font-size: 12px !important; }Best regards,
IsmaelHi,
Please check the Enfold > Header > Header Title and Breadcrumbs settings. Make sure that the title and breadcrumb is enabled. Or edit the page then set the Layout > Title Bar Settings accordingly.
Best regards,
IsmaeloHi,
Thank you for the info. You can replace it with a Custom Menu widget if you need to highlight the active menu item but the navigation will look very different from the current one, there will be no images for example. I can think of a jQuery solution where we can compare the post title and the widget title but the posts are created with the advance layout builder so the default title container is not there.
Best regards,
IsmaelJanuary 7, 2017 at 8:57 am in reply to: "Error fetching content" – Problem still exists on 3.8.4 #730659Hi,
The WP_MEMORY_LIMIT is set to 40MB and the current memory usage is over that limit which is 50.61MB when you’re on the advance layout builder. Please increase the WP_MEMORY_LIMIT to at least 128M.
// https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Best regards,
IsmaelHi,
You cannot set the “blog” page as parent page of the posts but you can modify the post url. Go to the Settings > Permalink panel then use the following value in the Custom Structure field.
/blog/%postname%/This will will affect the posts and portfolio items.
Best regards,
IsmaelJanuary 7, 2017 at 8:23 am in reply to: Zen Menu Logic Plugin not working when menu is displayed as icon #730646Hey DROR,
Thank you for using Enfold.
I’m sorry but I’m not really sure what to look for here. Could you please provide a screenshot of the issue? We usually suggest the following plugin.
// https://wordpress.org/plugins/menu-items-visibility-control/
If you’re familiar with the Widget Logic plugin, I’m sure you can easily configure this one.
Best regards,
IsmaelHi,
I’m sorry but what do you mean by “legend”? Are you referring to “legend” tag? I don’t think the theme is using that tag anywhere in the template or elements.
Best regards,
Ismael -
AuthorPosts
