Forum Replies Created

Viewing 30 posts - 38,941 through 38,970 (of 66,745 total)
  • Author
    Posts
  • Hey!

    Did you create custom taxonomies? The last slider button is working because you’re using an existing taxonomy from WooCommerce called “Product Cat”.

    Regards,
    Ismael

    in reply to: Italic styling bug #698612

    Hi!

    The testimonial content are enclosed inside an em tag so you should add @Yigit’s code to set the font style to normal. The em tag’s font-style property is set to italic by default.

    em {
        font-style: normal !important;
    }

    This is the 6th testimonial content.

    <p><em><img class="alignleft size-full wp-image-139" style="border-radius: 50%;" src="http://innercompass.wpengine.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I.jpg" (hosted on WPengine) alt="Scott Dawson, senior sales and operations leader" width="100" height="100" srcset="http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I.jpg 100w, http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I-80x80.jpg 80w, http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I-36x36.jpg 36w" sizes="(max-width: 100px) 100vw, 100px">If you are looking for an outstanding career coach and group facilitator, I highly recommend Danielle. Her experience, skills and understanding of group dynamics were clearly evident with the team I worked with, and I truly enjoyed my time working with her. Thank you Danielle for your commitment and care!</em></p>
    

    Regards,
    Ismael

    Hi!

    I tried to login but the credentials are incorrect. If you define a custom height to the image, will you leave it as full width? I have to ask because it will probably distort the image. Please try this in the Quick CSS field.

    .avia-slideshow li img {
        height: 200px;
    }

    Could you please provide a screenshot of the expected slider layout?

    Best regards,
    Ismael

    in reply to: Avia Editor not showing images #698609

    Hi!

    We visited the test page but it doesn’t exist so we created our own test page and the advance layout builder is working. However, the images are removed once we update the page. This is the first time that we encountered such issue so we installed a debugging plugin and we found out that the PHP version is very old, 5.2. Please ask your hosting provider to upgrade the PHP version to 5.4 or later.

    Best regards,
    Ismael

    in reply to: Blog Page Setting Options #698608

    Hey!

    I WANT the sidebar to show up but I DO NOT want the PAGES list to show up in the Sidebar.

    Those are the dummy widgets and they are automatically added when the sidebar or widget area is empty. You can either add widgets to the widget area or add this code in the functions.php file.

    add_filter( 'avf_show_default_sidebar_pages', 'remove_default_sidebar_pages', 10, 1);
    
    function remove_default_sidebar_pages( $show ) 
    {
    	return false;
    }

    The BLOG PAGE HEADER is still an issue. It is distorted because of the COLOR SECTION you all added to the page.

    I’m sorry but when I checked the blog page, I don’t see anything wrong with it. The screenshot doesn’t explain anything clear either. Could you please provide a screenshot showing the actual issue?

    Regards,
    Ismael

    in reply to: Google Microdata for Condition #698600

    Hey!

    Where do you need to add this? Is it a WooCommerce product page? If it is a meta info, you can try the “wp_head” hook.

    // https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head#Examples

    Best regards,
    Ismael

    in reply to: Product size (in woocommerce) #698598

    Hi!

    Apply a minimum height to the description containers.

    #top .inner_product_header {
        min-height: 178px;
    }

    Regards,
    Ismael

    in reply to: Images lightbox do not open #698594

    Hi!

    The Enfold > Theme Options > Lightbox Modal Window option is disabled. We enabled it back.

    Cheers!
    Ismael

    in reply to: Flex Column in Mobile Portrait view is too narrow #698593

    Hi!

    Decrease the font size of the testimonial content.

    @media only screen and (max-width: 767px) {
        .avia-testimonial-content p {
            font-size: 12px;
            line-height: 1.5em;
        }
    }

    Best regards,
    Ismael

    Hey!

    The other page is set as base Shop Page in the Woocommerce > Settings > Products > Display > Shop & Product Pages section. We set the option to none.

    Best regards,
    Ismael

    in reply to: Blog does not show right sidebar #698155

    Hi!

    Thank you for using Enfold.

    Oh, I found a solution. I found Enfold -> Sidebar Settings, which seems to overrule, what I choose on the blog page itself in the right sidebar under Sidebar Settings.

    Yes, that is correct. Glad that you found the settings. :)

    Regards,
    Ismael

    in reply to: Custom CSS not working in Chrome, Firefox #698154

    Hey!

    The user agen style overrides the theme styling.

    a:-webkit-any-link {
        color: -webkit-link;
        text-decoration: underline;
        cursor: auto;
    }

    Did you modify any of the parent theme files?

    Best regards,
    Ismael

    in reply to: adding hyperlinks in to blog post dont work #698150

    Hey!

    Thank you for the info.

    It works initially but when you try to edit the link again, it will produce the following error.

    yoast-premium-social-preview-350.min.js?ver=3.6.1:1 Uncaught TypeError: Cannot read property ‘data’ of undefined
    2016-10-12 11:23:20.387 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefined
    2016-10-12 11:23:21.439 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefined
    2016-10-12 11:23:23.386 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefined

    Please forward it to the Yoast team, maybe they’ll find something based on the error. For the mean time, please edit the link in the editor manually. You can add the target=blank attribute to the link. Example:

    <a href="http://kriesi.at" target="_blank">LINK</a>
    

    Cheers!
    Ismael

    in reply to: Sub Menu #698149

    Hi jagrav-enfold!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top #nav_menu-4 div ul {
        height: 80px;
    }
    
    #top #nav_menu-4 div ul li {
        clear: none;
        display: inline-block;
    }

    Best regards,
    Ismael

    in reply to: Full screen slider not responsive #698148

    Hey!

    Thank you for the info. The images in the full screen slider are set as background and the background-size property is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp) which means that it will force the image to cover the whole container but parts of the images will have to overflow outside in order keep its aspect ratio. We can set the size to 100% but it will distort the image. Please adjust the position of the background image until the focal point is visible.

    @media only screen and (max-width: 767px) {
         .avia-fullscreen-slider .avia-slideshow>ul>li {
             background-position: 20% 50% !important;
         }
    }

    Best regards,
    Ismael

    in reply to: Open map in Google or Apple Maps #698147

    Hi!

    You can add a text or code block below the google map element.

    Cheers!
    Ismael

    in reply to: Margin disappears in mobile view #698146

    Hi caroberto6!

    Thank you for using Enfold.

    I’m sorry but I don’t see any obvious issue with the page. The fb pages have margins even on mobile view. Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

    in reply to: Validations #698145

    Hey Guenter!

    Thank you for using Enfold.

    1.) I’m sorry but I can’t find the paragraph tag in the markup. Could you please provide a screenshot? It should be breaking the layout of the page.

    2.) The link is automatically added by WordPress. It’s for the WP Rest API plugin. https://wordpress.org/plugins/rest-api/

    Regards,
    Ismael

    in reply to: Bug? avia-google-maps-section is closing #main div #698144

    Hi mailworm!

    Thank you for using Enfold.

    Yes, that is a small glitch in the advance layout builder. In order to fix it, make sure that all elements or set of elements are inside their own color sections.

    Best regards,
    Ismael

    in reply to: single post with big featured image and sidebar #698143

    Hey xxtita!

    Thank you for using Enfold.

    Please enable the sidebar then add this in the functions.php file.

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		var preview = $('.single .big-preview').detach(),
    			main = $('.single .container_wrap_first');
    
    			$('<div class="container template-single-image"></div>').prependTo(main);
    			$('.single .template-single-image').append(preview);
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    in reply to: Remove excerpt only from blog archive #698142

    Hi!

    Did you create an archive template (ex: archive-cpt.php)? https://codex.wordpress.org/Post_Type_Templates

    Cheers!
    Ismael

    in reply to: Product Category image #698141

    Hey Matt!

    Thank you for using Enfold.

    Please go to the WooCommerce > Settings > > Products > Display panel then look for the Product Images section. Adjust the size of the Catalog Images. Don’t forget to regenerate the thumbnails. Or install the following plugin then go to the Settings > Media panel.

    // https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    in reply to: Different shop overview page #698139

    Hi hannerinc!

    Thank you for using Enfold.

    The shop plugin that is integrated in the theme doesn’t have that template by default so you can either hire a freelance developer to modify the default product overview page template or use the Product List element of the advance layout builder. The Product List is not exactly the same as the screenshot but it’s the closest layout that you can get from the theme.

    Best regards,
    Ismael

    in reply to: W3 Total cache breaks the template layout #698136

    Hi artiteq!

    Thank you for using Enfold.

    Are you using the default settings of the plugin? Please post the website url plus the login credentials so that we can check the issue. Or try these plugins.

    // https://wordpress.org/plugins/wp-super-cache/
    // https://wp-rocket.me/

    Or choose from this list of cache plugin.

    // https://www.designbombs.com/top-wordpress-caching-plugins-compared/

    Cheers!
    Ismael

    Hi!

    Great! Please feel free to open a new thread when you encounter any issues. Thank you for using Enfold. :)

    Best regards,
    Ismael

    in reply to: Search results in columns #698132

    Hey!

    Awesome! Let us know if you need anything else. :)

    Regards,
    Ismael

    in reply to: Add to cart button not working on product pages #698131

    Hey!

    In the previous thread, the issue was caused by a plugin and it is probably the same in your installation because we see a lot of errors in the console. Please deactivate all plugins then check if the quantity button is working. If it is working, activate the plugin one at a time to find the conflict.

    Best regards,
    Ismael

    Hi!

    Hi, now I change meta.php for adding custom post types (Go-Portfolio) in the integration of Avia Page Builder.
    Every update I have to write the file

    I’m sorry but I’m not quite sure what you meant by that. What are the changes in the file?

    Cheers!
    Ismael

    in reply to: turn icon box into button #698127

    Hi!

    Turn on the custom css class field, add a unique class attribute to the iconboxes where you want to apply the modification.

    // http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Adjust the selector in this line.

    var iconbox = $('.yourcustomclass .iconbox'),
    

    Cheers!
    Ismael

    in reply to: Mailchimp signup #697624

    Hey edupuntoes!

    Thank you for using Enfold.

    I’m sorry but the plugin or module is not configured in the theme so you have to use the scripts from GetResponse manually.

    Regards,
    Ismael

Viewing 30 posts - 38,941 through 38,970 (of 66,745 total)