Forum Replies Created

Viewing 30 posts - 15,181 through 15,210 (of 25,536 total)
  • Author
    Posts
  • in reply to: Changing the URL of post format link #1024915

    Hi Richard,

    I tried checking your site again, however I’m getting:

    Error establishing a database connection

    Let us know if we are able to check again your site.

    Best regards,
    Nikko

    in reply to: Mouse over the slider problem #1024914

    Hi Arlinx,

    Yes, I have created a test page which is basically a clone of the homepage (link in private content).
    I did test on mouse scroll again on the slider and it seems to be working fine now, is it also fixed on your end?

    Best regards,
    Nikko

    in reply to: woocommerce image zoom on another page #1024905

    Hi dondela,

    I think a part of the shortcode might be causing the issue but most of the time it doesn’t really cause that issue.
    Can you try adding the shortcode bit by bit? what I mean is to add probably just a single section of the shortcode, maybe this way we know which part of the shortcode is causing the issue and maybe we can do some workaround it.

    Best regards,
    Nikko

    in reply to: View Cart button #1024902

    Hi Richard,

    I think you’re referring on the icon cart on top which shows the Cart page.
    Can you try going to Enfold > Shop Options > Header Shopping Cart Icon set to: Always Display attached to the main menu and Save.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Shopify buy button not visible on website #1024887

    Hi Victoria,

    I apologize for the late response however I couldn’t access your site using the credentials you gave, please check.
    Also, can you try using a code block first? or you can also try to add the code in footer or header: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section

    Best regards,
    Nikko

    in reply to: Ajax window stopped working #1024877

    Hi smoothbob,

    Thanks for sharing that information :)
    Glad that it’s all good on your end.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Quick CSS Mistake #1024876

    Hi Nathan,

    The links for the screenshots you posted can’t be viewed since it’s just on your local computer.
    Can you upload it on https://imgur.com/ then post the link here?
    You can put the link in private content, if you want it to be seen by moderators only.

    Best regards,
    Nikko

    Hi Swarez,

    No worries, I’m just glad that the image size issue is cleared out :)
    As for overriding it in the child theme, I apologize I’m wrong regarding it, can you try adding this in your child theme’s functions.php:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
      $size['portfolio'] = array('width'=>402, 'height'=>325);
      return $size;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1024866

    Hi xtenz,

    Yes please do give us admin access, so we can check the backend and inspect further.
    Just post the credentials in private content, so it’s only visible to the moderators.

    Best regards,
    Nikko

    Hi zizibe1,

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

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1024707

    Hi xtenz,

    I can see this css code being added, probably in Quick CSS:

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li.oswald {
        font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    To fix it, you can add this css code:

    #top .av-special-font {
        font-family: inherit;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Wrong fonts in some ENFOLD related CSS #1024704

    Hey Gitte,

    Can you give us a link to your site? so we can check further.

    Best regards,
    Nikko

    in reply to: Error on load – #1024703

    Hi claychurchill,

    Glad to hear that.
    As for the header video issue, we’d like to check your backend however the login credentials doesn’t work anymore.
    Please post the credentials in private content.

    Best regards,
    Nikko

    in reply to: VIDEO LIGHTBOX Not Working #1024699

    Hi Justin,

    Can you try to use this link on your button?
    https://youtube.com/watch?v=le0c8IC8zwA%3Fautoplay%3D1%26iframe%3Dtrue
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Social Icons in Footer #1024695

    Hi mikeens,

    1. Can we request a screenshot of it? I couldn’t see it from my end.
    2. You need to modify footer.php and find the code I gave you and just remove it there.

    Best regards,
    Nikko

    Hi Swarez,

    I have no intention of giving you a link that doesn’t work, it’s a thread in the forum from 4 years ago, if you can’t see try checking it with this link (or the link in private content):
    https://goo.gl/fgwsw8
    or you can search through Enfold or google with the keywords Enfold Image Size and you’ll see it hasn’t changed.

    Best regards,
    Nikko

    in reply to: Changing the URL of post format link #1024679

    Hi Richard,

    I have added a postslider folder under the shortcodes folder of your child theme and copied postslider.php from the enfold theme.
    Then after this code (line 468-480):

    if($format == 'link')
    {
    		$current_post = array();
    		$current_post['content'] = $entry->post_content;
    		$current_post['title'] =  $entry->post_title;
    
    		if(function_exists('avia_link_content_filter'))
    		{
    				$current_post = avia_link_content_filter($current_post);
    		}
    
    		$link = $current_post['url'];
    }

    I added this code:

    if( get_field( 'download_report') ) {
    	$link = get_field( 'download_report');
    }    

    Let us know if you need further assistance.

    Best regards,
    Nikko

    Hi Ed,

    I don’t think the information I gave is wrong since I never changed the value.
    Also you can check it in this thread which is 4 years ago that 495 x 400 has already been the size of the portfolio:

    Change portfolio image size

    I understand that you’d like to override it in the child theme, however there’s no hook where we can override it, that’s why I suggested to use the plugin mentioned above instead.

    Best regards,
    Nikko

    • This reply was modified 6 years, 8 months ago by Nikko.
    in reply to: enfold 4.5 update failed #1024200

    Hi KunaCustoms,

    That’s great to hear. :)
    Feel free to post a new thread if you need further assistance.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: How force a favicon refresh? #1024197

    Hi CloudChoice,

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

    Best regards,
    Nikko

    in reply to: Changing the URL of post format link #1024122

    Hi Richard,

    I think that’s better.
    Since you are using Blog Posts, you can override config-templatebuilder > avia-shortcodes > blog to your child theme.

    Best regards,
    Nikko

    in reply to: Error on load – #1024109

    Hey Clay,

    Yes’ you’re right about the border it’s in “after_full_slider_1, you can remove the border by adding this code in Quick CSS (Located in Enfold > General Styling):

    #top #after_full_slider_1 {
        border: none;
    }

    Regarding the error you’re seeing, try clearing out the browser cache, I didn’t see it on page load and when I viewed the page source.
    As for the videos, can you give us a screenshot?

    Best regards,
    Nikko

    in reply to: Corona #1024098

    Hey Greg Moss,

    I’ll be closing this post since you have already created a similar thread with the same title.

    Best regards,
    Nikko

    in reply to: Corona #1024097

    Hey Greg Moss,

    Corona is compatible with php 7+ however we would recommend purchasing Enfold instead since we update it regularly unlike Corona which doesn’t have any additional updates except for compatability updates for the latest php versions.

    Best regards,
    Nikko

    in reply to: What happened to custom.css? #1024089

    Hi salai_com,

    Inside the WP Dashboard, go to Enfold > Performance > CSS file merging and compression and set to Disable – no CSS file merging and compression then Save.
    Hope this helps.

    Best regards,
    Nikko

    Hi,

    Glad to hear that it’s working fine :)
    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: Burger menu is almost invisible. #1024079

    Hi frost2001,

    Glad to hear that :)
    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: Blog page styling #1024074

    Hi Malene123,

    Try adding this also in Rikard’s code:

    
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

    Hope it helps.

    Best regards,
    Nikko

    in reply to: How force a favicon refresh? #1024062

    Hi CloudChoice ,

    Try adding this code at the bottom of your functions.php:

    add_filter('avf_favicon_final_output','avia_favicon_link');
    
    function avia_favicon_link($icon_link) {
      $icon_link = '<link rel="icon" href="http://www.yoursite.com/favicon.ico?v=2" type="image/x-icon">';
      return $icon_link;
    }

    You’ll need to change the href value.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Mouse over the slider problem #1024052

    Hey Arlinx,

    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

Viewing 30 posts - 15,181 through 15,210 (of 25,536 total)