Forum Replies Created

Viewing 30 posts - 57,031 through 57,060 (of 67,197 total)
  • Author
    Posts
  • in reply to: Toggle Menu at 1024px #293683

    Hey!

    Glad it worked and thank you so much for the kind words. Enjoy the theme. :)

    Cheers!
    Ismael

    Hi McNitefly!

    Thank you for using the theme.

    Try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 40px !important;
    max-height: 40px !important;
    top: 5px;
    }
    }

    Best regards,
    Ismael

    in reply to: Form – textfield – padding and margin #293666

    Hi!

    No, both will work just fine but it’s better to add it on custom.css file especially when you’re using WPML. If you use the Quick CSS field with multiple language activated, you have to place it on each language’s Quick CSS field.

    Best regards,
    Ismael

    in reply to: 2.9.1 Uptate, no more lightbox feature. #293664

    Hi Jef!

    Thank you for using the theme.

    Did you install CDN on your website? Purge the cache then test it again. If possible, test it on another computer or browser.

    Regards,
    Ismael

    in reply to: Enfold extremly slow #293663

    Hey!


    @comitzuu
    : Thanks for helping out! Appreciated.


    @Kindbowebb
    : Just to add a little bit to @comitzuu’s response, you can do the following:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg.
    2. Once all images are on the website, optimize with www optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets, you can also use W3 Total Cache’s minify settings but we use BWP for Enfold.
    5. Install W3 Total Cache or WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Best regards,
    Ismael

    in reply to: Enfold – Remove the fade animation of icons loading #293661

    Hi!

    Sure. Glad it worked. If you still have questions, let us know. :)

    Best regards,
    Ismael

    in reply to: Farthest right mega menu dropdown off screen #293548

    Hey!

    Thank you for the info.

    Not sure why the mega menu behave that way so I’ll ask Dude to take a look. For the meantime, please add this on Quick CSS or custom.css:

    li#menu-item-2602 div.avia_mega_div {
    left: -250px !important;
    }

    Cheers!
    Ismael

    in reply to: Layer Slider #293545

    Hey Finlando!

    Thank you for using the theme.

    It’s not possible to stop the transition of the layers inside the slide once it started but on hover you can stop the next slide from animating. Edit Global Settings > Slideshow > Slideshow Behaviour. Enable the Pause on hover option.

    Cheers!
    Ismael

    in reply to: One page website menu header #293544

    Hi!

    Thank you for the update.

    You don’t have to create a new page for the section. You need to use the Color Section element on the same page then add an id to it. Please review the article here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    For example, create a color section with an id “blog” then a Blog Posts element to it. Create a new menu item called blog then add the anchor link which is “#blog”.

    Cheers!
    Ismael

    in reply to: Woocommerce pages Missing, Enpoints #293539

    Hey!

    Thanks for sharing. I’m sure it will help a lot of users. :)

    Best regards,
    Ismael

    in reply to: Menu styles hover and current #293538

    Hi uvanlj1!

    Thank you for using the theme.

    Have you tried editing the Main Menu Links on Enfold > Advanced Styling option? Select the Main Menu Links element then edit it. Note that you can add two elements of the same kind. One for the hover state, another for the initial state.

    Cheers!
    Ismael

    in reply to: Writing a text on the right side of the header #293537

    Hey!

    Thank you for using the theme.

    Please add this:

    .logo, .logo a {
    overflow: visible;
    }
    
    #top .logo-title {
    position: absolute;
    left: 50px;
    top: -20px;
    }
    
    #top .logo-title.logo-subtitle {
    top: -5px;
    white-space: nowrap;
    }
    
    #top .subtext {
    float: left;
    position: relative;
    top: -25px;
    }
    
    .logo a img {
    top: 25px;
    }

    Cheers!
    Ismael

    Hey!

    Thank you for the link.

    Please set the logo and menu position to Logo Center, Menu below on Enfold > Header Layout panel. Add this on Quick CSS or custom.css:

    #header_main_alternate {
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
    }

    Looks like you managed to center align the portfolio sort container.

    Regards,
    Ismael

    in reply to: navigation menu invisible in ipad portrait view #293534

    Hey!

    Glad its working now. There are lots of changes starting from version 2.6 especially on the header layout so if you’re using an older version, you may need to tick and reset some options in order for them to work properly again.

    Regards,
    Ismael

    Hi!

    You can use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Look for the shop_catalog size thumbnail. Adjust the image size to your liking then regenerate the thumbnails. Note that the images will take the size of its container so the product image size will actually depend on the size of the columns. It is much better to increase the dimension of the shop_catalog_size thumbnail.

    Cheers!
    Ismael

    in reply to: layer slider background #293531

    Hey!

    Glad it worked. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Toggle Menu at 1024px #293530

    Hey!

    Glad it worked somehow.

    Edit custom.css, add this code below:

    @media only screen and (max-width: 1025px) {
    .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
    .html_mobile_menu_tablet #mobile-advanced{display:block;}
    }
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    	@media only screen and (min-width: 768px) and (max-width: 1025px) {
    
    		.responsive #top .mobileMenu{position: absolute; top: 50%; margin: -15px 0 0 0; width:250px; right:0; max-width: 250px;}
    		.responsive .mobile_slide_out .logo{float:left;}
    		.responsive .mobile_slide_out .logo img{margin:0; }
    		.responsive .av_mobile_menu_tablet .main_menu{display: none; }
    		.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks { right: 50px; }
    				}

    Regards,
    Ismael

    in reply to: Adding Phone Number text and button to Main Header #293528

    Hey!

    Thank you for the update.

    Maybe you added an apostrophe on the custom text. Please get a new copy of functions.php then override the old one via FTP.

    Regards,
    Ismael

    in reply to: Layerslider and sidebar #293524

    Hi!

    Thank you for the link.

    I was able to reproduce the issue on my end. Not sure why two layer slider hinder the sidebar from showing. I’ll ask Kriesi and Dude to take a look.

    Best regards,
    Ismael

    in reply to: How can I widen blog text area? #293521

    Hey!

    Thank you for the update.

    You can increase the magazine thumbnail size using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    in reply to: Questions #293514

    Hi!

    Thank you for the update.

    1.) There’s an inline styling on the links. Remove it:

    <a title="THE TEAM" href="http://papernapkinmarketing.com/pages/theteam" target="_blank"><span style="color: #000000;">team</span></a>
    

    2.) Note that css ID selector should be only for a single element. Use the columns to move the other columns to the right. For example add two 1/2 column layout then leave the first one blank. Add the content on the second one. This should render the content on the right side of the container.

    3.) I’m sorry but can you please provide a screenshot of the heading or banners that you want to change?

    Cheers!
    Ismael

    in reply to: Quick CSS not working in Child theme #293513

    Hey!

    Thank you for the link.

    Yes, if you’re using the Quick CSS field to add css modifications, you need to add the code on both language so it’s better to add it on the child theme’s style.css or the custom.css file.

    Regards,
    Ismael

    in reply to: Enfold – Remove the fade animation of icons loading #293512

    Hi Monsoon!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css:

    .avia_transform .av_font_icon, .avia_transform .avia_start_delayed_animation.av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1 !important);
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-animation: none;
    -moz-animation: none;
    -msanimation: none;
    animation: none;
    }
    

    Regards,
    Ismael

    in reply to: Remove image preview for video on mobile #293511

    Hey!

    Like I said, videos should not play on mobile device. Kriesi disabled it. That’s why you are required to add a fallback image. Removing the fallback image will only leave you a blank space when viewing on mobile. You have to remove the entire section. Did you edit anything the theme files?

    Try to edit the slide then remove the fallback image. Please download the latest version 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/

    Regards,
    Ismael

    in reply to: Lightbox iframe website #293510

    Hi felipemillan!

    Thank you for using the theme.

    Please edit js/avia.js and look for this code o line 801:

    autolinkElements: 	'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    				videoElements	: 	'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    

    Replace it by this:

    autolinkElements: 	'autolinkElements: 	'a[rel^="prettyPhoto"], a[href*="iframe=true"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    				videoElements	: 	'a[href*="iframe=true"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    

    You can now add the url of the external site that you want to open via lightbox plus the ?iframe=true parameter. Something like this:

    <a href="http://kriesi.at?iframe=true">Open this</a>
    

    Best regards,
    Ismael

    in reply to: SIZE OF DROPCAP 2 (Colored Background) #293509

    Hi!

    Please use this:

    .av_dropcap2 {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    margin: 4px 8px 0 0;
    border-radius: 100px;
    font-weight: bold;
    }

    Regards,
    Ismael

    in reply to: CSS Buttons on the Layerslider not scaling #293508

    Hi!

    Thank you for the info.

    Can you please give us a temporary login details? We would like to check it. Set it as a private reply.

    Regards,
    Ismael

    in reply to: No main menu #293507

    Hi rfarthofer!

    Thank you for using the theme.

    Yes, it is possible. Just add this on Quick CSS:

    .avia-menu.av-main-nav-wrap {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Transparency Header #293506

    Hey skauper!

    Thank you for visiting the support forum.

    I checked the website and the logo is not overlapping the other one. You can add this on Quick CSS to increase the transparency of the shrinked header.

    .header_bg {
    opacity: .5;
    filter: alpha(opacity=50);
    }

    Cheers!
    Ismael

    in reply to: Header Phone background #293505

    Hi!

    Thank you for the update.

    You can use this on Quick CSS or custom.css:

    .header_color .header_bg {
    background-size: cover !important;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,031 through 57,060 (of 67,197 total)