Viewing 30 results - 76,501 through 76,530 (of 142,942 total)
  • Author
    Search Results
  • #824321

    Hi,

    Thank you for the info. Please use the following css code to adjust the overlay color.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,32,147,0.35);
    }

    Best regards,
    Ismael

    #824316

    Hi,

    Please try this code in the Quick CSS field.

    .av-masonry-image-container, .av-inner-masonry-content {
        -webkit-transition: none;
        transition: none;
    }
    
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Ismael

    #824315

    In reply to: Woocommerce Sort

    Hi,

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

    Best regards,
    Rikard

    #824314

    Hi,

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

    Best regards,
    Rikard

    #824313

    Hi,

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

    Best regards,
    Rikard

    #824312

    Hi,

    Please edit the color sections then look for Screen Options tab. You can choose to display the first color section on desktop only and the other on mobile view. Make sure that you have the latest version of the theme which is version 4.1.1.

    Best regards,
    Ismael

    #824308

    Hi,

    Please create a duplicate of the table then play around with the elements’ Screen Options. What you’ll be doing is to have one table for desktop and another for mobile view.

    Best regards,
    Ismael

    #824295

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_color .header_bg {background-color: rgba(255,255,255,0.5)!important; }
    #top #header .av-main-nav > li > a {background-color: rgba(255,255,255,0)!important; }
    

    Your header starts off white, but when you scroll it is 50%

    Best regards,
    Mike

    #824287

    Hi,
    I’m working off line so I can’t.
    I found a couple of old threads like this one: https://kriesi.at/support/topic/footer-column-alignment/
    The first code did nothing, and the second lot reversed everything like the original poster said.

    I will try to explain again. I have 3 columns. I want the middle column (which is an image) to be centre aligned. And the 1st and 3rd column to remain left aligned.
    This code aligns all three columns to the centre:
    #footer .widget {
    text-align: center;
    }
    So is there a way to add something to the above code so that it just targets the 2nd column?

    Thanks again

    #824286

    In reply to: Header configuration

    Hi,

    Please remove the previous modifications then add the following script in functions.php file.

    add_action('wp_footer', 'ava_scroll_hide_logo');
    function ava_scroll_hide_logo(){
    ?>
    <script>
    (function($){
    		var hide_logo = function() {
    			var header = $('#header').height(),
    			    scroll = $(window).scrollTop();
    				if(scroll >= header) {
    					$('.logo').css('display', 'none');
    				} else {
    					$('.logo').css('display', 'block');
    				}
    		}
    
    		$(window).scroll(function() {
    			hide_logo();
    		});
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #824280

    Hi,

    There are repeating jQuery errors. Did you modify the header.php file in the child theme? Please get a fresh copy of the file then re-do the modifications.

    Uncaught TypeError: Cannot read property ‘top’ of undefined
    at (index):87
    at dispatch (jquery.js?ver=1.12.4:3)
    at r.handle (jquery.js?ver=1.12.4:3)
    07:37:50.415 (index):87 Uncaught TypeError: Cannot read property ‘top’ of undefined
    at (index):87
    at dispatch (jquery.js?ver=1.12.4:3)
    at r.handle (jquery.js?ver=1.12.4:3)

    Best regards,
    Ismael

    #824278

    Hi,

    Please insert this code at the very bottom of the css media query.

    #menu-item-search { 
        display: block !important; 
    }
    
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 115px;
    }
    

    This code should display the search icon and adjust the top padding of the main container.

    Best regards,
    Ismael

    Rikard,

    Thanks for your reply. I’ve cleared caches on Chrome across all devices. The mobile menu is still missing and the cart icon still there, even on Firefox mobile browser which I just installed to check this a few moments ago. I’ll attach a screenshot from Firefox mobile. It’s the same appearance as Chrome mobile.

    As for the user with the Chrome browser, what’s odd is he is using the same version of Chrome desktop (on a mac) that I use, which is Version 59.0.3071.115.

    Were you able to log in to wp admin on our site to see the settings?

    With this additional info, what suggestions might you have for me to try?

    Thanks very much,
    Laura

    #824233

    Hi Jordan,

    It says Your Support Team. There is no countdown on the Pricing Section (#year) (It could be that you are on the top of the page. The submenu will take you to the pricing section. Or you can scroll down.

    Warmly,

    Havi

    #824201
    JMDP
    Participant

    Hi,
    since the last update, my mobile menu doesn’t appear anymore.
    Or more precisely, it appears on some page and not others.

    Also, I do not really need it on desktop.
    How could I deactivate the burger menu feature?

    My website is for a sport event which is in 15 days now.
    It’s really not a good time for me to have the website not working on mobiles.

    #824169

    but you have to use normal hyphen – i see you used sometimes in “Myo‑Santé” a different dash (longer one)
    see also here: https://csswizardry.com/2010/01/the-three-types-of-dash/

    btw: for a soft-hyphen ( an unseen breaking point of a word) i would never use a normal dash on those cases i use ­ or &shy;
    and because of boardsoft which transfer these Entities directly in its pendent it is & and behind #173; or shy;

    PPS – a bit offtopic : i sometimes use the very good plugin hyphenator to have a typographical correct hyphenation – and mainly when using Textblocks in justify manner. see Here (it is not only german)

    • This reply was modified 8 years, 9 months ago by Guenni007.

    Uh oh… I just found this thread…. maybe not so easy afterall…

    https://kriesi.at/support/topic/adding-custom-colors-to-text-color-picker/

    #824156
    BF-PUYL
    Participant

    Hello,

    I already had this topic on pre sale questions and Yigit helped me.

    #824149
    havi
    Participant

    Hi guys!

    I am trying to change the two top rows background color for a responsive data table.

    avia-data-table-wrap avia_responsive_table

    I have been able to do it while inspecting the element but when I add the CSS (even if I add !important) it doesn’t respond.

    Tried:

    tr. avia-heading-row {
    background-color: blue !important;
    }

    and

    tr. avia-pricing-row {
    background-color: blue !important;
    }

    but it seems to get overrides by the .main_color tr:nth-child(odd) background.

    I’m sure I am not tackling the right element… where have I gone wrong?

    Thank you so much for your kind help!

    Warmly,

    Havi

    #824148
    CAA
    Participant

    We upgraded to 4.1 and our contact forms all stopped working

    LesleyJean
    Participant

    Hi there!

    I am trying to add some more custom elements to the shop category, shop product description page and the blog post page – specifically the “subscribe” banner at the top and the “we take custom cake orders” at the bottom of my current about page. I know how to create custom pages for the blog grid and for the main shop page, but want to customize these other pages further so the client can add products and not have to create individual pages for each one…seems way too daunting for them.

    Please help!

    ~L

    #824134
    dvus4l
    Participant

    For the site I am currently building – here

    I am having an issue with quality transposition from desktop to mobile on the top portion of blog snippets where there are 4 featured posts. The quality in the font and images seems to be diminished in comparison to the content below.

    Help?

    Thank you!

    #824131
    noonanbobby
    Participant

    Hey, is there any way to have a slider on the homepage that plays a looping video, and on top of the video multiple captions pop up after a given period of time? I would also need these captions to pop up infinitely.

    #824125
    draig
    Participant

    My client does not want the categories at the top of the blog and single post pages. Instead, they want them down next to the date where author would be if it were enabled. How can I do that?

    Speaking of author, it is disabled but it still shows up on the category archive pages. Shouldn’t the archive pages follow the regular blog choices?

    Also, the archive pages don’t give any indication that they are an archive page.

    #824122

    Same problem. I don’t need burger menu on desktop I would have the old burger menu on mobile.
    On mobile I don’t have any menu

    midudek1
    Participant

    Dear Support,
    How to ENABLE “Header Title and Breadcrumbs” on the mobile devices / screens with max width 767px. I tried the following, but it did not work.

    
    @media only screen and (max-width:767px)
    {
        #top .title_container .breadcrumb
        {
            display: block !important;
            visibility: visible !important;
        }
    }
    

    In the “Enfold -> Header -> Header Layout” I have “Header Title and Breadcrumbs” set to hide both.

    Thank you for your help.

    Best regards,
    MD

    • This topic was modified 8 years, 9 months ago by midudek1.
    #824069

    Hi,

    1- Please add following code to Quick CSS and adjust as needed

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: orange;
    }

    2- There is a search icon on your mobile menu :) Should we skip this one?
    3- I added following code to Quick CSS

    
    @media only screen and (max-width: 989px) {
    .responsive.html_av-framed-box.html_av-overlay-side .av-burger-overlay-scroll, .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        left: 0;
        right: auto;
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }}

    Best regards,
    Yigit

    #824067

    Thank you

    Mega menu works on desktop but not mobile:
    Stopped working after theme upgrade

    in the mean time I cannot use Mega menu – so live site I removed.
    I tested with out any CSS – although very minimal anyway – still no mega menu on mobile
    Mega Menu on staging site is 5th menu item: classes – with fused glass and metal clay under.

    Thanks

    #824026

    Topic: Menu Line Missing

    in forum Enfold
    NetphoriaInc
    Participant

    Hi, I used the code that you guys gave a while back but for some reason the green menu line does not display on the active main menu item or on hover.

    Below is the code you guys gave.

    Can you help?

    #top .current-menu-item > a .avia-menu-text {
    padding: 10px 13px;
    border-bottom: 2px solid #66b700 !important;
    }

    #824025

    In reply to: WYSIWYG Editor Broken?

    Hi there. As mentioned in my top level, I have tried the standard troubleshooting.

Viewing 30 results - 76,501 through 76,530 (of 142,942 total)