Viewing 30 results - 222,601 through 222,630 (of 242,460 total)
  • Author
    Search Results
  • #247500

    Is ti possible to have an holder version to try please?

    Thanks

    #247499

    Hi, I am using Chrome on an iMac. 10.8.5.
    Wordpress: Latest version.
    Enfold: Latest version
    WooCommerce: Latest Version

    #247488

    In reply to: Enfold Showcase

    Hey @Heathcliffe, do you realise that’s not actually an Enfold site?

    #247485

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: auto; }

    Cheers!
    Yigit

    #247481

    Hey!

    You can use (Email address hidden if logged out) but please post the login credentials here privately so we do not miss out

    Best regards,
    Yigit

    #247475

    Hi,

    Yes i did

    #247474

    Topic: A Few Issues

    in forum Enfold
    jamesf1989
    Participant

    Hey,

    I purchased the Enfold theme earlier today, and have a few questions about a few issues:

    1) In my mobile browser, the small menu icon overlaps my logo. How can I make the logo resize even smaller so it fits in the header better?

    2) Still in my mobile browser, the small menu icon disappears altogether for WordPress pages (but not posts). How can I make the menu icon appear for pages too?

    3) When I follow the “Shortcode” process for inserting an animated image, the image shows up as white when you view the page (in both the latest version of Chrome and Firefox). Although I notice if I click and drag on the empty white space where the image should be, the image is attached to the cursor as normal. How can I fix these animations to work properly?

    Thanks!
    – James Francis.

    dominic
    Participant

    Hello,

    I have three configuration problems with the enfold theme and would be happy if you could help me. You will find my website here. The only plugin I use is WPML.

    1. Menu Image Size
    I am using images as menu items (as described in your tutorial), which works fine actually. I noticed, however, that the quality of the images is very poor on high resolution displays. One common solution to this problem is to upload larger images and let the browser resize them, so that they are displayed in higher resolution on high resolution displays. This however requires to specify the width and height values in the command which is inserted into the in the menu field, which doesn’t work (it is ignored). Is there a solution or a workaround to virtually resize the menu images? or do you have another idea how to solve this problem?

    2. Mobile Menu Bullet Point Removal
    I would like to remove the black bullet points that are displayed on the left side of the menu images, when the mobile menu is active. I tried very hard, but couldn’t find the right code to modify. So how can I remove these bullets in the mobile menu (ideally without changing the menu behaviour of the normal menu)? If it is not possible to remove them i would like to know how to change the color?

    3. WPML Language Switcher Jumps Back To Default Language At First
    I am using WPML to switch between the German and English version of the website. Everything works fine except one thing: When you switch the language of the website for the very first time, it immediately swiches back to the default language (which is German). Similar, when you enter the English web address in the browser bar, it will redirect you to the German version. I am aware that this is probably a question for the WPML forum, but I thought you also might have a solution for that?

    4. Grey Area On Portfolio Page
    When you visit the portfolio page for the very first time there is a small grey bar above and left of the images during the time the images load (it seems to be only on firefox). I cannot find the element which is responsible for that behavior. Can you help me with that?

    Thank you for your help and best regards

    D.

    Hey Rustybucket!

    Please insert this code into the enfold functions.php file:

    
    /*
     * Make sure that the plugin adds the og meta tags, etc. on template builder pages
     */
    if(!function_exists('avia_wpseo_change_init_priority'))
    {
        function avia_wpseo_change_init_priority()
        {
            remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
            add_action('template_redirect', 'wpseo_frontend_head_init', 9);
        }
    
        add_filter('init','avia_wpseo_change_init_priority', 20);
    }
    

    We’ll fix it with the next update.

    Regards,
    Peter

    #247460
    markw1
    Participant

    Hi there,

    I manually updated the enfold theme on my wordpress site, (download and ftp)
    BUT wordpress still says there is an update from 2.6.1 to 2.6.2
    when I check the theme folder, style.css shows that 2.6.2 is the version installed

    How can I get wordpress to realise I have manually updated the theme.

    many thanks

    Mark

    Hi!

    You can overwrite the entire widget (class) with your child theme. Just copy the code from wp-content/themes/enfold/framework/php/class-framework-widgets.php into your child theme and modify the code there. If you want to register a new widget for a cpt/taxonomy use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 – note that you MUST place it in the child theme functions.php or it will not work.

    Best regards,
    Peter

    #247456

    Hey!

    It seems like some important files from the LayerSlider plugin are missing. The browser outputs some 404 – not found errors:

    
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/css/layerslider.css?ver=4.6.5
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/jquery-easing-1.3.js?ver=1.3.0
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.kreaturamedia.jquery.js?ver=4.6.5
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/jquerytransit.js?ver=0.9.9
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.transitions.js?ver=4.6.5
    

    Please use ftp to check if the files exist on your server and if not please update/upload them manually.

    Regards,
    Peter

    #247449

    Hey!

    You can add phone number to top bar and then add following code to Quick CSS in Enfold theme options under Styling tab to make the top bar the same color as header

    #header_meta { background-color: white; box-shadow: none; }
    #header_main { border-top: none !important; }

    Best regards,
    Yigit

    #247444

    yep, I understand…
    Enfold will be the best if it was able to manage mobile/tablet/desktop easely :-)

    #247441

    Hey!

    Seems like some stylesheets do not load properly. Please deactivate the cache plugin (especially the minify feature) and check if this solves the issue. If not go to Enfold > Theme Options and re-save the settings.

    Regards,
    Peter

    Hey!

    Unfortunately you must overwrite the entire file if you don’t want to modify the original avia.js of the parent theme. Otherwise the theme will still execute the code line of the parent theme avia.js and you won’t notice any difference. The child theme name is not important and won’t affect the custom avia.js.

    Best regards,
    Peter

    Hey!

    Yes – insert this code into the child theme functions.php file (or enfold/functions.php):

    
    add_filter('avf_form_from', 'avia_change_from', 10, 3);
    function avia_change_from($from,$new_post,$params){
    $from = ' (Email address hidden if logged out) ';
    return $from;
    }
    

    and replace (Email address hidden if logged out) with your custom sender email address.

    Best regards,
    Peter

    #247434

    Hi jaypopsu!

    A blank page has no header or footer output so those settings would be unused. As for the styling, you would need to use custom css and classes on those elements to style it in a way that would be outside of what the Avia Layout Builder has support for.

    See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Devin

    #247428

    Hey johnmdotme!

    You can turn off the auto sub menu widget from the theme settings>sidebar>”Page Sidebar navigation” and then add in your own via a plugin with your own order.

    Cheers!
    Devin

    #247417

    Hey t3lgroup!

    I don’t think its planned at the moment but you can suggest it here: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Devin

    #247411

    Hey jdrijver!

    Which browser and OS are you using? This is how i see it – http://i.imgur.com/IHuozxB.png

    Regards,
    Yigit

    #247410
    #247405
    romano2
    Participant

    Hello
    I’ve moved my WordPress to another folder. Before, I’ve changed the settings to the new URL, and the wordpress displays good.
    But when I’m trying to edit a page, avia don’t launch. And when I’m saving some Enfold Options on Enfold panel, it says “Saving didnt work!
    Please reload the page and try again”
    I suppose it’s linked to the URL which changed…
    How could I do to repair this ?
    Thanx

    #247402

    Hi DaveL77!

    Please try to re-save the theme options (Enfold > Theme options). The saving process forces Enfold to regenerate a dynamic stylesheet which may affect the bbpress stylings too. If this doesn’t solve the issue please post a link to your forum page and we’ll check why the styling isn’t correct.

    Best regards,
    Peter

    #247400

    Hi basilicon!

    Please try to update to Enfold 2.6.2. Maybe the theme update fixes the issue.

    Regards,
    Peter

    #247398
    jdrijver
    Participant

    Hi, we have a webshop in Enfold: http://www.lovewood.nl
    The footer contains a shoppingcart widget, but this (the buttons) is not displayed correct.

    See example: here

    How can we fix this?
    Any idea?

    Looking forward to your response.

    Jelle

    #247397
    t3lgroup
    Participant

    Hi,

    On other parallax websites it is possible to use the parallax effect with more layers. A background layer, then some sort of graphic coming into place and some text. Please see a preview of this here (don’t mind the language. Just look at the parallax effects. http://www.woerk.dk/

    Are you considering having this option build into Enfold in some future upgrades?

    #247394

    Hi Yigit,
    Thank you.
    I refreshed a few times etc…
    It’s better than before indeed but the sentence (breadcrumb?) on the right is not well aligned and it’s “cut”…
    Also the container turns “higher” when reducing the window… and so all texts in it are not vertically centered anymore… :(
    http://www.mariecarette.com/perso/auxi.jpg
    I would prefer to have the same thing that in enfold demo -> breadcrumb on the left, under the title…
    http://www.mariecarette.com/perso/enfold.jpg
    Would that be possible ?
    Thank you so much.

    Marie

    #247392
    Simple
    Participant

    Hi I have the same need than in this thread :
    https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag/

    I’ve guessed the name of the page wp-contentthemesenfoldconfig-wpmlconfig.php (nice name btw :) ) has changed and is now in enfold/config-wpml/config.php

    I’ve created a copy within enfold-child/config-wpml/config.php and made the change as detailed in the previous thread. But nothing happened on the website (www.sourcedeprovence.com). What did I made wrong?

    Many thanks for your help.
    Thomas

    #247391

    No problem
    To which mail

Viewing 30 results - 222,601 through 222,630 (of 242,460 total)