Forum Replies Created

Viewing 30 posts - 3,391 through 3,420 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold parent theme update not working #1343945

    Hey ljenk,

    Can you try to install Envato Market plugin: https://www.envato.com/lp/market-plugin/ ? and update Enfold using this plugin.
    Envato private token will be needed to make the update, if you haven’t generated a private token yet, then please follow the instructions in: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    Hey GWS,

    Can you try adding this CSS code in Quick CSS:

    #top .footer_color .input-text, 
    #top .footer_color input[type='text'], 
    #top .footer_color input[type='input'], 
    #top .footer_color input[type='password'], 
    #top .footer_color input[type='email'], 
    #top .footer_color input[type='number'], 
    #top .footer_color input[type='url'], 
    #top .footer_color input[type='tel'], 
    #top .footer_color input[type='search'], 
    #top .footer_color textarea, 
    #top .footer_color select {
        color: black;
    }

    Best regards,
    Nikko

    in reply to: Portfolio items not showing #1343942

    Hi m s,

    I have modified the previous code and added this CSS code (just adjust the margin and font-sizes as you see fit):

    .page-id-6201 #av-sc-portfolio-1 .isotope-item .grid-content .entry-title {
        font-size: 64px !important;
        margin-bottom: 28px;
    }
    
    .page-id-6201 #av-sc-portfolio-1 .isotope-item .entry-content {
        color: white;
        font-style: normal;
        font-size: 28px;
    }

    Best regards,
    Nikko

    in reply to: Help with marking image as sold tag #1343935

    Hi condonpb,

    Thanks, please remove this CSS code:

    .sold {
        background-image: url(https://www.wardlawfineart.co.uk/wp-content/uploads/2022/03/Side_Sticker.png)!important;
        position: relative;
        background-repeat: no-repeat;
        z-index: 2;
    }

    and replace it with:

    .sold .avia-image-overlay-wrap:after {
        content: '';
        display: block;
        position: absolute;
        top: -11px;
        left: -11px;
        z-index: 10;
        background-image: url(https://www.wardlawfineart.co.uk/wp-content/uploads/2022/03/Side_Sticker.png)!important;
        width: 100px;
        height: 98px;
    }

    Best regards,
    Nikko

    in reply to: Cannot Import Demo #1343763

    Hey avpwebsites,

    You need to enable PHP ZipArchive Extension on your site.
    You can enable this on cPanel or ask your hosting provider for assistance.
    You can see if this is enabled or disabled using the link in private content.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: wartungsmodus Maintenance mode cannot be deactivated #1343762

    Hi COMPANIES24,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Tab Sections #1343761

    Hey gharry79,

    I can’t seem to get past this popup (screenshot in private content).
    Please provide credentials on it as well.

    Best regards,
    Nikko

    Hey mntsrvcs,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:480px) {
      #top .slideshow_caption .avia-caption-title {
        display: block;
      }
    }

    Best regards,
    Nikko

    in reply to: Featured Image Not Visible #1343758

    Hey antiguanice,

    Thanks for giving us admin access.
    On your post, you are using the Advanced Layout Builder which uses blank layout, which means, the default layout is not used therefore featured images will not be shown, to show the image, you’ll need to manually add them via Image element in the Advanced Layout Builder.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Help with marking image as sold tag #1343755

    Hi Pete,

    Can you give us a link to the page shown in the screenshot? so we can inspect on it and try to give a more accurate CSS code.

    Best regards,
    Nikko

    in reply to: Using Easy Slider Captions Issue #1343753

    Hi Pete,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-slideshow-slide .avia-slide-wrap {
        display: block;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi ewenning,

    Can you try adding this CSS code in Quick CSS:

    #top .form-row label {
        display: inline-block !important;
    }
    
    .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox {
        width: auto;
    }

    Best regards,
    Nikko

    in reply to: Portfolio items not showing #1343749

    Hi m s,

    You’re welcome. :)
    As for the three differently styled paragraphs, the limit for portfolio grid is just two using both title and excerpt.

    Best regards,
    Nikko

    in reply to: Page Edits Not Loading – Spinning Icon #1343747

    Hi pencefinancial,

    Yes, I think it’s a server issue since there’s no Wordfence plugin on your site.
    Try to contact your hosting provider to help you with it.

    Best regards,
    Nikko

    in reply to: Page Edits Not Loading – Spinning Icon #1343557

    Hi pencefinancial,

    It’s happening on the homepage since Wordfence blocks the iframe, it would only happen to pages with the iframe embed.
    I have posted a screenshot of the issue in private content.
    It should be fixed if you unblock it in Wordfence.

    Best regards,
    Nikko

    in reply to: Portfolio items not showing #1343555

    Hi m s,

    I apologize for the delayed response, I have modified the CSS code with this:

    .page-id-6201 #av-sc-portfolio-2 .isotope-item {
        padding: 5px;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay {
        background: #000 !important;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay-inside:before {
        display: none;
    }
    
    .isotope-item .grid-image.avia-hover-fx img{
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    
    .isotope-item .grid-image.avia-hover-fx{
        overflow: hidden !important;
    }
    
    .isotope-item:hover .grid-image.avia-hover-fx img{
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }
    
    .page-id-6201 .avia-fullwidth-portfolio .sort_width_container {
        padding: 0;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content {
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item:hover .grid-content {
        opacity: 1;
        visibility: visible;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content .grid-entry-title {
        background-color: transparent;
        color: white;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content .grid-entry-title a {
        text-decoration: none !important;
    }
    
    .page-id-6201 #av-sc-portfolio-2 .isotope-item .avia-arrow {
        display: none;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Simple vertical column alignment #1343227

    Hi dnweil,

    Thanks for giving us admin access.
    I have added this CSS code for vertical alignment (top):

    #top.page-id-269 .flex_column.av_one_third {
        vertical-align: top;
    }
    
    #top.page-id-269 .avia_textblock p:first-child {
        margin-top: -5px;
    }

    As for h1-h6, it’s a different issue.
    Can you point us to where you are making the changes?

    Best regards,
    Nikko

    in reply to: Related posts based on category 3 #1343084

    Hi Birgitte,

    The way WordPress works with parent themes and child themes is that it looks for the file with the same name in the child theme first and if the file is found it uses it, if not then it uses the one in the parent theme. For example, if the child theme contains both “includes/related-posts.php”, first it looks on the child theme if it has that file, if it does then it uses it, if not then it uses the one in the parent theme. So the results should be the same whichever you choose, the only difference is that the parent theme file is modified in the first one and not on the second one, but it doesn’t matter since the child theme’s file is used (also when there’s an update any modification on the parent theme will be removed).

    Other than FTP, you can use cPanel. WordPress has a Theme Editor however you can’t create a file with it, you can just modify existing ones.

    Best regards,
    Nikko

    in reply to: Child theme does not look like parent theme #1343082

    Hi Birgitte,

    You’re welcome :) You can turn on the JS & CSS file merging and compression.
    The magic was just changing the layout from stretched to boxed then set it back to stretched layout :D

    Best regards,
    Nikko

    in reply to: section full width #1343080

    Hi famarinu,

    Thanks for giving us admin access.
    It’s not possible with the current setup, the only workaround that I think should work is to have those image on the bottom to be placed outside of the Tab Section and put it inside a Grid Row, then maybe add a Custom ID to it, then add a few javascript codes.
    Can you give us FTP access? so we can try to add some js codes.

    Best regards,
    Nikko

    in reply to: Transparent Glassy Header Transition #1343079

    Hey terishka1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .av_header_glassy.av_header_transparency .header_bg {
        display: none !important;
    }

    Best regards,
    Nikko

    in reply to: Menu Bottom Line #1343078

    Hey jumamedia,

    Try to edit Main Menu Indicator in Enfold > Advanced Styling.
    If that does not help, can you give us a link to your site?

    Best regards,
    Nikko

    in reply to: Portfolio Grid Excerpt Changes #1343077

    Hey terishka1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .grid-content, 
    .grid-content .grid-entry-title {
        background-color: #262626 !important;
    }
    
    .grid-content .avia-arrow {
        display: none;
    }
    
    .grid-content .grid-entry-title {
        text-align: center;
        font-size: 22px;
        color: white;
    }

    Best regards,
    Nikko

    in reply to: Portfolio Grid Center Sort Menu #1343076

    Hey terishka1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .main_color #js_sort_items {
        text-align: center;
    }
    
    .main_color #js_sort_items a, .main_color #js_sort_items span {
        display: inline-block;
        float: none;
    }

    Best regards,
    Nikko

    in reply to: Related posts based on category 3 #1343073

    Hi Birgitte,

    1. It means by using a child theme you can modify some of the parent theme’s functionality. Please create a folder inside a child theme and name it includes, then copy the related-posts.php file from the parent theme (inside the includes folder) to the child theme’s includes folder.
    2. I believe it’s in the link you posted above.

    Best regards,
    Nikko

    in reply to: Full size image in lightbox #1343071

    Hey Vera,

    Please try using this code:

    add_filter("avf_alb_lightbox_image_size", function($size, $context) {
        $size = "full";
        return $size;
    }, 10, 2);

    Best regards,
    Nikko

    in reply to: Simple vertical column alignment #1343070

    Hi dnweil,

    Thanks for giving us the link, however, when I check those columns, it seems to be aligned in the middle.
    If you have already set it to top vertical alignment, then please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Child theme does not look like parent theme #1343069

    Hi BirgitteAlstrom,

    Thanks for giving us admin access.
    It should look the same as the parent theme now, please review your site.

    Best regards,
    Nikko

    in reply to: Changing front layer with overlapping sections #1343068

    Hey Ryan,

    Please add this CSS code as well:

    .postid-1354 .av_textblock_section.av-l08a7fxz-19ba5f1e2bbfe03c29cbc7cbc31fdb5b {
        position: relative;
        z-index: 2;
    }

    Best regards,
    Nikko

    in reply to: Easy Table of Contents Issue #1343066

    Hey emendowa,

    Is this is the plugin you’re referring https://wordpress.org/plugins/easy-table-of-contents/ ?

    Best regards,
    Nikko

Viewing 30 posts - 3,391 through 3,420 (of 25,536 total)