Forum Replies Created

Viewing 30 posts - 21,271 through 21,300 (of 25,536 total)
  • Author
    Posts
  • in reply to: Woocommerce Gallery Thumbnail Description Error #801451

    Hi,

    Thanks for providing the temporary admin access, I have checked the version of your Enfold and it’s still 3.8.5. You need to update it to the latest version as John said. You can refer to this post on how to update it: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    Please don’t forget to backup your site first before updating :)

    Best regards,
    Nikko

    in reply to: input text color #801449

    Hey unicaweb,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-1711 .avia_ajax_form .text_input, 
    #top.page-id-1711 .avia_ajax_form .text_area {
        background-color: rgba(0,0,0,0.9);
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: CONTROL SPECIAL HEADING CUSTOM CLASS #801445

    Hi,

    You don’t need to do that, there is an option in the Special Heading (I have already done it) Heading Style, just set it to Heading Style Modern (centered). :)

    Best regards,
    Nikko

    in reply to: Add custom image and link to Social Profiles #801438

    Hi,

    Glad that Sarah helped you :) Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Unterschiedliche breiten der Sidebar #801436

    Hi,

    I have checked both links and they are already using 80% width, but if you want to change them to something else, you can use the following:
    for blog:

    .blog .container .av-content-small.units {
        width: 80%;
    }

    for contact page:

    .page-id-23 .container .av-content-small.units {
        width: 80%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: min image size #801433

    Hey codecreative,

    Can you give us the link to your site? so we can see the social media icons, and check further why it’s not showing up.

    Best regards,
    Nikko

    in reply to: Woocommerce Gallery Thumbnail Description Error #801430

    Hi,

    The latest version of Enfold is 4.0.7, can you give us temporary admin access (the one you gave didn’t have a username). :)

    Best regards,
    Nikko

    in reply to: Mobile Secondary Menu #801397

    Hi,

    Can you try adding this css code:

    
    @media only screen and (max-width:959px) {
      .responsive #top #wrap_all .container.av-logo-container {
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Remove space at top of bio #801396

    Hi,

    I can’t think of any other way to do it, and that’s why Quick CSS is available to give themes capability to be flexible. The 3rd bio is not using text block can you try to change it to text block and replace the css code I gave you with this one:

    .page-id-214 .av_four_fifth .avia_textblock {
        position: relative;
        top: -5px;
    }
    
    .page-id-214.av_four_fifth .avia_textblock p {
        margin: 0 0 1.7em;
    }

    Best regards,
    Nikko

    in reply to: CONTROL SPECIAL HEADING CUSTOM CLASS #801368

    Hi,

    Thanks for providing the temporary admin access. I have replaced the double quotes, removed the spaces which are for some reason adding some weird characters to the css and manually add the spaces, it’s working properly now. Can you confirm this on your end? :)

    Best regards,
    Nikko

    in reply to: Remove space at top of bio #801362

    Hey garyhsueh,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    .page-id-214 #av_section_1 .av_four_fifth .avia_textblock {
        position: relative;
        top: -5px;
    }
    
    .page-id-214 #av_section_1 .av_four_fifth .avia_textblock p {
        margin: 0 0 1.7em;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Tab Section Not Working #801360

    Hey yannickdassignies,

    Are you using firefox? I have checked your site in Chrome and it does work well, it has some issues with firefox and it has already been reported to Kriesi and our devs :)

    Best regards,
    Nikko

    in reply to: sidebar logo icons #801358

    Hi,

    Can you try adding this css code in Quick CSS:

    #top .avia-font-Flaticon, body .avia-font-Flaticon, 
    html body [data-av_iconfont='Flaticon']:before {
        font-family: 'Flaticon';
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hey Jos,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .footer_color div .news-headline, .footer_color div .news-time {
        color: #fff;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Single product border CSS #801157

    Hey Itai,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .single-product-main-image .images > a {
        border: 0 !important;
        padding: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Remove Fullwidth Easy Slider from mobile #801150

    Hey profumopuntoit,

    Can you try to modify this file: slideshow_fullsize.php, you should find it in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/ folder. Find this code at the bottom:

    return $output;

    and replace it with:

    
    if ( !wp_is_mobile() ) {
        return $output;
    } else {
        return '';
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: WP Layerslider – blurry images #801148

    Hi,

    Thanks for the link, I have checked the image on the layerslider and compared it with image it uses, it doesn’t look blurry on my end (image source in private content), I have checked in chrome and firefox. Screenshot on how it looks on my end is also in private content.

    Best regards,
    Nikko

    in reply to: Some Formatting Issues #801146

    Hi,

    Glad that Victoria helped :) Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Problem with editor #801142

    Hi,

    Glad that it’s fixed. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Mobile vs. PC Display #801141

    Hi Chuck,

    I can’t see any link to your screenshots, please give us the link of the screenshot which is generated once you have uploaded it.

    Best regards,
    Nikko

    in reply to: New Update Stops OptimizePress From Working #801140

    Hi James,

    I checked your site and I can see that both Enfold theme and Optimizepress is activated with no issues when I tried to follow your instructions above. Can you tell us more how you disabled the theme from loading? as you have mentioned and also tell us how we can see the error back?

    Best regards,
    Nikko

    in reply to: 404 error on blog pagination #801129

    Hi,

    It should be fixed now. I have replaced permalinks from:

    /index.php/%year%/%monthnum%/%postname%/

    to:

    /%year%/%monthnum%/%postname%/

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: ALB editor not loading on my page #801126

    Hey metafora29,

    I have checked your site and it seems that this plugin is in conflict with Enfold: Toolset Types. Kindly deactivate the said plugin and ALB should work just fine. Hope this helps :)

    Best regards,
    Nikko

    in reply to: WP Layerslider – blurry images #801122

    Hey Christian,

    Can you give us a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Accordion animation #801121

    Hey Luisgasser,

    Try adding this in your child theme’s style.css or in Quick CSS:

    .active_tc.toggle_wrap {
        display: none;
    }

    Then add this code to functions.php (this is for toggles that are opened by default which is affected by the css I gave above):

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function custom_toggle() {
    		jQuery("#top").find(".active_tc.toggle_wrap").css("display","block");
    	}
    
    	custom_toggle();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Most demo images missing #801119

    Hi,

    We are sorry for the inconvenience. I have tried the demo import and I experience same issue as what you have described. I even tried to export the portfolio items on my local server and import it to your site but the results are still the same (even when my portfolio points to my local images with wordpress importer), even with debug turned on, the information is not helpful finding why it’s not importing the images. I tried to manually upload an image to the portfolio and it works just fine so I think permissions are okay. I couldn’t figure out what’s causing the issue and the only thing I could suggest is to upload images manually, which I think we could help.

    Best regards,
    Nikko

    in reply to: Easy slider images have disappeared #801104

    Hi,

    You’re very much welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Easy slider images have disappeared #801073

    Hi,

    Thanks for providing the access. Can you try to check it again? I have activated back Simple Custom CSS plugin and added the code I gave:

    #top.single-portfolio .avia-slideshow-inner {
        height: auto !important;
    }

    since the one you added in Quick CSS, is not reflecting on the css (link to css in private content), it’s still using the cached version even though you don’t have plugins activated, I think it’s godaddy’s cache. Let us know if it’s good on your end :)

    Best regards,
    Nikko

    in reply to: Full width header with boxed main page content? #801060

    Hi,

    I think it’s possible with Enfold, just keep the layout stretched and some css tweaks to make the content a boxed layout.

    Best regards,
    Nikko

    in reply to: Enfold Showcase #801059

    Hi,

    Yes, it looks awesome. You got some cute and adorable puppies there too :)

    Best regards,
    Nikko

Viewing 30 posts - 21,271 through 21,300 (of 25,536 total)