Viewing 30 results - 92,221 through 92,250 (of 142,714 total)
  • Author
    Search Results
  • #667766

    In reply to: Width sidebar

    Hey!

    Please add following code to Quick CSS

    .content, .sidebar {
        padding-top: 20px;
    }
    .inner_sidebar {
        margin-left: 20px;
    }

    Best regards,
    Yigit

    #667760

    Shalom!

    Toda for your kind words :)

    Please add following code to Quick CSS as well

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-align: left;
    }
    .html_elegant-blog #top .avia-content-slider .blog-categories {
        display: none;
    }

    There are no lines on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Cheers!
    Yigit

    #667743
    navindesigns
    Participant

    1- How do I change the font color for (Email address hidden if logged out) (both off and hover states) in the top elements color?
    2- How do I remove the underline on hover from “Support WSMS” and “Login” in top elements area? This goes back to this thread but it was closed without it being completed – https://kriesi.at/support/topic/add-icon-to-secondary-menu-items/

    My site – http://staging.wsmsnyc.org.s167849.gridserver.com/

    #667741
    FEWGmbH
    Participant

    Hi there

    The preview thumbnails on the page in private content are blurred.

    What i already tried:
    – set the thumbnail size in wp settings to 600 x 600 and also deactivated the checkbox there (cut to exact size…) and regenated all thumbnails
    – inserted this in the quick css:
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: auto!important;
    }

    Do i have to set a preview image in the porfolio entry? Because i have only done that on the top left portfolio entry you see on the page mentioned (Muniwis), this helped on mobile but not on desktop.

    Thanks for your support.
    Simeon

    #667728

    Hi,

    Sorry for the late reply!
    Please use following selector to target your third widget in the header

    #header #date-time-3 {
        left: 89%;
        padding-top: 0px;
        position: absolute;
        top: -75%;
        padding-bottom: 0px;
        z-index: 1;
    }

    Best regards,
    Yigit

    #667717

    Shalom!

    1 – Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the entry_with_sidebar image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    2,3,4- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.text-sep.text-sep-date,.html_elegant-blog .av-vertical-delimiter {
        display: none!important;
    }
    .html_elegant-blog #top .post-entry .post-title,.html_elegant-blog #top .post-entry .post-meta-infos {
        text-align: left;
    }
    
    

    Best regards,
    Yigit

    #667710

    In reply to: Change font attribute

    you can try this first on quick css:

    html * {
        font-family: "Ubuntu","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
    }

    but there are a lot of inline css rules on enfold if you are working with alb (advanced layout editior)
    you than have to define an additional rule for that!

    f.e.

    #top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong {
        font-weight: 300 !important;
    }

    i do not know if it is possible to map the 300 weight with the “normal”

    #667707

    You mean I just put 1140 for both of them and it will work?
    Actually I want when I resize the screen the slide should cover the full screen as it is now in the desktop mode. But now when I resize it the height gets smaller and the text below the slides starts coming up.

    #667692

    In reply to: Blurry Logo

    On mobile its perfect. But on desktop it’s still not the total sharpness… is it not possible with enfold?

    #667683

    try this here first on quick css:

    .html_header_sidebar .logo {
        border-bottom: medium none !important;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        border-bottom: medium none !important;
    }

    i do not realy see if you want to get rid of all lines or only the top and bottom line of navigation
    it would be easier to have a real link to your site because demo site is a bit different on yours: http://kriesi.at/themes/enfold-consulting/ while you have no social link under your navigation

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #667671

    Topic: Sidebar Navigation

    in forum Enfold
    LorbeerDesign
    Participant

    Dear Support Team,

    there is a problem where I need your help.

    I have adapted the navigation in the sidebar via css that this is left-aligned.
    I have also managed to display only the active navigation points.

    #top .sidebar_left .widget ul {text-align: left;}
    #top .sidebar_left .widget_nav_menu ul ul li:before {z-index: -1;
    }
    #top .sidebar_left .widget_nav_menu .sub-menu { display: none; }
    
    #top .widget_nav_menu .current-menu-item > ul, #top .widget_nav_menu .current_page_item > ul, #top .widget_nav_menu .current_page_ancestor > ul, #top .widget_nav_menu .current-menu-ancestor > ul { display: block !important; }

    Now it is so that you no longer can see the difference between the 2nd navigation level and the 3rd level navigation :-(
    Screenshot
    Navigation Screenshot

    The 3rd level of navigation should be indented to the right.

    Another wish of mine would be that the active links are highlighted in yellow in the site navigation.

    It would be great if you could help me.

    1000 thanks!

    #667650

    Topic: Sidebar scrolling

    in forum Enfold
    turistai
    Participant

    Hi Team,
    Now as I scroll the page down, sidebar scrolls together with it.
    When sidebar content is over, sidebar is still scrolling showing empty spaces.
    I would like to stop sidebar scrolling when there is no more content to show.
    Is there any easy way to have this configuration?
    Thanks a lot

    #667646

    In reply to: Phone number in header

    if you don’t like it as a number see here
    on my test environment http://webers-testseite.de/ikom/

    code is on that:

    #menu-item-2836 a[href^="tel:"]::before {
        content: "\e854";
        font-family: entypo-fontello;
        font-size: 25px;
    }
    
    #menu-item-2836 span {
        display: none;
    }
    
    #menu-item-2839 .avia-menu-text > img {
        position: relative;
        top: 10px;
    }
    #667645
    OcasioConsultingLLC
    Participant

    Is there a way to create a plain box without icon or circle on top?

    Thanks!

    Hey Yigit

    Thanks for your help. I knew it was something I was doing wrong but couldn’t figure out what. I totally understand the mock up I’ve provided is outside of what you can assist with.

    It’s hard to know what changes I’d like as I don’t know what the menu looks like. I was hoping to display a link to the ‘My Account’ and ‘Cart’ in someway. On the desktop version I have these links in the top header menu (red menu) but there isn’t enough room to do this on the mobile display. So I removed them from the mobile view using the code you mentioned above.

    If you can help me to get the mobile menu to display with the ‘My Account’ and ‘Cart’ links that would be a big help!

    Many thanks
    Nicole

    csmwebdesign
    Participant

    Hi there,

    I am using Adobe Typekit to implement a site wide font. This has been implemented using the “Typekit Fonts for WordPress” plugin. The problem that I have is that the header of the site features a prominent Call to Action (colour section with YouTube video background”.

    The site loads relatively quickly, although the default fonts are loading first, followed by the Typekit fonts. Is there a way stop the default fonts from loading, or prioritise the Typekit font?

    I have temporarily disabled the YouTube video in the header, however this does not reduce the load time.

    The site is using the WP Super Cache plugin, however this does not appear to me a significant difference.

    I assume that there is a method of prioritising the Typekit embed code, and thereby loading the font before other resources are loaded?

    Thanks for your help

    • This topic was modified 9 years, 6 months ago by csmwebdesign.
    #667607

    Hi Zach the billionaire! :)

    Please go to Appearance > Menus and create a new menu and add your legal & privacy pages and then check “Enfold footer menu” under Menu settings. That menu is hidden on mobile by default. If you would like to display it, please see – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Regards,
    Yigit

    #667598
    kykkoko
    Participant

    Hi! I’m trying to add some custom entries for the image size dropdown menu to be selected when I add a new image on a page.

    I’ve found this post which seemed very neat: https://kriesi.at/support/topic/best-way-to-add-image-sizes/

    I copied and pasted the code in my functions.php file (I’m using an Enfold-child theme) but no “bigger-square” new size is displayed in the dropdown menu when I add an image.

    I then went through many other posts that dealt with the same problem, tried what them all suggested but I had no luck.

    I think I’m missing something, could you help me?

    #667597

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-logo-container .social_bookmarks li a {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    #667591

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658;
    }
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
        color: #fff;
        background-color: #de5a49;
    }
    

    Best regards,
    Yigit

    #667577

    Hi,

    Our devs are working on an update already but unfortunately we cannot provide an ETA just yet.

    @Best4Web
    Have you followed the instructions here – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Best regards,
    Yigit

    #667547
    gerardbao
    Participant

    Hi there,

    Following up on this post.
    https://kriesi.at/support/topic/blog-layout-as-grid-cannot-hide-blog-meta-elements/

    I would like to just hide the comment count and blog categories minor meta.

    In addition to that, I would like to move the date up above the title and below the featured image.

    #667545

    Thanks Vinay. I’ve actually since made several adjustments to the tabs so they now respond like the desktop version. They are now functioning, and so is the color. However, I have one issue left. I’d like the tabs that are active to have a border continue around them – an outline helps make it look like the open tab). Somehow I think I turned that feature off. Can you take a quick peak and see if you can help me turn the border back on the active tab? Thanks!

    #667541

    In reply to: White line & footer

    Hi,

    Found another problem. Contact page doesn’t load the Google Maps plugin. Got error “This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”

    Please follow the temporary solutions provided in the following thread while waiting for the next theme patch.

    https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659066
    https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
    https://kriesi.at/support/topic/content-element-google-maps/#post-656399

    Best regards,
    Ismael

    Hi
    Sorry I didn’t make myself clear. I meant I’d like to the lightbox to stop at the last image instead of going back to the first one while pressing the next button.

    #667528

    Hi,

    Thank you for using Enfold.

    Fix the comment form subscription label with the following:

    #commentform .comment-subscription-form label {
        left: 20px;
        top: -5px;
    }
    
    .newsletter {
        top: -8px;
        left: 10px;
    }

    Regarding the second inquiry, please create a new thread. Thank you.

    Best regards,
    Ismael

    #667512

    In reply to: Fixed Top Menu Bar

    Hi,

    Please adjust the code:

    #header_meta {
        position: fixed;
        top: 0;
        transform: translateX(-50%);
        height: 35px !important;
        border-bottom: none !important;
        background-color: #2ED64A !important;
        padding: 0px !important;
        margin-left: 5% !important;
        text-align: center !important;
        float: none !important;
        left: 50%;
    }

    We set the translateX property to -50% then added the “left” property.

    Best regards,
    Ismael

    liszadarling
    Participant

    I’m trying to update my client’s website by adding some custom code (very minimal) to a couple of the pages. I’ve installed the Custom CSS/JS plugin that is supposed to be an “install, code, and done!” type of plugin, but it’s not working. I’ve also tried putting custom code in for each page, but it’s not recognizing any of it, and it’s simple changes that should not take so much effort to make. For example, on one of the pages, I’ve inserted a table, which is now showing with a border. Despite many attempts by myself and the WP Engine techs (two different ones), we could not get the code to be recognized to remove the border. I’ve also had line spacing issues (too much space between the sections), as well as issues with inserting social media icons with the ‘Download App’ button at the top right below the menu so that it appears with the menu on every page – can’t get either of these to work and from what I’m seeing and from what the techs at WP Engine are telling me – Enfold is a very stubborn theme to try to customize. I’ve managed WP websites previously without any issue, so I’m not sure what to do to get this to work.

    Please help/advise? I need to get this done for my client and I’m being blocked at every turn. Thanks!

    Thanks. It’s on the home page at the very top. I included the link in the private section and included it here as well. It only shows up on displays wider than 900 px so if you’re viewing on a mobile device, it won’t show.

    FYI – I tried the pause button code and that didn’t work. I think it might be a vimeo thing. Any other hosting suggestions?

    #667486
    gerardbao
    Participant

    I recently added a floating class where the icon sits on top of the column box.
    https://kriesi.at/support/topic/custom-image-float-style-css/

    It looks great on desktop. However on mobile, they were overlapping each other.
    How can I increase vertical padding to avoid this issue on mobile?

Viewing 30 results - 92,221 through 92,250 (of 142,714 total)