Forum Replies Created

Viewing 30 posts - 14,671 through 14,700 (of 25,536 total)
  • Author
    Posts
  • in reply to: Tiny Font in Tables #1041685

    Hi mooshonov,

    Try using this, let us know if this helps.

    .avia-button,
    .single_add_to_cart_button,
    .woocommerce-page .button {
        font-size: 18px !important;
    }
    
    #sub_menu1 {
        z-index: 301;
    }
    
    .avia_pricing_minimal td,
    .avia_pricing_minimal th {
        font-size: 20px;
    }
      
    #scroll-top-link {
        right: auto !important;
        left: 50px!important;
    }
    
    #top div .product_on_sale .inner_product_header {
        padding-left: 47px !important;
        padding-right: 15px !important;
    }
      
    #top #main .single-product-main-image .onsale {
        right: auto;
    }
      
    .av_header_transparency #header_main .main_menu ul:first-child > li > a {
        color: #fff;
    }
      
    .page-id-8105 .entry-content-wrapper select option {
        background-color: black;
    }
    
    span.minitext {
        display: none !important;
    }
        
    #top .price span {
        font-size:26px !important;
    }
    
    .woocommerce td {
        font-size: 16px;
    }
    
    h2.woocommerce-loop-product__title {
        font-size:22px !important;
    }
      
    @media only screen and (max-width: 767px) {
        .responsive #top .logo{
            width: 100% !important;
        }
      
        .responsive #top .logo a {
            float: left;
            padding-right: 100px;
            padding-top: 0;
        }
    }
      
    @media only screen and (min-width: 480px) and (max-width: 990px) {
        #top .no_margin.av_two_fifth {
            padding: 20px 30px !important; 
        }
    }
    
    @media only screen and (max-width: 479px) {
        #top .no_margin.av_two_fifth,
        #top .no_margin.av_three_fifth {
            width: 100%;
        }
    
        #top .no_margin.av_two_fifth {
            padding: 30px !important;
        }
    
        .flex_cell {
            display: block;
        }
    }

    Best regards,
    Nikko

    Hi gatehealing,

    I apologize for the delayed response.
    You can create a new thread and just point us to it, so it’s easier for us to find, since there are lot of queries.
    If you have multiple questions, it’s best to separate them per thread.

    Best regards,
    Nikko

    in reply to: Create two main menus #1041659

    Hi stanbrid,

    The best approach to do this is via child theme, then override/replace enfold’s header.
    Create 3 columns, the 2 columns left and right has width of 45% and center is 10%.
    I think that’s just it, though it’s simple but it’ll take some time to do :(

    Best regards,
    Nikko

    in reply to: mobile version #1041654

    Hi pddcoms,

    I think that will be a lot of work.
    You’ll probably need to check for all the css like grid.css, base.css, layout.css, etc and look for the media queries.
    If it contains max-width replace it’s values for example (any value as long as it’s lesser than 1350px):

    @media only screen and (max-width: 989px) {

    to:

    @media only screen and (max-width: 1350px) {

    then if you find min-width (any value) for example:

    @media only screen and (min-width: 990px){

    replace it with:

    @media only screen and (min-width: 1351px){

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Lost all my image formatting #1041651

    Hi Ed,

    I’m not really sure why that has happened.
    If you have enabled error logging maybe there’s some lead to what has caused the issue you’re referring.
    Anyway, we are glad that your website is all good now.

    Best regards,
    Nikko

    in reply to: Gallery thumbnail blurry #1041647

    Hi Lise,

    I think that won’t work, I looked for 36px by 36px image sizes and found out that it was “widget” image size.
    Try adding this code at the bottom of functions.php:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
      $size['widget'] = array('width'=>100, 'height'=>75);
      return $size;
    }

    after adding this code, try to re-upload your image.

    Best regards,
    Nikko

    in reply to: Timeline feature not responsive #1041640

    Hi Thomas,

    I see, I tried some css tweaks however it would take a lot of time to make it responsive.
    We will report this to our developers, however I don’t think it will be fixed soon since our devs are currently busy with Gutenberg and the release of WordPress 5.
    For the meantime I’ll suggest on using on third party plugins for this feature, we sincerely apologize for the inconvenience.

    Best regards,
    Nikko

    in reply to: Remove categories on product page #1040972

    Hi vollstark,

    Thanks for understanding :)
    All the best for you too.
    Thanks again for using Enfold and have a wonderful day ahead!

    Best regards,
    Nikko

    in reply to: Images not same size #1040970

    Hi Gene,

    I’m not really sure though why that is happening on your end.
    I have a screenshot on how it looks on my (link in private content)
    The 2nd link, I used some lines to make sure that it is actually equal.

    Best regards,
    Nikko

    in reply to: Remove categories on product page #1040968

    Hi vollstark,

    If just using css, I don’t think it’s possible to filter it.
    Probably with jquery or javascript but that would take some time and outside the scope of our support :(

    Best regards,
    Nikko

    in reply to: Edit Page doesn't load #1040965

    Hi brancheconsult,

    I’ll be closing this then :)
    Thanks again for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi gatehealing,

    Thanks for providing the screenshot, css codes aren’t accepted in php files.
    The one you showed is functions.php file, please remove the css code there, and go to the WP Dashboard, then go to Enfold > General Styling > Quick CSS and place your css code there. :)

    Best regards,
    Nikko

    in reply to: Access to legacy versions o Enfold? #1040961

    Hi Magnus,

    Glad that we could help. :)
    Feel free to create a new thread if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Images not same size #1040960

    Hey Gene,

    I have checked it on my end using Chrome and Windows 10, it uses same width and height 80x80px.
    What browser and OS (operating system, like windows, mac, etc) are you using to check this?

    Best regards,
    Nikko

    in reply to: Can't get the grid from Shop Demo the same dimensions #1040959

    Hi KevinWijnbergen,

    It’s blurry because the column has 476px width 170px height while the image uses 300px and 188px in height, the image is forced to stretch thus making it look blurry.
    When you insert a background image make sure that you choose the right image size, you’ll see it here: https://imgur.com/a/WeO5lAL
    Hope it helps.

    Best regards,
    Nikko

    in reply to: tabs #1040957

    Hi Pilar,

    It’s probably due to some caching.
    Just let us know if it happens again.
    We’ll leave this thread open.

    Best regards,
    Nikko

    in reply to: Webinargeel embeded forms shows empty div #1040956

    Hi lisettetol,

    You should find it inside the head tag.
    You can just right click on the site then select view source, then find (ctrl + f) and find the script and you should see it easily :)

    Best regards,
    Nikko

    in reply to: Quick CSS not working properly #1040951

    Hey jscarlett,

    Can you try to replace the double quotes on your Quick CSS, their showing as “ instead of ” and if I check it on the frontend it shows as some symbols and causes it to not work properly.
    If that doesn’t help, try to disable CSS file merging and compression temporarily in Enfold > Performance.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Problem with Enfold update #1040945

    Hi Pas7o,

    Thanks for understanding.
    This is only temporary due to the changes in Envato’s API.

    Best regards,
    Nikko

    in reply to: Overlapping columns with text and images #1040943

    Hi williamslyd,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #overlapping-content .av_one_half.avia-builder-el-7 {
        position: relative;
        z-index: 10;
    }

    Best regards,
    Nikko

    in reply to: Distance between logo and top edge #1040940

    Hi Adelante19,

    Glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Tiny Font in Tables #1040939

    Hi mooshonov,

    Make sure to properly indent your css code, this way it’s easier to read and debug if there are issues.
    then you can group the code if it has similar properties, for example this code:

    .avia_pricing_minimal td {
        font-size: 20px;
    }
    
    .avia_pricing_minimal th {
        font-size: 20px;
    }

    can be written as:

    .avia_pricing_minimal td,
    .avia_pricing_minimal th {
        font-size: 20px;
    }

    then you can merge the media queries for example there are multiple:

    @media only screen and (max-width: 479px) {
        //some css code here
    }

    you can have just one of that and just insert the content.

    It would also be good to have your media queries at the bottom.

    Best regards,
    Nikko

    in reply to: Access to legacy versions o Enfold? #1040936

    Hi Magnus,

    You can find the link in private content.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Disable price-hiding function #1040928

    Hi bobjonesdesigns,

    Glad that we could help. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Layerslider Issue conflict? #1040925

    Hi Snerp,

    I see, just let us know then.
    I’ll keep this thread open, so you can post again, if the issue isn’t fixed on the next update.

    Best regards,
    Nikko

    in reply to: .widget:first-child how to manage it without CSS code #1040922

    Hi Luca,

    Can you give us a link? if that happens in the demo, you can provide us a link to that.
    If you don’t want to expose the link to your site, just post it in private content, so it’s only visible to the moderators.

    Best regards,
    Nikko

    in reply to: Create button in header #1040920

    Hi Molius,

    Glad to hear that :)
    I’ll be closing this thread then.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hey gatehealing,

    The css seems correct.
    Can you give us a screenshot or a link which shows this error?

    Best regards,
    Nikko

    in reply to: Changing Portfolio "Nothing Found" #1040918

    Hey leviticus,

    Try to edit it in enfold > includes > loop-index.php (line 370):

    <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p>

    You can override this in a child theme, just create an includes folder and add loop-index.php file.
    Hope this helps.

    Best regards,
    Nikko

    Hi kylerollins,

    Glad that it’s fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 14,671 through 14,700 (of 25,536 total)