Forum Replies Created

Viewing 30 posts - 25,411 through 25,440 (of 25,536 total)
  • Author
    Posts
  • in reply to: problem with fonts like times new roman #702342

    Hi Chris,

    This is fixed. I have commented out your h1 code and added this code to Simple Custom CSS:

    h1 {
        font-family: Times, Helvetica, serif !important;
    }

    I have tested the font you used and the websafe font it is similar but the websafe font fixes the issue you have. Please let us know if there’s any issues related to this topic that you are still experiencing.

    Best regards,
    Nikko

    in reply to: Socket Size #702322

    Hi,

    Try to add this code in Quick CSS:

    @media only screen and (max-width:1300px) {
      #main main.content {
        min-height: 439px;
      }
    }

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Save tables making in Avia Layout Builder as shortcode #702321

    Hi,

    Glad that it’s fixed. You can also convert tables to shortcode by switching from Advance Layout Builder to Default Editor. :)

    Best regards,
    Nikko

    in reply to: On smartphone basket icone under logo #702320

    Hey jb84,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
        .responsive #top .logo {
            padding-right: 40px;
        }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Header Image full width not working. #702316

    Hi,

    Kindly add this code to your Quick CSS:

    .html_header_top.html_logo_center #top .logo {
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    
    #top .logo a {
        max-height: none !important;
    }
    
    #top .logo img {
        height: auto !important;
        max-height: none !important;
        width: 100%;
    }

    Best regards,
    Nikko

    in reply to: How to align the page counter into center in mobile view #702298

    Hi,

    The link you’ve posted requires a password to view. Can you post the password in the Private Section?

    Best regards,
    Nikko

    in reply to: Specific IP Block #702291

    Hey ginigarbick,

    This is outside the scope our support but we would gladly give you some ideas. The codes there should be placed inside .htaccess file (same location where you can find wp-config.php, most likely in public_html via cpanel or ftp). I think you may want to try to use a wordpress plugin instead for that job, you might like to check Wordfence.

    Best regards,
    Nikko

    in reply to: Disable all animations? #702286

    Hi,

    I have replaced the code based on the thread to this:

    #top .av_font_icon,
    #top .avia-image-container,
    .avia_transform .avia_start_animation.left-to-right.avia_image, .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon, .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { 
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important; 
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important; }

    Kindly check if there are still animations that you want to be removed and post a link to the Private Content when you reply.

    Best regards,
    Nikko

    in reply to: IP Log in Form #702285

    Hey aggro,

    Unfortunately this feature is not available in the Contact Form of the theme, you can try to use third party plugin for this feature like Contact Form 7. As for the feature that you want, you can submit a feature request here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Nikko

    Hi!

    This should be fixed, kindly check on your end. If it’s not working try to clear the cache in wp rocket. I have added this code in your Quick CSS:

    @-moz-document url-prefix() { 
      .portfolio-preview-content strong, 
      .portfolio-preview-content b{
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
      }
    }

    Please let us know if you still experience any issues related to this topic :)

    Cheers!
    Nikko

    in reply to: Adapt Header Size for Mobile #702257

    Hi Corina,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Portfolio gallery images with different links #702255

    Hey cipriana,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Portfolio Item Breadcrumb Incorrect #702245

    Hey AlanGRutter,

    I have added this code in functions.php of your Child Theme:

    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1);
    function avia_change_breadcrumb($trail) {
    
      if(is_single() && get_post_type() == "portfolio")
      {
        $newtrail     = array();
        $portfolio_id = 77; //change portfolio id here
        $frontpage    = avia_get_option('frontpage'); 
    
        $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home" rel="nofollow">Home</a>'; 
        $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '" rel="nofollow">' . get_the_title( $portfolio_id ) . '</a>'; 
        $newtrail['trail_end'] = $trail['trail_end'];
    
        $trail = $newtrail;
      }
      return $trail;
    }

    This should fix the issue. Please let us know if you experience any issues on the breadcrumb after this code has been added :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Can't use the symbol less then symbol in table #702223

    Hi Trender,

    It’s a great solution, you only need to remove the extra styling when using the
    < pre >

    code. I have added this code in your Quick CSS (located in Enfold > General Styling):

    .avia-table pre {
        background: transparent;
        border: 0;
        line-height: inherit;
        margin: 0;
        padding: 0;
    }

    I hope this resolves the problem. Please let us know if there are any related issues :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko. Reason: formatting
    in reply to: Sidebar Menu which show parent and sub-menu #702210

    Hey Brendon,

    The login details doesn’t seem to work. As for your request, If I’m not mistaken you want something like this: http://kriesi.at/themes/enfold/pages/ (referring to sidebar menu)? If yes, try to use this instruction (:

    1. Create a Menu, Add Menu Items and Save
    2. Go to Widgets, Add a New Widget Area, Use Custom Menu widget and put it inside the new widget area you created, select the menu you have created
    3. Edit the page add a 1/4 or 1/3 grid (depends on your preference) put a Widget Area and choose the widget area you created and Update

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Gifs in your gallery #702205

    Hi Justing,

    Using gifs on Enfold’s Gallery will surely work great. You can try to test it with Gallery or Masonry Gallery. :)

    Best regards,
    Nikko

    in reply to: Advanced Layout Editor (disabled) for Shop page workaround #702204

    Hey virtualbis,

    Can you post a link to the pages you have mentioned and also create a temporary admin access? so we can inspect further. Please post the links and the login details in the Private Content section when you reply.

    Best regards,
    Nikko

    Hi,

    The login details you’ve given doesn’t seem to work.

    Best regards,
    Nikko

    in reply to: Featured Image not centered #702199

    Hi,

    I have added this code snippet at the bottom of Quick CSS (located in Enfold > General Styling):

    .page-thumb img {
        display: block;
        margin: 0 auto 8px;
    }

    Please let us know if you find any issues related to this. :)

    Best regards,
    Nikko

    in reply to: Logo size transparent and scrolled #702196

    Hi,

    I have this code in Quick CSS:

    @media only screen and (min-width:768px) {
      #top .logo {
        width: 150px;
      }
    
      #top .av_header_transparency .logo {
        height: 200px;
        width: 340px;
      }
    
      #top #header_main > .container, 
      #top #header_main > .container .main_menu ul:first-child > li > a, 
      #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 91px !important;
        line-height: 100px !important;
      }
    
      #top .av_header_transparency #header_main > .container, 
      #top .av_header_transparency #header_main > .container .main_menu ul:first-child > li > a, 
      #top .av_header_transparency #header_main #menu-item-shop .cart_dropdown_link {
        height: 120px !important;
        line-height: 180px !important;
      }
    }
    
    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        margin-left: 0;
      }
    
      .responsive #top .logo img {
        max-height: 80px !important;
      }
    }

    and have commented this code out:

    .logo > a > img {
        max-width: 150px;
    }
    
    .logo, .logo a, .logo a img {
    width: 340px;
    height: 200px;
    }

    With those codes added the Desktop, Tablet and Mobile versions should look good, you can play on the values as you see fit. Please let us know if there’s any issues with it and we would be glad to answer. :)

    Best regards,
    Nikko

    in reply to: Logo in menu keeping menu height or similar #702183

    Hi!

    I checked you’re site but it’s down, It only shows this when browsing using Chrome: This site can’t be reached.

    Best regards,
    Nikko

    in reply to: Animated icon hover tooltip #702180

    Hi,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    #top .avia-tooltip, #top .avia-tooltip .avia-arrow {
        background: rgba(0,0,255,0.5);
    }

    Just play around with the background color. If you need any help regarding it, just let us know :)

    Best regards,
    Nikko

    in reply to: Portfolio gallery images with different links #702173

    Hey cipriana!

    Sorry it was already too late in the evening when I replied yesterday. I have used Masonry Gallery on your page and it works out well, you can check the link in the private content, I created that page on your site.

    Best regards,
    Nikko

    in reply to: colum in a grid row not stacking on tablet portrait view #702167

    Hi Oghi!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: How to Style Search Return page? #702166

    Hi!

    You can use this post as a reference on learning how to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Nikko

    in reply to: #header_meta mobile height issue? #702010

    Hi Thomas,

    This is fixed. I have added this code in your Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
        #top .phone-info,
        #top .phone-info span {
            height: 30px;
            line-height: 30px
            padding: 0;
        }
    }

    Hope this fixed it on your end also :)

    Best regards,
    Nikko

    in reply to: Right side drop down menu cut off #701990

    Hey lssu,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    .av-main-nav .menu-item-top-level-4 ul.sub-menu {
        left: auto;
        right: 0;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: contact form multi recipients #701989

    Hey jb84,

    Enfold doesn’t have that feature/functionality you might want to try Contact Form 7 (I’m pretty much sure it has this functionality) or use other third party plugins.

    Best regards,
    Nikko

    in reply to: Link with button style on menu #701986

    Hey nicholast10,

    Can you give us a link to your site? so we can inspect further. Kindly place the details in the Private Section in your reply.

    Best regards,
    Nikko

    in reply to: Bewertung / Komentar für Gäste – Is german ok? #701981

    Hi,


    @dfarin
    : Thanks for helping out and sharing the fix on your end :)

    Best regards,
    Nikko

Viewing 30 posts - 25,411 through 25,440 (of 25,536 total)