Viewing 30 results - 88,201 through 88,230 (of 142,854 total)
  • Author
    Search Results
  • #711223

    Of course not my font is already 48px. I need spacing between letters.
    This worked though :
    #top.home .av-special-heading-tag {
    letter-spacing: 10px;
    }

    The problem is now that changes it for all headings h1,2,3 on home page. The other pages are fine though.

    Why is so difficult to make this? Example h1 : KRIESI IS A NICE THEME. I want for this spacing like K R I E S I (something like this) the same for subheading and i want to control the padding between them.
    I don’t want to compare theme but with Themify is very easy to do….

    #711202

    In reply to: iconbox border color

    Hi,

    use this code instead:

    #top .iconbox {
    border: 2px solid red;
    }

    and adjust as needed.

    Best regards,
    Andy

    #711199

    Hi,

    use this code:

    #top .main_menu .menu li {
    float: none;
    }

    Best regards,
    Andy

    #711193

    Hey!

    It can be a server issue but the site is working on desktop. It’s a little difficult to debug because we don’t see any errors in the browser console. Please ask your hosting provider for the error logs if there’s any. And post the content of the .htaccess file on pastebin.com. We would like to check if the WP Super Cache’s configurations are still there.

    Best regards,
    Ismael

    Hey carlamurray,

    social icons:

    @media only screen and (max-width: 768px) {
    #top .social_bookmarks li a {
    font-size: 15px !important;
    }}

    Menu:

    @media only screen and (max-width: 768px) {
    .header_color .main_menu ul:first-child > li > a {
    font-size: 10px !important;
    }}

    Logo:

    @media only screen and (max-width: 768px) {
    .logo img {
    height: 50px !important;
    }}

    Secondary menu:

    @media only screen and (max-width: 768px) {
    #top .sub_menu ul.menu li > a {
    font-size: 10px !important;
    }}

    Adjust media queries as needed.

    Best regards,
    Andy

    Hey Jorge,

    el texto ya parece abajo, como en tu pantalla. Lo puedes controlar con este codigo:

    .term-description {
    top: 89%;
    }

    Best regards,
    Andy

    #711163

    In reply to: Sub menu header

    Hi,

    you can adjust header meta witht his code:

    #header_meta {
    height: 34px;
    }

    And adjust position of your layerslider with this code:

    #layer_slider_1 {
    top: 26px;
    }

    Phone on mobile looks fine to me: http://i.imgur.com/9RcCoaS.png
    Could you fix it already?

    Best regards,
    Andy

    #711156

    Hi!

    I tried to reposition the portfolio items but I can’t get it to work like you wanted to. I’m sorry but I’m not sure if you can manually re-order the portfolio items based on the page attribute value because of the isotope script (http://isotope.metafizzy.co/). This script calculates the position of the masonry items automatically, regardless of the page attribute value. And it actually causes issues to the display order of the masonry items. Unfortunately, we don’t have any solution for it yet.

    Best regards,
    Ismael

    #711143

    Hi jdannay!

    Thank you for using Enfold.

    1.) Please edit the images in the slider then set the “Image Position” to “Center center”. This is usually the best option for most images. Note the images in the slider is set as background and their background-size property is set to “cover” which means that it will force the image to cover the slider container. However, parts of the images might overflow outside the container in order to keep its aspect ratio.

    2.) Did you install the Woocommerce plugin? It will display automatically if you installed the plugin. You can easily hide it with this css code:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        display: none;
    }
    }

    Regards,
    Ismael

    #711134

    Hey Robi,

    Try to add this code in Quick CSS:

    @media only screen and (max-width:767px) {
      .home #av_section_1 .av-special-heading {
        top: -35px;
      }
    }

    Just adjust the value as you see fit :)

    Best regards,
    Nikko

    #711133

    Hey!

    I just want to remove the green header on the mobile !!

    Do you want to hide the logo on mobile? We added this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .home #wrap_all .av_header_transparency {
        background-color: transaprent !important;
    }
    
    .home #header_meta {
        background-color: #00bfb9 !important;
    }
    
    .home .logo {
        display: none !important;
    }
    
    .home #full_slider_1 {
        margin-top: 0;
    }
    
    .home .av_header_transparency #header_meta {
        border-bottom: 0;
    }
    
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
        top: 40px;
    }
    }

    As for the caption on the iPhone 5c screen the caption has been moved to the top I prefer it in the middle however I am able to see the captions fully on the other sides.

    And we adjusted the caption position with this css code.

    @media only screen and (max-width: 767px) {
         .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
            top: 10px;
        }
    }

    Best regards,
    Ismael

    #711127

    Hi!
    Thanks for your kind words :) The color is pre-defined in css, you can change the color by adding this code in Quick CSS:

    #top #wrap_all .social_bookmarks a:hover {
        background-color: green;
    }

    Just change the background color as you see fit. Hope this helps :)

    Regards,
    Nikko

    #711123

    Hey!

    Try to change the code I gave to:

    #top.home h1.av-special-heading-tag {
        font-size: 30px;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    #711111

    Hey!

    We added a custom script in the functions.php file that removes the href attribute of the link on desktop view. Please remove browser cache or hard refresh before checking the page.

    Regards,
    Ismael

    #711103

    Hi, I wrote the code I found on this post :https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/
    And I desactivated my child theme and there was no search box on mobile.

    Louis

    #711094

    In reply to: Body Background

    Hi!

    One solution is to decrease the width of the main container so that the background behind it is more prominent or create a background image with smaller clouds.

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        width: 100%;
        max-width: 70%;
    }

    Cheers!
    Ismael

    #711087

    Topic: Pagination

    in forum Enfold
    ratoli
    Participant

    Hi,
    i have moved the category description to the bottom of the page and moved also the pagination above the description.

    add_action( 'woocommerce_after_shop_loop', 'enfold_customization_woo_pagination', 9);
    function enfold_customization_woo_pagination()
    {
    			global $avia_config;
    			if(isset($avia_config['dynamic_template'])) return;
    			if(isset($avia_config['overview'] )) echo avia_pagination('', 'nav');
    }
    
    add_action('woocommerce_before_shop_loop', 'remove_desk');
    function remove_desk() {
    	remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
    }
    
    add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );

    http://botigo.de/produkt-kategorie/damen/shirts-tops/

    How can I remove the “original” pagination ?

    #711081

    Hey naxiand,

    Try to use this code and add it to Quick CSS (located in Enfold > General Styling):

    #top.home .av-special-heading-tag {
        font-size: 30px;
    }

    This should work on all special heading tags wether you use h1-h6. Hope this helps :)

    Best regards,
    Nikko

    #711069

    This is what I did now in the socket of http://www.der-prinz.de

    /* START Pounding heart animation */
    @keyframes color_change {
    from { color: #999; }
    to { color: #cc0000; }
    }
    @keyframes pound {
    to { transform: scale(1.4); }
    }

    .heart::before {
    content: ” \e806 “;
    font-family: entypo-fontello;
    font-size: 13px;
    position: relative;
    top: 1px;
    animation: color_change 1s infinite alternate, pound 1s infinite alternate;
    display: inline-block
    }
    /* END Pounding heart animation */

    Thanks Guenni007 for pushing me into the right direction

    #711064

    Hi There,
    I think found a solution. I added:

    .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }

    I haven’t looked at the tablet or mobile yet, I’ll get back to you if I need any help.
    Thanks

    #711061

    In reply to: sidebar logo icons

    Hi,

    Try adding this code in Quick CSS:

    .sidebar_left .inner_sidebar {
        margin-right: 0;
    }
    
    #menu-sidebar-underholdning li a {
        border: 1px solid #e1e1e1;
        border-right: 0;
        border-left: 0;
        margin: 0 0 -1px;
        padding: 12px 16px !important;
        text-align: left;
    }
    
    #menu-sidebar-underholdning li:first-child a {
        border-top: 0;
    }

    Let us know if it’s good or still need any modification. :)

    Best regards,
    Nikko

    #711058

    Hey Maaster,

    Try to check out this thread, I think your problem is similar: https://kriesi.at/support/topic/php7-0-compatibility/

    Best regards,
    Nikko

    #711056
    Leemshop
    Participant

    Hi,

    I’d like to have a searchbox at the top of the woocommerce shoppage, below the menu and above the dropdown buttons for number of products and order of products.

    How can I get it there? It’s not a widget.

    Thanks in advance for helping out.

    Kind regards
    Geert

    #711051

    In reply to: Not receiving emails

    Hey Mel,

    Is there anything that’s changed or added before it stopped working? the login details you gave doesn’t seem to work. Can you also post the link to your contact form? I tried checking the contact page but it doesn’t have any.

    Best regards,
    Nikko

    #711050
    hingex
    Participant

    I am attaching a link to my site within. Youc an scroll to the section with the video which is “set the culture behind the company”.
    Here you will see that i am using both video and image media elements. Both open up in the same window but redirect to Youtube instead of a light box.

    I followed the steps in this solution without luck – https://kriesi.at/support/topic/video-in-lightbox/

    Thanks

    #711046

    see here:

    http://lea.verou.me/2012/12/animations-with-one-keyframe/

    my code for the example page:

    @keyframes pound {
    	from, to { transform: none; }
    	50% { transform: scale(1.4); }
    }
    
    .heart::before {
        content: "\e806 ";
        font-family: entypo-fontello;
        font-size: 14px;
        position: relative;
        top: 2px;
        animation: pound .7s infinite alternate;
        display: inline-block
        }

    by the way on css you have to substitue the u in ue806 with that backslash – you find it by alt+shift+7

    #711038

    a quick and dirty way is to place the text in this way:

    made with <span class="heart">in</span> Germany

    and place the heart with .heart:before

    you can see that on webers-testseite.de/ikom in the socket
    code:

    .heart::before {
        content: "\e806 ";
        font-family: entypo-fontello;
        font-size: 14px;
        position: relative;
        top: 2px;
    }
    #711035

    Hi,

    Yes, try to use the add this code to Quick CSS (located in Enfold > General Styling):

    html.html_boxed.html_entry_id_724 {
        background: url("NEW_IMAGE_HERE") top center  no-repeat scroll;
    }

    Just replace NEW_IMAGE_HERE with the image you want to replace. If you want to apply it on other pages, you can copy the code and paste it, just replace 724 with the id of the page (for more information on how to find the page id: https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/ ) and also replace it with new background. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    The stick header issue is caused by the code in Google Analytics Tracking Code (located in Enfold > Google Services), try removing the code and the issue should be fixed.

    I have noticed this on Quick CSS:

    h2.av-special-heading-tag {
       font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I changed it to:

    h2.av-special-heading-tag {
       font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I just happened to check it just mentioned it here :) I think that code should work now on Special Headings. Regarding the Social Icons, is it the one on the footer? The problem is caused by this css code in Quick CSS (I just commented it out, you can still find it in Quick CSS):

    [data-av_icon]:before {
        margin-right: 15px;
    }

    Also the bottom padding of the footer seems to be a bit too long 315px from this code:

    #socket .container {
        padding-top: 15px;
        padding-bottom: 315px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #711028

    Hey argusnet,

    Try adding this code in Quick CSS (located in Enfold > General Styling), it should look the same except there’s no triangle:

    #top .avia-slideshow-inner .avia-caption {
        background: #333;
        border-radius: 0;
        height: 60px;
        width: 100%;
        left: 0;
        bottom: auto;
        top: 100%;
    }
    
    #top .avia-slideshow-inner .avia-caption p {
        background: transparent;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 results - 88,201 through 88,230 (of 142,854 total)