Viewing 30 results - 93,601 through 93,630 (of 142,889 total)
  • Author
    Search Results
  • #655536

    Hi,

    Ok, we’ll keep the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

    #655507

    Hi Nicks22,

    Autoplay of videos is disabled on Apple devices by the manufacturer, there’s nothing we can do about that unfortunately.

    Thanks,
    Rikard

    Tobias-B-Conrad
    Participant

    above and below the mobile menu icon. Asked a lot but not a clear solution i found.

    i tried this, but it does not move the icons to the right
    /* search icon */
    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet .main_menu .avia-menu ul #menu-item-search{
    display: block;
    position: absolute;
    top: 10px;
    right: 20px !important;
    }

    #655486
    pimhs
    Participant

    After copying my website to our public webhost (from test directory to default root dir) some the build-in icons suddenly won’t appear. With build-in icons I mean the icons that I used in contact buttons. The same thing applies to the mobile responsive menu icon in the top of the right. As well other JavaScript buttons, like the button to go to the top of the page (also currently visible on this page on the right under) result in a strange icon. Technically the functions are working properly.
    I already tried cleaning my cache, using different browsers (Firefox, Chrome) and use different devices.

    Please help me out. We would like to make our site public this Saturday.

    #655480
    Aaron
    Participant

    I’ve got relative posts displaying at the bottom of my individual blog posts. Each of which has a tool tip that should display above the thumbnail when hovering over the thumbnail.

    The css gets updated but the tip is missing. If I force the css to display the tool tip all tool tips display accurately though at the same time, which is not the desired behavior.

    Is this a known issue?…I’m not certain when it began, but I do know that I had to do that avia.js update to get the theme to work when updating to the newer wordpress version.

    Not hovered:
    <div class="avia-related-tooltip avia-tt" style="top: -24px; left: 247.375px; display: none; opacity: 0;">

    Hovered:
    <div class="avia-related-tooltip avia-tt" style="top: -24px; left: 247.375px; display: block; opacity: 1;">
    Yet, as mentioned, when hovered the tool tip is not showing…it’s only when I manually update the css does it display correctly.

    I’m looking at avia.js for a fix, but am a bit lost to what the issue might be.

    • This topic was modified 9 years, 9 months ago by Aaron.
    #655470
    lzevon
    Participant

    I read through many tickets and thought this was the most useful: https://kriesi.at/support/topic/change-the-position-of-image-in-testimonial/#post-563372

    However, after implementing this I can’t see the logo, but feel like it’s there somewhere, perhaps out of frame? Hoping some quick CSS will bring it into view…

    Thank you!

    #655468

    In reply to: Search Bar Mobile

    Hi,

    Thanks for getting in touch with us!

    Currently the search bar is above the logo how you want it but inside the top second header. The code is added correctly or the search bar would not show, it is where in the file you added the code. Take it out of the div class for the second header if you do not wint it inside the orange.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #655459

    Hey pelty,

    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 !important;
    }
    

    Best regards,
    Jordan

    Thanks Vinay, that worked, but now I see that it is also on my blog page. Is there a different fix for that, or better yet, is there a way to stop this from periodically happening or help me to figure out what the right CSS would be to fix it? I’m versed in CSS but clearly not an expert. Thanks in advance.

    #655451

    This works for me:

    #top div.product .woocommerce-tabs ul.tabs li.additional_information_tab a,
    #top div.product .woocommerce-tabs ul.tabs li.additional_information_tab,
    #top div.product .woocommerce-tabs ul.tabs li.reviews_tab a,
    #top div.product .woocommerce-tabs ul.tabs li.reviews_tab {
    	width: auto;
    }
    
    @media only screen and (max-width: 767px) {
    	#top div.product .woocommerce-tabs ul.tabs li.reviews_tab a,
    	#top div.product .woocommerce-tabs ul.tabs li.reviews_tab,
    	#top div.product .woocommerce-tabs ul.tabs li.additional_information_tab a,
    	#top div.product .woocommerce-tabs ul.tabs li.additional_information_tab,
    	#top div.product .woocommerce-tabs ul.tabs li a,
    	#top div.product .woocommerce-tabs ul.tabs li {
    		width: 100%;
    	}
    	#top div.product .woocommerce-tabs ul.tabs li.active a,
    	#top div.product .woocommerce-tabs ul.tabs li.active {
    		width: 100%;
    		background-color: #6786A1;
    		color: #FFFFFF;
    	}
    }
    #655449

    In reply to: Creating tiled columns

    I found your solution in your forum (described as column in a column): https://kriesi.at/support/topic/columns-within-columns/

    So, please disregard the above post.

    Thanks much.

    #655423
    bittenbyazebra
    Participant

    Comments are not displaying on a site I’m staging: http://16d.3a5.myftpupload.com/mo-goes-to-nashville/

    I have discussion enabled on all posts. I think it was working earlier but it might be some custom css I added but I don’t think that is the case:

    .slide-entry-excerpt {
    padding-bottom:32px;
    }

    .main_menu ul:first-child>li>a {
    font-size: 16px;
    }

    .html_elegant-blog #top .post-entry .minor-meta {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }

    .avia-content-slider .slide-meta div {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }

    Any thoughts? Thanks so much!

    #655411

    Hello Vinay,

    thank you very much, that works!

    But there is another issue: on some browsers (e.g. HTC Smartphone Standard-Android-Browser) there are several items missing:
    Menu-Button in the header, Layerslider on top of the page, masonry gallery (two times) not showing any picture, only a gray field! If I use Crome on the same smartphone, everything works fine.

    The menu button is also missing on an other page http://www.24h-gut-betreut.at, when I use the standard android-browser on my smartphone (HTC). Some weeks ago that worked but since the last update (I don´t know if wordpress-updtae or enfold-update) it does not work any more.

    best regards.

    #655403

    I also tried this code:

    span.blog-categories {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }

    It works in Safari but it’s not hiding the categories in Firefox or Chrome.

    #655402

    Hi,

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

    .html_elegant-blog #top .post-entry .minor-meta { display: none !important; } 
    

    Best regards,
    Yigit

    #655394

    Hey thanks again for looking further and providing the code. I tested it and it resulted in our top bar staying fixed instead of collapsing on scroll as we want it. The hello bar still causes the fullwidth sub-menu to hide behind the header though on the homepage.

    Credentials provided below if you wish to test on your own Yigit. Thanks.

    Hi,

    For a temporary workaround, please refer to this post – https://kriesi.at/support/topic/cant-get-google-maps-on-contact-page-to-show-up/#post-655214

    Best regards,
    Yigit

    #655343

    Hi Vinlay,
    Thanks for your reply.
    It’s hard to explain however providing a precise link to my site will not help you.
    I guess i didn’t explain the situation clearly.
    Is it possible to change the default font that is used in the: Easy Slider – Edit Form Element – Caption – Caption Text?
    If it is possible then how can I achieve the change?
    Edit July 01,
    I no longer need to change the fonts.
    Topic closed, Thank you.

    • This reply was modified 9 years, 9 months ago by taoleo. Reason: To close topic

    Hi Yigit,

    that didn’t quite work yet. Still 1 column on mobile and still 3 columns on tablet. No 2 columns yet. And no full width yet. It also removed the padding on desktop which i would like to keep.

    Any other suggestions?

    Thanks

    #655336

    Hey Yigit,

    thanks for your help. It worked great.

    I have 2 more questions regarding the contact forms.
    1. I used a drop down field / “select element” in my form as well. Instead of the white background (like the other elements) it has a grey background. Is it possible to change the bg color to white, so that it fits to the other elements?

    2. In this older post from last year: https://kriesi.at/support/topic/add-only-the-italic-version-of-a-google-font/
    you helped me to use the italic version of a google font for my website. I would love to add this font in the same size & color as my body text, so that the contact form matches the whole design. Would you help me again, if its possible to change it?

    Thank you very much,
    Danny

    Hi!

    Sure! For a temporary workaround, please refer to this post – https://kriesi.at/support/topic/cant-get-google-maps-on-contact-page-to-show-up/#post-655214

    Cheers!
    Yigit

    #655308

    Hey jelle,

    1- Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1300px) {
    .container.av-logo-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }}
    

    Best regards,
    Yigit

    I have the same problem too! Inform us through this topic when the update will be ready!

    Thanks,
    John

    Hey kilimats,

    I cannot see login form on your website. Have you removed it?

    To show certain menu items to only logged in users, please go to Appearance > Menus and click “Screen options” on the top right corner and check “CSS Classes” and then click on your menu items and give them two different classes, “only-li” for logged in and “only-lo” for logged out users – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2015/09/Screen-Shot-2015-09-28-at-16.55.48-1030×621.png
    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .logged-in .only-lo,.only-li { display: none; }
    .logged-in .only-li { display: block !important; }

    Best regards,
    Yigit

    #655277

    Hey Raleigh,

    Please go to Enfold theme options > Header > Header Behaviour and uncheck “Unstick topbar”

    Best regards,
    Yigit

    #655231

    In case you didn’t find it: This is what Basilis is talking about:
    https://kriesi.at/support/topic/cant-get-google-maps-on-contact-page-to-show-up/#post-655214

    • This reply was modified 9 years, 9 months ago by Magnolia.
    #655228

    In reply to: Problem with images

    Well no mod said nothing in this topic yet :)

    Well I did the page again from the start. No stupid fb-root for now :)

    #655210

    In reply to: Main Menu Not Visible

    Hi,

    The menu color was white on hover to fix that please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .header_color .main_menu .menu ul li>a:hover {
        color: #000!important;
    }
    

    I did not notice any other problem with the menu it works fine please see attached screenshot. In case you have any issue please de-activate all active plugins and try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    Hey repking,

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

    .responsive #top.page-id-21 #main .container_wrap:first-child {
        max-height: 0;
        margin-top: -100px;
    }
    

    Best regards,
    Vinay

    #655186
    wilimediamakers
    Participant

    Hi,

    I would like to know if it’s possible to create a dedicated homepage for mobile users ?

    I mean I love our homepage on Desktops but I think it’s not very practical on smartphone…

    Do you have any solution with enfold to do that ?

    Cordially,

    Thibault

Viewing 30 results - 93,601 through 93,630 (of 142,889 total)