Forum Replies Created

Viewing 30 posts - 49,141 through 49,170 (of 66,103 total)
  • Author
    Posts
  • in reply to: Color background #420028

    Hi!

    Note that the color section background size is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp) which means that it will scale the background to be as large as possible to completely cover the background area. It will also cut parts of the image. I think that’s why you’re saying it’s not responsive but it is. You can set the background size to 100% but it will distort the image proportion.

    Best regards,
    Ismael

    in reply to: Strange background image issue #420027

    Hi!


    @hermelina
    : I checked the site on a browser emulation, using Firefox 14 for android mobile and tablet, but I don’t see any issues on the page. Can you please provide a screenshot?

    Cheers!
    Ismael

    Hi!

    There’s a missing curly braces right after this line of code:

    input[name=”post_password”] {
    background: red !important;
    }

    Best regards,
    Ismael

    in reply to: Probleme mit dem Menü #420018

    Hey!

    Sorry for the delay. I tried to login to the site but it’s not working. Please check the login credential above. If possible, please provide a screenshot of the issue. I don’t really understand the language so I use google translate but it’s still not clear enough.

    Best regards,
    Ismael

    in reply to: editing the backing HTML without breaking everything #420016

    Hi!

    Sorry for the delay. I’m not sure if this is going to work but you can add custom css class on every element inside the advance layout builder except for column layouts. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Maybe you can add the “print-no” class attribute for those elements that you don’t want to be included. There will be certain elements that you want will want to change or to modify so a basic knowledge of google inspector or firebug plugin will help a lot. Of course, it’s much easier if you hire a freelance developer to modify the print style of the page. You can contact our partner codeable here: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: yoast video seo plugin cannot see video's #420010

    Hi!

    Is it OK if you give us a copy of the plugin for testing purposes?

    Cheers!
    Ismael

    in reply to: Contact Form 2 felds in one line??? #420004

    Hi!

    Sorry for the delay. I’m not sure if I understand you correctly. You’re trying to add a special heading element inside the text block? And the markup isn’t recognize by google? Please post the link to the actual page. We would like to check it.

    Best regards,
    Ismael

    in reply to: Main Mobile menu to look like desktop menu #420000

    Hi!

    Use this to show the default menu items:

    @media only screen and (max-width: 959px) {
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
      display: none;
    }
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
      display: block;
    }
    
    .responsive #header_main .inner-container, .responsive .main_menu {
      position: relative;
    }
    }
    

    There will be not enough space to contain the default menu items. Redesigning the default menus on mobile will require custom modification that is beyond the scope of support. Please hire a freelance developer or contact our customization partner: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: How to position 7 icons horizontally? #419996

    Hey!

    There is not 1/7 columns by default so you need to create it manually. Edit the color section which holds the icon then add a unique id attribute in the Section ID field. Use “custom-section” for example. Remove the icons then use a code block instead. Add the icon and column codes:

    <div class="flex_column av_one_seventh first">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
    <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>

    You can generate the icon shortcode using the shortcode wand on another post or page.

    Regards,
    Ismael

    in reply to: Email form not seding with Enfold form #419992

    Hi!

    Please refer to this link for a possible fix: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Also, if possible, please contact your hosting provider. Maybe they can provide more info regarding the issue.

    Best regards,
    Ismael

    in reply to: Lightbox image size and related entries thumbnail size #419991

    Hi!

    You can’t choose a different thumbnail size for the masonry element but you can change the size of the thumbnail assigned to it. Use the Simple Image Sizes plugin, go to Settings > Media panel. Adjust the masonry size thumbnail.

    Cheers!
    Ismael

    Hi!

    Edit the page using the advance layout builder, you’ll see the Grid Row element inside the Layout Elements panel. No, you can’t create slider animations inside the grid row element but you can insert easy and content sliders inside the cells. 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 about the theme. You can watch video tutorials or get hold of a few hooks and filter functions that may help you to 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!

    Regards,
    Ismael

    in reply to: Portfolio itens previous and next #419987

    Hi!

    Thank you for using Enfold.

    Are you referring to the post navigation found on both end of the screens? Add this to the functions.php file:

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
        $s['same_category'] = true;
    	return $s;
    }

    Regards,
    Ismael

    in reply to: Limit navigation between posts to one category #419986

    Hey!

    Are you sure that you used the correct taxonomy and post type name? Did you use a plugin to create the custom post type? Please open a new thread and post the login details there. We would like to check it.

    Cheers!
    Ismael

    in reply to: Custom CSS caching issue – continued #419984

    Hi DavyE!

    Thank you for using Enfold.

    I checked the site and I noticed that you didn’t add the filemtime fix for the custom.css file. It still says version 2 instead of the time the file was modified.

    Regards,
    Ismael

    in reply to: Sidebar background color #419866

    Hi!

    Please remove the css code then replace it with this:

    aside.sidebar.sidebar_right {
      background: #f1f1f1;
      padding-right: 50px;
    }

    Add this to the functions.php file:

    add_action('wp_footer', 'ava_sidebar_height');
    function ava_sidebar_height(){
    ?>
    <script>
    (function($){	
    	$(window).resize(function() {
    		var contenth = $('.container .av-content-small.units').height();
    		$('.sidebar.sidebar_right').css('min-height', contenth);
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }
    

    You might need to increase the sidebar width in the Content | Sidebar Ratio setting.

    Cheers!
    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #419864

    Hi!

    I checked the site but it’s not using the Enfold theme. Did you switch the theme? Please activate the Enfold theme then try to deactivate all plugins. Test the site again.

    Regards,
    Ismael

    in reply to: Vaultpress security threat – shortcodes/Woo Commerce #419863

    Hey kristenangel!

    Thank you for using Enfold.

    The theme doesn’t utilize any of the WooThemes Framework so I’m not sure what’s the connection.

    Do you have any other premium themes other than Enfold? There’s a chance, one way or another that the scanner will find “malicious” scripts on it. Most of these errors or warnings are invalid or inaccurate. You can just ignore them or you can install security plugins to prevent any possible security threats.

    Regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Where do you want to add the video? You can use the Video element in the advance layout builder. A screenshot will help.

    Best regards,
    Ismael

    in reply to: Bootstrap or Foundation? (Enfold Compatibility) #419859

    Hey!

    Thank you for using Enfold and sorry for the delay.

    If you’re the kind of user who can create a plugin using a framework, I don’t think you will be needing any of our advice. For what it’s worth, the scrollspy feature that is being use inside the theme is based from the bootstrap framework. I’ll ask Kriesi to take a look, he will give you a more appropriate answer.

    Cheers!
    Ismael

    Hey!

    The background size of the color section is set to cover so it will scale the image to be as large as possible to completely cover the background area. It will make it more responsive but it will somehow cut parts of the images. You can set the background size to 100% but it will stretch the image to an ugly proportion. Can you please provide a screenshot of how you want the section to look on mobile?

    Cheers!
    Ismael

    in reply to: Parallax image is't diplayed in full #419851

    Hi!

    We added an auto resize script and the background seems to snap back after less than a second or when the layer slider started. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Fullscreen slider dots removed? #419849

    Hey DavyE!

    Thank you for using Enfold.

    Did you set the Slideshow control styling? to Default? Please post the website url here.

    Best regards,
    Ismael

    in reply to: Tabs on mobile #419762

    Hi!

    Sorry for the delay. Please post the WP login details here as well. We need to deactivate the minify settings because any changes we do in the shortcodes.js file will not take any effect.

    Regards,
    Ismael

    Hi!

    Yes, unfortunately, it will not display the full content when using the advance layout builder for posts. You either need to use the excerpt box to create a summary for the blog overview page or switch to the default editor and use the shortcode wand instead.

    Cheers!
    Ismael

    Hey!

    Please give us a link to the actual page with the accordion element. We would like to check it.

    Cheers!
    Ismael

    in reply to: Header trotz linksbündigem Menü #419743

    Hi!

    Thank you for using Enfold.

    Sorry for the delay. It’s quite possible but it will require custom modifications that is outside the scope of support. Unfortunately, you can only choose between the left or right sidebar menu and the default header. You can’t have both out of the box. You can visit our new customization partner, codeable.io. http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: LINE BREAK CAPTIONS FULLSCREEN SLIDER #419742

    Hey mleite1!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .slideshow_caption {
      width: 100%;
    }
    
    .avia-caption-content {
      width: 42%;
      right: 0;
      position: absolute;
    }

    The image size is quite enough but since the background or image size is set to cover, expect to have parts of the images get cut off. It will scale the image to be as large as possible so that the background area is completely covered, making it fully responsive with a few compromises. Setting the background size to 100% will distort the images to an ugly proportion.

    Regards,
    Ismael

    in reply to: Woocommerce add to cart product shortcode, but … #419738

    Hey peterash!

    Thank you for using Enfold.

    We have removed the cart pop up on the latest versions of the theme. It shouldn’t display anymore. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: How to turn element into link #419735

    Hey!

    Please check it here: https://kriesi.at/support/topic/alignment-2/

    Cheers!
    Ismael

Viewing 30 posts - 49,141 through 49,170 (of 66,103 total)