Forum Replies Created

Viewing 30 posts - 56,641 through 56,670 (of 67,197 total)
  • Author
    Posts
  • in reply to: Setting a Responsive Image in Header #303635

    Hi davidfavero!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    div#av_section_1 .avia-full-stretch {
    background-size: 100%;
    }
    }

    Regards,
    Ismael

    in reply to: LayerSlider WP strecthing first slide… but not others? #303634

    Hi!

    Yes, please try to recreate the slide from scratch. Also, please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px) {
    div#first-slide img { 
    width: 100% !important; 
    height: 470px!important; 
    min-width: 100% !important; 
    min-height: 470px!important; 
    }
    }

    Regards,
    Ismael

    in reply to: Extra Avia-section Bug #303622

    Hey davidfavero!

    Thank you for using Enfold.

    The color section has a minimum height of 100px by default so even if it’s empty it will still be 100px in height. You can change that on Quick CSS or custom.css:

    .avia-section {
    min-height: 10px;
    }

    Regards,
    Ismael

    Hi!

    Thank you for using the theme.

    I checked the Blog page and the pagination for blog posts is there right on top of the Tabs element.

    Cheers!
    Ismael

    in reply to: Social media in main menu #303613

    Hey!

    Thank you for the update.

    Please install this plugin: https://wordpress.org/plugins/php-code-widget/

    Go to Appearance > Widgets then insert the PHP Code widget in place of the footer social icons. Add this code:

    <?php 
    
    $social_args 	= array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    $icons = avia_social_media_icons($social_args, false); 
    
    echo $icons;
    
    ?>

    Regards,
    Ismael

    in reply to: Multi-Column Content regions within layout elements #303607

    Hey!

    I guess I answered that last one on the other thread: https://kriesi.at/support/topic/social-media-in-main-menu/

    Regards,
    Ismael

    in reply to: the enfold plugins mack my website run very slow #303605

    Hey!

    There’s a database error connection when I try to check the page. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:

    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 ewww 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.
    5. Install 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.

    Also, getting a dedicated server for your website is a must if you want to fully optimize the speed of the website.

    Regards,
    Ismael

    in reply to: unable to add content to site (photos, text) #303603

    Hey!

    Thank you for the info.

    I tried adding an image to the gallery, it works but saving the page gives me 500 server error. Please try to contact your host, see if they have any idea why this is happening. http://casitasitges.com/wp-admin/post.php?post=2512&action=edit&lang=en

    Best regards,
    Ismael

    in reply to: Responsive sidebar avia builder widget area #303597

    Hi SphereEvenements!

    Thank you for using the theme.

    First, get the body class id of the page by inspecting the source code using google chrome’s inspect element or firebug. Use this on Quick CSS or custom.css to remove the 1/3 column layout of the page on mobile device:

    @media only screen and (max-width: 767px) {
    .page-id-3000 .flex_column.av_one_third.first .avia-builder-widget-area{
    display: none;
    }
    }

    The .page-id-3000 is the page body class id. Yours might be different.

    Best regards,
    Ismael

    in reply to: Social Share buttons – please fix #303594

    Hi!


    @bdaily
    : Please refer to this link in order to remove the parameter: https://kriesi.at/support/topic/social-sharing-buttons-2/

    Cheers!
    Ismael

    in reply to: Background colors conflict with transparent png images #303591

    Hey Marc!

    Thank you for using the theme.

    If you don’t mind, we would like to see the actual page with the post slider. Try to add this on Quick CSS or custom.css to remove the background:

     .slide-image {
    background: transparent;
    }

    Regards,
    Ismael

    in reply to: Social media in main menu #303582

    Hey Justin!

    Thank you for using Enfold.

    Set the social icon position to Display in main header area on Enfold > Header Layout > Extra Elements > Header Social Icons option. You can adjust the top position of the social icons withi on Quick CSS or custom.css:

    #header_main .social_bookmarks {
    top: 90px;
    }

    The top position will depend on the height of the header. Regarding the background, please use this:

    .main_color {
    background-size: 100% !important;
    }

    Regards,
    Ismael

    in reply to: arrow circle icon on media #303578

    Hey hianta!

    Thank you for visiting Kriesi’s support forum.

    Please use this on Quick CSS or custom.css:

    .image-overlay {
    display: none !important;
    }

    Cheers!
    Ismael

    Hey axelfx07!

    Thank you for using Enfold.

    1.) What are the files that you’re trying to use?

    2.) I changed the font on General Styling > Heading Font to Alice and log out. When I came back, the option is still there.

    3.) This is usually cause by html codes not properly closed like h1, strong tags etc. Please check all html codes and make sure that they are close properly. Please give us a link to the actual page where this is happening. We would like to check it.

    Cheers!
    Ismael

    in reply to: Hentry missing in portfolio items using Masonry #303574

    Hi!

    If I am not mistaken, this has been fixed on the latest patch of the theme. Please download the latest version Enfold 2.9. 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/

    Best regards,
    Ismael

    in reply to: The accordions don't working on my page. #303572

    Hi!

    It depends on the kind of files that are created. If they are templates, you can add them on the child theme folder. If possible, place all modifications on the child theme’s functions.php.

    Cheers!
    Ismael

    in reply to: Full Width Image Beneath Header #303567

    Hey blankonblank!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .html_header_transparency #top #wrap_all #main {
    padding-top: 0;
    margin-top: -88px;
    }

    Cheers!
    Ismael

    in reply to: Using arrows instead of list circles #303557

    Hi heufti65!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .entry-content-wrapper div li:before {
    content: '→';
    padding-right: 5px;
    }
    
    ul.disc, .entry-content-wrapper ul {
    list-style: none;
    }
    
    .entry-content-wrapper li {
    margin-left: 0;
    }

    Cheers!
    Ismael

    in reply to: I have an error #303550

    Hi!

    Thank you for the info.

    Please post the website url here. We would like check it. Also, please deactivate all plugins then test it again.

    Best regards,
    Ismael

    Hey demtnman!

    Thank you for using Enfold.

    Please edit the table then set the Table Purpose to tabular then and the Responsive Styling to scrollable.

    Best regards,
    Ismael

    in reply to: Incredible widht ! #303548

    Hi!

    Thank you for the update.

    Please add this at the very bottom of Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .shop_columns_4 .products .product {
    width: 49% !important;
    }
    }

    Regards,
    Ismael

    in reply to: Image with Hotspot Element MIssing #303541

    Hey anthonyv9!

    Thank you for using Enfold.

    The element is located on the Media Elements panel. Please try to remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Important!!! Problem With WordPress 3.9.2 #303520

    Hi alessandro!

    Thank you for using Enfold.

    Please download the theme again from themeforest then upload it via FTP. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Also, try to deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: Sidebar stuff #303518

    Hey bethiebfit!

    Thank you for using the theme.

    You can increase the sidebar width to make room for the form. Add this on functions.php:

    function avia_increase_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'three alpha', 'entry' => 'nine alpha');
    }
    add_action( 'init', 'avia_increase_sidebar_size', 1);

    Regarding the gap between sidebar widgets, use this on Quick CSS or custom.css:

    .widget {
    padding: 0 0 20px 0;
    }

    Cheers!
    Ismael

    in reply to: Add to Cart Product Counter Number in Header #303516

    Hey j1980mac!

    Thank you for using the theme.

    The counter on the kriesi.at menu is not dynamic. It is created using css. Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Social media and Jetpack icons #303514

    Hey!

    There should be a :before pseudo selector before the social icon links but it’s not there. Did you copy any theme files on the child theme? If yes, please delete them then get the another copy from the parent theme folder.

    Regards,
    Ismael

    in reply to: Parallax Scrolling and Fixed Images iPad #303511

    Hi!

    Thank you for the update.

    Fixed background not working on iOS device is a common issue. Try to edit the color section then add an ID to it. Let’s use “fixed-bg” for example. Add this on Quick CSS or custom.css to set the background fixed on iPad:

    #fixed-bg {
        height: 100%;
        width: 100%;
        position: fixed !important;
        z-index: -1;
        top: 0;
    }
    

    Remove browser cache then test the page again.

    Regards,
    Ismael

    in reply to: White screen of death #303510

    Hi wacky32!

    Thank you for using Enfold.

    Did you install any plugin prior to the issue? You’re using a very old version of the theme, 2.5.2. Also, the WP version is only 3.8.2.
    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/

    Note that some elements on the theme might break after the update. You need to reconfigure the options or create them from scratch. Please update the theme as much as possible.

    Best regards,
    Ismael

    in reply to: Portfolio links #303509

    Hey!

    Thank you for the update.

    You can use the Advance Layout Builder to build the portfolio items. The portfolio item demo content are created using the ALB.

    Cheers!
    Ismael

    in reply to: Lightbox not working #303508

    Hey paulrus!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Please try to deactivate all plugins, see it the lightbox works after.

    Cheers!
    Ismael

Viewing 30 posts - 56,641 through 56,670 (of 67,197 total)