Forum Replies Created
-
AuthorPosts
-
Hi Rachel!
Thank you for using Enfold.
You can do that with a quick css modification. Please add this in the Quick CSS field:
.mfp-iframe-holder .mfp-content { max-width: 1280px; height: 720px; }Cheers!
IsmaelSeptember 13, 2016 at 4:14 am in reply to: Unwanted content displayed under menu when using safari on the iphone #685463Hey!
Thank you for the info. However, I don’t see any obvious issue with the page. Could you please provide a screenshot? And please update the theme to the latest version, 3.8.
Best regards,
IsmaelHey Jan!
Thank you for using Enfold.
Please add this in the Quick CSS field:
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; margin: 0; height: auto !important; overflow: hidden; padding-left: 8% !important; padding-right: 8% !important; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 100%; } }Regards,
IsmaelHi ind-image!
Thank you for using Enfold.
Disable the animation with the following css code.
@media only screen and (max-width: 767px) { #top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview { transform: translate3d(0%, 0px, 0px) !important; } }Add this in the functions.php file:
function ava_add_custom_script(){ ?> <script> (function($){ function b() { var acch1 = 0, ww = $(window).innerWidth(); console.log(ww); if (ww >= 768) { $('#accordion_slider_0 + #after_full_slider_0t').css('margin-top', 0); } else { $('#accordion_slider_0 .aviaccordion-slide:not(":first-child")').each(function() { acch1 += $(this).height(); }); $('#accordion_slider_0 + #after_full_slider_0').css('margin-top', acch1); } } $(window).on('debouncedresize', function() { b(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_add_custom_script');Regards,
IsmaelHey tampaprinting!
Thank you for using Enfold.
I checked your profile but I don’t see any topics related to the phone number. Please add this in the Quick CSS field:
.av_phone_active_left .phone-info { padding-left: 0; float: none; text-align: center; }Best regards,
IsmaelHey gerardbao!
Thank you for using Enfold.
The theme do not contain any analytics scripts or settings aside from the GA field in the theme options.
Best regards,
IsmaelHey!
I’m not sure why the items are swapped but the product images have the same sizes so you can set the Size Settings to Perfect Grid instead of Flexible Masonry. And I can’t edit page because the WP bar is missing and I can’t find it in the Pages panel.
Best regards,
IsmaelSeptember 12, 2016 at 5:01 am in reply to: theme is not working properly, changes in the overall option do not apply #684866Hey!
Which specific settings are not working? We changed the number of footer columns to 3 and the settings saved properly.
Best regards,
IsmaelSeptember 12, 2016 at 4:56 am in reply to: A little help with contact form fields positioning #684865Hey!
We modified the contact form a bit. Please remove browser cache or hard refresh the page. http://www.minidin.com.ar/contacto/
Regards,
IsmaelHey!
There’s an unwanted shortcode inside the text block which breaks the layout of the page. We removed it. Please remove browser cache or hard refresh the page. http://vick.nl/agenda/vick-prijs/
Cheers!
IsmaelHi tvlleaders!
Thank you for using Enfold.
Please add this in the functions.php file:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'bog-grid'; return $layout; }Cheers!
IsmaelHey!
Why did you hide the first section?
#av_section_1 { display: none!important; }Please add this in the functions.php file:
// custom script add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function b() { $('.home #av_section_1').remove(); } $(window).load(function() { b(); }); })(jQuery); </script> <?php }Cheers!
IsmaelHey
I wanted to display a custom menu widget I created and put it inside the excerpt. i added a shortcode [av_sidebar widget_area='Alcohol Front Page Menu'] to pull the menu widget and pasted in excerpt but it’s not working
I’m sorry but you cannot add menu items with a link inside the masonry items because the whole container is already a link or wrapped inside a link tag. Links inside are not going work properly.
Regards,
IsmaelSeptember 12, 2016 at 3:59 am in reply to: Urgent – Edit pages/templates functions not working #684859Hi!
Thank you for the info. Please post the FTP credentials so that we can do a few test. Or try the solutions provided in the following thread. The installations produced the same error as your installation and it is fixed by removing a cached file or script.
// https://kriesi.at/support/topic/uncaught-error-cannot-call-methods-on-sortable-prior-to-initialization/#post-516758
// https://kriesi.at/support/topic/avia-layout-builder-not-working-14/#post-637184Best regards,
IsmaelHey swidswid!
Thank you for using Enfold.
We are very sorry for the inconvenience that this issue may have caused you. Could you please provide the link to the site plus the wp login and ftp credentials? The issue is not present on other installations so it’s probably a plugin or a server specific issue.
Cheers!
IsmaelHi!
Is the media uploader working if you switch to a default theme? Please contact the plugin author for more info.
Best regards,
IsmaelSeptember 12, 2016 at 3:13 am in reply to: Change the point where class "header-scrolled" is added to the header #684851Hey Marcel!
Thank you for using Enfold.
Use the script provided in the following thread then adjust the scroll position value (50). https://kriesi.at/support/topic/header-scrolled-class-not-available-in-header-with-custom-pixel-value/#post-681082
UPDATE: Use this code:
function add_custom_script(){ ?> <script> (function($){ $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".header-scrolled").css("display", "none"); } else { $(".header-scrolled").css("display", "block"); } })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
IsmaelHi!
It stays in one column because of the Size Settings and the dimension of the cropped featured images are the same (705×397). In the demo, the masonry’s Size Settings is set to “Perfect Manual Masonry” and the tags “portrait” or “landscape” has been applied to the portfolio items.
Cheers!
IsmaelHi kkwasniewski!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.woocommerce-tabs #tab-description ul { position: relative; } .woocommerce-tabs #tab-description ul li { padding-left: 10px; list-style: none; } .woocommerce-tabs #tab-description ul li:before { content: '•'; position: absolute; left: 0; }Best regards,
IsmaelHi!
Replace the full width slider with the full screen slider then enable the arrow. (Display a scroll down arrow)
Cheers!
IsmaelHi!
Did you follow the whole instruction? You have to modify the footer.php, ncludes > admin > register-admin-options.php and register-widget-area.php file.
Cheers!
IsmaelHey!
@ambilite: Please remove the js modification then upgrade the theme to version 3.7.1. The patch or fix for specific issue is included in the latest version of the theme.Best regards,
IsmaelHi!
The comment and date container will not display if there is no excerpt so if you use the advance layout builder for posts, you have to add the excerpt manually. We edited the first item from the blog overview page, enabled the excerpt module and then added the “non-breaking space” entity code. You can now see the date in the first item. http://www.dorisgaertnert.ch/blog/
We edited this post: http://www.dorisgaertnert.ch/wp-admin/post.php?post=1491&action=edit
Regards,
IsmaelSeptember 12, 2016 at 2:29 am in reply to: Iframe=true not working with menu items in secondary menu? #684843Hi!
Please post the login details here so that we can check the settings. Or try this in the functions.php file:
// custom script add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function b() { $("#header_meta a").magnificPopup({ type: 'iframe', mainClass: 'avia-popup mfp-zoom-in', }); } $(window).load(function() { b(); }); })(jQuery); </script> <?php }Regards,
IsmaelHi!
What is the resolution of the device? Or the actual model? Increase the value of the viewport from 768 to 989 or 1024.
Cheers!
IsmaelSeptember 12, 2016 at 2:13 am in reply to: Create a new size for image display in gallery element #684840Hey!
The additional thumbnails or the newly created thumbnails will not be added to the selection so you have to modify the existing thumbnails.
Cheers!
IsmaelHi!
We added a few text blocks to the post but we didn’t encounter any issue. http://www.paybureau.co.uk/employers-pay-for-ae-non-compliance/
Best regards,
IsmaelHey!
The get_post_meta function should fetch any custom or meta fields of a post. https://developer.wordpress.org/reference/functions/get_post_meta/
If the function is not working, ask the plugin author what function to use to get the value of the field.
Cheers!
Ismael -
AuthorPosts
