Viewing 30 results - 210,571 through 210,600 (of 244,580 total)
  • Author
    Search Results
  • #333288

    In reply to: Menu styling

    Hey Yigit,

    Thank you !! 2 & 3 perfect !

    Strangely still have problems with problem n°1 though… which seems to be the easiest to solve !! I’ve tried to change again my colors in Enfold / General styling / logo area -> but I don’t get the result that I want…
    The “logo aera font color : #00c472” is impacting on all items… the only thing is that unselected items are a little lighter than the active or hovered item. This “pale green” that you can see is not a color that I have chosen. It looks like it’s my #00c472 but with less opacity… which I can’t control from General Styling… And I don’t want them to be lighter, I want them to be in another color -> grey for example.
    And the “primary color” doesn’t have any impact either, at least on the menu items. Hope I’m not being too much dum… ;)
    Please let me know if you have another idea or if you need my codes to “get in” eventually… If so please give me a mail as apparently I don’t have anymore the possibility to add private data.

    Thank you Yigit !!!
    Best regards,

    Marie

    #333279

    Topic: Infinite Scroll Page

    in forum Enfold
    erussell
    Participant

    Curious if there is (or will be) some advanced scrolling methods like you see here: https://www.hoteltonight.com. Or perhaps if you might be able to suggest a method for creating something like this with the enfold theme, especially sticky pages and where the scroll will trigger animations within the elements themselves.

    Thanks guys!

    #333271
    erussell
    Participant

    I’m creating an infinite scroll site so it’s important the navigation always be present. The shrinking menu works great on desktop and even mobile, but since I need a larger logo on the homepage the header takes up a lot of room on a tablet (since it does not shrink). I’m wondering if there is a way I can define how much the logo shrinks or if there is a way I can get it to shrink on a tablet?

    I tried what was recommended here: https://kriesi.at/support/topic/enfold-demo-not-shrinking-menu-on-tablets/ but it did not seem to work.

    Any help would be greatly appreciated….thanks guys!

    #333265

    In reply to: Design Drop-Down Menu

    Hi!

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

    #top .av-main-nav ul a {
    border: none!important;
    }

    and then go to Enfold theme options > Advanced Styling tab and edit menu item elements

    Regards,
    Yigit

    #333261

    Hi,

    http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/?skin=Cyan

    In this site, could you tell me how to add the “You might also like”field under the share link box?

    Thanks

    Enffie

    #333258
    This reply has been marked as private.
    #333256

    In reply to: Length of breadcrumbs

    Hi musklick!

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

    .title_container .breadcrumb { right: auto; top: 80%; }

    If that does not help, please post the link to your page where can see an example

    Best regards,
    Yigit

    #333226

    Topic: Re structure advise

    in forum Enfold
    codecreative
    Participant

    Hi a client of mine who I’m using enfold to build a theme has asked for a small change to their first draft

    They would infact like there company logo on the left. And the social media icons to appear below the telephone number to the right. He gave this site as an example http://www.dental-radlett.com/ to the layout

    So what I was thinking was to change the header file so that the logo actually sits inside the alternative header bar. And the social icons and telephone number are floated to the right above one another inside a container div possibly? And logo to float left all within the alternative bar and have the main header bar just contain the site navigation menu items

    Is this possible to do ? What would you advise the best way to tackle this request?

    #333225

    Hi!

    Daryl please request it here – https://kriesi.at/support/enfold-feature-requests/
    Kriesi may add it as a secondary option on the next update :)

    Best regards,
    Yigit

    #333217

    Hey matthewalber!

    Can you please try re-updating Enfold to the latest version 3.0.1 via FTP – http://vimeo.com/67209750
    make sure to overwrite all files and try de-activating all active plugins

    Best regards,
    Yigit

    liquidsociety
    Participant

    Dear Enfold support,

    On my homepage, I’m using 4 1/4th elements with a icon-box inside.
    990px” />
    These boxes display perfectly until I resize the browser width to 990px.
    From 990px to 766px, the 2 last boxes are suddenly smaller in width. (20,5% instead of 48%)
    766px” />
    At a width of 766px or less, the width is ok again, because the boxes move in one vertical row.
    less” />

    Any idea why the weird size change is happening between 990px and 766px?
    And what css i can use to fix it?

    Hey generatrorassociates!

    You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
    Please edit your Color Section element and choose to display arrow in “Section Bottom Border Styling” – http://i.imgur.com/crRczUu.png

    Best regards,
    Yigit

    #333206

    In reply to: Menu styling

    Hi marienoisette!

    1- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx { display: none !important; }

    3- You have following code in Quick CSS

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 158px !important;
    line-height: 158px !important;
    }

    please change it to

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 158px !important;
    line-height: 220px !important;
    }

    Regards,
    Yigit

    #333202

    Hey 500Webmaster!

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

    @media only screen and (max-width: 768px) {
    div.phone-info { top: 0; }}

    Best regards,
    Yigit

    #333197

    Hey momon!

    Replace this line in helper-social-media.php in your enfold/includes/admin folder:

    $blank = strpos($share['url'], 'mailto') !== false ? "" : "target='_blank'";
    

    With:

    $new_window = "onclick=\"window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\"";
    $blank = strpos($share['url'], 'mailto') !== false ? "" : $new_window;

    Best regards,
    Arvish

    • This reply was modified 11 years, 6 months ago by Arvish.
    #333190

    Hey!

    Please go to Enfold theme options > Blog Layout and choose them under “Share links at the bottom of your blog post”

    Best regards,
    Yigit

    #333188

    In reply to: Broken quick css

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    #333186
    envapk2
    Participant

    Hi
    I want to use Enfold on a client’s site but I am unable to upload the Enfold theme zip via WordPress as the host has a file size restriction and I can’t get FTP access. So I am wondering if I could safely remove some folders from the theme to reduce the size as I wouldn’t be needing a lot of the features, Woo commerce, etc on this site?

    many thanks
    Peter

    #333184

    In reply to: Couple of questions

    Hi Calcite!

    1- Please edit your page and then edit your Color Section that has video set as background and replace it with background image
    2- Please go to Enfold theme options > Header > Extra elements

    Best regards,
    Yigit

    #333178

    In reply to: Pagination not working

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #333164

    Hey Longkongstudio!

    Please try updating the theme via FTP – http://vimeo.com/67209750
    Since you are updating from a very old version, you may need to re-configure some options/elements such as header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    #333160
    Longkongstudio
    Participant

    I use Enfold 1.9.1. Yesterday I updated wordpress to version 4.0. After that I can’t edit any post or any page and I also cannot update Enfold, (the update link that always be there just magically disappear from Themes manage page)

    How can I update Enfold to version 3.0?

    #333154

    In reply to: layout v.3

    Hey!

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

    .single .page-thumb {
    display: none;
    }

    Cheers!
    Yigit

    #333147

    Hey!

    I have attached available shortcodes in order
    http://pastebin.com/YG27FZmw
    http://pastebin.com/rQUb2prN

    http://pastebin.com/vxvKa3PG
    http://pastebin.com/1egR68Dv

    You can turn on debugging mode to add shortcodes – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Yigit

    #333146

    Topic: Main Menu not working

    in forum Enfold
    HellaNordstrom
    Participant

    Hey!

    Thank you for a great theme!

    I have problems with getting my main menu to work because one of my submenus won’t fold out from the main menu (When trying to click on Media). When I arrange the menu under Menu Structure, the structure changes after saving. It also goes from having the Enfold Main Menu box ticked in to leaving it blank.
    I have problems describing this in words. I have an image describing if that would help but i don’t find anywhere to enclose it.

    Thanks for your help

    #333144

    In reply to: image captions

    ah yes – thanks, that all is working now.
    and I love enfold’s customization.

    #333143

    In reply to: Button sidebar

    Hey tom77113!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Regards,
    Yigit

    #333142

    Hey tom77113!

    You should upload parent theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #333141

    Topic: Button sidebar

    in forum Enfold
    tom77113
    Participant

    Hi enfold team,

    I want to have a button in the sidebar using the the complete sidebar-width (Ganze Sidebar-Breite)

    How do I do this?

    Thanks.

    Greetings Thomas

    #333139
    bakbek
    Participant

    Hi, as you can see here – http://screencast.com/t/eBqfvT5qfH – the special heading color is set to white but it shows as the theme color and I can’t seem to change it.

    In general, after the update to Enfold 3.0 I’m having issues with special heading element both with font size and color as no matter what I set it doesn’t take effect.

Viewing 30 results - 210,571 through 210,600 (of 244,580 total)