Forum Replies Created
-
AuthorPosts
-
February 2, 2015 at 6:36 am in reply to: How to disable JPG compression for gallery element? #389146
Hi!
Thank you for using Enfold and for explaining the issue thoroughly.
The big preview on the gallery will always inherit the width of its container, the size of the columns, main container etc, so there’s no easy solution to this problem especially when you’re using gallery images with different sizes. Try to use larger images then disable the Force same size for all big preview images? gallery settings.
Best regards,
IsmaelHey!
Did you create an addthis account? It is required to create one if you want to use this plugin: https://wordpress.org/plugins/addthis/faq/
Best regards,
IsmaelHi!
This is a german page, not french: http://eyebrowtracer.com/de/fragen/
And this one is showing the correct french language: http://eyebrowtracer.com/fr/acheter/
I’m sorry but can you please elaborate the issue. I tried to login but the credentials aren’t working. Please check.
Regards,
IsmaelFebruary 2, 2015 at 6:09 am in reply to: Grid Row issue : Top border of small arrow appearing at the bottom of Grid Row #389141Hey!
There’s something wrong with the html markup of the page (http://yourchobo.com/). All sections should be wrapped inside the #wrap_all container but they’re not. Did you add any html codes or custom modifications that involves adding html tags? Maybe you forgot to close certain divs which breaks the layout of the theme.
Regards,
IsmaelHey!
Thank you for the update.
The fullwidth button is fixed by placing it inside a color section. Adding another color section below the animated number elements seems to fixed the footer as well. There must be a missing closing div that we don’t know of. Did you add any html tags on the page?
Best regards,
IsmaelHey!
I guess it is cause by the plugin which disables the right click functionality. The ui dialog container is set to 450px by default which is over the viewport width.
Best regards,
IsmaelHi!
Try to add a code block on top of the text block then add this:
<style type="text/css"> .avia-textblock h1, .avia_textblock h2 { color: #fa6d02 !important; font-family: Georgia,Times,Times New Roman,serif; } .avia_textblock h3 { color: #40B8F7 !important; font-family: Georgia,Times,Times New Roman,serif; } </style>
Regards,
IsmaelHey!
Have you tried adding a horizotal rule / separator element before the text block? Set it to whitespace to create a gap before the color section.
Cheers!
IsmaelHi!
You can add this on the Quick CSS field:
.main_color label { color: #ffffff !important; }
OR this one to a code block element:
<style type = "text/css"> .main_color label { color: #ffffff !important; } </style>
Best regards,
IsmaelHi!
Thank you for the screenshots. Please try to deactivate the cache plugin’s minify settings or if you have a stand alone minify plugin, disable it. Let us know if the IE9 rendering improves.
Regards,
IsmaelFebruary 1, 2015 at 9:45 am in reply to: Testimonial & other content not showing correct on just one page #388980Hey shaunlawson!
Thank you for using Enfold.
Looks like you’re using a minify plugin. Is this happening if the cache and minify plugins are deactivated? Please try to deactivate those plugins then test the site again on another browser.
Cheers!
IsmaelHi lobstahhhhhhh!
Thank you for using Enfold.
You can edit the widgets on Appearance > Widgets. If you want to create a custom link for your pages, try to create a new menu on Appearance > Menus panel then go back to the Widgets panel. Add the Custom Menu widget. Set the newly created menu with the grid blog pages links.
Cheers!
IsmaelFebruary 1, 2015 at 9:42 am in reply to: 3 or more buttons possible in full width easy slider? #388978Hi!
Try to add it on the caption formatted like this:
<style type="text/css">.avia-caption-content > p:last-child { display: none !important; } </style> This is a caption
Or use a code block element.
<style type="text/css">.avia-caption-content > p:last-child { display: none !important; } </style>
Cheers!
IsmaelHi!
If you want to show a specific widget on archive pages, please use the following plugin.
https://wordpress.org/plugins/widget-logic/
Cheers!
IsmaelHi tlow87!
Thank you for using Enfold.
Which element are you trying to change? Make sure that you’re using the correct selector. This is the correct css media query:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }
Cheers!
IsmaelHey!
Thank you for using Enfold.
This is an old issue, unfortunately, we haven’t find an alternative script yet. All themes that I know of have the same exact isotope script. The category sorting will only work on items located on the current page. It won’t be able to filter the items on the next page. The only workaround is to show all portfolio items without pagination but it might affect the page performance.
Best regards,
IsmaelHi!
I’m not referring to the thumbnail. Please try to follow the suggestion above. Let us know if the lightbox image change. A link to the actual page with the image will help.
Regards,
IsmaelHi!
Thank you for using Enfold.
@elames: Thank you for helping out! :)
@icotom: Try the Advanced Styling panel or use the Quick CSS field to add your own custom css modifications. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Best regards,
IsmaelHi!
Alright. I was able to reproduce the issue this time. Looks like it’s happening when the portfolio grid loads. Try to add this on Quick CSS:
.js_active .grid-image { opacity: 1 !important; }
Cheers!
IsmaelHi!
Thank you for using Enfold.
Change the sidebar links color with this on Quick CSS:
.main_color .sidebar a { color: blue; }
Regards,
IsmaelHey!
Did you set any parent page for these two pages? Do you have any seo plugin?
Cheers!
IsmaelHey!
This customization is a bit complicated than it sounds but we might come up with an easy workaround. First, we need to see a screenshot of how you want the other pages’ header to look like.
Regards,
IsmaelHi!
Alright. My bad. The problem is, we can’t reproduce the issue on our end so there’s no way we can debug the issue. We’ve checked a lot of website with masonry sections on iPad and they’re working fine. After you deactivate the plugins, did you remove the iPad’s browser cache? They tend to serve the cached version of the site so you need to remove it. I’ll ask the rest of the support team to check the page.
Regards,
IsmaelFebruary 1, 2015 at 8:52 am in reply to: Setting min-height of main content window using jQuery #388967Hi!
It works fine on my installation. Shorten the code with this:
add_filter('wp_footer', 'avf_socket_height', 10); function avf_socket_height() { ?> <script> (function($){ $(window).resize(function(){ var headerh = $("#header").height(), footerh = $("#footer").height(), windowh = $(window).height(), socketh = $("#socket").height(), wpadminbarh = $("#wpadminbar").height(), layersliderh = $("#layer_slider_1").height(), afterlayersliderh = $("#after_layer_slider_1").height(); if ($("#layer_slider_1").length > 0) { mainh = (windowh - footerh - headerh - socketh - wpadminbarh - 250 - 1) / 2; $('#top .main_color.container_wrap.fullsize').css("height", mainh + 'px'); $('#layer_slider_1').css("height", 250 + 'px'); } else { mainh = windowh - footerh - headerh - socketh - wpadminbarh; $('#top .main_color.container_wrap.fullsize').css("height", mainh + 'px'); } }).resize(); })(jQuery); </script> <?php }
Cheers!
IsmaelHi!
Looks like you edited the single product page before t show the sidebar on the right so you need to replace the code with this:
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary get_sidebar(); } add_filter('avia_layout_filter', 'avia_change_post_layout', 10, 2); function avia_change_post_layout($layout, $post_id){ if(is_product()) { $layout['current']['main'] = "sidebar_left"; } return $layout; }
Replace the code on Quick CSS with this:
.single-product .product { width: 68%; margin-left: 4%; clear: none; float: right; }
Cheers!
IsmaelHi!
Adjust the height and max height limitation of the logo image:
.logo img { max-height: 215px !important; height: 215px; }
Cheers!
IsmaelHi!
Looks like the css styling is stuck after every theme options toggle but we can’t reproduce the same issue on our installation. The general styling works immediately after every update. Please try to contact your hosting provider. Ask them if there is any server side cache. Also, please check if files inside the wp-content folder have the correct file permission.
Cheers!
IsmaelHi deerstonedevelopment!
Thank you for using Enfold.
The Web Technology – sidebar widget area on Appearance > Menus widget is empty.
Best regards,
IsmaelFebruary 1, 2015 at 8:13 am in reply to: Adding custom post types and taxonomies to sidebar widgets #388959Hey!
You don’t need to create custom menu for each custom post type. Create a menu on Appearance > Menus then add the custom post type links there. Now, go to Appearance > Widgets, add the Custom Menu widget. Select the newly created menu with the custom post type links.
Best regards,
IsmaelFebruary 1, 2015 at 8:10 am in reply to: Change Archive For Category to match modified breadcrumb #388958Hey!
If you want the breadcrumbs to show on archive pages instead of the archive title, use this on functions.php:
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_category()) { $output = avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); } return $output; }
Add this on Quick CSS:
.archive .breadcrumb.breadcrumbs { display: none; } .main-title.entry-title .breadcrumb.breadcrumbs.avia-breadcrumbs { display: block; }
To clarify, if you’re on a specific archive page (please provide a link), the breadcrumb should render how?
Cheers!
Ismael -
AuthorPosts