Forum Replies Created

Viewing 30 posts - 25,111 through 25,140 (of 25,536 total)
  • Author
    Posts
  • in reply to: font background #706896

    Hi,

    I have this code in your Quick CSS:

    .handschrift h1.av-special-heading-tag {
        background: rgba(0,0,0,.5);
        display: inline-block !important;
        padding: 16px 8px;
    }

    And cleared the cache from the caching plugin. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Customizing the Author Name and Updated on date #706895

    Hi manojvinod,

    The login details doesn’t work when I tried to login.

    Best regards,
    Nikko

    in reply to: adapt mansory grid #706894

    Hi,

    For the color section (960px fixed width), I’m assuming you will be using same format for those posts, kindly add this css code to Quick CSS (located in Enfold > General Styling):

    .single-post #av_section_1 .container {
        max-width: 960px;
    }

    For the other questions
    A: Edit masonry and find this setting, Image overlay effect and set to Overlay Deactivated

    B: Add this code in Quick CSS:

    h3.av-masonry-entry-title.entry-title {
        font-size: 18px;
        text-align: center;
    }
    
    .av-masonry-entry-content.entry-content {
        font-size: 15px;
        text-align: center;
    }

    Just adjust the font sizes as you see fit (18px:title, 15px:content)

    C: Edit masonry and find this setting, Size Settings set to Perfect Grid

    D: Add this code in Quick CSS:

    span.av-masonry-date {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: How to insert HTML code – Layout Builder #706890

    Hi luke7263,

    Thanks for sharing the solution :)

    Best regards,
    Nikko

    in reply to: Filter of Masonry not displaying #706888

    Hi,

    This is fixed. I have selected all the portfolio categories and on Sortable? I have selected Yes, display sort options. Let us know if it’s also good on your end :)

    Best regards,
    Nikko

    in reply to: Featured Image in Edge browser Poor Quality #706886

    Hi,

    I checked it and it seems to be fixed, I just noticed if you’re not logged in the image doesn’t appear, I unchecked html minification in the post (lost in marrakech). Let us know if it’s also fixed on your end.

    Best regards,
    Nikko

    in reply to: Pagination issue #706884

    Hi Poirot,

    Glad we could help. :)

    Best regards,
    Nikko

    in reply to: Fullscreen slider problem #706883

    Hi Freek,

    Thanks for you kind words :)

    You are free to try to use third party plugins, but I think results will be the same, you just need to choose which aspect you want to be preserved and aspect you can sacrifice.

    Best regards,
    Nikko

    in reply to: Using the fullwidth menu #706873

    Hi Lyse,

    I will keep this thread open if you see any issues related to this topic just post it here :)

    Best regards,
    Nikko

    in reply to: Section Color problem #706872

    Hi,

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

    .page-id-19 #av_section_1 .container {
        padding: 0 50px 50px;
    }
    
    .page-id-19 #av_section_1 .content {
        background: transparent;
    }
    

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Feature Image Is Not Working #706871

    Hi,

    The issue is a bit weird, adding new portfolio item will not show featured image box but editing displays it. Can you try to remove all plugins and check if the issue still persists? if it does, I would like to request for ftp access.

    Best regards,
    Nikko

    in reply to: Footer differs on one page #706867

    Hi,

    Is this already fixed? I compared the footer on the wholesale page and other pages and there’s no difference. If it’s not fixed, can you post a screenshot showing the problems?

    Best regards,
    Nikko

    in reply to: avia_transparency_logo appearing on Events pages #706865

    Hi,

    Can you try to do the following things and check if the issue is fixed in every step:

    1. Deactivate all plugins except Events Manager
    2. Re-install Events Manager
    3. Use default theme like twentysixteen and check if the issue still persists

    Let us know if one of the steps solved the problem, if not we would like to request for ftp access.

    Best regards,
    Nikko

    in reply to: Third-Party Shortcodes no longer working #706861

    Hi,

    I think the problem is similar to this one: https://wordpress.org/support/topic/recaptcha-not-showing-up-in-contact-form-anymore-after-the-upgrade/

    You might need to disable all plugins except Contact Form 7 and try to check if it resolves the problem, if it does, try to enable other plugins one by one to identify which one is causing the problem. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Masonry gallery lightbox doesn't work #706859

    Hi Erwin,

    It should be working fine (link on private data). I just enabled (checked) Lightbox Modal Window which can be found in Enfold > Basic Options. :)

    Best regards,
    Nikko

    in reply to: Enfold Child Latest News Thumbnail Crop (Position) #706852

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Media library issue on Vendor's user #706850

    Hi Elsa,

    You’re very much welcome :)

    I have replaced the code above which is in Quick CSS to this:

    #top select#media-attachment-filters,
    #top select#media-attachment-date-filters {
        height: 32px !important;
    }
    
    #top .media-modal-content .media-sidebar .setting .name {
        max-width: 100% !important;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content input[type="text"], 
    #top .media-modal-content textarea {
        margin-bottom: 8px;
    }
    
    #top .media-modal-content .compat-item .label {
        border: 0;
        margin: 0 0 8px;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content .compat-item label span {
        text-align: left; 
    }
    
    #top .media-modal-content .compat-item .field {
        border: 0;
        float: none;
        margin: 0;
        width: 100%;
    }

    The issues should be fixed, let us know if this is good on your end also.

    Best regards,
    Nikko

    in reply to: Portfolio Item Breadcrumb Incorrect #706842

    Hi,

    Try to add this replace the breadcrumb code I have given to this one:

    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
        $pendant_id   = 253; //change pendant id here
        $portfolio_categories = array('pendants','etched','layered','painted','textured','other');
        $frontpage    = avia_get_option('frontpage'); 
    
        $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home">Home</a>'; 
        if( has_term( $portfolio_categories, 'portfolio_entries') ) {
            $newtrail[1] = '<a href="' . get_permalink( $pendant_id ) . '" title="' . esc_attr( get_the_title( $pendant_id ) ) . '">' . get_the_title( $pendant_id ) . '</a>'; 
        } else {
            $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '">' . get_the_title( $portfolio_id ) . '</a>'; 
        }
        $newtrail['trail_end'] = $trail['trail_end'];
        $trail = $newtrail;
      }
      return $trail;
    }

    Let us know if it works. If not I would like to ask for ftp access, since it’s a bit risky editing functions.php in Appearance > Editor.

    As for the structure, it is best if it’s all Portfolio Entry instead of having a Page mixed with it. The code above won’t be needed and breadcrumbs will be functioning properly as long as all in the dropdown menu is using a single type (Portfolio Entry). Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: How to disable lightbox for videos only #706192

    Hey markvanhaze,

    Can you post a link to the page that has the issue you mentioned above? so we can inspect further. Kindly put the details in the Private Content section when you reply.

    Best regards,
    Nikko

    in reply to: Caption text font size #706190

    Hey Picante,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Customizing the Author Name and Updated on date #706188

    Hi manojvinod,

    Thanks for your patience. Can you give us ftp access? so it’s less risky and easier for us to adjust the code.

    Best regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #706184

    Hi Alex,

    Thanks for your kind words and for using Enfold :)

    Best regards,
    Nikko

    in reply to: Spacing between Icon Boxes #706173

    Hi,

    This is fixed. I edited the page, selected the 2nd row 1st column cell and edit it. Unchecked Custom top and bottom margin and the issue is fixed. Let us know if it’s also good on your end :)

    Best regards,
    Nikko

    in reply to: Spacing of partner element logos on mobile #706153

    Hey JennyGr,

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

    @media only screen and (max-width:767px) {
      #top .avia-logo-element-container .slide-entry {
        margin-bottom: 32px !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #706149

    Hey Alex,

    Glad we could help. We would also appreciate to leave some feedback at themeforest rating page, with that nice review!
    It really helps us a lot! :)

    Cheers!
    Nikko

    in reply to: Change order extra info and social icon #706071

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Enfold Health Demo #706070

    Hi,

    It might just be cached. The font I removed was lifestyles

    Best regards,
    Nikko

    in reply to: facing some issues #706068

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Problem: Buttons Work on Some Pages, Not Others #706065

    Hi,

    Glad it’s fixed :)

    Best regards,
    Nikko

    in reply to: font background #706064

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

Viewing 30 posts - 25,111 through 25,140 (of 25,536 total)