Viewing 30 results - 90,661 through 90,690 (of 142,832 total)
  • Author
    Search Results
  • #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, 6 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, 6 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, 6 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

    #685394
    smlsit
    Participant

    I’m having trouble coming up with the right search keywords to research this problem, I’m sure it’s been addressed before. Sorry.

    I have wide multi-column mega menus. When the user is looking at the menus, it’s possible to forget which top level menu they are under since multiple one display in the same wide area. Is there code that can add styling such as bolding to the top level menu item that is associated to the mega menu being shown at the time?

    Hope that makes sense.

    Thanks, in advance.

    #685392

    well i figured out how to get the HTML image to show up.

    needed to add this css:
    #top .aviaccordion-slide img {
    opacity: 1;
    }

    #685380

    Hey Ygit
    The code you give just hide the menu… so what? no menu is displayed… :-(
    I would like to have the SAME menu both in desktop version and mobile, and I would like the new hambruger menu all the time

    #685373

    Topic: map api key

    in forum Enfold
    marcelhochman
    Participant

    https://kriesi.at/support/topic/the-fetch-coordinates-are-not-working/#post-681273

    As said in this topic.I am trying to insert the maps on my website. I Tryed te process described but still did not work. teh website is http://www.francesafriburgo.com.br

    #685361

    All,

    I also initially had trouble getting the burger menu options to work, and later, having my menu populate the new Burger Menu.

    After reuploading the 3.8 version of the theme, I also resaved the Permalinks. That did it for me.

    I had some issues with the solution provided for having the new Burger Menu available for mobile as well. In particular, even though the top menu was set as “Transparent”, it would still show a white menu at the top…with the white icons on top. Of course, white on white is…difficult to see.

    The mobile/searc menus were also displaced from their location, so I combined an earlier solution for the “Transparent Header on Mobile” with this Burger Menu on Mobile solution…and added some z-index and absolute position for mobile so that the open close icon stays in the same spot.

    Try this:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu {
        display: block !important;
        position: absolute;
        top: 0em;
        right: 0em;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }
    }
    • This reply was modified 9 years, 6 months ago by castellanero.
    #685347

    Hi,

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

    .title_container .container {
        top: 13px;
    }
    .title_container {
        min-height: 36px;
    }
    

    Best regards,
    Yigit

Viewing 30 results - 90,661 through 90,690 (of 142,832 total)