Forum Replies Created

Viewing 30 posts - 16,141 through 16,170 (of 25,536 total)
  • Author
    Posts
  • in reply to: google maps nearby locations #963348

    Hi Mohammad,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Single Blog Post after update #963344

    Hi VINCEND,

    I have checked the link you posted and it works properly on my end.
    If I click on the title, featured image or button, it does take me to the right post you mentioned.
    I only get redirected to the authors page if I click on the author beside the date.
    I put my screenshot in private content, you will see that I have marked it with 2 red rectangles.
    The 1st one which shows the link where you will be redirected, this is located in the lower left of your site when you hover over a link, it shows the right url.
    The 2nd one I have marked is using a web inspector which shows the markup of the site, in this case, the link is correct.

    Best regards,
    Nikko

    in reply to: Line Spacing Enfold Sub Menu #963339

    Hi Andy,

    Thanks for contacting us and using Enfold :)
    You can upload the screenshot in https://imgur.com/ or any online image sharing sites then post the link here.
    Then we’ll try to give you css codes that should work.

    Best regards,
    Nikko

    in reply to: Admin username output on page in av-structured-data #963334

    Hi mjakubicek,

    It will be overwritten by the update, basically the theme updates replaces all files in the enfold folder.
    So if you want to retain the changes, please add it to the child theme. :)

    Best regards,
    Nikko

    in reply to: Blog not loading #963333

    Hi Fiona,

    I have checked your site and it seems weird that that page only shows errors in the console.
    Can you try creating a new page instead and set it as your blog page?
    This may not be necessary but as for knowing if your using a child theme, you can check this post: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
    Another way of knowing is it commonly shows Enfold Child in the WP Dashboard instead of Enfold. :)

    Best regards,
    Nikko

    in reply to: Blog header image is distorted? #963325

    Hi jgeorge64uk,

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

    Best regards,
    Nikko

    in reply to: WooCommerce Product slider after Update not working #963320

    Hi LabellaConsulting,

    Glad that it’s fixed. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: don't show 'shop overview page' on the widget Area #963319

    Hey barbarawsimon,

    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Remove Video Download Icon #963318

    Hi Neil,

    Can you try to use Video found in Avia Layout Builder > Media Elements? that should not show the download icon.
    Or if you want to use Text Block, switch it to Text mode and use this shortcode:

    [video width="800" height="500" mp4="http://link_to_your_video"][/video]

    then replace http://link_to_your_video with the right url of the video.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Background color for burger menu #963311

    Hey Responsivmedia,

    Thanks for giving us the link.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av-burger-overlay .avia-menu-text {
        color: #fff !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: How to customize the archives display setting. #963307

    Hey Yasir,

    Can you give us a link to the page mentioned? so we can check further.
    You can post the link in private content so it’s only seen by the moderators.

    Best regards,
    Nikko

    in reply to: Next/Previous arrows gone after update #963306

    Hi christianichristiani,

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

    Best regards,
    Nikko

    in reply to: Google maps broken since Update on 4.3 #963292

    Hi Monique,

    It seems that there are others experiencing this issue too, can you try the solution posted by our dev in this thread:

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blog header image is distorted? #963291

    Hi jgeorge64uk,

    We have changed it, we modified the Color Section by going to Section Background > Background Repeat and setting it to Scale to fit (scales image so the whole image is always visible)
    Added this ID mybanner then went to Enfold > General Styling > Quick CSS, and add this css code:

    #mybanner {
      background-repeat: repeat !important;
    }

    Hope it’s all good :)

    Best regards,
    Nikko

    Hey hackoffseries,

    Try adding this css code in Quick CSS (located in Enfold > General Styling): code at the bottom of functions.php:

    add_filter('avf_set_follow','avia_set_follow');
    function avia_set_follow(){
      $meta = '<meta name="robots" content="index, follow" />' . "\n";
      return $meta;
    }

    Hope it helps :)

    Best regards,
    Nikko

    • This reply was modified 7 years, 2 months ago by Nikko.
    in reply to: How to make images with links nofollow in a post #963274

    Hey manojvinod,

    You will need to override the Image in Avia Layout Builder to do that, but first you need to use a child theme:

    Then follow the instructions here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
    Copy image.php found in enfold > config-templatebuilder > avia-shortcodes > image folder then paste it to the shortcodes folder in the child theme.
    Find this code (line 548):

    $output.= "<a href='{$link}' class='avia_image'  {$blank}>{$overlay}<img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url /></a>";

    then insert the nofollow code. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Parse syntax error #963251

    Hi AliAbabwa,

    Glad that you have managed to fix it. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: After Enfold Update 4.4 no access to WP anymore #963250

    Hi AliAbabwa,

    Glad that it’s all good on your site now :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Google maps element not working #963245

    Hi Petra,

    Can you try the solution posted on this thread: https://kriesi.at/support/topic/parse-error-when-updating-to-latest-version/#post-963219
    Hope this helps :)

    Best regards,
    Nikko

    Hey Phil,

    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Issues After Update 4.3.1 #962113

    Hi Te Roopu Atawhai,

    Glad that it’s resolved. :)
    And thanks for sharing how it was fixed.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Addressing certain columns only with css #962108

    Hi Lisa,

    Can you try to create a new google map api key?
    I tested it with the api key that I have and it works fine.
    Screenshot that it works in private content.

    Best regards,
    Nikko

    in reply to: Newest Enfold Update not loading via Envato #962100

    Hey AMahoneyHPPress2,

    We apologize for the incovenience, there might be some connectivity issues between the sites you have and envato, but there other factors which prevents it from working properly.
    However, if you are still experiencing the issue, please try to update it manually via ftp instead, please follow the instruction in our documentation:

    Let us know if this helps.

    Best regards,
    Nikko

    Hey Gitte,

    There’s already a plan to enhance Advanced Styling, however it will be done and implemented soon.
    For now, we can help you by giving you css codes that you can add to Quick CSS and make changes in styling.
    Please give us a link and tell us what you’d like to change like font size, color, etc.
    You can post the link in private content, if you want it to show only to the moderators.

    Best regards,
    Nikko

    in reply to: Blog header image is distorted? #962091

    Hi jgeorge64uk,

    I have checked your site and it seems to fetch the small version of the image.
    Link to the image fetched in private content.
    Can you try to use a full version, if you need assistance on it, 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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: HTTP ERROR 500 After Latest Enfold Theme Update #962087

    Hi honkatech,

    Thanks for giving us ftp access.
    I have made changes in your Enfold theme file and your site is up now.
    If it’s all good please change the password on the access you gave.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: privacy policy checkbox under Comment form #962072

    Hi a-l-p,

    I have checked your site and it seems to work properly.
    I have posted the link on the screenshot I’ve taken.
    It’s probably just some caching issues.

    Best regards,
    Nikko

    in reply to: Next/Previous arrows gone after update #962066

    Hi christianichristiani,

    Thanks for giving us ftp access, I have commented out this code:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings) {
         $settings['same_category'] = true;
         return $settings;
    }

    and add this code in functions.php:

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('portfolio')) {
        $settings['taxonomy'] = 'portfolio_entries';
        $settings['same_category'] = true;}
      if(is_singular('sfwd-lessons')) {
        $settings['taxonomy'] = 'ld_lesson_category';
        $settings['same_category'] = true;}
      return $settings;
    }

    And it works fine. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Google maps broken since Update on 4.3 #962057

    Hi Monique,

    I’m not really sure why that happened and apologize for the inconvenience.
    But I’m glad that it’s fixed now. Let us know if you need further assistance.

    Best regards,
    Nikko

    Hi goodinkcreative,

    Glad to hear that. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    @L+T: Thanks for helping out :)

    Best regards,
    Nikko

Viewing 30 posts - 16,141 through 16,170 (of 25,536 total)