Forum Replies Created

Viewing 30 posts - 56,371 through 56,400 (of 67,207 total)
  • Author
    Posts
  • in reply to: Enfold Image sizing problem.. #308568

    Hey stefaniesomers!

    Thank you for using Enfold.

    Please edit the last page with the gallery then change the Gallery Big Preview Image Size and the Gallery Preview Image Size. Maybe it resets back to the default setting.

    Regards,
    Ismael

    in reply to: Blog, hide date, categories view #308566

    Hey rpl_admin!

    Thank you for using Enfold.

    What is the Blog Style that you’re currently using for the home page? Please post the url here. We would like to check it.

    Regards,
    Ismael

    in reply to: Disable Lightbox Pop-Up with AJAX Gallery View #308564

    Hey Lambella!

    Thank you for using Enfold.

    Please go to Settings > Media then look for the Large size thumbnail. Change the width and height to 9999 or higher. Regenerate the thumbnails or upload them again. Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: truncated & width in enfold #308561

    Hi!

    Thank you for the link.

    You can change the default width with this:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 300px;
    max-width: 100%;
    }

    Cheers!
    Ismael

    in reply to: Blog Pages Background Colour #308559

    Hi!

    Thank you for the update.

    Please try to add this:

    .single div#main .container_wrap {
    background-color: orange;
    }

    Regards,
    Ismael

    Hi!

    Please add this one at the very bottom:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .home .fullsize .template-blog .post .entry-content-wrapper {
    width: 75%;
    }
    }

    Cheers!
    Ismael

    in reply to: Extra BR tags added to code but only on some pages. #308190

    Hey!

    Thank you for the info.

    How did you transfer the website? We suggest that you transfer the website using this plugin in order to migrate the theme successfully and leave the database intact: http://wordpress.org/plugins/wp-migrate-db/

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    in reply to: Layout Gravity form #308189

    Hi squaic!

    Thank you for using the theme.

    I’m not sure what page I can find the first screenshot but please try this on the “days” element:

    .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
    float: left;
    width: 25%;
    clear: none;
    margin: 0 !important;
    }

    Best regards,
    Ismael

    Hi David!

    Thank you for using Enfold.

    Yes, this is possible but it will require a bit of modification on the portfolio overview page. I’m sorry but this falls outside the scope of support so you might need to find someone else to do it for you. Please visit Envato Studio or Werkpress for further customization. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: BACKGROUND MENU SEMI-TRANSPARENT #308187

    Hey!

    Thank you for the update.

    Please use this instead:

    #top .header_color.av_header_transparency {
    color: #ffffff;
    background: rgba(0,0,0,.5);
    }
    
    .header-scrolled .header_bg {
    background: rgba(0,0,0,.5) !important;
    color: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Woocommerce hover-zoom on shop overview disappeared #308186

    Hey!

    Thank you for the info.

    I’m sorry but there is no zoom feature on the shop overview page. Did you add any plugins? You can see the default shop overview page behavior on the demo content: http://kriesi.at/themes/enfold/shop/

    Cheers!
    Ismael

    in reply to: Portfolio Title and Excerpt to indent to the left #308185

    Hi tusing!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to left align the title and the excerpt:

    .with-excerpt-container .grid-entry {
    text-align: left;
    }

    Cheers!
    Ismael

    in reply to: Modify social icons colours #308184

    Hey!

    You can use this to simplify things a bit:

    #header_main .social_bookmarks a {
     color: #000000 !important; background-color: #ffffff !important; text-decoration: none;
    }
    
    #header_main .social_bookmarks a:hover {
    color: white !important; background-color: black !important; text-decoration: none; 
    }

    Cheers!
    Ismael

    in reply to: Change height of th eslim header #308182

    Hey OlivierCharlot!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to change the height of the header:

    #header_main .container, .main_menu ul:first-child > li a {
    height: 30px;
    line-height: 30px;
    }

    Remove the sidebar line with this:

    #top #main .sidebar, .content {
    border: none;
    }

    Cheers!
    Ismael

    in reply to: Image Overlay Shifting #308181

    Hey!

    We’re still not sure why it’s doing that but I guess it has something to do with the RPWE plugin. Please try to add this on Quick CSS or custom.css:

    .rpwe-clearfix:before, .rpwe-clearfix:after {
    content: "";
    display: block !important;
    }

    Best regards,
    Ismael

    in reply to: Add code only on single post #308178

    Hi!

    You can add this at the very bottom of functions.php:

    function ava_add_social_icon() { 
    
    if(is_single()) {?>
    
    <div id="compartirfooter">
     
            <div id="contenedorcf">
           
                    <span class="av-icon-char" id="iconocf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
                    <span id="txcf">Comparte este Post:</span>
                   
                    <span class="av-icon-char" style="color:#4099FF; font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&related=davidrandulfe&text=<?php the_title(); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>&via=davidrandulfe" id="twcf">Twitter</a>
           
                    <span class="av-icon-char" style="font-size:15px;color:#3B5998;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>" id="fbcf">Facebook</a>
                   
                    <span class="av-icon-char" style="color:#D34836;font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="_blank" id="gcf">Google+</a>
                   
                    <span class="av-icon-char" id="iincf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="http://linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank" id="incf">Linkedin</a>
                   
                    <span id="subircf"><a href="#top" class="av-icon-char" style="color:#444;text-decoration:none;font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
                   
            </div>
    
    </div>
    
    <?php } }
    
    add_action('ava_after_content', 'ava_add_social_icon');

    Regards,
    Ismael

    in reply to: Advert size within the widget area #308175

    Hi!

    You can use this to change the height of the ad widget:

    #top .avia_partner_widget {
    height: 123px;
    margin-bottom: 0 !important;
    }

    Regards,
    Ismael

    in reply to: Custom tabs for mobile only #308173

    Hi!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: Change colour on menu font #308171

    Hi lcervigni!

    Thank you for using the Enfold theme.

    Please go to Enfold > Advanced Styling panel then insert the Main Menu Links element. This should change the appearance of the menu links.

    Regards,
    Ismael

    in reply to: h1 and border #308170

    Hey blankonblank!

    Thank you for using Enfold.

    I checked the site and you didn’t add the styling yet. It should work on the special heading as long as you set it to H1.

    Regards,
    Ismael

    in reply to: Don’t display Slide Title in Content Slider #308169

    Hi snyderl!

    Thank you for visiting the support forum.

    You can add this on Quick CSS or custom.css to hide the slide title:

    .slide-entry-title.entry-title {
    display: none;
    }

    Regards,
    Ismael

    in reply to: CSS Alignment Issue #308168

    Hi!

    Do you mind providing a screenshot of the element you’re referring to?

    Best regards,
    Ismael

    in reply to: Increase width of side column #308167

    Hi!

    Glad it is working.

    If you want to remove the image overlay, use this on Quick CSS:

    .image-overlay {
    background: transparent;
    }

    Add a new icon using this:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: url('IMAGE URI HERE');
    font-family: 'entypo-fontello';
    }

    Cheers!
    Ismael

    in reply to: Problem with overlay on centered image in blog post #308165

    Hi!

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

    Cheers!
    Ismael

    in reply to: gallery unable to select Images #308163

    Hey!

    No, they don’t have to regenerate the images every time they add a gallery. Just once is enough on most cases. If the issue persists, please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654

    Cheers!
    Ismael

    in reply to: The header image appears below the menu #308162

    Hi pnacho!

    Thank you for using Enfold.

    I’m sorry but the it requires us to login before we can see the website. Please post the login credentials here and set it as a private reply.

    Best regards,
    Ismael

    in reply to: Changing static inactive link color #308161

    Hey yes9310!

    Thank you for using Enfold.

    Please go to Enfold > Advanced Styling panel. Insert the Main Menu Links element to change the appearance of the main menu. You can also change the hover state by adding the element again and enabling the Apply only to hover state option.

    Regards,
    Ismael

    in reply to: Single Product Pages Sidebar #308158

    Hey BotaniCa!

    Thank you for using Enfold.

    Please go to Enfold > Sidebar Layout panel. Make sure that you enable a sidebar on the Sidebar on Single Post Pages option.

    Cheers!
    Ismael

    in reply to: Enfold – Applying another google font to a text block #308157

    Hey Monsoon!

    Thank you for using Enfold.

    You can add unique css selector for each text blocks. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Create a text block then apply a unique selector on the Custom CSS field. Let’s use dancing-script for example. Use this on Quick CSS or custom.css to apply a different font family on the text block:

    .dancing-script > * {
    font-family: 'Dancing Script', cursive !important;
    }

    After that, add this on functions.php to call the google font script:

    function dancing_script() { ?>
    <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
    <?php }
    
    add_action('wp_head', 'dancing_script');
    

    Cheers!
    Ismael

    in reply to: Partner Logo Element – Display on Mobile #308152

    Hi blankonblank!

    Thank you for using Enfold.

    I checked the website and the partner logo columns are showing up in two columns on mobile device. Do you mind providing a screenshot of the issue?

    Best regards,
    Ismael

Viewing 30 posts - 56,371 through 56,400 (of 67,207 total)