Forum Replies Created

Viewing 30 posts - 52,861 through 52,890 (of 67,510 total)
  • Author
    Posts
  • in reply to: Header image on all pages except the home page #371373

    Hi!

    Yes, this is possible. Go to Enfold > Header > Header Behavior. Enable the Let logo and menu position adapt to browser window setting.

    Cheers!
    Ismael

    in reply to: Move Logo to the Left side on all mobile devices #371370

    Hi!

    We’re still trying to figure out what’s wrong with the email notifications. Please let us know if you’re still having this issue.

    Cheers!
    Ismael

    in reply to: LayerSlider & responsive behaviour #371368

    Hey!

    Please go to Enfold > Header > Mobile Menu panel. Set Header Mobile Menu activation to the second option. Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: How to get site title AND subtitle AND logo in the header? #371365

    Hey!

    You can add this at the bottom of Quick CSS:

    .header-scrolled .av-main-nav > li > a {
    line-height: 80px !important;
    }
    
    .header-scrolled h1.site_title {
    position: absolute;
    top: 2px;
    font-size: 20px;
    }

    Cheers!
    Ismael

    in reply to: top margin page #371362

    Hi!

    You can add a Separator / Whitespace element on top of the image.

    Cheers!
    Ismael

    Hi!

    I tried to login but the login credentials are incorrect. Please check. The text inside the text blocks are enclosed in a code tags. Remove them.

    <h5><code><code><code>Galleries</code></code></code></h5><code><code><code>
    <p><a href="http://www.theloadingdockgallery.com/daniel-mathieu.html" target="_blank">The Loading Dock Gallery</a></p>
    <h4></h4>
    <h5><a href="http://gratziecard.com/gallery/Daniel-Mathieu">Send cards with our photographs</a></h5>
    <h4></h4>
    <p><span class="share-body"><span id="control_gen_21" class="commentary">We are happy to announce our new partnership with <a href="http://gratziecard.com/gallery/Daniel-Mathieu">Gratzie cards</a>. Now you can send customized cards with Da</span></span><span class="share-body"><span id="control_gen_21" class="commentary">niel’s</span></span><span class="share-body"><span id="control_gen_21" class="commentary"> pictures. Feel free to share, first two cards are free. Enjoy!<br>
    </span></span><span class="share-body"><span id="control_gen_21" class="commentary"><a href="http://www.devezon.com/wp-content/uploads/2014/10/Gratzie-e1419132695715.jpg" class="lightbox-added alignleft" style="float: left; margin: 0px; padding: 0px;"><img class="alignleft size-full wp-image-2261" src="http://www.devezon.com/wp-content/uploads/2014/10/Gratzie-e1419132695715.jpg" alt="Gratzie" width="100" height="70"><span class="image-overlay overlay-type-image"><span class="image-overlay-inside"></span></span></a></span></span><br>
    </p><div style="height:20px" class="hr hr-invisible  avia-builder-el-4  avia-builder-el-no-sibling "><span class="hr-inner "><span class="hr-inner-style"></span></span></div><p></p>
    <h5>Special Events</h5>
    <p>Visit us every first Saturday of the month during the “Western Avenue Open Studios”, from 12:00 PM to 5:00 PM</p>
    </code></code></code>

    Cheers!
    Ismael

    in reply to: Pixproof #371359

    Hey Michael!

    Thank you for using Enfold.

    Looks like you might be having an issue with a third party plugin or script. 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. 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. Anyway, you can try this on Quick CSS:

    #top .gallery .gallery-item.proof-photo, #top .gallery .gallery-item.proof-photo img {
    width: 160px;
    height: 160px;
    }

    Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Tool tip font color #371358

    Hey elames!

    Thank you for using Enfold.

    You can use this on Quick CSS;

    .avia-tooltip {
    background: #7e9353 !important;
    color: #000000;
    }

    Best regards,
    Ismael

    in reply to: Site-wide demo notice #371357

    Hi!

    Thank you for using Enfold.

    You can try @begrafiks’s suggestion plus css media queries to adjust the width of the notice on different screen sizes.

    Best regards,
    Ismael

    in reply to: Color section scrolls OVER current section #371356

    Hi Steven!

    Thank you for using Enfold.

    This will require a custom script. Unfortunately, this particular request or modification is more than what we can offer as a support team. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    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: Keep Color Section At Top of Page #370924

    Hey tylerjmorrison!

    Thank you for using Enfold.

    This is possible but it might break the layout of the theme. You can set a unique id using the For Developers: Section ID field. Use fixed-section for example. Set the position to fixed on Quick CSS.

    #fixed-section {
    position: fixed;
    top: 100px;
    }

    Best regards,
    Ismael

    in reply to: How to change the enfold news item background? #370921

    Hey!

    Thank you for the screenshots.

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

    .main_color .avia-content-slider .slide-image {
    background: #000000;
    }

    Best regards,
    Ismael

    in reply to: Blog and Portfolio url structures #370920

    Hey!

    After you activate the child theme, go to Enfold > Import/Export panel. Click Import Parent Theme Settings. Please create a backup of the database before doing this, just in case.

    Cheers!
    Ismael

    in reply to: Portfolio shortcode #370918

    Hi!

    Please add this on functions.php:

    /**
     * Portfolio Single Query
     */
     
    add_filter( 'avia_post_grid_query', 'avia_portfolio_query', 10, 2);
    function avia_portfolio_query( $query, $params ) {
    	if(is_single()) {
    		$id = get_the_ID();
    		if(avia_post_grid::$grid == 0) $query['post__not_in'] = array($id);
    	}
        return $query;	
    }

    Cheers!
    Ismael

    in reply to: Portfolio images no longer appear #370915

    Hey!

    Did you modify anything on the theme files? The portfolio item markup is not being rendered correctly. Download the theme again then override the old files via FTP. Deactivate all plugins then test it on another browser.

    Regards,
    Ismael

    in reply to: Trying to echo custom sidebar wiget in child template? #370912

    Hey eberswine!

    Thank you for using Enfold.

    Did you create a sidebar file called sidebar-webinar_sidebar.php? Please refer to this link: http://codex.wordpress.org/Function_Reference/get_sidebar

    Regards,
    Ismael

    in reply to: Fallback Image is not responsive on mobile devices #370911

    Hey ewingmh!

    Thank you for using Enfold.

    Add this css code on the Quick CSS field or custom.css but it may stretch the fallback image:

    .avia-fullscreen-slider .avia-slideshow>ul>li.av-mobile-fallback-image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    }

    Test different images.

    Cheers!
    Ismael

    in reply to: Updated to WordPress 4.1 and the WordPress Editor is broken. #370905

    Hey!

    Thanks for sharing the info. Glad it is working now. :)

    Regards,
    Ismael

    in reply to: disable animation #370904

    Hi Munford!

    Thank you using Enfold.

    Remove the codes above then refer to this link: https://kriesi.at/support/topic/masonry-transitions-broken/#post-361916

    Regards,
    Ismael

    in reply to: Import demo content problem #370903

    Hey!

    Looks like you figured out how to import the dummy data. The site is now using the photography demo: http://distopica.com/

    Cheers!
    Ismael

    in reply to: Enfold – Blog posts font styling #370902

    Hi!

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

    #top .main_color.fullsize .template-blog .post_delimiter {
    border-color: #ffffff;
    }

    Adjust the post delimiter height with this:

    .flex_column .template-blog .post_delimiter {
    margin: 0 0 20px 0;
    padding: 50px 0 0 0;
    }

    Best regards,
    Ismael

    in reply to: Layer Slider With php Error since update #370900

    Hi ttippmann!

    Thank you for using Enfold.

    Did you install layer slider as a stand alone plugin? Please try to deactivate the cache and minify plugin then test it again.

    Regards,
    Ismael

    in reply to: How to deactivate slideshow? #370899

    Hi vasilybodnarchuk!

    Thank you for using Enfold.

    Yes, it is. Edit the page with the slideshow then remove the slideshow element from the advance layout builder. If you’re on a default editor, remove the shortcode.

    Regards,
    Ismael

    in reply to: Using the masonry style blog for the archives #370894

    Hi Martin!

    Thank you for using Enfold.

    No, it’s not possible to apply the masonry style on archive pages without major modification on the theme. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    Hi!

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

    Cheers!
    Ismael

    in reply to: WordPress 4.1 issue #370888

    Hey!

    Glad it is working now. :)

    Cheers!
    Ismael

    in reply to: Customizing Footer Question #370887

    Hey sdbroker!

    Thank you for using Enfold.

    If you can provide a screenshot, it’ll help. Maybe, you can just add a color section at the very bottom of the home and blog page. Insert the content there. Or edit footer.php then use conditional tags is_archive() and is_home(). Refer to this link for more info: http://codex.wordpress.org/Conditional_Tags

    Cheers!
    Ismael

    in reply to: Video Background in Color Section #370886

    Hey Scott!

    Thank you for using Enfold.

    Please try to deactivate all plugins then test it on another browser. If it doesn’t work, add this on Quick CSS:

    span.mejs-offscreen {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Full width sub menu pushing Sidebar below content #370885

    Hi!

    Thank you for the info.

    This is not happening on our installation. Please try to deactivate all plugins then test it again.

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    I tested this on my iPod and the gallery on this page (http://starsoftomorrow.be/scapa-2/) shows up fine. Please try to restart the device or remove the browse cache then test it again. I’ll ask the rest of the support team to check.

    Best regards,
    Ismael

Viewing 30 posts - 52,861 through 52,890 (of 67,510 total)