Forum Replies Created
-
AuthorPosts
-
March 24, 2015 at 3:18 am in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #416870
Hi!
The fix is not included on the latest update because not all gallery installation have this issue. I guess this only happens to websites with multiple and heavy images. You can remove the code on avia.js then add this to the functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
The code above will also resize the windows automatically, forcing the gallery images to adjust to the correct position.
Best regards,
IsmaelHey!
Thank you for using Enfold.
You can edit includes > helper-responsive-megamenu.php, look for this code:
$item_output .= $args->link_before .'<span class="avia-menu-text">'. do_shortcode(apply_filters('the_title', $item->title, $item->ID)) ."</span>". $args->link_after;
Replace it with:
$item_output .= $args->link_before .'<span class="avia-menu-text">'. do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . "<br>" . do_shortcode($item->description) ."</span>". $args->link_after;
Regards,
IsmaelHi!
Please try the suggestion provided here: https://kriesi.at/support/topic/enfold-menu-not-updating-changes/#post-411532
Best regards,
IsmaelHi!
I’m sorry about the terms, I thought it was obvious. I meant to separate the “Clement Ader” (text image) and the “man” behind the background.
Cheers!
IsmaelHi!
Edit the image button layer then add a custom id or class attribute in the Attributes panel. Use “custom-button” in the Class field for example. Add this to the Quick CSS field to modify the button on mobile devices:
@media only screen and (min-width: 768px) { .custom-button { width: 186px !important; height: 22px !important; bottom: 50px !important; }}
Regards,
IsmaelHi!
Use this fix the secondary menu:
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>ul>li { padding: 0 3px; .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 9px; padding: 4px 0; } }
Regarding the mobile menu issue, please update the theme to 3.1.1. Remove browser cache then reload the page.
Cheers!
IsmaelHey!
The latest update should fix the issue. Please update the theme to version 3.1.1. Remove browser cache then reload the page.
Regards,
IsmaelHi!
I’m sorry but this will require custom work that falls outside the scope of support. Please hire a freelance developer to modify the checkout page. For further modifications, please visit Envato Studio or Werkpress.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi opareklov!
Thank you for using Enfold.
I’m sorry but I’m not sure if I understand the issue clearly. Can you please provide a screenshot or a link to the page with the issue?
Cheers!
IsmaelMarch 24, 2015 at 2:20 am in reply to: Bildschirmansicht auf Ipad, Seite hat links und rechts einen Rand. #416854Hi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Anyway, a screenshot of the issue will help.
Thank you.
Regards,
IsmaelMarch 24, 2015 at 2:18 am in reply to: Problem Boxed site background and new minimal header Enfold 3.1 #416852March 24, 2015 at 2:15 am in reply to: Color section background fixed effect, LAG badly in Chrome. #416851Hey!
Thank you for the info.
When you scroll down, are you using the mouse wheel? Unfortunately, that is the default scroll behaviour of chrome which is a bit “laggy”, that’s why they created smooth scroll extensions. I don’t have any fancy technical explanation about all this but if you search google regarding chrome’s scrolling issue then you’ll know it’s a real thing. Anyway, we haven’t tested this personally but this plugin might help: http://codecanyon.net/item/smooth-mousewheel-wordpress-plugin/9225552#video-container
Regards,
IsmaelMarch 24, 2015 at 2:03 am in reply to: Layer Slider: Safari issue: images resize on mobile and on window resize #416849Hey!
The issue only happens on first load. Try to install a cache plugin:
https://wordpress.org/plugins/w3-total-cache/
https://wordpress.org/plugins/wp-super-cache/Best regards,
IsmaelMarch 24, 2015 at 1:37 am in reply to: How to disable captions on images in masonry gallery on a mobile device #416838Hi!
The code above should work. Remove browser cache then reload the page. Use this to one to completely remove the caption on mobile device:
@media only screen and (max-width: 767px) { .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { display: none; } }
Cheers!
IsmaelHey Sabine!
Thank you for using Enfold.
From what I understand, you want to hide the featured images in the blog overview page. Is that correct? Add this to the Quick CSS field:
.template-blog .avia-content-slider .slide-image { display: none; }
Regards,
IsmaelHi!
Use rgba colors as background value. Replace the code with this:
#top .aviaccordion-excerpt { background-color: rgba(0,0,0,.5) !important; -moz-border-radius: 15px; border-radius: 15px; margin-left: 120%!important; padding-left: 5%!important; width: 300px!important; }
The difference might not be prominent since the background behind the caption is grey.
Best regards,
IsmaelHi!
You can try the code block element: https://sheffield-hypnosis.co.uk/test-page/
Best regards,
IsmaelHey!
Did you modify the excerpt? It only display the “read more” link. Add this to left align the title and post meta info:
#top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left; }
Cheers!
IsmaelHey leadmagz!
Thank you for using Enfold.
The fix will be included on the next update. Please wait for it on themeforest, it should be available by tomorrow.
Best regards,
IsmaelHey!
You added css modifications to show the mobile menu earlier but it will not work. Please remove the css modifications then replace it with this:
@media only screen and (max-width: 1200px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}
Regards,
IsmaelHi!
The table content on mobile devices is rendered using css content property so html tags will not work. Try to set the Table Purpose to tabular data and the Responsive Styling to scrollable.
Best regards,
IsmaelHi nullhorn!
Thank you for using Enfold.
You can try the following plugins:
https://wordpress.org/plugins/wp-socializer/
https://wordpress.org/plugins/floating-social-media-icon/
https://wordpress.org/plugins/floating-social-media-links/Regards,
IsmaelHey!
Please post the link to the actual website and if possible, provide a screenshot of the element that you want to modify. Use imgur or dropbox.
Cheers!
IsmaelMarch 24, 2015 at 12:47 am in reply to: 3.1.1 upgrade has put sidebar in woocommerce product pages #416817Hey!
Please create a new thread with the website url and login credentials. We’ll check it there. We can’t seem to reproduce the issue on our installation so try to deactivate all plugins.
Best regards,
IsmaelMarch 24, 2015 at 12:42 am in reply to: Additional in Hotspot text when using Image with Hotspot #416815Hi!
Yes, we have reported the issue to Kriesi. There should be a fix included on the next update. Use the temporary fix for now.
Best regards,
IsmaelHi!
The changes are not being applied. This css code still exists:
img, a img { height: 100%!important; }
Please deactivate the cache plugin then test it again.
Cheers!
IsmaelMarch 23, 2015 at 4:09 pm in reply to: How to remove the taxonomy "Post Formats" from Enfold #416432Hey!
I’m sorry but that will require modifications of multiple core theme files which is not advisable because it will be overwritten once you update the theme. Best thing to do is inform all admins not to use that option.
Cheers!
IsmaelHey!
Please try to replace:
<style> @import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css); body{ font-family: 'Open Sans Hebrew', serif; } </style>
with:
<style> @import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css); body{ font-family: 'Open Sans Hebrew', serif; } </style>
Cheers!
IsmaelMarch 23, 2015 at 3:40 pm in reply to: "Session expired. Please log in again. You will not move away from this page." #416414Hey!
Thank you for using Enfold.
First, I would like to mention that the theme is not built for the “Customizer”. There are only three options there so I don’t think you will be using that panel more than you will be using the theme’s advance layout builder or shortcodes. Regarding the issue at hand, please refer to this link: https://wordpress.org/support/topic/session-instantly-expires-customizephp
In wordpress settings > general menu I had my “site address (URL)” set to “www.domain.com” when I switched it back to just “domain.com” that worked for me.
Regards,
Ismael -
AuthorPosts