Viewing 30 results - 84,061 through 84,090 (of 142,543 total)
  • Author
    Search Results
  • #747496

    Hey jPickle,

    No problem, glad you solved your problem :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #747478

    https://kriesi.at/support/topic/button-element-button-link-empty/

    ok, sorry, I haven’t found this post before writing about the issue.
    that solved it. php 7.0 it is…

    :-)

    #747474
    Freek
    Participant

    Hi,
    I managed to get the TAB element titles to the bottom of the TAB area.
    It is aligned to the left now. How can i center align this element?
    I used the following code:

    #top .tab_titles {
        position: absolute;
        bottom: 0; }
    
    #top .tabcontainer {
        padding-bottom: 50px; }

    THX Freek

    • This topic was modified 8 years, 10 months ago by Freek.
    #747457
    salesmusat
    Participant

    Hi!

    I’m trying to optimize my site speed and it seems that it is loading the original images in mobile and not the smaller versions that are in use even in the desktop version. I’m using the “blog posts” in template builder.

    In chrome it does show the 200×200 image when resizing the screen but when i open the site in my phone and open the image it is the original image and not the 200×200 version.

    That is a big problem in https://developers.google.com/speed/pagespeed/insights/ because there should be over 1mb reduction in image sizes and it would be if the images are loaded as 200×200 versions.

    If i change the size manually in postslider.php it will change in desktop and mobile but when opening the image it is the full sized again.

    #747441

    In reply to: Can't change colors

    Hi!

    I believe this what i did – https://kriesi.at/support/topic/too-many-redirects/#post-635372
    If that does not help, can you please elaborate on the issue once again?

    Best regards,
    Yigit

    #747435

    Okay, it seems a problem with the description of the topic. Replies are displayed as usual. That’s good! But how about the description – I noticed, it is already not displayed in the Enfold demo here http://kriesi.at/themes/enfold/forums/topic/hello-world/

    UPDATE: Just switched to WordPress Twenty Seventeen Theme and everything works fine. So it seems to be related to enfold theme.

    Thanks again! :)

    Jannik

    • This reply was modified 8 years, 10 months ago by woozulu.
    #747434

    Hi @yigit

    I tried the functions code you suggested and it looks much better, thank you!

    There are a couple of small corrections desired, as you will see from the links I have put in the private content block below.

    [Link 1] shows correct formatting from the default /login page.
    [Link 2] shows formatting of login form after trying to access restricted Memberpress content containing an Enfold color section (after your functions.php code fix is applied).

    Desired correction #1: In [Link 2], is there a way with CSS to keep the left margin of the login form left so it aligns with the top logo as in [Link 1]? It is in the same alignment with a small screen width, but as the screen width increases it does not maintain the alignment.

    Desired correction #2: In [Link 2], how to color the white space to the left of the login form the same as the login form background? I tried fixing this myself using Chrome inspect element. I can see the white space to the left is the border of “div.container.content.main_color”, and the background color I want it to have is the same as “div.mp_wrapper” but I don’t have the skills yet to put this into CSS :)

    Many thanks again, I really appreciate your help with this! I’m sure it will also be useful for others using Memberpress with Enfold. May I pass your fix on to the Memberpress team also so they are aware?

    #747391

    Hi Andy,

    Thank you for your response. I followed the instructions on that post and it *almost* works:
    – Mobile menu: The social media icons do not appear at the bottom of the main mobile menu. This is where I’d like them to appear.
    – Mobile menu: The social media icons do appear at the bottom after opening the last fold-out menu in the main mobile menu.
    – Desktop menu: The social media icons do appear on the main desktop view at the bottom of all the drop-down menus on the main menu. I do not want them to appear there.

    Please see the link in the private content box below.

    FUNCTIONS.PHP:

    function mobile_menu_social_icons(){
    ?>
    <script>
    jQuery(document).ready(function(){
      var htmlString = jQuery('.social_bookmarks').html(),
      mobileMenu = jQuery('.responsive #header').find('.main_menu ul li:last-child');
      mobileMenu.append('<ul class="noLightbox social_bookmarks">' + htmlString + '</ul>');
    });
    </script>
    <?php
    }
    add_action('wp_head', 'mobile_menu_social_icons');

    STYLE.CSS:

    #mobile-advanced .social_bookmarks {
        margin: 30px 0 0 22px!important;
    }
    #mobile-advanced .social_bookmarks a:before {
        top: 2px!important;
        margin-left: -13px!important;
    }
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }

    Thanks for your time!

    • This reply was modified 8 years, 10 months ago by sweet3. Reason: I noticed that the social icons appear on all drop down menus on the desktop view, not just the last one as originally described. Updated the information accordingly
    #747383
    jessicaang
    Participant

    Hi,

    I’m using the Enfold App template on my website but when it’s on mobile view, the phone appears way too small.
    Is there a way I could adjust it so that it would show properly on mobile view?
    Also, the cell seems to collapse and all the text and icon would layer on top of one another in iPad or mobile view.
    Your help would be much appreciated.

    Many thanks!

    Best Regards,
    Jessica

    #747381

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #747354

    Hey Elisa, I’ve worked it out!

    Check out this https://kriesi.at/support/topic/text-positioning-on-fullwidth-easy-slider/

    You can find the answer in there. It’s a setting under the Easy slider itself.

    Good luck!

    #747327

    Hey Perry,

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

    #top #header_main, #top #header_main > .container, .av-main-nav > li  {
    	max-height: 90px!important;
    	overflow: visible;
    }
    .logo {
        min-height: 150px;
    }
    #main {
      	padding-top:90px!important;
    }
    .av-main-nav > li > a {
    	line-height: 90px!important;
    }
    

    Best regards,
    Vinay

    #747326

    Hey Perry!

    Thank you for using Enfold.

    Yes, this is possible. Adjust the top position of the logo container.

    div .logo {
        top: 100px;
    }

    Regards,
    Ismael

    #747325

    Hi Lyse,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #747312

    hi,

    it adds some HTML code by itself so the code became invalid as I mentioned in the first post ~
    ex.
    </br>
    <p>

    After “Save” the page —————–

    <style type=”text/css”>
    .hide-title-iconbox h3.iconbox_content_title{display:none;}<br />
    #top .hide-title-iconbox .iconbox.av-no-box .iconbox_icon{margin: 0 auto ;}<br />
    .entry-content-wrapper li{padding: 10px 0;}<br />
    .av-special-heading{margin-top: 10px;}<br />
    .height-title h3{line-height:40px;}</p>
    <p>#top .av-flex-placeholder{width: 2%;}</p>
    </style>

    #747311

    Hi Sadegh,

    Please read through this topic first: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/

    Thanks @edfritz for sharing, much appreciated :-)

    Best regards,
    Rikard

    #747310

    Hi @flexisaf,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #747298
    Sievers
    Participant

    Hello,

    I’ve made the phone number in my top header a tel: link, however my client does not want it to show up on desktop as a clickable link – they only want it to be clickable on mobile devices. Is there a way to do that?

    Thanks!

    EDIT: I apologize, apparently phones recognize phone numbers automatically? I deleted the link tag from the site, but it’s still clickable in mobile — problem solved! Sorry :/

    • This topic was modified 8 years, 11 months ago by Sievers.
    #747295

    In reply to: Add title

    Hi,

    Ok, please try something like this instead:

    #text-2 {
        position: absolute;
        top: 40px;
        right: 350px;
        padding: 0;
    }

    Best regards,
    Rikard

    #747293

    Hi!

    We modified the css code a bit. The search bar should be center aligned atop the menu items. Please remove browser cache before checking the page.

    Cheers!
    Ismael

    #747281
    bowmandesign
    Participant

    I am using woocommerce and woocommerce bookings.

    With bookings I am unable to use the advanced layout editor as it does not work with woo bookings.

    I needed to leverage shortcodes in the product info and they return on the search results page.

    I would like to strip short codes from products in search results.

    I saw this article,
    https://kriesi.at/support/topic/strip-shortcodes-in-searchresults/

    But the function does not filter for products and the second recommendation, removing excerpts, is not an option on product pages.

    Any ideas, thanks!

    • This topic was modified 8 years, 10 months ago by bowmandesign.
    #747259

    In reply to: Very slow loading

    Hi,

    Thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #747257

    Hi,

    Try adding this css property

    
        float: left;
        line-height: 48px;
    

    inside of

    #top #header .av-main-nav > li > a::first-letter {
    
    }

    If it’s not right adjust the line-height property a bit.

    Best regards,
    Nikko

    inertia05
    Participant

    Hello,

    Awesome theme! Just one question: how did I get the menu to stick to the top of the screen on a mobile devices.
    The website is a one page website with anchors, but in the mobile version, I have to scroll all the way up to the top of the site to access the menu.

    Any help would be greatly appreciated.

    • This topic was modified 8 years, 10 months ago by inertia05.
    #747249

    Topic: Submenu Hover Links

    in forum Enfold
    bswallow
    Participant

    I am trying to change the submenu hover links. I know you can adjust a few things with the advanced editor… however I want to do something you can’t do in the advanced editor. Here is a screenshot of what I am trying to do. When you mouseover the submenu items, I want to add the arrow → after the text. Just on hover state.

    Screenshot: http://coldspringdesign.com/clients/folks/wpinhere/wp-content/themes/enfold-child/topic-menu-hover.png

    Here is a link to the site I am working on : http://www.coldspringdesign.com/clients/folks/wpinhere/

    I should be able to add the arrow with the css content definition? Any help would be appreciated.

    Ryan Lowe
    Participant

    We are having a lot of Javascript errors load on a site we are in the process of building. The site seems to have a mind of its own. I’ve included the link to view the errors in private content. Right click in chrome and inspect and scroll down from the top of the page and you will see the errors.

    This is the repeating error shown in chrome inspector

    Uncaught TypeError: Cannot read property 'top' of undefined
    

    at a.fn.init.check (avia.js?ver=3:1406)
    ` at d (jquery.js?ver=1.12.4:2)

    Any help is appreciated. Thanks!

    #747229

    Still not working.

    I had to change it to this to see the correct container –

    .page-id-140 .menu-dots-container {
    position:fixed;
    max-width:0px;
    height:auto!important;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    }

    The hide text worked but the other styling didn’t show up so thanks again and please advise :)

    #747211
    belyeaem
    Participant

    Hi!

    The font icons on our site just randomly stopped loading.

    You can see the issue here on our Subscribed page. The squares are where our social icons are supposed to be.

    I tried to inspect element to see what the issue is, but I’m not seeing any errors. Any idea what is causing this and any suggestions for a solution?

    Best,

    Emily

    #747205

    So when I add that it creates another instance of the first header widget which you can see in the screenshot, I dont know why… I named the new widget header-left. This is the shortcode I added, how do I make it left and not display the phone number?

    #header-left .widget {
        right: -40px;
        padding-top: 0;
        position: absolute;
        top: -30px;
        transform: translate(-50%);
        z-index: 999;
    }

    Please Advise

    #747187

    Hey Krissie,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-submenu-container li a {
        font-size: 14px;
        font-weight: 700;
    }

    Just adjust the font size value as you see fit :)

    Best regards,
    Nikko

Viewing 30 results - 84,061 through 84,090 (of 142,543 total)