Viewing 30 results - 96,331 through 96,360 (of 142,828 total)
  • Author
    Search Results
  • #626910
    ccyran
    Participant

    Hey guys,

    I have this checked but all the menu’s appear on mobile. Instead of functioning the same way it does on desktop. Can you help?

    It works when I use mega menu’s, but I don’t like/nor can I adjust the way it styles the submenu tabs.

    Thank you,
    Chris

    #626898

    Hi Claudia,

    Great, glad you found a fix. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #626890

    Hi Nicoletta_DUS,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply. Information like a link to your site or screenshots highlighting your issue helps us understand you problem better.

    Cheers!
    Rikard

    #626885
    ccyran
    Participant

    Hey guys,

    I used this CSS to move my logo:

    strong.logo {
    top: 20px;
    }

    It works in chrome but makes it worse in safari. My logo now touches the edges of the site. Can you help?

    Thanks!
    Chris

    #626866

    Hi,

    No problem, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #626861

    Hey Nicoletta_DUS,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #626859

    Hey Nicoletta_DUS,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply. Please post a link to your site as well so that we can have a closer look.

    Thanks,
    Rikard

    #626850
    rossg11
    Participant

    Hi,

    I removed the default Enfold logo from my site (and even tried replacing it with my own logo). However, the default logo remains on all desktop views/widths. My custom logo only showed on mobile view. No matter what I do, the default logo can’t be removed. I’m guessing this is a problem other users have experienced as well. Is there a relatively easy resolution to this?

    Thanks!

    #626849
    Flemming Hoyer
    Participant

    Hi – I have been trying to figure out which CSS will make my social icons align closer to the bottom of my #top.
    I achieved this for the main menu with:

    #top .av-main-nav > li > a {
    font-weight: normal !important;
    padding-top: 20px;
    }

    And I would assume that I could do the same with the social icons (using padding) – But I can’t figure out how!

    Link in private content.

    Same issue(s) for our site as well. I have de-activated all plugins, cleared cache and refreshed using Chrome Incognito but homepage is still empty(slider images missing).
    I applied the temp jQuery fix into the functions-enfold.php file but obviously we need a real fix for this one.

    discotech
    Participant

    Hi,

    I’ve recently changed the date format to MM DD YYYY for the contact form, referencing this (https://kriesi.at/support/topic/mm-dd-yy-order-in-datepicker/#post-455494). However, in the outgoing email it still uses the DD MM YYYY format. How do I go about changing this?

    THanks

    #626808
    tileproducts
    Participant

    When we increase the quantity with the arrow next to our quantity box, the price does not update.

    I thought it was a problem with the WooCommerce TM Extra Products Plugin. Their support said it’s an Enfold issue as Enfold is adding the Quantity Arrows to the WooCommerce Functionality.

    They provided this JS to fix the problem.

    (function($) {
        "use strict";
    
    $(document).ready(function(){
    
    $(".quantity .minus,.quantity .plus").on("click",function(){
    $(this).closest(".quantity").find(".input-text").trigger("change");
    });
    
    });
    })(jQuery);

    I created a new JS file and loaded it into my Child Theme’s root folder. I have been unsuccessful in calling the file from my functions.php. I have read through the forums and also read through https://kriesi.at/support/topic/custom-js/.

    If you would, please tell me the code I need to add to the funcitons.php to make this work.

    Thanks,

    Micah

    Hi Guys! I have the same question. I used the code that Vinnie provided earlier:

    /*Pre Loader fix*/
    .av-preloader-reactive #top .av-siteloader-extra{
       display:none;
    }

    which worked but now the spinner goes from small to large because I added extra padding:

    .av-siteloader {
      padding: 50px !important;
    }

    Is there a way to make it so that it doesn’t transition from small to large? Additionally, what is the css class I can use to target the pre loader logo?

    #626799
    jonstebbe
    Participant

    Hey guys, I did already see some older threads with same title… I tried all of those suggestions listed but didn’t help.
    I noticed the Yoast plugin isn’t showing the snippets either. Stoplights are also not lit. When I swap out the theme, the yoast plugin comes back to life.

    I have updated the theme, and all the plugins etc a few days ago…. Site was working fine a few min ago but I went to edit some text on some other pages and avia now keeps giving me a spinning wheel.

    I need help with this ASAP.

    • This topic was modified 9 years, 10 months ago by jonstebbe.
    #626785

    In reply to: Child Theme

    Good Afeternoon,
    I just take this code https://kriesi.at/support/topic/how-to-disable-the-wpml-language-selector-in-the-menu-after-search-icon/ and it’s work perfect but i’ve another problem with the menu you can see it https://Carnegy.fr you can look the language selector and the sub menu go out the page.

    Thank you Vinnie that is a little bit closer to what we are looking for.

    We want the Widget title to sit on the same horizontal line as the input box and the button
    Meaning it should be:
    STAY UP TO DATE WITH SREA & INDUSTRY NEWS [Inputboxhere] [Subscribebuttonhere]

    With proper spacing etc.

    Then when you change the size of the browser on a desktop or a laptop the words and the input box as well as the submit button do not disappear and/or crowd over the widget title but instead move below the widget title like any normal responsive elements would.

    Example
    STAY UP TO DATE WITH SREA & INDUSTRY NEWS
    [Inputboxhere] [Subscribebuttonhere]

    Also the Input box and the Subscribe button should be the same height and width as each other. (Its ok to change height and width as part of the responsiveness but just needs to be consistently as both being the same height and width.)

    We would like the mobile and tablet versions to look like the second example.

    #626770
    tobuff1985
    Participant

    I currently have a boxed layout with an uploaded body background image. Everything looks fine on my desktop view but when viewing in mobile version I notice I can’t change the menu background color without it making my entire box white also. Is there a way to just color the mobile menu’s background so it is legible?

    Also, I notice with my Mega Menu I’m trying that I can barely see the drop down options because I have no defined background color. But if I make it white which would help with the above issue it again makes my whole boxed layout white and I lose my design with the background image. Please help with both issues seeing they seem to have cross over issues.




    • This topic was modified 9 years, 10 months ago by tobuff1985. Reason: fixing picture links
    #626769

    Sorry we ended up switching it. Not sure how to close or delete this topic.

    #626764

    Hey!

    I have tested this code on my installation and it works correctly please replace the previous code with the one below

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
        transform: none!important;
    }

    If yous till have any issues please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Regards,
    Vinay

    Hi,

    We have created a test page for you and added the below CSS in Quick CSS

    /* Custom mailchimp form*/
    
    .avia_ajax_form p {
    width:auto!important;
    }
    .avia_ajax_form .first_form {
         clear: none!important; 
    }
    .modified_width .button {
        margin-top: 32px;
    }

    The default Enfold form should look similar to the screenshot

    Let us know if this is what you are trying to achieve if not please post us a screenshot.

    Best regards,
    Vinnie

    Hi,

    You are getting an error in js console

    Uncaught Error: Syntax error, unrecognized expression: #icl_side_by_site a[href=#cancel]
    

    It is mostly caused by WPML updating the Translation-management might fix the issue. Please refer to this link for a possible solution https://wpml.org/forums/topic/bug-wpml-translation-management-when-i-updated-to-wordpress-4-5/

    We await your test results.

    Best regards,
    Vinnie

    #626722
    scottsmeester
    Participant

    Hey guys,

    I did all the things you recommend in “Read This Post” by upgrading the theme and all the plugins, and I also deactivated all the plugins. I added the code and it works now. I’ve included an admin login for you in Private Content. Please help…

    Thanks,

    Scott

    #626692

    Hey!

    Glad you found the conflicting plugin. If you are already using the latest version of the plugin in this case it is best to use a alternate plugin. We have a list of recommended plugin please check it out at https://kriesi.at/support/topic/recommended-plugins/

    Please note that every site is setup in a different way and uses different plugins so in case you find any plugins that are conflicting please use an alternate plugin :)

    Regards,
    Vinay

    #626674

    Hey jmorley88!

    Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759

    Best regards,
    Yigit

    #626664
    jmorley88
    Participant

    Hi Guys,

    I would love the search icon to be see on desktop and mobiles is this possible?

    Thanks

    Josh

    #626663

    In reply to: Logo not populating

    Hey zen4thought,

    Thanks for getting in touch with us!

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

    
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1;
    }
    

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #626656

    In reply to: Table Responsive Mode

    Hi,

    To make the table look same as desktop in tablets and mobile so users can correlate the info easily please choose the responsive style as scrollable :)

    Best regards,
    Vinnie

    #626652

    Hi,

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

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content:hover {
        transform: none!important;
    }

    Best regards,
    Vinnie

    Well, of all the times I’ve used this theme I never looked at editing the columns!!!!! That works beautifully, however, the button in the second column is not quite centered – when I inspect the button’s div ie the avia wrap it has padding at the top that is about 15 pixels, plus about 3 pixels below. The client is very visual so I need it to be dead center. I have tricked it by adding a whitespace of -12 above but when I tried to add padding of -12 in the column settings it didn’t take effect. I also created a custom class of homePageBu on the button and did this –

    .homePageBu {
    margin-top: -12px;
    }

    That didn’t work either. I do have it centered with the negative whitespace but is there a ‘cleaner’ way of making this work? :)

Viewing 30 results - 96,331 through 96,360 (of 142,828 total)