Viewing 30 results - 226,051 through 226,080 (of 244,309 total)
  • Author
    Search Results
  • #238368

    In reply to: Header in Mobile

    We tried reconfiguring the heading setting in enfold and nothing worked. Please see if the mobile site is loading for you…all good here. http://musicbydesign.com/ Please notice the menu overlaps the logo.

    #238366

    Hi!

    As mentioned above the documentation has a how-to on removing it: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Cheers!
    Devin

    #238363

    In reply to: Enfold + Polylang

    This resolves my problem:

    add_filter('avf_exclude_taxonomies', 'avia_exclude_tax', 10, 3);
    function avia_exclude_tax($tax,$post_type,$id){
    $tax = array_merge($tax, array('language', 'term_language', 'post_translations', 'term_translations'));
    return $tax;
    }

    Good work, Enfold with Polylang works great!

    Thanks

    #238351

    It seems to be a bug with the newest version of LayerSlider and Enfold. Kriesi is already aware of this, please be patient.

    Best regards,
    Josue

    #238348

    Hi Ismael,

    it should be the same as in the Enfold demo if you click on “Pages” in the main menu. Here the mega menu has titles (for example “Special Pages”). Those are not clickable and if you choose one of the links below (for example “Forums”) the bread crumb navigation shows just “Home / Forums” and not “Home / Special Pages / Forums”.

    How can I make sure that:
    1. those titles are not clickable and
    2. those titles are not shown in the bread crumb navigation?

    I appreciate your help!

    Kind regards, Tom

    #238341

    Just add the text [nolink] in the copyright section under the Enfold settings.

    #238337

    In reply to: rss

    Hey!

    I didn’t test the multi view calendar plugin. I worked with: http://tri.be/shop/wordpress-events-calendar/ in the past and it worked with Enfold and was compatible with the theme styling.

    Best regards,
    Peter

    Hi!

    Did you try the temporary fix I posted here: https://kriesi.at/support/topic/wpml-language-switcher-disappeared-after-upgrading-enfold/#post-236236 ? The next update will make sure that the langage switcher is displayed even if no secondary menu is selected.

    Cheers!
    Peter

    #238331
    Philippe
    Participant

    Hello,

    This is my site :

    http://www.nisiotis.fr/

    At the botton of the page, this mention appears : “Enfold Theme by Kriesi”

    If someone clicks on this, it opens http://kriesi.at/, in the same window.

    So without knowing or willing it, our visitor leaves our website.

    We would like to change this.

    How can we modify it ?

    Thank you very much,

    Philippe

    Hi Devin,

    It was the gallery and the short code module that caused the problem. But I have another problem now even when disabling those modules, I cannot download media into wordpress now.
    It works when I’m using the enfold editor in a post for example but when I go into media and import there is no longer the drag and drop window and even if I click on a link telling me to try another method, it won’t respond.

    this time it’s not jetpack and not the other plugins.

    UPDATE: it’s coming from your theme since last update. I have activated default theme and it’s coming back to normal. Please can you fix the problem with enfold?? I have tried to reinstall the theme but it won’t fix the problem.

    I canot stay like that. How can you help?

    Kind regards,

    Chrys

    • This reply was modified 11 years, 12 months ago by chryseis.
    #238326

    In reply to: Enfold + Polylang

    Hi!

    If you want to remove the taxonomy from the category list on the top of a blog post you can use this code:

    
    
    add_filter('avf_exclude_taxonomies', 'avia_exclude_tax', 10, 3);
    function avia_exclude_tax($tax,$post_type,$id){
    $tax[] = 'following_users';
    return $tax;
    }
    

    to remove it. Just insert the code at the very bottom of your child theme functions.php or paste it into enfold/functions.php if you don’t use a child theme. Replace “following_users” with the name of the taxonomy you don’t want to show in the category/term list. If you don’t know which taxonomy causes the output please ask the Polylang plugin author for more information.

    Regards,
    Peter

    Wanderlustme
    Participant

    I have already set up basic things ; Logo (on the header) Main Slide Show, About Us) for ENFOLD
    But I cant set-up the following options:

    1.) To set-up Blog post.
    However, I already import dummy but when I clicked to edit blog. It’s still pretty blank.
    How can I fit, set up the following?

    1.1 How to Set up blog post to appear on the main page (showing the latest post) I’m using Enfold for blogging purposes.
    1.2 How can I set up blog style for Blog Author Single big by using “Postformat Gallery: Multiple images”? I have to post any imgaes per blog Then I want to add the comment at the end of each blog post
    1.3 How can I set-up the blog to show only the one I post but not all the dummy import?
    1.4 How can I arrange each blog under different categoris eg. Travel blog, fashion, beauty? I want these categorty to appear on the header menu instead of portfolio, pages, blog, etc?

    2. To set up header
    2.1 Already insert my own logo but its too small. How to increase the size? i’m 4s5g 300 x 137 at the moment
    2.2 The homepage on the header names are duplicate like Home, Home, Blog, Blog
    How can I delete the duplicate ones?

    3 How to set up categoris
    I saw that category such as Frontpage/ Images/ News/ Uncategoriez and homepage buttons like blog, portfolio are different. I want both to be the same like have categories option in the footer and same category on the home page button. How can I set that?

    4. How to set-up portfolio?
    4.1 I dont want to use it with CSS (How does that work by the way?) I wuld want to manually d6wnload photos or link with photos from blog post how can i do that?

    5. How to set the latest new?
    5.1 Can I chagne the name to relates post? and where can I add “related post” option in the end of each blog?

    6. How can I remove the WordPress main text on the window tab. (WordPress Site I Just Another WordPress Site). It sounds bad and ruin the image of website. How and where can I chage the wording?

    Lastly is there a document or tutorial in full legth t6 set up all these? Portfolio/ Blog?? Its so important

    THank please answer as soon as possible

    #238318

    Hi!

    Try this code to remove the unnecessary padding:

    
    .page-listing .content{
    padding-top: 0;
    padding-bottom: 0;
    }
    

    Regards,
    Peter

    #238315
    richardruddle
    Participant

    For some reason the icon at the top of the icon box has stopped displaying. It shows up in the WordPress page builder but not in the browser. If I locate the icon to the left it displays. Any idea on what may be causing this? I am not doing anything weird or have modified any of the CSS files. It is a clean install.

    – see http://tinytots.pairsite.com/about/frequently-asked-questions/
    – Enfold ver. 2.5.4
    – WordPress ver. 3.8.1

    I’ve tested this in:
    – Firefox ver. 27.0.1
    – Chrome ver. 33.0.1750.154 m
    – IE ver. 8.0.6001.19088

    Seperate issue… The background behind the menu bar is not displaying on IE8. I realize that IE8 is a piece of crap and I don’t use it, but many still do. I’d like to get this solved as the theme info says it is compatible with IE8.

    Thank you very much, I really like this theme. Look forward to a response.

    Rick

    #238313

    HELLO
    how can i remove portfolio item from link ? ? ? i cant see any option in my theme Enfold > General Settings > Portfolio ???

    #238312

    Thank you, Ismael. Your advice and a walk away from my computer got my header issues all straightened out.

    I still can’t get the custom.css to work in my child theme, however. I can test “H1 {display: none;}” on the parent custom.css, and the headlines disappear on my smartphone. But in my child theme, whether I leave the custom.css file at the top level or in a folder labeled “CSS” (as is done on in the parent), it does not work and the H1 remains visible.

    I am ready to launch this site, but I need to work on the mobile presentation before I can!

    Thank you for your insights into this issue,

    Keith

    #238307

    Topic: WP layerslider.

    in forum Enfold
    grwebs
    Participant

    Is there a way to get some of the old WP layer slider samples that were in the older vs of Enfold?

    thanks!

    Julie

    #238302

    In reply to: button link to gallery

    Hi Josue,

    So enfold uses prettyPhoto?
    Had a look around on the link you gave but an not sure if I need to install prettyPhoto or what?

    regards Corien

    #238292

    Hi Enfold support!
    I’ll take the chance to ask for something concerning this topic: I’d like to know how to set a parent page for posts, since it seems posts haven’t got one. I cannot assign them one: is it correct?
    Please, see the screenshot below and have a look both to breadcrumb and the taxonomy.
    Maybe, I should set something in permalinks settings in order to have categorized posts.

    d

    Please, let me know something about and thanks in advance.
    Best regards.

    #238287
    freeHat
    Participant

    The logo is escaping the page to the left in smaller screen sizes using boxed layout. Using latest chrome, latest enfold version and win 7.

    #238283

    Topic: CSS For back links

    in forum Enfold
    bcbg92
    Participant

    I would like to customize by default this link Enfold Theme by Kriesi by the link of my website instead.

    I guess it’s possible with CSS

    #238281

    Topic: Music in Enfold

    in forum Enfold
    nicomad
    Participant

    Is there a way to add a background music to the Enfold theme? Not only for one page but for the entire site. A looped background music. Thank you.

    #238271

    Thanx Ismael.

    It is Android 4.2 and all browsers behave the same: Chrome, Firefox and default Browser.

    #238269

    In reply to: Mobile Menu options

    Hey!

    Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again.

    Regards,
    Peter

    #238267

    In reply to: WPML and Enfold

    Hi Kaio!

    Yes, the layout builder is compatible with WPML. You can create different layouts for each page and/or translation of a page and you can even translate the portfolio grids, blog elements, masonry galleries, etc.

    Regards,
    Peter

    #238251
    This reply has been marked as private.
    #238250
    This reply has been marked as private.
    #238246

    Topic: Admin Menu Broken

    in forum Enfold
    wmsgeorge
    Participant

    Hi,

    I am referring to Appearance > Menus page, i see it broken whenever I go to it now.

    Here is a screenshot – http://www.frontlineseo.com/admin-menu.jpg

    The website is frontlineseo.com, using most recent version of wordpress and latest update of enfold. Please advise.

    #238241

    Hey keithcrest!

    Thank you for using the theme. I hope you’re doing great.

    Remove all css modifications that you added for the header. Remove the header.php on the child theme then replace it with the new header.php from the parent theme folder. You can see the header code on includes > helper-main-menu.php. Please reconfigure the header settings again because Kriesi changed the header panel. You’ll see that there a lot of added options like header height, logo and menu position, extra element, phone etc.

    Best regards,
    Ismael

    #238239

    Hi chiummog!

    1.) You can apply the anchor menus. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    2.) You can do the same as step 1.

    3.) Raleway is already included for the heading font on Enfold > Styling. Add this on functions.php if you want to use it for the body font:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Raleway'] = 'Raleway';
    return $fonts;
    }

    Regards,
    Ismael

Viewing 30 results - 226,051 through 226,080 (of 244,309 total)