Viewing 30 results - 95,041 through 95,070 (of 142,851 total)
  • Author
    Search Results
  • #640653

    Hi Vinay

    Have done that and it fixed desktop, but has reverted the mobile view back to initial issues. And when slowly reducing browser width down in size, it’s not a consistent responsive reformatting. Just to confirm – here’s the total custom css for this:

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
    display:block!important;
    }}

    @media only screen and (max-width: 767px) {
    li#menu-item-6381 {
    padding-left: 0!important;
    }

    #socket .sub_menu_socket li {
    padding: 0 5px;
    }}

    @media only screen and (min-width: 767px) {
    #socket .menu {
    position: absolute;
    left: 34px;
    top: 40px;
    }
    }

    #640652

    Topic: Newspaper style

    in forum Enfold
    afarahani
    Participant

    How can I have the following features of the Newspaper theme with Enfold:

    1) I want to make the top row of my website similar to the one in newsparper theme: http://demo.tagdiv.com/newspaper/

    How can I use rows in Enfold to have the same view. Also I want to know how I can have captions on the image similar to that page?

    2) How can I add colored rectangle and line to the magazine element to look like the element in Newspaper theme?

    Thanks,

    Ok. Let’s try again.

    Right now I have a menu on a widget on the sidebar of my site and also on top of the site, above the header (the same menu). When I ad a sub menu it’s automatically shown on the menu on the sidebar but not on the same menu at the top of the site (you have to put the cursor on top of the link so it shows you the secondary menu options).

    What i want to do is this: I want the submenu on the sidebar to show ONLY when you click on the link of the main menu, to show their submenu option. Not show all the time, only when you click on the main.

    Get it?

    Thanks in advance.

    #640641

    Hi!

    To display the social icons in mobile menu copy the code in this link http://pastebin.com/AkEACX3Q to functions.php

    and add this css to quick css

    /* Mobile menu social icons */
    
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }
    
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }

    and remove the css below to display the icons in header

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }}
    

    Cheers!
    Vinay

    #640636
    alexrobson
    Participant

    Hi,

    I’d like to change the word ‘free!’ on my enfold theme to ‘price on request’ when the price in woocommerce is 0 or blank I’ve been looking i found this below but every time i added to my child php it stopped the whole website from loading with an error message

    add_filter( ‘woocommerce_variable_free_price_html’, ‘hide_free_price’ );
    add_filter( ‘woocommerce_free_price_html’, ‘hide_free_price’ );
    add_filter( ‘woocommerce_variation_free_price_html’, ‘hide_free_price’ );
    function hide_free_price($price){
    return ‘Price on Request’;
    }

    Any help would be appreciated

    Thanks

    Alex

    #640635

    In reply to: Icons display problem

    Hi,

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

    #top .iconbox.av-no-box .iconbox_icon {
        border-style: none!important;
        border-width: 0!important;
        border-radius: 50%;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }
    

    Best regards,
    Vinay

    #640630

    In reply to: portfolio mouse over

    Hi,

    Try with this:

    #top .grid-sort-container .grid-entry:hover .grid-content{
    background: red;
    }

    Best regards,
    Josue

    #640628

    Ismael,
    That code was a suggestion from Andy on this thread: https://kriesi.at/support/topic/add-multiple-widgets-to-header/
    The full code is:
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    top: 275px;
    position: relative;
    }
    }

    I believe the idea was to allow the two header text widgets a space to float under the logo on mobile screens.
    If I remove the code, yes the space goes away but the mobile nav box is still not visible on the sub-pages.
    I did try targeting the code above just to the homepage ID, but it did not solve the problem.
    Thoughts?

    #640617

    In reply to: Center slider

    ok.
    so back to the top-
    I want to use the plugin Soliloquy slider , how can I get the slider to the center of the page (at the moment I dont use it because it’s on the left)?
    And I dont wnat to use the enfold builtin slider.

    Thnks

    #640614

    In reply to: Icons display problem

    Hi!

    I checked the issue and seems that if you add to your CSS

    #top .iconbox.av-no-box .iconbox_icon { border-width: none; }

    fixes the issue. Can u please give it a test and let us know if it works?

    Thanks a lot

    Regards,
    Basilis

    #640612

    Hi,

    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: 767px) {
    .responsive #top .avia-post-nav {
        display: block !important;
    }}
    

    Best regards,
    Yigit

    I tried before. sadly all this i tried wasn´t working.
    I opened a new topic here:

    Because it would be helpfull to have different colums as well.

    #640598

    Topic: Header- Center logo

    in forum Enfold
    noyamar
    Participant

    Hey,
    Sorry for my english.
    I want to make my logo at the center of the header (not at the right) and make the social icons&search icon at the right.
    I used this code but it made the logo too left and cut on mobiles-

    .html_header_top #top .av_logo_right .logo {
    left: 50%!important;
    right: auto!important;
    transform: translate(-50%)!important;
    }

    #header_main nav .social_bookmarks {
    position: absolute!important;
    float: right!important;
    }
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
    width: 100%;
    }

    Do you have any other option?

    Thank you,
    Noy

    #640578

    In reply to: Social Icons on Mobile

    I cleared cache on Safari and all looks good. Thanks!

    I have another issue I’ve been waiting 3 days for a response on. Any way you can check it?

    #640575
    navindesigns
    Participant

    Hi,

    I currently have 21 partner logos (7 columns and 3 rows) at the bottom of my homepage

    On mobile, they are stacking one on top of each other which makes it a very long scroll on mobile

    anyway, i can have 2 or 3 logos appearing on the same column on mobile only?

    thanks

    #640573

    Hey!

    Please add following code to Quick CSS

    .slideshow_inner_caption {
        top: -100px;
    }

    Regards,
    Yigit

    #640558

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    0,0,0 is RGB value of the color and 0.15 is opacity level

    Regards,
    Yigit

    #640552

    Hey!

    1- Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky.html_large .single-post #main {
        padding-top: 0;
        margin-top: 120px;
    }
    
    .single-post #wrap_all {
        background: #E2E2E2;
    }

    2- Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay”

    Cheers!
    Yigit

    #640547

    In reply to: Remove the word Pages

    Hey onebrain!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .tag-page-post-type-title { display: none !important; }

    Cheers!
    Yigit

    #640523

    In reply to: Social Icons on Mobile

    Ok. However, they still aren’t there or looking correct. Go to my site in a desktop browser, resize the window and check. I’ve tried in both Chrome and Safari.

    #640522

    Topic: Menu lines

    in forum Enfold
    werbeversum
    Participant

    Hey there,

    is it possible to hide the bright lines between menu and top menu and social media?
    https://drive.google.com/file/d/0B-6iEuF3g4vOcmx5VjlZMVhBZ2s/view?usp=sharing

    Thanks,

    Toby

    #640504
    smorrone
    Participant

    Hi guys in this site the lightbox isnt working, the images opens directly i means the link ponts to the image file http://zelmiraperaltaramos.com.ar/wp-content/uploads/2014/09/2013_la-pajatuda-chico-686×1030.jpg instead to the lightbox

    Also the slider stopped to show the images
    This issue started overnight without any aparent changes.
    I also read this, https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ and followed the instructions. But nothig happens

    Hope can help me

    #640503

    Topic: Remove the word Pages

    in forum Enfold
    onebrain
    Participant

    Hi,
    I want to delete the word Pages on a tag link. I try with this advice:

    https://kriesi.at/support/topic/remove-date-and-author-from-category-and-tag-pages/#

    But it does not work.

    An idea ?

    Thank you

    #640495

    Hi!

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

    .html_header_top.html_header_sticky.html_large .blog #main {
        padding-top: 0;
        margin-top: 120px;
    }
    
    .blog #wrap_all {
        background: #E2E2E2;
    }
    

    Cheers,
    Yigit

    #640492

    Hey!

    You are welcome. We will keep this thread open and it will be on hold until you reply. Please check it tomorrow and reply here to reopen the topic :)

    Regards,
    Yigit

    #640482

    In reply to: Social Icons on Mobile

    Hi,

    I tried the code on my installation before adding it to your site and it worked great! but very sorry that the same code din’t work and broke the site it was totally unexpected. I have modified the earlier version and everything is good now please review the site.

    below functions was added to child themes functions.php

    function mobile_menu_social_icons(){
    ?>
    <script>
    jQuery(window).load(function(){	
    // Add your jQuery script here
      var htmlString = jQuery('#header .social_bookmarks').html();
      jQuery('#wrap_all').find('#mobile-advanced').prepend('
    
    <ul class="noLightbox social_bookmarks">' + htmlString + '</ul>
    
    ');
    });
    </script>
    <?php
    }
    add_action('wp_head', 'mobile_menu_social_icons');

    Below css was added to child theme styles

    
    /* Mobile menu social icons */
    
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }
    
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
    
    

    Best regards,
    Vinay

    #640458

    Hey richardhofer83!

    It seems like you already have the code as following

    #av_product_description .av-parallax {
        transform: none !important;
        -webkit-transform: none !important;
        position: absolute;
        top: 0px !important;
        height: 240px !important;
        background-repeat: repeat;
    }

    If that does not help, please elaborate on the changes you would like to make so we can try to provide you a more accurate solution :)

    Regards,
    Yigit

    #640453
    richardhofer83
    Participant

    hi
    regarding this thread:
    https://kriesi.at/support/topic/reduce-height-of-shop-banner-and-remove-parallax-effect/

    i realized that i also want the background to repeat itself, sorry :)

    thank you!
    greetings
    richard

    #640442

    Hi,

    Please change your code to following one

    @media only screen and (min-width: 990px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 158px !important;
    }}
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    border-color: #f2f2f2 !important;
    }
    .title_container {
    border-color: #e1e1e1 !important;
    }

    Best regards,
    Yigit

    #640438
    antoine251
    Participant

    Hi Support,
    I don’t know if this is feasible, but I’ll try:
    The site I’m working on has 2 major sections: products line A and products line B.
    I’d like to change the background-color of the title container (this band just below the top navigation, that includes page title and breadcrumb) depending in wether you are viewing a product from line A (green) or a product from line B (blue).

    I managed to make it using:

    .page-id-439 * .alternate_color {background: #green;}
    .page-id-448 * .alternate_color {background: #blue;} 

    However, I need to do this page-per-page and go back in CSS to add a new line when I add a a new page, which is not very convenient.

    Would there be a way to specify which background-color to use?
    If it can help, I created a function that identifies the product line and return the proper color: function altcolor() returns the value ‘green’ or ‘blue’.

    Thanks!
    Antoine

Viewing 30 results - 95,041 through 95,070 (of 142,851 total)