Forum Replies Created
-
AuthorPosts
-
Hi,
I deactivated every plugins in the site but it’s still the same. Did you modify any of the theme files? Please post the FTP details here and we’ll check it further.
Best regards,
IsmaelHey td8000!
Thank you for using Enfold.
1.) Did you add any css modifications for the header? Try to adjust the top margin of the slideshow to prevent if from being covered by the header container.
@media only screen and (max-width: 767px) { .av_slideshow_full.avia-slideshow { margin-top: 50px; } }2.) Yes, this is possible. Add this in the Quick CSS field.
@media only screen and (max-width: 1024px) { .responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet { display: none !important; } }3.) Could you please provide a screenshot of the site from your device?
Best regards,
IsmaelHey idespiran!
Thank you for using Enfold.
1.) You can remove the widget thumbnail with this css code.
.news-thumb { display: none; }2.) Set the masonry’s Size Settings to Flexible Masonry and make sure that featured images have the same size and ratio. The default thumbnail size used in the masonry element is 495x400px.
3.) Please add this in the Quick CSS field to decrease the space between the text and the rounded image.
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: .5em; }Cheers!
IsmaelHey!
Thank you for the info.
The configurations in the .htaccess file are duplicated. We created a new .htaccess file and then renamed the previous file to “.htaccessbak” which contains the invalid configuration. I’m not sure if this actually created the issue but the mailchimp API is working now.
// https://www.accuritpresence.com/test/
Regards,
IsmaelHi!
We are very sorry about that. We’ll try our best to provide faster assistance in the future. If you don’t mind me asking, what is the cause of the issue?
Cheers!
IsmaelHey Dave!
Thank you for using Enfold.
The “flip” effect requires “back” and “front” container which are not present in the postslider’s markup. You’ll need to modify the structure of the element if you want to apply the effect. The file is located in the config-templatebuilder > avia-shortcodes directory, look for the postslider.php file.
Best regards,
IsmaelHey!
Thank you for the update.
There is a color section on top of the section with the image. Please try to shuffle the position of the section, update the page then revert them back to the original. Or post the login details here so that we can check the page.
Cheers!
IsmaelJanuary 31, 2017 at 4:06 am in reply to: "Logo + Main Menu Area" in "right sidebar" in RTL language issue #740464Hi!
If you have the time, please remove the css modification that we provided then try this code in the functions.php file.
// rtl submenu fix function ava_custom_script_rtl_submenu() { ?> <script type="text/javascript"> (function($) { function a() { $('.html_header_right .rtl .av-main-nav li').on('mouseover', function(e) { var lheight = 0, second = $(this).find('ul'), third = second.find('ul'); $(second).find('> li > a').each(function() { lheight += $(this).height(); }); third.css('top', lheight); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_rtl_submenu');Remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelHi!
I’m sorry but the screenshot does not exist. What is the issue again? The “Eventi” button is working fine.
Regards,
IsmaelJanuary 31, 2017 at 3:45 am in reply to: Interaction between Enfold, WooCommerce, and Events Tickets #740461Hi,
Alright. Please post the FTP details here so that we can check it.
Best regards,
IsmaelHi,
Change the order parameter to “ASC” instead of “DESC”.
// https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Best regards,
IsmaelHi,
Yes, it’s possible. Just add a space between each class attribute.
Best regards,
IsmaelHi,
Thank you for the update. Please remove the css code then add this in the functions.php file:
function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function a() { $('#top .av_font_icon.feature-icon').click(function(e) { e.preventDefault(); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script');If you want to remove the pointer, add this in the Quick CSS field.
#top .av_font_icon.feature-icon { cursor: default; }Best regards,
IsmaelHi,
Thank you for using Enfold.
Please post the login details here so that we can check the actual icon set name and icon value. Or use this code then adjust the placeholder value.
function avia_add_custom_icon($icons) { $icons['houzz'] = array( 'font' =>'ICON SET NAME', 'icon' => 'ICON CHARACTER VALUE'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Houzz'] = 'houzz'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Best regards,
IsmaelJanuary 30, 2017 at 10:58 am in reply to: Avia layout builder content element post slider item #740124Hi,
Thank you for the update. You can add a minimum height to the slider content.
.slide-content { min-height: 86px; }Adjust the value if needed.
Best regards,
IsmaelHey DLPJRos,
Please refrain from creating duplicate threads. Thank you.
Best regards,
IsmaelHi DLPJRos!
Thank you for using Enfold.
Please add this in the functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
IsmaelHi,
Please remove all modifications then revert every files back to their original state. Just add this code in the functions.php file:
function ava_before_footer_breadcrumb() { $args = array( 'title' => '', 'breadcrumb' => true ); echo avia_title($args); } add_action('ava_before_footer', 'ava_before_footer_breadcrumb');Best regards,
IsmaelHey afektomer,
Thank you for using Enfold.
May I know the browser that you’re using? I tried to login to the site but the credentials above are not working. Please check.
Best regards,
IsmaelHi,
UPDATE: I just saw these notification in the console but the maps are still working.
“Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key” util.js:210:12
“Google Maps API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version”Please re-check the API key.
Best regards,
IsmaelHi,
The maps are working on Firefox, Windows 7, and I don’t see any errors in the console. Please remove browser cache or hard refresh the page.
Best regards,
IsmaelHi,
I load the image from a ftp folder, instead of wp media library,
The attachment id parameter is required. Why don’t you upload it in the media library?
Best regards,
IsmaelHi,
There’s a lot of duplicated css media queries in the Quick CSS field that are not supposed to be there or that can be combined as described above. Please check if there are missing curly braces in the css media queries.
Best regards,
IsmaelHi,
We modified the code a bit. Please remove browser cache before checking the page.
Best regards,
IsmaelJanuary 30, 2017 at 6:16 am in reply to: Woocommerce One page checkout not working with Enfold theme #740072Hey rpichler,
Thank you for using Enfold.
I’m sorry but the login credentials above are not working. Please check it carefully. How can we reproduce the issue?
Best regards,
IsmaelJanuary 30, 2017 at 6:13 am in reply to: Full Screen Slider Stopped Displaying youtube video. #740070Hi,
I’m sorry but I can’t find any hint or notification about the issue. Please try to update the theme to the latest version (3.8.3) and WordPress to version 4.7.1.
Best regards,
IsmaelJanuary 30, 2017 at 5:57 am in reply to: Masonry Grid setting "Automatic, based on screen width" doesn't work #740067Hi,
Bizarre reasoning. If I wanted it fixed at two columns I would set it fixed at two columns. If I choose flexible it should be flexible.
I’m not sure what’s so bizarre about limiting the items to two when the container is a bit smaller compare to full width.
Best regards,
IsmaelHi MindYogi!
Thank you for using Enfold.
Please try the Portfolio Grid element’s Link Handling > AJAX option.
Regards,
IsmaelHi Julie!
Thank you for using Enfold.
Please use the following code.
// WIEBO - Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['weibo'] = array( 'font' =>'fontawesomeregular', 'icon' => 'ue92b'); $icons['qq'] = array( 'font' =>'fontawesomeregular', 'icon' => 'ue92b'); $icons['wechat'] = array( 'font' =>'fontawesomeregular', 'icon' => 'ue92b'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Weibo'] = 'weibo'; $icons['QQ'] = 'qq'; $icons['WeChat'] = 'wechat'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Adjust the “icon” value.
Regards,
Ismael -
AuthorPosts
