Forum Replies Created

Viewing 30 posts - 10,981 through 11,010 (of 14,834 total)
  • Author
    Posts
  • in reply to: Enfold logo still displaying on mobile #385851

    Hi!

    How did you remove it? Are you hiding it via CSS? If all you did was remove it from the Enfold theme settings then the default Enfold logo should be displaying instead.

    Try clearing the browser cache of your mobile device.

    Best regards,
    Elliott

    in reply to: Add Advanced Layout Slider to all Blog Posts #385849

    Hey gabrielq2000!

    That option is for displaying blog posts inside the LayerSlider as slides instead of manually setting the slide images.

    If your trying to display a LayerSlider at the top of your blog post single view then you can try using our shortcode.

    [av_layerslider id='3']
    

    But keep in mind that it was not meant to be used on posts.

    Regards,
    Elliott

    in reply to: Slider Picture Size for Enfold Photography Portfolio? #385845

    Hi!

    Your talking about the slider on our photography demo? http://kriesi.at/themes/enfold-photography/

    The images are set as backgrounds to a list element and are not using actual img tags so I don’t think that applies there.

    Cheers!
    Elliott

    in reply to: Member photo thumbnail #385843

    Hi szharas!

    I’m sorry but I’m not sure I understand. Can you send us a link to your page and take a screenshot highlighting what your trying to do?

    Cheers!
    Elliott

    in reply to: Full screen post slider? and Auto-Refreshing on loop? #385842

    Hi dpicker!

    For what your trying to do you will need to use the post slider element. You can drag it inside a color section to make it fullwidth.

    Cheers!
    Elliott

    in reply to: Enable Sidebar for Woocommerce Pages #385841

    Hey satsak!

    1. The Woocommerce pages and products have their own designated sidebar areas in Dashboard > Appearance > Widgets called “Shop Overview Page” and “Single Product Pages”.

    2. Do you mean the product post types? You can do this, http://vimeo.com/64996057, but that’s now how it was supposed to be used so it would have to be considered custom work for now.

    Regards,
    Elliott

    Hey!

    Change the line to this.

    if(strpos($this->atts['sort'], 'tax') !== false) $output .= "<div class='av-current-sort-title'>Your title goes here</div>";
    

    Best regards,
    Elliott

    in reply to: More tag not working in posts #385834

    Hi tremblayly!

    There should be two dashes like so.

    <!--more-->
    

    If you click on the read more button in the Visual editor it will insert the tag wherever your cursor is.

    Best regards,
    Elliott

    in reply to: Tabs not showing correctly #385832

    Hey!

    What javascript code are you using? Paste it here so we can check.

    Also, I noticed your getting two javascript errors which appear to be coming from plugins so be sure to deactivate all plugins while testing.

    Best regards,
    Elliott

    in reply to: Easy Slider no Scaling NOT working #385830

    Hi Paul!

    Add a codeblock element to the page and add this inside.

    <style type = "text/css">
    div .av_two_third { width: 50% !important; margin-left: 10% !important; margin-right: 2% !important; }
    </style>

    Best regards,
    Elliott

    in reply to: Masonry Portfolio #385829

    Hi Webmasterteam!

    Do you mean that you want the title & excerpt to display beneath the image instead of on top of the image?

    Send us a link to your page and highlight in your screenshot what your trying to do.

    Best regards,
    Elliott

    in reply to: Editing a text block #385763

    Hi makingskincare!

    Not sure what was going on there. I deleted the text element added a new one and then pasted the text back inside and saved. It seems to work fine now.

    Best regards,
    Elliott

    in reply to: how use magazine element #385750

    Hey xpoveda!

    Add a magazine element to your page and have it display 1 entry and set the thumbnails to display and check the option for displaying the first entry bigger.

    Next drag the blog posts element beneath the magazine element and set the style to grid.

    Regards,
    Elliott

    in reply to: Match partner logo margin with the container margin? #385745

    Hey crewneck!

    Add this to a codeblock element in the same page.

    <style type = "text/css">
    .avia-image-container.avia-align-center .avia-image-container-inner { display: block !important; }
    </style>

    Cheers!
    Elliott

    in reply to: Blog category frontpage view #385738

    Hey!

    If you added that to the functions.php file then you should be getting an error.

    The file your looking for is /enfold/includes/loop-index.php. You need to change line 8.

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
    

    To the code that Ismael posted.

    Best regards,
    Elliott

    in reply to: Add Layout Settings to custom post #385732

    Hi!

    I’m sorry but I do not know. This customization is bordering on custom work anyway so it would be best to hire a freelancer to help you out.

    Cheers!
    Elliott

    Hey faterra!

    Add this to your custom CSS.

    .product-sorting { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Enfold Layer Slider Problem #385720

    Hi Iain!

    It’s most likely something wrong with the slider you created. If you try to display one of the demo sliders it works correct?

    Try deactivating all of your plugins and send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Enfold Footer Problem #385717

    Hey Iain!

    This is what I’m seeing. Did you get it sorted?

    Cheers!
    Elliott

    in reply to: 3.0.6 broke my site looking to downgrade to 3.0.4 or lower #385712

    Hey badrobit!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having problems after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: Re-order Recent Portfolio Additions? #385704

    Hi!

    Send us a WordPress login please.

    Cheers!
    Elliott

    in reply to: Tables: background color and vertical text align #385698

    Hey _urban_!

    Try adding this to your custom CSS.

    td, tr {
      background: none repeat scroll 0 0 transparent !important;
      vertical-align: top;
    }

    Cheers!
    Elliott

    in reply to: Header Transparency #385696

    Hey supergaijin!

    The transparency menu color default is already white so if you set it to white your not going to see a difference.

    The cloudy background your referring to is from your image. If you view it on a colored background you’ll notice it’s not fully transparent.

    Cheers!
    Elliott

    in reply to: Page select indicator #385686

    Hi MartinP30!

    Your talking about the pagination beneath the blog listings correct? I checked your link and viewed your blog page but you do not have the pagination displayed anywhere.

    Turn that back on so we can take a look.

    I would also try deleting your .htaccess file and then refresh your permalinks to the default or postname option in Dashboard > Settings > Permalinks.

    Cheers!
    Elliott

    in reply to: Self Host Video Files – Making Site Slow #385669

    Hi!

    I checked your page but it’s loading pretty fast for me. The video loads and plays very fast as well.

    When I checked in Firebug your page loaded in 6 seconds. You do have about 1MB worth of images being loaded so you may want to consider optimizing those.

    Regards,
    Elliott

    in reply to: Arforms plugin breaks advanced editor #385661

    Hi!

    See here for turning on WordPress debugging, http://codex.wordpress.org/Debugging_in_WordPress.

    For what your wanting to do you will need to use the layout builder. Have you considered finding a different plugin that does not break the layout builder?

    Cheers!
    Elliott

    in reply to: Lightbox shows all images of the page #385657

    Hi basdemos!

    It’s most likely that each image is using the same “group” option for the lightbox plugin so they are all loaded into a gallery.

    This isn’t a theme problem though. You’ll need to contact the NextGEN support for this.

    Regards,
    Elliott

    in reply to: Problem with forms #385655

    Hi Antonio!

    In your contact page I changed the title to red and updated the page a couple of times changing stuff here and there but as far as I can tell it’s updating fine. I didn’t see any issues.

    Try clearing your browser cache and double check that your viewing the correct translation when you view your page on the front end. You have four translations so perhaps you were viewing the wrong one.

    Best regards,
    Elliott

    in reply to: show icon @ blog detail page #385646

    Hey alfaweb2!

    As long as you have a featured image set for the posts then it should be displaying there in the post navigation.

    For the video try adding this to your custom CSS.

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: auto !important; }
    

    Best regards,
    Elliott

    in reply to: masonry page layout #385639

    Hey!

    I’m guessing it’s an element your not closing properly. Let’s try the following.

    1. Remove all widgets set to your sidebar to see if the layout goes back to it’s original position. If it does then you most likely have a div inside a text widget that is not being closed.

    2. Remove all of the elements in your page except the Masonry to see what happens.

    3. Deactivate all plugins.

    4. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If none of the above help then send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

Viewing 30 posts - 10,981 through 11,010 (of 14,834 total)