Forum Replies Created
-
AuthorPosts
-
January 14, 2017 at 5:07 am in reply to: One-Page: Color section unexpectedly affects the output in responsive design. #733444
Hi,
Thank you for the screenshot. I can see the issue now. Some of the sections are outside the wrap_all or main container which causes the issue. Please post the login details here so that we can check the page layout. Or edit the page then move all elements or group of elements inside their own color sections. Make sure that all elements are wrapped inside a color section.
Best regards,
IsmaelJanuary 14, 2017 at 5:04 am in reply to: "Error fetching content" – Problem still exists on 3.8.4 #733443Hi,
Did you increase the value of the WP_MEMORY_LIMIT value as suggested on our previous reply?
Best regards,
IsmaelHi,
Glad that we could help. Please let us know if you need any thing else. :)
Best regards,
IsmaelHi,
Thank you for using Enfold.
This is possible but it will require a major modification on the theme. You can only select either one of the menu style or display by default. Please contact a freelance developer or contact our partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you use the advance layout builder? Which page or pages are having this issue? We created a test page and the slider is working ok.
// http://sieroslawscy.ankarat.ayz.pl/pl/test/
Best regards,
IsmaelHi,
Where did you add the “more” (https://en.support.wordpress.com/more-tag/) tag? Please try to add the excerpt in the Excerpt metabox. If you can’t see that box, enable it by clicking Screen Options at the top right corner of the post editor.
Best regards,
IsmaelHi,
Please replace the code with the following.
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('product')) { $settings['taxonomy'] = 'product_cat'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }Best regards,
IsmaelJanuary 14, 2017 at 3:48 am in reply to: Portfolio / Social Share Buttons / Sharing Bar / Style – no difference? #733423Hi,
Yes, this is a minor styling bug in the theme. Please add this in the Quick CSS field to fix the issue temporarily.
.av-social-sharing-box-minimal .av-share-box ul { border: none !important; } .av-social-sharing-box-minimal ul li { border: none; }Best regards,
IsmaelHi,
Thank you for the update. I checked the page again today and the text or content of the text block are centred properly. Did you figure out the issue?
Best regards,
IsmaelHi,
The menu items are set to “buttons” so the advanced styling options are not going to take effect. Please try to modify the style in the Quick CSS field.
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: green; color: blue; border-color: red; }Adjust the values as needed.
Best regards,
IsmaelHi,
Thank you for the update. Looks like you managed to fixed it with the following css code.
@media only screen and (max-width: 1327px) and (min-width: 990px) { #header #header_main_alternate .container { max-height: none; height: 100px; } }Best regards,
IsmaelJanuary 14, 2017 at 3:24 am in reply to: Recent Blogs Not Displaying on Blog Page or Recent Posts #733417Hi,
I checked the blog’s html and found this line even though the W3 Total Cache plugin is deactivated.
Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/
Minified using disk
Page Caching using disk: enhanced
Database Caching 1/98 queries in 0.113 seconds using disk
Object Caching 4622/5009 objects using disk
Content Delivery Network via N/AServed from: http://www.kiefelphotography.com @ 2016-10-18 06:44:25 by W3 Total Cache
Please post the content of the .htaccess file on pastebin.com. We would like to check it.
Best regards,
IsmaelJanuary 14, 2017 at 3:17 am in reply to: Conflict between ENFOLD and Measurement Price Calculator [URGENT] #733415Hey!
But why did you do that?!
I just erase this css code in style cssI did it because I wanted to test if it’s the correct file server. The changes I created are not affecting the site “https://paumedeterre.fr”.
So can you fixe the “+/- button not desplay problem on all the website” before sunday?
The quantity buttons are not displaying even before I placed the css modifications. I can’t fix it because the changes that I put into the files are not taking effect in the frontend. Is there a server cache or did you subscribe to a cdn provider?
And follow exactly this reffer:
https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/
Everything work find now but the buttons + and – in between the quantity field has desaepeared.Did you put the following code somewhere? I can’t find it in the child theme’s functions.php file.
add_action('init', function() { wp_dequeue_script( 'avia-woocommerce-js' ); wp_enqueue_script( 'avia-woocommerce-child-js', get_stylesheet_directory_uri().'/js/woocommerce-mod.js', array('jquery'), 2, true ); }, 11, 1);Please get a fresh copy of the theme then override your installation just to make sure that none of the files are modified.
Cheers!
IsmaelHi,
Thank you for using Enfold.
The color is coming from the admin_styles.css file.
.container { background: #EAF3FA; padding: 10px; }It’s a css file of the magic-wp-coupons plugin.
And we would like to apologise for the late response. Please note that bumping or replying to your own thread will push the topic back to the end of the queue so moderators won’t be able to see it immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
IsmaelHey bitojoe,
Thank you for using Enfold.
The slider will automatically pause if the user click on the slider dots or arrows. If they really want to read the content they can click those buttons to go back to the previous or next slide. The option is possible but it will require custom modification that we won’t be able to provide here. Please hire a freelance developer or contact our partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelHey Christopher,
Thank you for using Enfold.
The Shrinking Header option is disabled when I checked the site. Please create a test page where we can see the issue or post the login details in the private field and we’ll test it.
Best regards,
IsmaelHi,
UPDATE: Please use this for the transparent logo container.
.av-section-bottom-logo.header_color .container { background-color: rgba(255,255,255,0.5) !important; }Best regards,
IsmaelHi,
Thank you for using Enfold and we would like to apologize for the late response.
You can add the following css code to make the header or logo container transparent.
.av-section-bottom-logo.header_color { background-color: rgba(255,255,255,0.5) !important; }And move the first section upwards or underneath the header with this one.
.av-section-bottom-logo.header_color + div + .avia-section { margin-top: -135px; }Best regards,
IsmaelHey tjpicasso,
Thank you for using Enfold.
Please add this in the Quick CSS field.
#top div .avia-gallery img { float: none; }This will create gaps in the tall images below so you should add another image to make it even.
Best regards,
IsmaelJanuary 12, 2017 at 7:26 am in reply to: How do I change submenu fonts Mega menu submenu fonts? Position of navigation? #732509Hi,
How do I adjust the position of navigation fonts in the header?
Please go to the Header > Header Layout panel then select from the Menu and Logo Position options.
Is this only to change the submenu fonts?
You can also modify the submenu or Mainmenu sublevel links in the Advanced Styling panel. Unfortunately, the mega menu elements are not included in the advanced styling panel so you have to add the css modifications.
Best regards,
IsmaelHi,
@jewsforjesus: Please create a new thread with the site url and the login credentials. We’ll check it there.Best regards,
IsmaelHi,
Please use this in the Quick CSS field.
#main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: #ffffff; }Or use the color section element.
Best regards,
IsmaelHi,
Great! Glad that you solved the issue. Let us know if you need anything else. Thank you for using Enfold and have a nice day! :)
Best regards,
IsmaelHey Marcello,
Thank you for using Enfold.
If I am not mistaken, you can do this with the WooCommerce plugin. Users will be able to see the download links in their account page. Please read through this documentation.
// https://docs.woocommerce.com/document/digitaldownloadable-product-handling/
Best regards,
IsmaelHi,
You don’t need to add the jQuery script. Just go to the Enfold > Blog Layout panel then set the Blog Styling to Elegant. This will display the featured image below the post title by default.
Best regards,
IsmaelHi,
Thank you for using Enfold.
The mega menu elements such as the title are not included in the advanced styling panel so you have to add some css modifications to alter its styling. What specific changes are you trying to implement? If you want to change the color of the mega menu title, please use this.
#top #header .mega_menu_title a { color: #888888; font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Best regards,
IsmaelHi,
It is working if the “sticky” option is enabled. Please edit the js > avia.js file then look for this code around line 1458:
$(".av-sticky-submenu").each(function() { var menu = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle'); win.on( 'scroll', function(){ window.requestAnimationFrame( $.proxy( check, menu, placeholder) )} ); if(mobile_button.length) { mobile_button.on( 'click', toggle ); } });.. replace it with:
$(".av-submenu-container").each(function() { var sticky = $('.av-sticky-submenu'), menu = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle'); if(sticky.length) win.on( 'scroll', function(){ window.requestAnimationFrame( $.proxy( check, sticky, placeholder) )} ); if(mobile_button.length) { mobile_button.on( 'click', toggle ); } });Remove browser cache or hard refresh the page afterwards.
Best regards,
IsmaelHi,
Please post the WP and FTP details in the private field and we’ll test the code in your installation.
Best regards,
IsmaelHi,
The Quick CSS field is the correct location for the code but you copied it from your email so the symbols are converted to something else which makes it invalid. Anyway, we fix the css code. Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelHi,
I would like to login to the site but the url redirects to the home page. Please add this css code to change the background and check color if the checkbox is active or checked.
input[type=checkbox]:checked:after { background: green !important; color: black !important; }NOTE: Add it below the previous css codes.
Best regards,
Ismael -
AuthorPosts
