Viewing 30 results - 210,271 through 210,300 (of 244,600 total)
  • Author
    Search Results
  • #334823

    In reply to: Improve Speed

    Hey paola86pp!

    Thank you for using Enfold.

    Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are 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.
    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.

    Cheers,
    Ismael

    #334821
    Cliffy
    Participant

    Hi, I have come across a small bug when trying to insert a Numbered List when I “Edit List Item” in the Icon List Element.

    A numbered list is displayed as a bullet list. Just try it and you will see. I have tried it on two different installs. WP4.0 and Enfold 3.0.1

    Regards,
    H

    #334818

    In reply to: logo position

    Hey!

    Please turn off shrinking header in Enfold theme options > Header > Header Behaviour

    Cheers!
    Yigit

    #334817

    Hi Ismael,
    I’m not talking about the layer slider. I’m talking about the EASY SLIDER. And the font problem concerns texts that are AROUND the easy slider (not on or in it). Texts move a little at the rhythm of the slides when the easy slider is active. You can check on the pages I told you in my previous message (the enfold one + the one of my site -> page “nos recherches”). For what concerns my own site, text is not getting a little bolder anymore since I have just added some “text-rendering” css and it solved it (but it was getting bolder before that though ALL my fonts are “400”). BUT the text still moves up a little up and down (on chrome too).
    And on Enfold demo you will see what i mean (on SAFARI) if you go to “Pages / About” -> see the text at the right of the easy slider -> it gets bolder / normal / bolder / normal etc…
    Sorry if I’m not “clear”, I’m trying to do my best with english… ;)

    Best regards,
    Marie

    #334803

    Hey Haybazak!

    Thank you for using our theme.

    In custom.css or Enfold->Styling QuickCSS field put the following and adjust the color value:

    
    #top .header-scrolled #header_meta .phone-info {
        color: #23408e !important;
    }
    

    Best regards,
    Günter

    #334799
    Haybazak
    Participant

    since enfold 3.0.1 update the small bar became transparent as well as the main menu
    I basically want to change the scrolled state font color, i’ve found the answer in the forums for the main menu font color itself but i also need to change the small bar above the main menu font color

    OK I’ll wait for that Enfold patch.
    Thanks for your support and keep up the good work!

    #334794
    gitirereg
    Participant

    Hi, I realize an issue with image fade in animation. Sometimes (not all the time) pages loaded but images those have fade in animation appears when they reach the top of the window, not after leave the bottom.
    WP 4.0 Enfold 3.0.1 Chrome 38.0.2125.101 m (64-bit)

    #334793
    This reply has been marked as private.
    #334792

    Hi, this is urgent:
    I added whats written above from #324190 REPLY;
    Than the error was as follows:

    Parse error: syntax error, unexpected ‘\’ (T_NS_SEPARATOR), expecting ‘)’ in /home/.sites/47/site6089695/web/wp-content/themes/enfold/functions.php on line 504

    I deleted the addes lines, and the error is the same, with line 504 not even existing; now the whole site is unavailable with this error!
    http://www.tcm-team.at

    manfred

    #334784
    This reply has been marked as private.
    #334783

    Hi Marie!

    Thank you for using Enfold.

    Please edit the text layers on the layer slider. Go to Styles > Custom CSS field. Add this:

    font-weight: 400;
    

    Apply it to all of the text layers that are using the Varela Round font.

    Best regards,
    Ismael

    #334782

    Hey piraatti!

    Thank you for using Enfold.

    Did you transfer the website? Did you add any modifications or plugins prior to the issue? Theme update has nothing to do with the pages menu list.

    Cheers!
    Ismael

    #334779

    Hi mijyman!

    Thank you for using Enfold.

    You can add something like this on Quick CSS or custom.css:

    p {
    font-family: "Fanwood Text", HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    }
    

    If you want to add custom google fonts, you can use this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Fanwood Text'] = 'Fanwood+Text:400,400italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Fanwood Text'] = 'Fanwood+Text:400,400italic';
    return $fonts;
    }

    Best regards,
    Ismael

    #334777

    Hi MrNayals!

    Thank you for using Enfold.

    For a quick fix, please edit shortcodes.js. Find this code on line 2791:

    if(!value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;)*$/))
    

    Replace it with:

    if(!value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;)*$/) || value == "")
    

    I’ll ask Kriesi to take a look.

    Best regards,
    Ismael

    #334770

    Hi Peter,

    Thanks for your answer anyways :-)
    Yes, CML works fine with Enfold. I’ll continue to ask CML.

    Br, Rainer

    ps. you can close this one.

    I have found a solution to this problem and I just wanted to share it here for anyone else having the same problem. The code to add to the functions.php is the one below. You need to change the language codes according to your needs and of course the divs, classes and your text. Here you are:

    To insert in the functions.php and modify according to your own language slugs and divs and css styles:

    // Adds extra element to the header
    add_action(‘ava_main_header’, ‘ava_cml_shortcode_text’);

    function ava_cml_shortcode_text(){
    if(CMLLanguage::get_current_slug() == “sv”){
    ?>
    <div class=’Your own’>
    <p class=”Your own”>Your own text</p>
    </div><?php
    }elseif(CMLLanguage::get_current_slug() == “fi”){
    ?>
    <div class=’Your own’>
    <p class=”Your own”>Your own text</p>
    </div><?php
    }
    }

    • This reply was modified 11 years, 5 months ago by Lingvafix. Reason: Sharing the solution
    #334769

    Hi NikoArq!

    Thank you for using Enfold.

    It should be there by default. Did you set the menu as Enfold Main Menu on Appearance > Menus panel?

    Best regards,
    Ismael

    #334765
    dogooder
    Participant

    Hi,

    I chose Enfold after much comparison with other themes because Enfold consistently has much better browser compatibility than any other theme in Themeforest. It just works. I’m very impressed by your attention to details.

    But now I really like your new Flat business demo, it looks great, but when I checked it in IE8, I noticed that the nav bar disappears or doesn’t show up at all.

    Can this be fixed?

    Thanks in advance

    #334758

    Hey Till!

    Thank you for using Enfold.

    1.) I’m sorry but we don’t provide support for third party plugin specially those that are not fully compatible with Enfold. Please contact the plugin author

    2.) Edit the second color section then set the Section Bottom Border Styling to No border. If that doesn’t work, use this on Quick CSS:

    .home #after_section_1 .av-extra-border-element.border-extra-arrow-down {
    display: none !important;
    }

    3.) Center align the copyright text with this:

    #socket .copyright {
    float: none;
    position: relative;
    display: block;
    text-align: center;
    }
    
    #socket .copyright + span {
    width: 100%;
    text-align: center;
    }

    Regarding the banner, I’m not sure how Polylang works with Enfold. If you’re using WPML, you can edit different languages’ theme options.

    Best regards,
    Ismael

    #334754

    Hey Josue!
    Thanks for your feedback.

    > STRX floating sidebar : it doesn’t seem to be what I want really. Looks like there is a delay when the user ends scrolling before the widget moves to the good position. See video on
    Unless this can be solved in the settings ? Please let me know in case.

    > Q2W3 fixed widget looks much better as far as I am concerned as it really stays fixed all the time. But apparently there is a recent bug with safari and the plugin author doesn’t seem to know how to solve it… See on the following link :

    I’ve tested the member site and indeed there is a BIG bug on safari…

    Any other advice?
    What about other Enfold users experiments ?

    Thank you!

    Regards,
    Marie

    #334752

    Hi!

    Please remove the avia_register_frontend_scripts on the child theme’s functions.php. That should fix the issue. Why did you add that code? Note that prettyPhoto is no longer in use on Enfold 3.0.1. Remove browser and plugin cache then reload the page.

    Cheers!
    Ismael

    • This reply was modified 11 years, 6 months ago by Ismael.
    #334751

    Still not exactly the same and honestly speaking it is not user-friendly to spend so much time for each button. I think we can close this topic, it seems that Enfold and RevSlider are not 100% compatible regarding this area.

    Thank you and best regards,
    Gilletti

    #334741
    This reply has been marked as private.
    #334730
    berndrepenning
    Participant

    Hey guys,

    I’m trying to rebuild my current website with the enfold theme and I need to say it – I love the theme!

    Only thing I couldn’t get to work is my header. Does anyone of you have an idea how to set this up without hiring a programmer?

    My old menu looks like this: http://www.erfahre.com
    And my new on currently like this: New Layout with wrong header

    My idea was to do two main menus – one that would be placed left and the other one that would be placed right of the centered logo.

    Do you thing I could do this with a “simple” quick-css?

    Thanks a lot!
    Cheers
    Bernd

    #334729

    Hi!

    You can use imgur, dropbox, clipular to post a screenshot. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.

    Best regards,
    Ismael

    Hi momon!

    Thank you for using Enfold.

    You can use this:

    add_filter('avf_title_args', 'avf_title_args_append', 1);
    
    function avf_title_args_append($args) {
    	$appendcontent  = "<div class='container_wrap append-content'>";
    	$appendcontent  .= "<div class='container'>";
    	$appendcontent .= "CONTENT HERE>";
    	$appendcontent .= "</div>";
    	$appendcontent .= "</div>";
    	$args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>{$appendcontent}";
    	return $args;
    }

    You can find some of the hooks and snippets on Theme Documentation.

    Regards,
    Ismael

    #334725

    Hi Mehmet Ali!

    Thank you for using Enfold.

    Edit the actual post then set the post format to “Link”. Add the url of the external site on the text editor.

    Best regards,
    Ismael

    #334724

    Topic: slider divided

    in forum Enfold
    studiokatowice
    Participant

    hello , how to make slider divided ?
    http://kriesi.at/themes/enfold/homepage/home-v10-magazine/

    #334720

    In reply to: Portfolio

    Hi!

    Glad it is working now.

    You can create Portfolio Items for your photos then use the Masonry element or Portfolio Grid element.In case you have 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 still have any questions, 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

    #334719

    Hi aadler!

    Thank you for using Enfold.

    Can you please provide a screenshot of what you’re trying to do? You can adjust the size of the iconbox icon with this:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    }

    Use css media queries if you only want to apply it on tablet screen size.

    Regards,
    Ismael

Viewing 30 results - 210,271 through 210,300 (of 244,600 total)