Viewing 30 results - 236,431 through 236,460 (of 241,772 total)
  • Author
    Search Results
  • #162557

    Glad I could help. WIll close this up then :)

    #162551

    That’s fine! I thank you very much… :)

    Best regards
    Bruno

    #162547
    sethbutler
    Participant

    Hello,

    Could you suggest a browser targeted CSS fix like display:none; that I could apply to all the Entypo icon font icons from Enfold since they won’t display properly—or at all—in IE8 (actually Internet Explorer 8 and below)?

    Any leads would be very much appreciated!

    Cheers
    Seth

    P.S. Excellent work on the forum upgrade!

    • This topic was modified 11 years, 7 months ago by sethbutler.
    #162544
    sethbutler
    Participant

    Hello,

    For all Youtube links I have implemented in the Enfold build we’re working on, I get a lighbox popup.

    Can you suggest a quick coding fix for this that won’t require a URL rewritw such as bitly, etc.?

    Please Advise!
    Seth

    #162541

    logo is called in your header.php file like this:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    

    this points to the logo in folder enfold/images/logo.png

    a simple if statement would eb enough:

    if(is_page(1))
    {
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo1.png', false, 'strong');
    }
    else
    {
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo2.png', false, 'strong');
    }
    

    You need to make sure that you didnt set a custom logo in your backend, or it will overwrite those locations

    sethbutler
    Participant

    Hello,

    Just wanted to let you fine folks know we sorted a CSS fix for this issue: https://kriesi.at/support/topic/enfold-replacing-logo-for-devices-smaller-than-1280-pixels-wide/

    By adding the following CSS (along with a number of other @media queries) , we avoided having to add a new script:

    @media only screen and (max-width: 767px) {
    
    .logo {
    width: 270px;
    margin-top: 20px;
    }
    
    .logo img{
    position:absolute;
    clip:rect(0px,152px,60px,0px);
    }
    
    }

    Cheers!
    Seth

    #162537

    Ok, I think with the menu I´ll get it to work. I work every time with child themes…

    Is there a chance to become a evidence how to change the logo for only one subsite with jQuery or something like this…?

    #162531

    This is not possible out of the box. Sorry. In this case I would recommend to create a child theme with a customized header.php file that fetches different menus and logos based on the page id.

    Its not a difficult customization but it would probably take a few hours with testing, so I am afraid I cant really just post a code snippet here that makes all of that happen ;D

    #162526

    Oh, that´s nice to know.

    But it isn´t in this case what I need.

    I need different Navbar-Items and Logos on different subpages.

    For example

    Startsite (Home) need the Menuitems: Logo 1, home, products, events, menus, support

    Subside needs: Logo 2, home, program, courses, wellness, lifestyle.

    This is needed for the Navbar on Top

    My client have different locations. Most of them have the same names and you can use one logo,but for one you need a different logo.
    Most of them have the same features, but some are a little bit different.

    Is there a possibility to handle this with enfold. I also want to use the fixed Navbar because I love it :)

    #162511

    Hey!

    You can change the header on a page by using a development feature of mine:
    when editing the page create a new custom field with the name “header_setting”
    as value you can use one of the following strings, which represent the various header settings:

    fixed_header
    nonfixed_header
    fixed_header social_header
    nonfixed_header social_header
    nonfixed_header social_header bottom_nav_header
    

    Hallo Kriesi,

    vielen dank! Das funktioniert am Rechner jetzt absolut top! :)

    Aber (tut mir leid, mag das Wort auch nicht) beim iPad im Landscape Modus bleibt die Leiste einfach mit der angegebenen Höhe stehen, in meinem Fall jetzt bei 200px (reicht für das Logo). Das heißt der Ausschnitt, der letztlich dem User zur Verfügung steht, ist recht minimal.

    Merkwürdigerweise ist es im Portrait-Modus kein Problem, da hier die Navigation wohl umschaltet auf die nicht fixierte Variante.

    Außerdem verschwinden komischerweise beim iPad in beiden Modi die weiteren Menupunkte, nur das Aktuelle ist zu sehen, also das von der Startseite.

    Hast du da eine Idee?

    Ich habe noch einen anderen Topic offen mit der Menuleiste, der evtl. auch deiner Draufsicht bedarf:
    https://kriesi.at/support/topic/enfold-different-menus-on-different-sites/#post-162459

    Ansonsten bis auf ein paar Kleinigkeiten in den Details ein echt gutes Theme!

    Viele Grüße
    Bruno

    Hi,

    it works like a charm on my Desktop-Client but there are a few problems on my iPad. In landscape-mode the navbar don´t become smaller during i´am scrolling down. So the user can´t see a lot because the height stays with 200px. Strangely in portrait-mode it works well with the nonfixed navbar.

    Also there is a problem with the menu-items. The only one you can see on iPad is the one from the current site. The others gone away. During the site is loading you can see them for a little moment but you can´t klick on them, after the site finished loading you can´t see them.

    Any idea?

    Thanks a lot

    Best regards
    Bruno

    #162490

    Thank you for your quick reply!
    Can I make a custom page template that will work? The php files only have one product page in Enfold. I use another theme which has a handful of different product/sales php pages which I would like to recreate in this theme. It is a simple page I want to create.
    Would your Replete theme be a better choice for me?

    #162481

    I can see from your screenshot that the accent over the letter E isn’t correct.

    It’s showing the accent as a diaeresis (the ‘two dots’) over the letter E istead of a circumflex (the ‘little hat’)

    I need it to shwo the word “CURSO DE INGLÊS” and “FALE INGLÊS”

    #162478

    Hi heidi22,

    WooCommerce product pages are actually controlled by WooCommerce. The theme then uses php code to modify them a bit further. So if you want to customize them you will need to look into a freelance developer as WooCommerce doesn’t support in-editor control over the layout.

    Regards,

    Devin

    #162467
    heidi22
    Participant

    This is my second site using Enfold and I love, love love it but I am having troubles integrating woo commerce. I cannot seem to change the layout of the product pages other than the side bars. Any help would be appreciated.

    #162464

    Thanks a lot!

    What says the masters of support? :)

    Best regards

    #162459

    I don’t use it on my enfold site. I just bought enfold, like you, and don’t know it’s workings well enough (web code in general really). The plugin works great on my other theme and that one has a really funky menu bar so I would imagine it would work with this one easily since it’s so clean.

    I would definitely like to know how to set a custom menu logo for each page as well. I found this online and I would imagine it could be tweaked to use the logo header:
    http://jc-designs.net/blog/2011/06/displaying-menus-on-specific-pages-in-wordpress/

    • This reply was modified 11 years, 7 months ago by Alex.
    #162455

    And what´s the way to change the logo for another fixed NavBar? I don´t think that I can do this with css and I´am not really a master with jquery…

    #162445

    Hi,

    it sounds that this is a good solution. Thanks a lot!

    Are you use this plugin with enfold and the fixed Navibar?

    Regards

    #162441

    In reply to: Icon background

    Hi,

    You should not add any code to style.css but you should use Custom.css file instead. Located in Enfold > Css folder

    Regards,
    Yigit

    #162440

    I use this on another blog and it’s works well. Find it in WordPress Plugins Search
    CE WP-Menu per Page

    #162436
    IndikatorDesign
    Participant

    Hi,

    the way things are going there is a new client and I think I want to use enfold for his website.

    But it´s a little bit difficult. This client have different businesses, that means he has sportclubs, restaurants and hotels.

    In this case it´s ok to handle all them with one website but I need different mainmenus on different subsites. How can I do this with enfold?

    I don´t mean the submenu.

    For example the startsite need the Menuitems: Logo 1, item 1, item 2, item 3, item 4 but on the subside I need: Logo 2, item to startpage, item 5, item 6, item 7, item 8.

    I know how to create the menus but what is the right way to insert them inside the pages. And how can I classify the 2 different Logos?

    I want to use the fixed NavBar.

    Best regards

    #162426

    Hi Voicepro,

    You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
    .sub_menu { font-size: 13px; }
    .sub_menu>ul>li>a { color: red!important; }

    I hope that helps you

    Regards,
    Yigit

    #162418

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling
    #menu-item-3408 #top #header .avia_mega_div > .sub-menu, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3455 #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: red; }
    This should do it, if it does not, let us know

    Regards,
    Yigit

    #162409

    I just had my host change all permissions on my site and re-uploaded version 2.1 of enfold (freshly downloaded from theme forest today) and I still get the same error message. Is there any information you might want that might help with this error?

    • This reply was modified 11 years, 7 months ago by Alex.
    #162402

    In reply to: Icon background

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling
    .main_color .avia-icon-list .iconlist_icon { background-color: red!important; }

    Regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    webWahine
    Participant

    hi there

    i have added this to my css, which removes the thumbnail:

    .avia-post-nav .entry-image {
    display: none!important;
    }

    i am also trying to reduce the width of the area on rollover, and tried:

    .avia-post-nav:hover .entry-info-wrap {
    width:140px;}

    but the text is not displaying properly now; please advise, thanks :)

    #162357
    zirok06
    Participant

    when I try to save the theme settings I get this message: “Saving didnt work! Please reload the page and try again” and changes are not saved.

    I’ve changed the memory limit to 128M

    I installed the last version of Enfold theme

    I need help, what can I do?

    #162354

    In reply to: Translating

    I am using translated version of WordPress, so there shouldn’t be a problem. And am I right if I think, that this code: <?php _e('Search','avia_framework')?> mean, that it’s in avia_framework textdomain in Enfold theme?

    • This reply was modified 11 years, 7 months ago by usrbowe.
    #162344

    The thing I don’t understand is why the enfold demo DOES work perfectly on the same Internet Explorer….

Viewing 30 results - 236,431 through 236,460 (of 241,772 total)