Viewing 30 results - 135,091 through 135,120 (of 142,899 total)
  • Author
    Search Results
  • #211392

    Hi!

    Please try adding !important rule to force it as following

    .header_color .main_menu ul:first-child >li > ul { border-top-color: transparent!important; }

    It should make top border of dropdown menu transparent. You can also use following code to change its color to match menu items hover state

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #2b2b2b;
    }

    Cheers!
    Yigit

    Hi z2h!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-2605 #top.avia-blank #wrap_all {
    display: inherit; }

    Regards,
    Yigit

    #211378

    In reply to: top toggle open

    Hey!

    Then you can add .page-id-4162 in front of each css code to apply it only on that certain page as following

    .page-id-4162 .toggle_content { padding-top: 30px; }

    We will look at it on your other related topic. To avoid confusion, let us stick to this subject on this topic. Please try the code with page ID included and confirm that it is working so we can mark this thread as resolved.

    Regards,
    Yigit

    #211373

    Topic: Full Width Search Page

    in forum Enfold
    Thinkgate
    Participant

    I am looking to make my search page full width. I found this article (below) from last year, but the changes are no longer applicable. It seems the code for the search.php has changed since then.

    https://kriesi.at/support/topic/broadscope-full-width-layout-search-page/

    I have removed the get_sidebar(); line, but the page still employs the same layout.

    Thanks!

    #211363

    Although I have recently reset it to the stretched layout, because when using a background image for the boxed layout and setting it at center top, it does not actually center at top center.

    Why was this discussion closed? I was still trying to fix this issue, and just changed it back to stretched for the time being…

    • This reply was modified 12 years, 2 months ago by erikkIsrael.
    #211359

    Yes. Unfortunately, the image still does not center at the top…

    #211347

    In reply to: Customizing buttons?

    Hey!

    Thank you so much! So sorry to ask such beginner questions. I truly appreciate your help.

    I used the button element. I would like a custom color on the background of the button – #013f45 and white text. So I tried this in Quick CSS but it didn’t work. Is this possible, or am I doing something wrong?

    #top .main_color .avia-button.avia-color-theme-color, #top .main_color .avia-button.avia-color-theme-color:hover {
    color: white;
    }
    
    .main_color .avia-color-theme-color {
    background-color: #013f45;
    }
    

    And is there a way to change the font on the buttons to a google font?

    I also tried the max buttons, but they were placed on top of the text every time I tried to put them below the text. Absolutely understand if you can’t respond to that questions, just wondering if you have heard of it before and know the answer.

    Thank you so much,
    Rubie

    #211345

    Hi Devin
    Many thanks! I think I have it sorted out now.
    Just wondered how to align an easy slider in a 3/4 column with the top of the text in the 1/4 column to the right? The text appear higher than the slider. I have tried everything I can think of from custom css (which doesn’t work well in mobile browser) to specific height for the .avia-slideshow-inner which also didn’t work.
    Any thought on a fix please?
    Thanks
    Chris

    #211341

    In reply to: top toggle open

    thank you very much for your help!
    I continue…

    and if it’s a specific page I want the toggle customization on?
    like the one I linked to…

    I don’t know if you looked at this but I see a shift in other elements on my page when the layer slider changes text:
    http://www.copenhagenfilmcompany.dk/2014/
    the fix I was given (add an hr under the layer slider) didn’t work.

    • This reply was modified 12 years, 2 months ago by Munford.
    #211337

    may you desired the same as me…
    here is my css solution:

    /* Header Modifikation */

    .logo img {
    padding: 18px 0 !important;
    height: 58px !important;
    }

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

    #header_main {
    height: 59px !important;
    }

    ul#avia-menu.menu li a {
    height: 59px !important;
    line-height: 59px !important;
    color: #ffffff !important;
    }

    ul#avia-menu.menu ul.sub-menu li a {
    height: auto !important;
    line-height: 18px !important;
    }

    z2h
    Participant

    Hi guys,

    #scroll-top-link { generates a 1px line on the right side of my site. I’ve deleted all my css / jquery files and so on, but the issue still occurs.

    Please check out this screenshot: http://i.imgur.com/c6VgfNQ.png

    Or the actual website: http://www.thinkagain.nu/?page_id=2605

    Thx,
    Nick

    #211313

    Hey!

    .header_color .main_menu ul:first-child >li > ul { border-top-color: transparent; }

    and box-shadow: none is to remove the shadow you showed here http://i.imgur.com/COKXC0z.png

    Regards,
    Yigit

    #211306

    Yes, I do see that there is one item in each category. I have, for example, Countertops and in that portfolio entry I’ve added 10 images of all the countertops. Are you saying I should have a separate entry for each countertop? I like the way the theme works with when you go to…
    http://www.setinstone123.com/our-work/

    … and then click one of the portfolio items. It shows you all the images in a gallery for that area/item. I would like to take the gallery that pops-up when you select a category and have that be what’s available when you click on featured projects from the home page.

    Now when I click on a featured item from the home page I just see the featured image and can’t click to see all the items of that given category? Can this be configured to show all the photos?

    #211281

    If you would like logo not to resize, please add following code to Quick CSS as well

    .logo, .logo a, .logo img{ max-height: 156px!important; }
    .header-scrolled .logo { margin-top: -40px; }

    Cheers!
    Yigit

    #211279

    Hi!

    Please add following code to Quick CSS as well and it should be fixed

    .fixed_header #main {
    padding-top: 157px;
    }

    Header sized was increased with Ismael’s code but top padding remained 88px. This will increase it and whole content will be visible.

    Regards,
    Yigit

    #211276

    In reply to: top toggle open

    Hey MUNFORD!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
    1-

    #toggle-id-1 .toggle_icon { display: none; }

    2-

    .js_active .toggler { font-size: 16px; font-weight: bold; }

    3-

    .toggle_content { padding-top: 30px; }

    Custom CSS code added in Quick CSS section will be safe as long as theme names are matching while updating. You can still move the code to bottom of Style.css file of your child theme.

    Cheers!
    Yigit

    #211262

    Hi Cdfb!

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

    #top .widget_nav_menu li { list-style: none; }

    Regards,
    Yigit

    #211236

    Hi aparteDenmark!

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

    .html_boxed .single-post #main, .html_boxed .blog #main { padding-top: 50px; }

    2-

    .main_menu ul:first-child > li a { line-height: 120px; }

    3-In WordPress dashboard please go to Appearance > Editor and find

    do_action('ava_after_main_menu');

    and add following code to right below it

    echo "<div class='top-tel'>+123456789</div>";

    and add following code to Quick CSS

    .top-tel { float: right; margin-top: -25px; }

    You can style this text using .top-tel class
    4-You can try this plugin http://wordpress.org/plugins/custom-facebook-feed/

    Cheers!
    Yigit

    #211233
    hetveer
    Participant

    Hi, I’ve got an annoying bug that only appears on IE (9 is the only test version I have).

    The third column of a page is pushed below the previous two ones, which creates a very convoluted appearance:

    Here’s the homepage.

    Also note that on IE, the social media icons disappear (top-left corner), as well as the chevron symbol in the black, “back-to-top-of-page” square.

    Any help is much appreciated!

    • This topic was modified 12 years, 2 months ago by hetveer.
    #211208

    In reply to: Breadcrumb problem

    Hey fab!

    WordPress doesn’t know which “portfolio page” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.

    I.e. if the user first views this portfolio grid page ( http://www.sfccars.com/sold-cars/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://www.sfccars.com/portfolio-item/1966-triumph-tr4-a/ ) Enfold uses the session data and the saved page id to build the breadcrumb. If the user accesses the portfolio entry from another portfolio page: http://www.sfccars.com/inventory/ it will save another page id and the breadcrumb links will be different.

    If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – by going this way the breadcrumbs will always have the same structure but you can’t show the portfolio grid pages in the breadcrumb.

    Cheers!
    Peter

    #211190

    In reply to: Mobile questions

    Hi!

    I have just checked your website on my iphone4 ios7 and it does show back to top button on my end. See screenshot here http://i.imgur.com/kAIGQkm.png
    Please flush browser cache of Safari and try again

    Regards,
    Yigit

    #211173
    ClaireBrummell
    Participant

    Hey,

    I’ve just updated Enfold and WordPress, and now when I go into a page and try to use the Advanced Layout Editor it’s blank. I can see the default editor OK, but the advanced layout editor gives me a spinning circle in the content box and then nothing. I’ve tried editing a current page, and creating a new page…I’ve also tried it in both Safari and Chrome to see if that was causing the problem.

    Please help – this is stopping me making some urgent changes to my site, as I can’t do a lot without access to the Enfold design tools!!!

    Thanks,

    Claire

    #211167

    Hi Devin
    I just re-downloaded the theme and pasted it on my local machine… stop then restarted my mamp server but still no option
    can i send you a screen shot of what i have? (Options on Full Width Masonry Gallery)

    Regards

    #211160

    Hi adrianwackernah!

    Bitte probiere die Template Dateien von hier: https://kriesi.at/support/topic/woothemes-sensei-plugin/ in den Theme Ordner zu kopieren.

    Regards,
    Peter

    #211125
    This reply has been marked as private.
    #211100

    In reply to: Mobile questions

    This reply has been marked as private.
    #211096

    In reply to: Mobile questions

    Hey pako69!

    Please give us a link to the actual website. Add this on Quick CSS to display the scroll to top link on mobile devices:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block;
    }
    }

    Best regards,
    Ismael

    #211094

    Topic: Mobile questions

    in forum Enfold
    pako69
    Participant

    Hello :)

    //Go top top:
    – i don’t see it on my iPhone 5s/IOS 7/Safari but i see it with the same mobile on Chrome
    – the bottom/right position of go to top overlay my texts (see my screenshot), is it possible to make more near the left edge and less big?
    go to top postion

    //Text size (Layer slider VS background section):
    As you can see in my screenshot, the first image is a layer slide and the next bottom one a background section image, both have the same font-size: it render great for the second one, but the text in the layer slider are too small. How can i manage this to have bigger text in the layer slider?
    text size

    //Responsive slide out menu within small fixed header:
    Is it possible ti have, on mobile, a small fixed header? Because using the go to top to open the menu is not really user friendly

    Thanks

    Hi!

    Please refer to this link then look for Dude’s solution: https://kriesi.at/support/topic/create-portafolio-entry-and-404-error/

    Best regards,
    Ismael

    #211078

    That’s odd because in version 2.0.1 you could see both simultaneously by adding the following code to the functions.php file…

    add_action('avia_builder_mode', "kriesi_set_debug");
    function kriesi_set_debug()
    {
    return "debug";
    }

    ===================
    Here is a link to see a screenshot of where this used to be within version 2.0.1…
    http://www.thehairdebate.com/v3/1_screenshot/missing_html_editor.jpg
    ==================

    This was also addressed and resolved in a prior support ticket. Please see…
    https://kriesi.at/support/topic/html-editor-is-mising-in-version-2-1/

    =================

    But the WORST part is when you click on the blue “Default Editor” button there is NO HTML is code being displayed at all..
    ================

    Please help.

    • This reply was modified 12 years, 2 months ago by turner2f.
Viewing 30 results - 135,091 through 135,120 (of 142,899 total)