Forum Replies Created

Viewing 30 posts - 58,471 through 58,500 (of 67,175 total)
  • Author
    Posts
  • Hey!

    Thank you for the link!

    Unfortunately, you might need to redo the whole gallery because the theme overrides the default gallery styling. Use the Gallery element under the Media Elements panel when using the Advance Layout Builder or use the shortcode wand. If you want to use the default wp caption, add this on Quick CSS or custom.css:

    #top .gallery-caption {
    display: block;
    }
    
    #top .gallery .gallery-item {
    width: 80px;
    height: 150px;
    overflow: visible;
    }

    Regards,
    Ismael

    Hi RobWu!

    Thank you for using the theme!

    The advance layout builder is not available for post because the post content is simply not suited for the kind of layouts it creates. You can only use the insert shortcode wand if you want to utilize the avia elements. Watch this video on how to add the avia builder on posts and custom post types: http://vimeo.com/64996057

    These are the following problems that may occur when you switch to Advance Layout Builder on posts.

    – Featured image will be lost on the single post view.
    – The post title will switch to the left of the header instead of below the featured image.
    – You can’t comment on posts.
    – No related posts will be shown or interesting links.

    Cheers!
    Ismael

    in reply to: Footer items stacked and centered in Enfold #261052

    Hey!

    Thank you for the info.

    I think it’s not working because of the images that you added. Those are not present when we suggested the code on another topic. Do you mind providing a screenshot on how you want the footer to look like?

    Best regards,
    Ismael

    in reply to: social icons and portfolio item "arrow" icon #261050

    Hi mjaraas!

    Thank you for visiting the support forum!

    Checking the site on Windows Chrome IE 8, the hover still shows the arrow icon. On what browser and OS are you testing this with? A screenshot showing the hover icon on your end will help.

    Regards,
    Ismael

    in reply to: Fullwidth Easy Slider on main blog page? #261038

    Hi peterash!

    Thank you for using the theme!

    That is possible but it will take a lot of time to fix the layout issues. This particular request is quite involved and is beyond the scope of support. You might need to hire someone to do the job for you. You can utilize the do_shortcode function and use the fullwidth easy slider shortcode as the content value.

    Cheers!
    Ismael

    in reply to: Update 2.7.1 Probleme #261037

    Hi ConflateGermany!

    Thank you for using the theme!

    Have you tried to logout then login again? For the meantime, you can update the theme via FTP. 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/

    I’ll ask Dude if he got any idea why the auto update is not working.

    Best regards,
    Ismael

    in reply to: Unable to display background image on fixed layout #261036

    Hi charger70!

    Thank you for using the theme!

    Please try to remove the background image then upload it again but before doing that, go to wp-content/uploads/dynamic_avia folder then delete the enfold.css file. Let us know if it works.

    Regards,
    Ismael

    in reply to: A/B test plugin #261033

    Hi quadreria_bologna!

    Thank you for using the theme!

    We haven’t tested the plugin, honestly. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. This kind of plugin is bit comprehensive and we won’t be able to fix any existing incompatibilities between two themes. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Regards,
    Ismael

    Hi derek62!

    Thank you for visiting the support forum!

    Please use this on Quick CSS or custom.css:

    div.slide-meta {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Footer Glitch #260596

    Hey!

    Thank you for the clip.

    We did check the site on Chrome and Firefox Windows 8 but it’s not happening there so we’re not entirely sure what’s causing this on your end. Maybe, a hardware lag or something? And again, the website is using Enfold version 2.5. Please update to WP 3.9 and Enfold 2.7.1. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Layer slider Carousel skin #260592

    Hey!

    Thank you for the info.

    1.) Please add this on Quick CSS or custom.css to remove some spacing between the elements:

    .avia-content-slider {
    margin: 0;
    }
    
    div.av-special-heading.av-special-heading-h2.custom-color-heading.avia-builder-el-7.el_after_av_one_full.el_before_av_content_slider {
    padding-bottom: 0 !important;
    }

    2.) You can only choose between dot and arrow controls or remove the navigation entirely. Please check. :)

    Cheers!
    Ismael

    in reply to: Footer items stacked and centered in Enfold #260590

    Hey Andrea!

    Thank you for the info.

    Please add this to fix the cut off area of the footer:

    #socket {
    padding-bottom: 20px;
    }

    Regards,
    Ismael

    in reply to: Responsive Layout not working in Internet Explorer #260588

    Hi MeisDesign!

    Thank you for using the theme!

    I’m sorry but IE8 doesn’t recognize media queries that’s why it is not responsive on that browser. Internet Explorer 8 is a 5 years old piece of software which started on March 2009 and in web development that is quite old. The reason that it stayed that long is because of Windows XP and if you want to know, Microsoft has ended their support on that version of their OS last April 8, 2014. Current statistic says that global market share of IE 8 ranged from 6.93% to 8.73% and this is dropping quite fast as we speak. We won’t be surprise if the theme is not responsive on IE8 but IE9 and new version of the browser should render the theme properly. If you can give us the link to the actual website, we would like to check it. A screenshot of the issue will help.

    Best regards,
    Ismael

    in reply to: Full screen slider and image resolution issues. #260587

    Hey!

    Thank you for the update.

    The quality of the image on the fullscreen slider is the same exact quality that you have on the original image. The background-size of the full screen slider is set to cover in order to avoid image stretching and retain the correct proportion and ratio of the image. You can set it to 100% if you want but the background image will stretch depends on the screen resolution and it will definitely look ugly on smaller screens with wide resolution. The image size that you’re using is quite good but if you want to know, the demo uses images with 1500x1500px dimension for the fullscreen slider. You can add this on Quick CSS or custom.css if you want to set the background size to 100%:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    width: 100%;
    height: 100%;
    background-size:  100% 100%;
    background-position: center center;
    }

    Cheers!
    Ismael

    Hey adman1!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page? We need to inspect it. Did you use an Image element for that pictures or is it a text block? We’ll provide you with a proper response once we have taken a look at the website.

    Cheers!
    Ismael

    in reply to: Sort By Name / Display Products page #260583

    Hi Padlee!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    .woocommerce div.product-sorting {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Footer bold/box on current page #260578

    Hi Angie!

    Thank you for the info and the screenshot.

    I checked the website but I don’t see the box on the bottom navigation even when I am on the current page. Did you fix this? What I noticed is that the right navigation with the phone number is not aligned properly. Please use this on Quick CSS or custom.css:

    div#nav_menu-2 {
    left: 30px;
    }

    Best regards,
    Ismael

    in reply to: Youtube video issue in the layerslider Firefox #260576

    Hey!

    Thank you for the update.

    How did you add the video? If you don’t mind, please post the code that you use on pastebin.com. We would like to try it on our end. Also, please deactivate the “Use Google CDN version of jQuery” option on the LayerSlider option page. It loads an old jquery version (1.8.3) which is outdated and breaks the menu builder, etc. code. Dude suggested this fix for the layer slider and it might save you a lot of headache in the future.

    Cheers!
    Ismael

    in reply to: Automatisches Update funktioniert nicht #260571

    Hi!

    Thank you for using the theme!

    Base on reading the first post on this thread, I’ll ask Kriesi and Dude about this. For the meantime, 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/

    Cheers!
    Ismael

    Hey!

    Thank you for using the theme!

    Please deactivate all plugins then test it again. If you don’t mind, please provide us with a link to your websites. We would like to check it. Make sure that you’re running WP 3.9 plus the latest version of Enfold which is 2.7.1. You might also want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Woo Commerce – Quick Checkout #260566

    Hey surajnaik!

    Thank you for using the theme!

    I’m sorry but I’m not entirely certain of what it is you’re trying to do. Do you mind if we take a look at the page with the shortcode? Probably, the shortcode will only work for woocommerce pages.

    Regards,
    Ismael

    in reply to: Layer Slider problem before update #260563

    Hi!

    Thank you for the info.

    We’re not really where the issue is coming from but reading on the codecanyon support forum the author of the layer slider is planning to drop off the phpQuery so this issue, we hope, will not happen again. Please edit config-layerslider > Layerslider > helpers > phpQuery.php, find this code on line 1421:

    ? mb_eregi('\w', $char)
    

    Replace it with:

    ? preg_match('@\w@', $char)
    

    Let us know if it works.

    Cheers!
    Ismael

    in reply to: Enfold Update Error #260562

    Hey!

    Thank you for using the theme!

    Do you mind providing a screenshot? I tested it on Chrome Windows 8 but I don’t see any issue on the website. Please try to remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Semi transparent body background #260561

    Hey!

    Thank you for the link.

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

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }
    
    .alternate_color, .main_color {
    background-color: rgba(255,255,255,.5);
    }

    Cheers!
    Ismael

    in reply to: advanced-layout-editor-button-not-working #260559

    Hi!

    Thank you for the update.

    There is a new enfold patch that should the issue. Please download the latest version 2.7.1 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/

    You can also try the fix provided by @Pixelbits on this thread: https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074

    Cheers!
    Ismael

    in reply to: no layerslider found click here to create one #260558

    Hi!

    The data for the layerslider which is located on the database. If the database is not properly transferred with the help of the plugins that we suggested above, the slider data will be lost. I’m so sorry about this but I think we won’t be able to help you unless you tell your hosting provider to restore the website.

    Regards,
    Ismael

    in reply to: Layer Slider Error #260502

    Hey!

    Glad it worked. :)

    Actually, the mb_eregi if I am not mistaken is deprecated on the latest version of PHP and the plugin author is actually planning to drop off the whole phpQuery. I hope this fix the whole issue in the future.

    Best regards,
    Ismael

    in reply to: Widget Nav Display and Table data/row? #259886

    Hey!

    Thank you for the link. :)

    You can add this on Quick CSS or custom.css to fix the widget alignment:

    .flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin-top: 0;
    }

    Add this one to remove the alternate color of the tables.

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li {
    background: #fcfcfc;
    }
    

    Change the background color value.

    Best regards,
    Ismael

    in reply to: Some issues on Android #259882

    Hi!

    Glad you fixed it and thank you for the info.

    I’ll ask Josue to check this again on Firefox and Android device. You can use the .avia-android selector to fix certain layout issues on android machines. Please wait for Josue to respond. If possible, please post a screenshot of the layout issue.

    Regards,
    Ismael

    Hey!


    @Pixelbits
    : Thank you for sharing the possible fix. :)


    @bymoon
    : The Enfold 2.7.1 patch should fix the issue with the text blocks. Meanwhile, you might want to try the fix posted by @Pixelbits on the tread mentioned above. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074 :)

    Regards,
    Ismael

Viewing 30 posts - 58,471 through 58,500 (of 67,175 total)