Viewing 30 results - 243,121 through 243,150 (of 244,462 total)
  • Author
    Search Results
  • #123162

    Hi, I was just looking into Cloudflare a few hours ago. Would you recommend using Cloudflare to speed up site loadtimes? I’ve read horror stories about it to on how it works with wordpress but I just want to make sure this is not an avenue I should look for Enfold.

    Thank you for your time and patience.

    #114656

    Ajax portfolio to have an option for no text which would then make the image full width. Then people could make a ajax portfolio image gallery. I have an example image showing what I mean if you would like it?

    #123622

    Cowedia, I don’t know if this is your solution: Go to Appearance/Menu, create a new menu and then select that menu in “enfold secondary menu”. Make sure you select the header with “additional navigation”.

    Michael

    #24553
    victoriaeducacion
    Participant

    Hi:

    I want to use a locally hosted font and I’m using the child theme.

    I read the support forum and I have some doubts about the instructions:

    1- I have the regular, bold, oblique and bold oblique version of an open source font that I want to use in my website. Should I upload the four versions or is it enough with the regular version and I could obtain the bold or oblique version derivated from the only regular uploaded?

    2- First, I have to select “no custom font” from the font dropdown. Then, I have to create a folder for custom font in /wp-content/themes/enfold/css called “font”. After adding the fonts to /wp-content/themes/enfold/css/font, where do I have to add the following css code? In the style.css file into the child theme?

    <br />
    @font-face {<br />
    font-family: '/the name of the custom hosted font/';<br />
    src: url('/here the url path, isn't it?/.eot');<br />
    src: url('/here the url path, isn't it?/.eot?#iefix') format('embedded-opentype'),<br />
    url('/here the url path, isn't it?/.woff') format('woff'),<br />
    url('/here the url path, isn't it?/.ttf') format('truetype'),<br />
    url('/here the url path, isn't it?/.svg#freesans') format('svg');<br />
    font-weight: normal;<br />
    font-style: normal;<br />
    } </p>
    <p>h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox{<br />
    font-family:'//the name of the custom hosted font/', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;<br />
    }<br />

    I want to use this font globally in the site. Besides to h1, h2, etc. Should I specify any element more?

    Thanks for helping!

    Regards.

    #123793

    Hello,

    I have the exact same problem, I installed wordpress and install Enfold theme, after the installation i import the dummy data from Enfold control panel, and I did not install any plugin or wordpress importer. Just fresh and clean but the result came out as what courtney_mar said, “there’s just a bunch of links at the bottom of the page”.

    Please advise

    Hi again:

    The WPML devs give me this code for theme functions.php, and it works well.

    function new_nav_menu_items($items,$args) {
    if (function_exists('icl_get_languages')) {
    $languages = icl_get_languages('skip_missing=0');
    if(1 < count($languages)){
    foreach($languages as $l){
    if(!$l['active']){
    $items = $items.'<li class="menu-item"><a href="'.$l['url'].'"> '.$l['native_name'].'</a>';
    }
    }
    }
    }
    return $items;
    }
    add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );

    I hope It can be useful for other Enfold users.

    Regards.

    #24549
    Courtney
    Participant

    Hi there :)

    I just bought your theme and I am in LOVE.

    1. I decided to import dummy data because it’ll be easier for me to make changes that way (i’m new to web building).. the only thing is the footer isn’t showing on the frontpage for dummy data (there’s just a bunch of links at the bottom of the page)…

    2. As for Color Styling: I would like it to be splash blue. I went to theme options and set the color to splash blue but the dummy data is keeping it as splash green.

    #123161

    Hi,

    MikehJPP: I don’t think it is possible via Media Queries. Media Queries can make it smaller on mobile view but the same images will be use thus the same file size. You really need to compress or shrink the images manually.

    Regards,

    Ismael

    #123709

    Hi,

    Do you have Enfold 1.6? Please download the theme again. Maybe the files are corrupted.

    Please watch this video: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Ismael

    #117531

    Hi Everybody,

    I just updated to Enfold Version 1.6, removed picture, put it in again, emptied caches etc. and ….. nothing new with the mentioned problem: titles, alt-texts and even the description do not show up in pictures used in combination with the Avia Layout Builder although alternate text, caption, description and title are all filled out. So please could you go on attempting to find a solution for this quite important issue?

    Thanks, Harald

    As an example please look at the following page:

    http://wp11077347.server-he.de/unterbringung-und-freizeit/

    #123765

    Can you post a link to your website please? I tried to reproduce the issue on the demo page (eg http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ ) but I don’t see any unwanted characters in the slider area.

    #123651

    In reply to: SEO site title

    Add following code to functions.php (at the very bottom):

    add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
    function avia_change_title_tag($title, $wptitle)
    {
    return $wptitle;
    }

    Enfold will then use the result of “wp_title()” and Yoast SEO hooks into this function to generate the seo optimized title.

    #123780

    Hey!

    Thanks Gurmit for the kind words. We have to close the threads asap otherwise some users start to hijack it for various other questions and I want to avoid this.

    Regards,

    Peter

    #123744

    Hey!

    Unfortunately it’s not easily possible to add new icons at the moment. We’ll maybe change this in the future but for now you can only use the icons which are bundled with the theme.

    Best regards,

    Peter

    #123600

    1) Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” select (or create) your language, scan the files and then translate the required strings from the “avia_framework” textdomain.

    2) Is this the default theme twitter widget? If yes I’d recommend to replace it with another widget because we removed it from the theme code. Twitter will shutdown the current api on June 11 ( http://www.mediabistro.com/alltwitter/twitter-delays-api-shutdown_b41602 ) and our widget does not support the new api. Thus the widget won’t work after June 11 anyway. You can use a plugin like http://wordpress.org/plugins/twitter-widget-pro/ which supports the new api. Because the new authentication process is very complex we decided that we won’t bundle a twitter widget with the theme anymore and we removed it in version 1.6.

    #24517
    cdsymm
    Participant

    Hi there

    For the past week I have been trawling this forum and the web for a solution to this theme not uploading, maybe I missed something. This is what I’ve done so far:

    Tried uploading the zipped folder directly into WordPress, it doesn’t load.

    Unpacked the files from the zipped folder

    Using blue FTP, tried copying the unpacked enfold folder into the themes folder, the upload does not complete and therefore the theme does not work. The upload seems to stop at the same point every time, even if I use a different pc, I thought it might have been a firewall issue, so I have disabled the firewall, still no luck.

    The upload gets stuck after this file has been installed :

    Enfold/configure-templatebuilder/avia-template-builder/template-builder.php

    So the rest of the folders are not installed

    Can anyone please help me, I am very frustrated.

    Chris

    Hi,

    Since I can’t see your code to give you the correct css for your situation, I will guess. Please add this to your /css/custom.css or to Quick CSS located in Enfold > Theme Options – Layout (textarea at the bottom) . If it doesn’t fit change 247px to a lower or higher number.

    .fixed_header.social_header #main {
    padding-top:197px !important;
    }

    Switching to mobile navigation at larger screen size will annoy tablet owners. I think a better solution would be to lower the menu , however to change the screen size that triggers the mobile menu please open up /js/avia.js and find line 1099 which looks like

    switchWidth: 768,

    Change that number above (768) to 790

    and also please add this css but change 767 to whatever number you put above minus one. so if instead of 768 you put 777 then put 776 below.

    @media only screen and (max-width: 767px){
    .responsive .main_menu {
    position: static;
    }}

    Thanks,

    Nick

    #123781

    In reply to: ENFOLD demo files

    Got it. Just worked now.

    #24542

    Topic: ENFOLD demo files

    in forum Enfold
    filianluthien
    Participant

    Hi,

    I’m new on all of this. I have Installed the theme and populated it with dumy data but it doesn’t look any simillar to the demo “http://kriesi.at/themedemo/?theme=enfold&#8221;. Can you give me a link to download the full demo?, I’m sure I can learn how it works looking at it to be able to do it at my own later.

    Do I have to install any plugin other than WordPress & bbPress? (to have all functionality you show in demo)

    Thanks.

    #24541
    Gurmit
    Participant

    Hi Guys,

    This post is to express my gratitude for helping me solve the copyright in footer issue. I was just surprised to find out my thread was closed already and wasn’t able to thank everyone who helped me solve the problem. It was me who posted the thread and a certain SPYROS was like posting as if it’s his thread but anyways, I think he has the same problem as mine.

    I would like to thank ISMAEL, KCHARITY, and DEVIN. Though I follow the [nolink] as suggested by kcharity and Devin, YOU GUYS ARE ALL AWESOME. Thank you, thank you.

    Best regard,

    Gurmit

    #114655

    It would be great if you can add a CLIENT slider where you upload logos of the clients and it is in grey scale and when hovered over it is back to colour.

    #123160

    One could do that with media queries?

    #123239

    It works. Thanks!

    #24266
    kzpdesign
    Participant

    Hey there. Upgraded to enfold from cleancut, and in the transition it seems not everything is working. Debugging a few things, but mainly right now I’m not getting some of the advanced features to work, such as the non-fixed header. The header is fixed whether I select the large or small non-fixed header in my theme settings. I’ve disabled all plugins, and tested in firefox/chrome/safari. No luck.

    **removed url by Devin on request**

    chryseis
    Participant

    Hi,

    I want that when people click on my categories they see the articles in that category but only with excerpt. Like on my blog. (I use a blog module where I could configure that option)

    Right now if I go in my categories I can see the full articles which is not cool because you have to scroll a lot in order to see all the blog posts in a specific category.

    Can you tell me how I do that? I am quite surprised because on another theme I used before enfold it showed the post with excerpt automatically…

    Moreover, I don’t want either the category pages to display title in header and I can’t figure out how to do it as well…

    I am in mode maintenance so please don’t tell me to send you a link to my site I don’t want to put it online before it’s done.

    Kind regards

    #123159

    There aren’t any function available to do a “if screen size X, do Y” so no that isn’t an option right now.

    The file size is the key, so using any tool to shrink the file size for web is really the best thing you can do to get better load times. Try and keep your images around 150kb in size at a maximum.

    #123238

    If you aren’t comfortable writing a function, you can just add [nolink] at the end of your custom text in the copyright field in the theme options.

    Regards,

    Devin

    #116469

    In reply to: Enfold Showcase

    Hallo,

    ich bin von eurer Arbeit absolut begeistert! Noch nie zuvor konnte ich meine Ideen so einfach umsetzen.

    Die Funktionalität des Theme ist überwältigend.

    Habt vielen Dank dafür!

    Grüße Frank

    Meine Seite: http://www.ferienhaus-wernigerode.de

    [
    Nick: If that's Enfold I would eat my shoe. I said wow at first.
    http://www.clipular.com/c?7829008=cldBhNcQegqByWx_SiGvQBfuvD0&f=.png
    ]

    #24527
    ciao6
    Participant

    Hi, I would like to more icons from Entyco becuase defalt icon number is not enough.

    I dowload folder which name is ” Entyco”. now I can not add their icons to my enfold .

    please let me know how to add.

    #123592

    Thank you guys! I think when I downloaded the update of 1.6 I left the folder name at Enfold 2 when I uploaded it. I fixed that and uploaded again and everything seems fine!

    Thanks for helping out!

    Laura

Viewing 30 results - 243,121 through 243,150 (of 244,462 total)