Forum Replies Created

Viewing 30 posts - 50,791 through 50,820 (of 66,306 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: AddThis not appearing #389144

    Hey!

    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,
    Ismael

    in reply to: Issue wpml and Enfold 3.0.8 #389143

    Hi!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Responsive issues #389138

    Hey!

    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,
    Ismael

    in reply to: Content Not Sized To Viewport #389133

    Hey!

    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,
    Ismael

    in reply to: Need to change H1 and H2 to Georgia font #389131

    Hi!

    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,
    Ismael

    in reply to: Problem with padding between sections. #389130

    Hey!

    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!
    Ismael

    in reply to: Problem with forms #389129

    Hi!

    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,
    Ismael

    in reply to: IE 9 and ENFOLD Theme Complety Screwed UP #388982

    Hi!

    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,
    Ismael

    Hey 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!
    Ismael

    in reply to: side bar sub nav menu not linking to custom pages #388979

    Hi 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!
    Ismael

    in reply to: 3 or more buttons possible in full width easy slider? #388978

    Hi!

    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!
    Ismael

    in reply to: Default Sidebar for Category or User #388977

    Hi!

    If you want to show a specific widget on archive pages, please use the following plugin.

    https://wordpress.org/plugins/widget-logic/

    Cheers!
    Ismael

    in reply to: @media only screen and (max-width) Not Working #388976

    Hi 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!
    Ismael

    in reply to: Portfolio pagination with more than one category #388975

    Hey!

    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,
    Ismael

    in reply to: Zooming in on an image in the lightbox #388974

    Hi!

    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,
    Ismael

    in reply to: Transparent header menu items background #388973

    Hi!

    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,
    Ismael

    in reply to: anchor links #388972

    Hi!

    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!
    Ismael

    in reply to: widgets link #388971

    Hi!

    Thank you for using Enfold.

    Change the sidebar links color with this on Quick CSS:

    .main_color .sidebar a {
    color: blue;
    }

    Regards,
    Ismael

    in reply to: Permalink Question & Help Needed #388970

    Hey!

    Did you set any parent page for these two pages? Do you have any seo plugin?

    Cheers!
    Ismael

    in reply to: Setting Logo Size Different for Home Page #388969

    Hey!

    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,
    Ismael

    in reply to: Masonry Grid not working on iPad Air #388968

    Hi!

    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,
    Ismael

    in reply to: Setting min-height of main content window using jQuery #388967

    Hi!

    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!
    Ismael

    in reply to: Left hand side menu – woocommerce product view #388966

    Hi!

    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!
    Ismael

    in reply to: Floating/overlapping Logo #388965

    Hi!

    Adjust the height and max height limitation of the logo image:

    .logo img {
    max-height: 215px !important;
    height: 215px;
    }

    Cheers!
    Ismael

    in reply to: General styling slow to update #388963

    Hi!

    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!
    Ismael

    in reply to: Custom Menus are not displaying #388960

    Hi deerstonedevelopment!

    Thank you for using Enfold.

    The Web Technology – sidebar widget area on Appearance > Menus widget is empty.

    Best regards,
    Ismael

    in reply to: Adding custom post types and taxonomies to sidebar widgets #388959

    Hey!

    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,
    Ismael

    in reply to: Change Archive For Category to match modified breadcrumb #388958

    Hey!

    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

Viewing 30 posts - 50,791 through 50,820 (of 66,306 total)