Viewing 30 results - 93,451 through 93,480 (of 142,791 total)
  • Author
    Search Results
  • #656118

    I know that bumping this wouldn’t help but I think that you forgot about this topic.

    #656117
    yampieters
    Participant

    hi on a testsite i had this subtle bar on top with a phone number and email address.
    but on my new site this thing is not showing. why?

    #656085

    Thanks,
    I was thinking to build some pages just for mobile devices and hide them for desktop, but I think it,s better to build something apart from the main website…like a mobile version.

    #656080

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling :

    @media only screen and (min-width:768px){
    .main_menu, .logo {
    	position:absolute!important;
    }
    .main_menu  {
    	top:160px;	
    }
    .logo{
    	top:-15px;
    }}
    

    Best regards,
    Vinay

    #656060

    Hi,

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

    Best regards,
    Rikard

    #656050

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    Hi,

    Please adjust height and line height to the cart and search icon in the mobile view to fix this issue.

       #top #menu-item-search a , #menu-item-shop .cart_dropdown_link {
         height: 83px!important;
         line-height: 85px!important;
    }

    Best regards,
    Vinay

    Not okay. i changed the figures to get all in line to:
    /*mobile: search, cart icon under the logo*/
    @media only screen and (max-width: 600px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
    min-height: 60px;
    }
    #top #menu-item-search {
    top: 30px;
    }
    .cart_dropdown_first {
    position: absolute;
    top: 30px;
    left: -120px;

    }
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 6px;
    margin-right: 20px;
    }
    }
    I checked with the responsive view in safari: alt cmd + r and firefox alt + cmd + m
    it was viewed nice.

    So now i opened the webpage on mobile firefox and chrome on android and see it is not in line.
    Then i switched to chrome desktop view (also a responsive view) and got all icons in line.
    In firefox i did not get them in line.

    So i altered CSS to get it nice on mobile browser (not the mobile desktop view inside the desktop browser).
    /*mobile: search, cart icon under the logo*/
    @media only screen and (max-width: 500px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
    min-height: 60px;
    }
    #top #menu-item-search {
    top: 55px;
    }
    .cart_dropdown_first {
    position: absolute;
    top: 58px;
    left: -115px;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 6px;
    margin-right: 20px;
    }
    }
    Result: mobile view on firefox desktop (mac): http://awesomescreenshot.com/06b5zsfed5
    So how get them inline in every browser?

    Same with the @media only screen and (max-width: 500px):
    On mobile (horizontal) 500px is nice. On desktop it needs 600px to have the logo inline and not overlapping.
    I use the stretched layout!

    PS: Is it possible to get the logo in the middle and alter the size?
    When the icons are below the logo it should be possible.

    PPS: maybe possible have a default solution for all users directly in the enfold settings.
    place search-, cart- and the mobile menu button-icon in one line below the logo.

    #656019

    In reply to: Search Box Formatting

    Hey Dave,

    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 .header_color input[type='text'] {
        color: #ffffff;
        background-color: #000000;
    }
    

    Adjust the hex color values as you wish.

    Best regards,
    Jordan

    Hi Phil,

    Ok, great to hear that, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #656010

    Hi,

    Great, glad you got it fixed. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #656009

    Hi,

    Ok, thanks for the info. Not sure if you need any further help on the topic though?

    Best regards,
    Rikard

    #656003

    Hi Andreas,

    Ok great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #655990

    Hi,

    Ok great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #655989

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5) !important;
    }

    You can make it even darker if you adjust the value 5 to something higher.

    Regards,
    Rikard

    #655981

    Hi,

    Box sizes
    There still seems an issue with the box sizes being too large. Does this have something to do with the proportion to the body?

    The related section looks good on my end. Could you please provide a screenshot of this issue?

    Category titles
    I notice that the shop category titles has disappeared, how do I re-enable this? This is strange as they were there. So many problems getting this template to work correctly with its features.

    Please check the Enfold > Header > Header Title and Breadcrumbs.

    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. Thank you.

    Best regards,
    Ismael

    #655974

    Hi,

    Alright. I can see the issue now. It is markup bug in the masonry script and it occurs if the gallery image do no contain a custom link. We added this in the Quick CSS field to fix it temporarily:

    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay a.av-masonry-item-with-image del {
        color: #fff;
    }
    
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: #fff;
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.35) !important;
    }
    
    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        display: table;
        position: relative;
        height: 100%;
        width: 100%;
        bottom: 0;
    }

    Best regards,
    Ismael

    #655973

    In reply to: Dutch translation

    Hi,

    Note that some of the language files are incomplete so you have to add the translations manually. Please install the loco translate plugin then search for the strings in order to translate it. Or edit the nl_NL.po file, add this:

    # @ avia_framework
    #: includes/error404.php:2 includes/loop-author.php:148
    #: includes/loop-index.php:246 includes/loop-page.php:52
    #: includes/loop-portfolio-single.php:65 includes/loop-search.php:123
    msgid "Nothing Found"
    msgstr "Es konnte leider nichts gefunden werden"
    
    # @ avia_framework
    #: includes/error404.php:4
    msgid ""
    "Sorry, the post you are looking for is not available. Maybe you want to "
    "perform a search?"
    msgstr ""
    "Entschuldigung, aber der gesuchte Eintrag ist nicht verfügbar. Wollen Sie "
    "eine neue Suche starten?"
    
    # @ avia_framework
    #: includes/error404.php:24
    msgid "For best search results, mind the following suggestions:"
    msgstr ""
    "Um die besten Suchergebnisse zu bekommen beachten Sie bitte folgende "
    "Hinweise:"
    
    # @ avia_framework
    #: includes/error404.php:26
    msgid "Always double check your spelling."
    msgstr "Überprüfen Sie die Rechtschreibung immer sorgfältig."
    
    # @ avia_framework
    #: includes/error404.php:27
    msgid "Try similar keywords, for example: tablet instead of laptop."
    msgstr "Probieren Sie auch ähnliche Suchbegriffe, z.B. Notebook anstatt Laptop"
    
    # @ avia_framework
    #: includes/error404.php:28 includes/loop-search.php:134
    msgid "Try using more than one keyword."
    msgstr "Versuchen Sie mehr als einen Suchbegriff zu verwenden."
    
    # @ avia_framework
    #: includes/error404.php:33 includes/loop-search.php:138
    msgid "Feel like browsing some posts instead?"
    msgstr "Wollen Sie sich lieber andere Artikel oder Seiten ansehen?"
    

    Adjust the translation. After the translation, go back to the Loco Translation plugin then sync the language files.

    Best regards,
    Ismael

    #655972

    Hey!

    1) If aligned “top center”, the tooltip flashes/blinks on an off constantly

    I’m sorry but I can’t reproduce the issue on Chrome, Windows 7. What is your browser and OS?

    2) If aligned left or right, top, center or bottom, it’s mis-aligned..

    What do you mean by mis-aligned? Note that you can set the tooltip to only display on mouse hover.

    Cheers!
    Ismael

    #655968

    In reply to: Sale badge position

    Hi,

    Please add this in the functions.php file:

    // custom script
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script>
    (function($){
    	function h() {
    	$('#top .product').each(function() {
    		var onsale = $(this).find('.onsale'),
    			thumb = $(this).find('.thumbnail_container');
    
    		onsale.appendTo(thumb);
    	});
    	}
    
    	h();
    })(jQuery);
    </script>
    <?php
    }

    This will move the onsale container inside the thumbnail container.

    Best regards,
    Ismael

    #655947

    Hi,

    Did you try our previous solution? https://kriesi.at/support/topic/enable-display-of-category-image-on-shop/#post-652443

    Best regards,
    Ismael

    #655923
    BrendaSarg
    Participant

    Hi there…

    How do I remove the home from being included in the browser TOP tab? Home – Sweet Capones …. should just show Sweet Capones

    Hello Support @ Kriesi,

    I am in a bit of a situation here.

    I have upgraded the company website to Enfold 3.6.1 and to WordPress 4.5.2.

    I followed the instructions to the tee.

    Unfortunately I am now seeing errors on my site such as strange characters appearing in place of icons, and some of the enfold JavaScript fails to initiate on pages where I have used light animation.

    I have checked the developer console in Google Chrome (running in Incognito mode) and it displays two JavaScript errors:

    Uncaught SyntaxError: Unexpected identifier | avia.js:1918
    Uncaught SyntaxError: Unexpected string | shortcodes.js:572

    I have followed the instruction from your thread:
    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    Unfortunately this has not fixed the problem.

    When I log into WordPress admin, strangely the issues disappear if I view the website pages while logged in.

    Please advise

    Darrell

    #655868

    Top Man Michael!

    Thank god there are guys like you looking over us all

    Kindest regards

    Peter

    #655862

    In reply to: Button color issue

    Hey Poirot,

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

    #top .main_color .avia-color-theme-color:hover {
        border-color: #00ec92;
    }
    

    It is being turned into the closest web safe color :)

    Best regards,
    Yigit

    Hi Peter!

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    Cheers!
    Yigit

    tlchase
    Participant

    Hello Kriesi,

    We were supposed to go live with our site yesterday however encountered the following issue:
    The site was transferred from one server to another. At first the Enfold theme settings showed all the default theme settings so I exported the theme settings file from our development site that has everything correct and imported these theme settings file. It appears that the site is not accepting the theme settings and is still showing most of the enfold default CSS (e.g., green font, no quick CSS, etc).

    Please help, the entire site’s CSS looks off which is a major showstopper. I am including the site’s url however you have to change your local hosts file since the url already exists for our old but currently ‘live’ site. Im sorry for this extra step in troubleshooting the site. I am also including access to the dashboard.

    #655856

    Hey mmheather,

    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

    #655830

    Thanks, I can get the blue column and text box to fill out to the right, but not the left or top. Any ideas.? Thanks, Mike.

    #655797

    Hey!

    Please change the code to following one

    #top .phone-info span:nth-child(2) .av_font_icon {
        -ms-transform: rotate(90deg)!important;
        -webkit-transform: rotate(90deg)!important;
        -moz-transform: rotate(90deg)!important;
        transform: rotate(90deg)!important;
    }

    Cheers!
    Yigit

Viewing 30 results - 93,451 through 93,480 (of 142,791 total)