Viewing 30 results - 90,331 through 90,360 (of 142,833 total)
  • Author
    Search Results
  • #689563

    Hi Yigit,
    I have had some progress between your css and adjusting the background image position to Top Left instead of Center.
    Your css works for the images being cut in half vertically on a tablet. At 100% though, they were just left with heads and no torso, so I changed it to 80% and it looks better.
    I know ENFOLD has been around for awhile, but shouldn’t this all be done with media queries?
    The picture size is dictated by how much text and how big the screen size is. It would be great if everything could adapt as a whole and be truly responsive.
    Thanks for your help.
    Kind regards,
    Tamara

    #689549

    Hey Yigit,

    yes, this was awesome form Guenni! I’m fine here, thanks :)

    Could you please take a final look at my other problem in the other thread, please? I would very much appreciate it!!

    Thank you,
    Jan

    #689518

    Hi,

    i found a solution for this problem.

    $('.main_menu ul li ul li a').on('touchend', function() {
      $(this).parents('ul.sub-menu').delay(1000).animate({opacity: 0,},300,function() {$(this).css('visibility', 'hidden');})
    });

    The submenu is closing properly on touch devices like iPad (window width > 767) on my page:
    https://www.secure-data-space.com/en/product/features/

    The problem is, that the highlighted menu item is not right, it shows always the previous menue item.
    On desktop computers everything is fine.

    Can anyone help me?

    Thanks, TJ

    #689508
    mattcoomber1
    Participant

    Hi,

    I was wondering if anyone can help. I have been doing some updates to my site however if I clear the browsing history, a different version of the site is loaded where everything is a bit squashed up until I hit refresh and then the up to date page is shown.

    This is what you see when you first load the site
    Website when it first loads

    And this is what it is supposed to be like after I have refreshed

    How website should appear

    My concern is that any new visitors would see this older version and not the new one.

    Is there anything I can do to stop this happening?

    Thanks

    Matt

    #689505
    GOWD
    Participant

    Hi, I updated the theme to 3.8 and the google map widget stopped working on my Contact Us page.
    It initially loads for a second but then is replaced with this error message.
    Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

    #689497

    Hi!

    Please add following code to Quick CSS as well

    #mobile-advanced span.menu-break,#mobile-advanced span.menu-top-adjust {
        bottom: 0;
    }
    

    Cheers!
    Yigit

    #689486
    #top .av-magazine-top-bar {
        border-bottom: medium none;
        float: left;
        width: 30%;
    }
    
    .av-magazine-sort {
        float: left;
    }
    
    #top .av-sort-by-term a {
        display: block;
        float: none;
    }
    
    #top .av-magazine-group {
        clear: none;
        display: block;
        float: left;
        width: 70%;
    }
    
    #top .all_sort_button.active_sort {
        display: block;
        float: none;
    }
    
    .text-sep {
        display: none;
    }
    
    .av-magazine-group.av-hidden-mag {
        clear: none;
        float: left !important;
    }

    and looks this way:

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

    You are the best. Thank you so much. Is there any way to display the menu probably on mobile/in the Hamburger menu?

    The two lines are superimposed on each other. Is there a way to have the links in two lines like on laptop version?

    #689469
    raisonbrands
    Participant

    Hello,

    We have a little bit of a weird issue with the regular menu translating to the mobile menu. If you check out the regular menu : japaneseclassics.com, you’ll notice the top level “Inventory” link has two drop down items but is also clickable.

    On mobile view, the “Inventory” item only acts as a drop down but is not clickable. Is there any way to add a drop down link to the main inventory (such as “Main Inventory” (that links to https://www.japaneseclassics.com/inventory) on top of the other drop down items, so it works like:

    Inventory (not clickable, just parent label)
    [drop down items]
    Main Inventory (links to http://www.japaneseclassics.com/inventor)
    JDM Motorcycles (links to http://www.japaneseclassics.com/inventory/european-imports)
    European Imports (links to http://www.japaneseclassics.com/inventory/jdm-motorcycles/)

    Thanks

    #689459

    Hey!

    Based on the topics and the suggestions shared, that is how it can be done.
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103

    Josue is explaining exactly what you need to do.
    Yes it is not a big deal that is why he took the time to create the guide.
    I am sorry but we do not login to make customizations. I udnerstand your client might need it, we offer the support
    as per our guidelines and if you need any further assistance or does not manage to do it, you need to hire a freelancer who will be able to help you further.

    Thanks a lot for your understanding

    Regards,
    Basilis

    #689443

    Hi,

    Have you considered using Toggles and Tabs at the same time? you could hide them respectively with CSS:

    @media only screen and (min-width: 767px) {
    	.only-mobile{ 
    		display: none
    	}
    	.only-desktop{
    		display: block;
    	}
    }
    .only-mobile{
    	display: block;
    }
    .only-desktop{
    	display: none;
    }

    Best regards,
    Josue

    #689424

    Hey pinkabbestia,

    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_header_transparency .main_menu ul:first-child > li.current-menu-item > a > .avia-menu-text {
        color: green;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #689411

    Hi cpdcngo!

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

    .title_container .breadcrumb {
        right: auto;
        top: 80%;
    }

    Best regards,
    Yigit

    #689393

    I made a test page: http://elmoallen.name/test/sample-page/

    The problem actually occurs only if I use the Short Separator style. That style removes the float: left from the Separator, after which it stops using the top margin. I don’t think that’s the intended behaviour, as if it were, the coder would have removed the top margin instead, I think.

    #689383

    Ok, thanks a lot, we are almost there. It looks perfect on mobile, but still in desktop mode I have centered copyright but I still have footer menu on the right…as you can see in http://www.simonasantaera.it

    This is the whole code I used till now

    @media only screen and (max-width: 767px){
    .responsive #socket .sub_menu_socket {
    display: block !important;

    }}

    #socket .copyright {
    width: 100%;
    text-align: center;
    }

    Any other suggestions to stick the footer menu at the center also in desktop mode?

    Hey vadikcoma!

    According to this site – http://downforeveryoneorjustme.com/, your website you posted here – https://kriesi.at/support/topic/display-footer-on-one-screen-with-full-height-background-section/#post-674844 is currently down. Please check the link once again.

    Regards,
    Yigit

    vadikcoma
    Participant

    this is follow up to – https://kriesi.at/support/topic/display-footer-on-one-screen-with-full-height-background-section/

    I only today noticed, that applied fixes doesnt fix the issue in Firefox. in firefox it still stays the same.

    #689350

    In reply to: Adding Yelp Icon

    Hi!

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

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

    If you have any other questions or issues, please start a new thread.

    Cheers!
    Yigit

    #689342

    I have never started a topic before, how do I go about this?

    #689336

    Hi!


    @Basilis
    said issue is related to iOS 10 and not the theme itself. Still waiting to hear from rest of the team.

    No actually, that is not the case. We have the manpower to handle the requests but WordPress update, changes on Google maps and Enfold update had us this busy. Unfortunately there are many different topics about the same questions :) We are working on that though. We should get back to our usual pace very soon :)

    Best regards,
    Yigit

    #689333

    Hey Andy,

    yes its working as I’ve set it to the numeric option on the permalinks settings page. but if you just change the settings to post name it stops working. also i realised if you set it to the plain option the whole arabic site disappears for some reason, i click on arabic and i get a 404 error.

    #689332

    Hi!

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

    .logo img {
        max-width: 70%;
    }

    Then increase the value in the code i posted for you here – https://kriesi.at/support/topic/logo-centered-in-the-header/#post-688676

    Best regards,
    Yigit

    #689315

    Hi Rosa!

    Please edit your color section and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS

    #your-custom-id .content { padding-top: 10px; }

    Regards,
    Yigit

    #689302
    pinkabbestia
    Participant

    Hi,
    in this page (private content) I need to add to specific color sections a padding-top:10px (not to all the color sections).
    How can I do this?

    Thanks,
    Rosa

    • This topic was modified 9 years, 6 months ago by pinkabbestia.
    #689287

    In reply to: Adding Yelp Icon

    Can someone help???

    I followed this thread and it did not work… I see a red dot when I rollover where the Yelp icon is to be but nothing there but white space and then a dot when rollover…

    I added this to functions.php on my child theme:

    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘yelp’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }

    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons[‘Yelp’] = ‘yelp’;
    return $icons;
    }

    And this to the Quick CSS:

    #top #wrap_all .av-social-link-yelp:hover a {
    background-color: red;
    color: white;
    }
    #top #wrap_all .av-social-link-yelp: a {
    background-color: white;
    color: red;
    }

    Thanks in advance.
    Chris

    #689284

    In reply to: Custom height row

    Hey matteoclava,

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

    .home #av_section_1 .content {
        padding: 0;
        padding-top: 10px;
    }
    

    Best regards,
    Yigit

    #689272

    Hey morten008,

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

    #top #header .av-main-nav > li:hover > a .menu-top-adjust {
        color: black;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #689269

    Hey antoine251,

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

    .page-id-2268 ul#menu-membres-en li#menu-item-4251 {
        padding-left: 51px;
        left: -51px;
        top: 1px;
        margin-top: -1px;
        padding-top: 1px;
        width: 100%;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 4px;
        background: white;
    }
    

    Best regards,
    Yigit

    #689262

    In reply to: Hamburger menu 3.8

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
        border: none;
    }
    .logo {
        float: left!important;
        width: 59%!important;
    }}

    Regards,
    Yigit

    #689254

    Hi fsparker16!

    Please change your code to following one

    #av_section_2 {
        top: 0 !important;
        position: fixed;
        background-color: #ffffff !important;
        z-index: 2000;
    }

    If issue remains, please post a screenshot and show it. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. This will fix the only issue i am seeing on Firefox.

    Regards,
    Yigit

Viewing 30 results - 90,331 through 90,360 (of 142,833 total)