Viewing 30 results - 216,511 through 216,540 (of 244,450 total)
  • Author
    Search Results
  • #299366
    mmsdev
    Participant

    Hi Peter.

    You recently helped with the configuration of sensei and enfold with some template you created, however they are going a bit crazy with the side bars.

    I hope this message makes sense!, i have to make it private as it contains private links. admin can be provide if required.?

    #299357

    In reply to: gallery image

    Hi!

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

    .avia-tooltip.avia-tt {
    display: none!important;
    }

    Regards,
    Yigit

    #299349

    Hey C!

    So sorry to hear about that. Hope you get well soon! :)
    Since we have talked the last time, theme has been updated multiple times. Now it has more awesome features. Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #299348
    avanzamas
    Participant

    Hello, i need add a sharing bar like this (http://www.wpexplorer.com/optinmonster-review/) when scroll a few.

    The problem is that i know how i code this but i need add the code in the footer of single post only, i need that only show in single post, how can i do this in enfold theme ? Is a few difficult.

    Please support me, thanks!

    #299347

    Hi!

    You can go toEnfold/config-templatebuilder/avia-shortcodes folder and open tabs.php file and find

    $tab_atts['custom_id'] = 'tab-id-'.avia_sc_tab::$tab_id++;

    and change it to

    $tab_atts['custom_id'] = urlencode($tab_atts['title']);

    should work fine, but not guaranteed.

    Regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    #299346

    Hi addwebtoday!

    Please go to Enfold theme options and make sure that you have activated Responsive layout – http://i.imgur.com/urPQHs1.png

    Best regards,
    Yigit

    #299344

    Hey Slade!

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

    #top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 12px;
    }

    Cheers!
    Yigit

    #299343

    Hey dreye01!

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

    .av_promobox { margin: 15px 0; } 

    top and bottom margin of promoboxes are 50px by default

    Best regards,
    Yigit

    #299335

    In reply to: Header Questions…

    Hey TheodoraPhotography!

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

    #top .social_bookmarks li a { font-size: 17px; }
    div#header_main .container { width: 800px; }

    You can go to Enfold theme options > Header Layout > Header Size = Custom pixel value and increase the height of your header. If any of these not work, please post the link to your website

    Best regards,
    Yigit

    #299333

    Hi ecoresearch!

    Currently, unfortunately it is not possible. You can request feature to move arrows outside of the box or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer to make the customization for you if you really need it

    Cheers!
    Yigit

    #299332

    Hey Richard!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position

    .phone-info {
    position: relative;
    top: 60px;
    left: 10%;
    }
    div#wrap_all {
    margin-top: -31px;
    }

    Cheers!
    Yigit

    Hey Devin,
    In fact with Enfold it’s very easy to do that with custom sidebar functionality.
    no plugin, no programmation!!! ;-)
    Thank you very much.
    Best regards.

    #299319

    In reply to: Custom sidebar menu

    Hi !
    Ok thank you, I understand.
    So, could you help me to adjust CSS code of this static menu please ? http://www.sphere-evenements.com/menu-gauche-enfold-static.jpg
    Thank you,
    Best regards,
    Franck

    #299305

    Hey olafshiel!

    You’ll need to be using Enfold version 2.9.1 first and that will update the theme to have the element available in the list of drag and drop elements to use.

    Thank you for pointing out I had missed publishing the documentation for it as well, I’ve done so now :)
    http://kriesi.at/documentation/enfold/creating-images-with-hotspots/

    Cheers!
    Devin

    #299303

    Hey!

    Unfortunately you can’t update the theme within the interface because your server obviously can’t connect to the Envato download server (you just get a 403 error). I recommend to use ftp and to make a backup of the old theme files first by renaming the folder (i.e. from enfold to enfold_bak). Then upload the new theme files into the enfold folder. Personally I always update my themes with ftp because you’ve much more control and it’s also safer than an update with wordpress. Sometimes you may experience transmission errors (corrupt files, etc.) but you can solve this problem easily by re-uploading all files again – you just need to confirm the overwrite files dialog and that’s it.

    Best regards,
    Peter

    #299300

    Hey!

    Yes, you can load new shortcode files with i.e. a child theme or a plugin. See: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    If you want to create new shortcode files I recommend to study the code of the existing shortcodes located in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/. If it’s beyond your coding skills I recommend to hire a freelancer – i.e. from http://studio.envato.com/ who can help you to create new shortcodes.

    Cheers!
    Peter

    #299294

    In reply to: Heading is too bold

    Hey gdwarren!

    You must add the 100 font size to the google font stylesheet. Add this code to the very bottom of the enfold or child theme functions.php file:

    
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    add_filter( 'avf_google_content_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Lato'] = 'Lato:100,300,400,700';
    return $fonts;
    }
    

    Then go to Enfold > Theme Options and re-save the options. Afterwards Enfold should load the 100,300,400,700 font files from google.

    Cheers!
    Peter

    #299292

    Hey!

    Sorry we aren’t able to help and it unfortunately sounds like there is either a plugin conflict or possibly an error on your installation. If it was truly a bug with the theme for something as basic as adding in a column by the numbers we should have gotten a wave of reports about it from the other 30k users of the theme.

    There are lots of alternative themes out there and if you have one that fits your needs better then no need to purchase another license of Enfold and you can move on without any issues :)

    Cheers!
    Devin

    #299283

    Hi!

    No, Enfold currently doesn’t come with a dedicated “featured product” slider. You can suggest the idea here though: https://kriesi.at/support/enfold-feature-requests/

    You can use a workaround to create the featured product slider. Just create a new product category, call it i.e. “Featured” and add some products you want to feature to this category. Then use the the “Product Slider” element: http://www.clipular.com/c/6007902095540224.png?k=LJNkyoeUiQQ00P6zdibTQDIewFU to display the products which are assigned to the “featured” category within a slider.

    Best regards,
    Peter

    #299275

    Hey!

    The type “link” can only be used if an url exists at the very beginning of the post which can be used for the featured link. Enfold extracts this url from the post content and uses it for the headline/title link. The advantage is that the user doesn’t see the single blog post page when he clicks on the post title but the title will directly link to the url you want to feature. I.e. on the demo page here: http://kriesi.at/themes/enfold/blog/page/5/ the post with the title “This is a post with post format of type Link” links to http://kriesi.at instead of the single post page ( http://kriesi.at/themes/enfold/2012/01/17/kriesi-at/ ) because the post format is set to “link”. To create a featured link/url just add it at the very beginning of the post content like:

    
    http://kriesi.at
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus.
    

    If you don’t add an url at the very top the post format link may break the blog page.

    Best regards,
    Peter

    #299271

    Hi!

    To fix the warning open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php and replace:

    
    $this->slides[$key]->av_target		= empty($slide['attr']['link_target']) ? "" : "target='".$slide['attr']['link_target']."'" ;
    

    with

    
    $this->slides[$key]->av_target		= empty($slide['attr']['link_target']) ? "" : "target='".$slide['attr']['link_target']."'" ;
    $this->slides[$key]->ID             = $slide['attr']['id'];
    

    We’ll also fix it with the next update.

    Cheers!
    Peter

    #299270

    In reply to: Custom fonts body

    Hey Josue,

    I did but I don’t see the “Georgia” font in the list of Headings through Enfold Theme Options “Advanced Settings”.

    Do you have another solution ?

    Regards,
    Sebastien

    #299268

    In reply to: Slow loading website

    I have stripped down the plugins to the ones that is absolutely in use. Most of the css calls are actually coming from the Enfold theme.

    #299261

    Topic: HomePage Shop

    in forum Enfold
    fundance
    Participant

    Hello

    I had installed the woocomerce shop like here : http://kriesi.at/themes/enfold/shop/
    It’s OK.
    But i don’t know how to install the Homepage v8 Frontpage Shop like here : http://kriesi.at/themes/enfold/homepage/home-v8-frontpage-shop/

    When I go to –>page –>new –> Editor : I don’t see Frontpage shop (i.e I see Magazine).
    How do you install this frontpage ?

    Thanx

    Hey Raymmar!

    It would be an idea for the feature request page here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Devin

    #299255

    Hey Joe!

    They were added in the last theme update so you need to be on Enfold version 2.9.1. The blog layout tab of the theme options has the social icon options to be appended to posts.

    Best regards,
    Devin

    #299215
    This reply has been marked as private.
    #299212
    blueoakschurch
    Participant

    In the Enfold demo here there is a bar of social media boxes:bar of social media boxes – I am wondering how to re-create this in Enfold? I tried looking for the exact page in the Enfold theme pages to see how it was built but couldn’t find it, and couldn’t find a Content Element tool that would let me create it just like it looks here – with boxes horizontally aligned and no space between them.

    For some reason I am not able to find/view all the Enfold demo content. Is that because I didnt import the dummy data? I didn’t do this because I am not building a site for a client but for my own company.

    thanks for the reply. Sorry if this is a lame question. I’m still learning.

    #299201
    CloudChoice
    Participant

    Hello,
    I’m trying to use a simple code to textarea forms in enfold THEME, but saving the page content is buggy.
    What is the problem? Is there any special code so that the bug does not occur?

    THANKS

    <FORM>
    <TEXTAREA NAME="SpecialRequest" ROWS="3" COLS="25">
    Please enter your special instructions 
    or comments
    </TEXTAREA>
    <br><br>
    <INPUT TYPE="submit" class="button">
    </FORM>
    #299199

    In reply to: Data Table Bug

    Hey @spavli2!

    I understand but that’s the only solution we have to this table problem right now, as an alternative you could use one external table plugin like TablePress which works fine with Enfold.

    Best regards,
    Josue

Viewing 30 results - 216,511 through 216,540 (of 244,450 total)