Forum Replies Created

Viewing 30 posts - 56,071 through 56,100 (of 67,207 total)
  • Author
    Posts
  • in reply to: Disable theme bundled version of layerslider #314977

    Hey!

    Please don’t the line, just add this at the very bottom of functions.php:

    add_theme_support('deactivate_layerslider');
    

    Regards,
    Ismael

    in reply to: Make hotspots links #314975

    Hi!

    You can vote for it on the Feature Request Page or open a new feature request. :)

    Cheers!
    Ismael

    in reply to: When I 'Update' my page, text boxes disappear #314972

    Hi!

    Thank you for using Enfold.

    Did you add any html code on the text box? Make sure that you properly close all tags.

    Regards,
    Ismael

    in reply to: buttons not working #314971

    Hey!

    Thank you for using Enfold.

    The latest version is 2.9.2 which should be compatible with WordPress 4.0. 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/

    Cheers!
    Ismael

    in reply to: Layer slider not working in default editor #314969

    Hey wsmith187!

    Thank you for visiting the support forum.

    The layer slider included on the theme have its shortcode feature disabled. If you want the shortcode to work, you need to purchase your own license of the layer slider plugin then disable the default one by adding this on functions.php:

    add_theme_support('deactivate_layerslider');
    

    Cheers!
    Ismael

    in reply to: Edit page does not want to load #314967

    Hey agallod!

    Thank you for using Enfold.

    Please try to deactivate all plugins then test it again. Make sure that you’re running Enfold 2.9.2 with WordPress 4.0.

    Best regards,
    Ismael

    Hey patflaherty!

    Thank you for using Enfold.

    The layer slider plugin is actually included on the theme itself so you don’t have to purchase a license. If you want to use your own license, add this on functions.php to disable the default layer slider:

    add_theme_support('deactivate_layerslider');
    

    Cheers!
    Ismael

    in reply to: Add Social Buttons & Comments to Blog Page #314965

    Hi bigmarvloyal!

    Thank you for using Enfold.

    I’m sorry but it’s not possible to show the comment section on each posts on the overview page. Regarding the social icons, you need to use third party plugins like Socialize or WP Socialiazer. Related posts or stories are specified by tags not by categories.

    Regards,
    Ismael

    in reply to: Separater between blog post items #314962

    Hey!

    Please try this on Quick CSS or custom.css:

    #top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    max-width: 800px;
    margin: 0;
    overflow: visible;
    width: 87%;
    margin-left: 2%;
    float: left;
    top: 50px;
    border-bottom: 1px solid #ffffff;
    }
    
    #top .fullsize .template-blog .blog-meta {
    margin: 0;
    display: block;
    position: relative;
    width: 11%;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    float: left;
    top: 50px;
    }

    Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Add a button to top menu? #314959

    Hey!

    What button are you referring to? Please check the screenshot: https://www.dropbox.com/s/ktoi9ep1ostrphe/button.png?dl=0

    Regards,
    Ismael

    in reply to: Enfold compatibility issues with WordPress v4.0 update #314957

    Hi!

    Thank you for sharing that info.

    You can find the current theme version on Appearance > Themes. Just click the Enfold to show the current version. Updates can be found on Enfold > Theme Update panel. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

    Hey TheMediaman!

    Thank you for using Enfold.

    I tested WP 4.0 on my installation and the advance layout builder is still working. I’m not sure about server incompatibility. Have you tried testing it on a blank or fresh template? If possible, please create a staging or test site.

    Best regards,
    Ismael

    in reply to: Header, want to make image responsive #314376

    Hey Peter!

    Thank you for using Enfold.

    Can you please remove the inline styling then replace it with a css class or id instead?

    <div style="position: absolute;top: 37px;right: 65px;width:405px;height:106px;z-index: 200;">
    <a href="http://www.henningdaverne.dk/gratis-kapitler/"><img src="http://www.henningdaverne.dk/wp-content/uploads/2014/09/gratis-kapitel.jpg"></a>
    </div>
    

    Replace it with this:

    <div id="header-right">
    <a href="http://www.henningdaverne.dk/gratis-kapitler/"><img src="http://www.henningdaverne.dk/wp-content/uploads/2014/09/gratis-kapitel.jpg"></a>
    </div>
    

    Add this on Quick CSS or custom.css:

    #header-right { position: absolute;top: 37px;right: 65px;width:405px;height:106px;z-index: 200; }
    

    We’ll check it on mobile view after.

    Cheers!
    Ismael

    in reply to: Problems with Avia Page Builder Contact Form #314371

    Hi connect4consulting!

    Thank you for using Enfold.

    Use the html entity of the comma symbol. The 10,000 will look like this

    10&#44 ;000
    

    Remove the space after the second digit “4” before the semi colon. http://www.freeformatter.com/html-entities.html

    Regards,
    Ismael

    in reply to: Issues with Layerslide, Tabs, and Mobile Hamburger Menu #314353

    Hi dfisherharmony!

    Thank you for using Enfold.

    If you’re using BWP Minify plugin, please add this on functions.php to exclude the layout.css file:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-custom', 'avia-layout');
        return $excluded;
    }

    These are some of 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. (DONE)
    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.

    Regards,
    Ismael

    in reply to: Comments don't show on blog #314352

    Hey elianab!

    Thank you for using Enfold.

    Please go to Settings > Discussion. Make sure that comments are enabled. You can override this setting for each post. Edit the post, look for Screen Options then enable the Discussion box.

    Cheers!
    Ismael

    in reply to: Mobile Menu Is Missing! #314350

    Hi!

    Glad it is working now. :)

    Best regards,
    Ismael

    in reply to: Fullwidth Masonry Gallery #314343

    Hi!

    Thank you for using Enfold.

    You can change the width of the masonry entries on larger screens with this on Quick CSS or custom.css:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 25%;
    }
    }

    Best regards,
    Ismael

    Hey!

    Use this for the phone info:

    .phone-info span {
    font-size: 20px;
    }

    This is for the small text inside tables:

    .pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol {
    color: white;
    text-shadow: none;
    }

    Cheers!
    Ismael

    Hi!

    Create a temporary post or page to generate the shortcode using the Shortcode Wand on the Default Editor toolbar.

    Regards,
    Ismael

    in reply to: Parralex #314335

    Hi!

    Did you modify anything on the js folder? There’s an error on the avia2.js. That file should not be there by default. Did you add it? What for?

    Cheers!
    Ismael

    in reply to: Lightbox doesn´t work #314326

    Hi!

    Did you deactivate the NGG plugin? It might be in conflict with the default lightbox. The website is still using the prettyPhoto plugin, the Magnific PopUp should be activated on version 2.9.2. Make sure that you enable the Lightbox Modal Window on Enfold > Theme Options. Did you do any modification on the child theme regarding avia.js? or lightbox?

    Cheers!
    Ismael

    in reply to: Website Slowdown #314321

    Hi!

    I’m sorry but it doesn’t look default to me. Please only activate the minify plugin once you’re done with the customization. This usually is the best practice when using compression and cache plugins. Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Comments Count #314315

    Hi George!

    Thank you for using Enfold.

    The first post doesn’t have any comment on it. Not sure why the comment number is not showing on the second one. Did you verify all the comment entries for that particular post? Please download the latest version 2.9.2 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/

    Regards,
    Ismael

    in reply to: Color scheme, image background #314314

    Hey!

    Thank you for the update.

    I just checked the website, first time, it loads fine. Did you install a cache plugin?

    Cheers!
    Ismael

    in reply to: Copyright in french #314312

    Hi!

    You should make the strings translatable. Please refer to this link on how to do it: http://codex.wordpress.org/I18n_for_WordPress_Developers

    Regards,
    Ismael

    in reply to: Mobile Menu Is Missing! #313817

    Hey!

    There’s a script error from avia.js file. Please try to deactivate the plugins then test it again. Did you modify anything on that file? If possible, get a new copy of avia.js then override the old one.

    Cheers!
    Ismael

    Hey!

    Yes, that will be the case. Or you can purchase the layer slider then install it as a standalone plugin. Add this on functions.php to disable the default layer slider:

    add_theme_support( 'deactivate_layerslider' );
    

    Cheers!
    Ismael

    in reply to: Change font of menu and buttons #313814

    Hey vanderburg!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    span.avia_iconbox_title {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    }

    Add this on functions.php:

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

    Cheers!
    Ismael

    in reply to: Copyright in french #313812

    Hey!

    Thank you for the update.

    How did you add those links?

    Regards,
    Ismael

Viewing 30 posts - 56,071 through 56,100 (of 67,207 total)