Viewing 30 results - 90,751 through 90,780 (of 142,928 total)
  • Author
    Search Results
  • #685635

    Hi Andy.

    I’m not familiar with boxed style. But I’ve noticed that this one: #top .flex_column_table: Width 100% is causing problems when tying to move everything to the right. It makes page content very “spread out”.

    I’m attaching my quick css.

    Thanks,
    OPVAB

    • This reply was modified 9 years, 7 months ago by opvab.
    #685590

    btw. if you are using this elegant demo and have some extra pages/post not on the front-page you have to set the padding of
    .responsive #top #main – otherwise the content starts down the header

    #685580

    as i said let the instruction of 480px on top go away:

    
    .main_menu { top: -20px !important}
    
    @media only screen and (max-width: 990px) {
    .js_active.html_burger_menu #avia-menu .av-burger-menu-main, .html_burger_menu #top #avia-menu .menu-item-search-dropdown {display: block}
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {display: block}
    .avia-menu.av_menu_icon_beside {
        margin-right: 10px;
        padding-right: 0;
        top: 0;
    }
    .responsive #header .main_menu .social_bookmarks { display: block}
    .responsive #top .logo {
        display: block;
        float: left;
        position: absolute;
    }
    div .logo {
        float: left;
    }
    .main_menu {
        position: absolute !important;
    }
    .responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
        margin-top: 45px;
        right: 0;
        width: auto;
        top: 0
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all #header_main .container {
        max-width: 95%;
        width: 95%;
    }
    .responsive .logo img {
        max-width: 200px !important;
        top: 15px;
    }
    .logo, .logo a {
        overflow: visible;
    }
    }
    
    

    you have to play a bit with positioning – that was a quickly shot solution

    #685572

    Hi,

    I can reproduce the problem on tablet (ipad) but not on desktop or mobile, did you do any customisations at all to the theme? If so please try removing them to see if any of them is causing the issue.

    A new version of the theme was released yesterday so updating might help as well.

    Regards,
    Rikard

    #685570

    on that test page i did solve the mentioned above problem by making the logo smaller – but perhaps it is better to let those social bookmarks and hamburger-menu logo float left – and let it go under the logo

    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all #header_main .container {
        max-width: 95%;
        width: 95%;
    }
    .responsive .logo img {
        max-width: 200px !important;
        top: 15px;
    }
    .logo, .logo a {
        overflow: visible;
    }
    }

    Hi,

    Ok, thanks for the feedback :-)

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

    Best regards,
    Rikard

    #685533

    In reply to: Masonry Hover

    Hi Vinay,

    Sorry for my late response.
    Thanks for your help. It works perfectly :)
    It’s perfect for my screen resolution (1280×1024) but not for my client screen (more than large desktop)… I will try to find a way.

    Thanks a lot.
    Have a nice day.

    Bibahbuh

    #685532

    Hi JD,

    Great, glad you got it working :-)

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

    Thanks,
    Rikard

    #685524

    In reply to: Video in Layerslider

    Hi Günter,

    Great, glad you got it working and thanks a lot for sharing :-)

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

    Best regards,
    Rikard

    #685523

    Hi Claudia!

    Thank you for using Enfold.

    Use this css modification to adjust the font size of the title:

    .responsive #top .slideshow_caption h2 {
        font-size: 30px !important;
    }

    Regards,
    Ismael

    Hi,

    Sorry for the late reply, glad you found a solution and thanks for sharing :-)

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

    Best regards,
    Rikard

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Thanks,
    Rikard

    #685507

    In reply to: Categories not working

    Hi travel2unlimited,

    I can see that you getting help here: https://kriesi.at/support/topic/enfold-categories-not-working/

    Thanks,
    Rikard

    #685502

    Thanks, Yigit. I added it.

    Now
    1) the breadcrumbs container height is inconsistent between desktop and mobile. I prefer the height on desktop.
    2) the breadcrumb text is centered vertically in some pages/posts but not throughout the site, on either desktop or mobile.

    What I did:
    I added that via Enfold Child style.css file (where I’ve moved all the css customization now).

    I also see that in Enfold Child functions.php I have some code from an earlier post, which may be conflicting with this new code.

    The code in functions.php is:

    function breadcrumb_height(){
    ?>
    <script>
    jQuery( document ).ready(function() {

    jQuery( “.breadcrumbs” ).closest( “.container” ).css({
    ‘min-height’ : ’10px’,
    ‘padding’ : ‘0px’
    });

    });
    </script>

    <?php
    }
    add_action(‘wp_footer’, ‘breadcrumb_height’);

    Any ideas?

    #685499

    Moving discussion to this thread, sorry for opening separate tickets for this issues… it’s one of the last ones I have to resolve!

    #685495

    In reply to: Magazine Customize

    Hi!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Cheers!
    Ismael

    #685489

    Hi,

    Sorry for the late reply, please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 750px) and (max-width: 970px) {
    #top .av-subnav-menu > li > a {
        padding: 0px 10px 0px 0px !important;
    }
    
    #menu-skin-rejuvenation .avia-menu-text {
        font-size:14px !important;
    }
    }

    Cheers!
    Rikard

    In reviewing my site on mobile, I discovered that I prefer the existing category pages over the existing blog page with one change – moving the featured image below the title/meta etc.

    This old post that worked perfectly to move featured image below title / meta /etc on category / archive pages: https://kriesi.at/support/topic/post-title-above-featured-image/

    I’m using the single author small style on the blog, which hides the featured image but I just found the code on this post brings it back: https://kriesi.at/support/topic/featured-image-not-displaying-on-mobile/

    To get the blog page to match, I adjusted the settings from single author small to single author large.

    And boom it’s working – thanks for all the help!

    Note: I do think I may have found a bug in that since I had a page already named as Blog and had used the advanced editor and added a blog list there, I believe those settings overrode the settings on the Enfold Blog settings, which had an option for Use the advanced editor.. but even when I did not have that selected the Blog page I had made seemed to master.

    This can be closed.

    • This reply was modified 9 years, 7 months ago by newpappa.
    #685477

    Hi!

    Thank you for the info.

    Please use the “avia_social_share_link_arguments” filter. Example here: https://kriesi.at/support/topic/social-share-problems/#post-581487

    Cheers!
    Ismael

    #685451

    Hi Ismael. Vinay’s code works for desktop (in safari and chrome on a macbook) but it does not work on an android (Samsung Galaxy S5 using Chrome).

    Try it out on desktop and then try it on a phone. The background is still there on a phone.

    #685445
    .header_color .main_menu ul:first-child li:hover.menu-item-top-level > a {
        color: #900 !important;
    text-transform: uppercase
    }

    and if you only want to have it for top level links with submenu:

    .header_color .main_menu ul:first-child li:hover.menu-item-has-children.menu-item-top-level > a {
        color: #900 !important;
    text-transform: uppercase
    }
    • This reply was modified 9 years, 7 months ago by Guenni007.
    #685443

    Hi,

    Thanks for providing the link.

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

    a.cart_dropdown_link {
        padding-top: 75px !important;
        padding-right: 225px !important;
    }
    

    Let me know how it goes!

    Best regards,
    Jordan

    #685437

    In reply to: Layerslider WP Blank?

    I am having a similar issue with the Layerslider WP. It’s part of the Enfold theme but all layer slider functionality on the front end stopped working. I updated the Theme to the latest version 3.8, but it was still not working. I deactivated the W3 Total Cache plugin and it started working again.

    • This reply was modified 9 years, 7 months ago by marstorm.
    #685430

    try this – i decided to show the old mobile menu under 480px

    @media only screen and (min-width: 480px) and (max-width: 990px) {
    
    .js_active.html_burger_menu #avia-menu .av-burger-menu-main, .html_burger_menu #top #avia-menu .menu-item-search-dropdown {display: block}
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {display: block}
    .avia-menu.av_menu_icon_beside {
        margin-right: 5px;
        padding-right: 0;
        top: -20px;
    }
    
    .responsive #header .main_menu .social_bookmarks { display: block}
    
    .responsive #top .logo {
        display: block;
        float: left;
        position: absolute;
    }
    
    div .logo {
        float: left;
    }
    
    .main_menu {
        position: absolute !important;
    }
    
    .responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
        margin-top: 25px;
        right: 0;
        width: auto;
        top: 0
    }
    
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    #685429
    agiombetti
    Participant

    Hi there, I was searching the forum threads for an answer to this question, but couldn’t find one very easily.

    My Question: How do you show the categories of a blog when viewing the blog on a smart phone?

    Here’s a link to our blog: http://www.winviewgames.com/blog/

    It has a number of categories:

    CATEGORIES
    Fantasy Football (2)
    From The Guru (1)
    Game Changers (12)
    NFL News (3)
    Press Releases (5)

    Of course, these appear when viewing the site on desktop, notebook or tablet, but not on a mobile/smart phone.

    Any insight is appreciated.

    Thanks, Anthony

    #685422

    Oh and is there any way to make the phone number bar stick to the top of the screen as people scroll?

    #685420
    tampaprinting
    Participant

    site is 813pca.com
    On some phones the Call now! at the top works fine, on other phones it does not show up
    I have added this CSS to the general styling:
    @media only screen and (max-width: 767px) {
    .av_phone_active_left .phone-info {
    padding-left: inherit;
    }

    Wondering If there is any way to make it so it is not so skinny with the wording through out the site, and how to fix the issue we are having with only some phones working with the phone # at the top
    Thanks

    Hi Andy,

    Thanks. All that I want to do is make the category and tag pages to display like Blog Single Author Small pages seen here: http://kriesi.at/themes/enfold/blog/blog-single-small/

    I just installed this plugin to control the excerpt on archive and category pages: https://wordpress.org/plugins/advanced-excerpt/

    And I added the below code from this post https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/ to functions.php

    add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == ‘archive’) $layout = ‘single-big’;
    return $layout;
    }

    But the feature image is still displaying above the meta/except rather than to the left.

    Any ideas?

    #685403

    Is there a similar piece of code for a non-mega menu top level menu item?

    #685396
    peterkra
    Participant

    Dear Kriesi Support,

    After searching through almost all posts regarding this topic here I can’t manage to get sharp displaying of my 1920×1024 pictures in the full width easy slider. I changed the max pictures sizes in the Enfold settings to enable uploading 1920×1024 in the media library and the full width easy slider let me specify this desired resolution. However the content is displayed much smaller on the website. When I change the full width easy slider size property setting to “stretch the image” then the pictures become way too unsharp. How to get the full size pictures sharp?!

    Thanks in advance for your solution.

    Regards,
    Peter

Viewing 30 results - 90,751 through 90,780 (of 142,928 total)