Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 25,536 total)
  • Author
    Posts
  • in reply to: Hamburger menu menu options have disappeared #1278899

    Hi Jeff,

    Can you give us the login link to your site? so we can check it.

    Best regards,
    Nikko

    in reply to: Adsense Code after Breadcrumbs Navigation #1278896

    Hi hamzakhankhan,

    You can use the conditional tags for that: https://codex.wordpress.org/Conditional_Tags
    I’ll just use the code I used above as an example:

    add_filter('avia_breadcrumbs', function($breadcrumb) {
    	if ( !is_front_page() ) {
    		$breadcrumb .= "<div>adsense here</div>";
    	}
    	return $breadcrumb;
    }, 10, 1);

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Checkout Page is Blank #1278895

    Hi Justine,

    I tried to check your site but I could not see the issue.
    I have excluded the cart and checkout page from being cached in hummingbird pro.
    Please review your site.

    Best regards,
    Nikko

    in reply to: RTL search results page CSS #1278894

    Hi Yory,

    I checked on the link you gave but it always points to the login page, please check.

    Best regards,
    Nikko

    in reply to: My woocommerce grid is not working right #1278892

    Hi natas442,

    The search uses this function get_search_form(): https://developer.wordpress.org/reference/functions/get_search_form/
    In order for you to paste your shortcode inside it, you’ll need to use a child theme, you can download and get instructions in the documentation: https://kriesi.at/documentation/enfold/child-theme/
    Then copy searchform.php from the parent theme (enfold) to the child theme, then tweak it so you can integrate your shortcode in it.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: The grid with products does not work pagination #1278887

    Hi jcreklamy,

    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: Problem with Blog Grid #1278885

    Hi kouamx100,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Alternate Menu for Mobile does Not Display #1278884

    Hi Havi,

    You’re welcome :)
    And yes, you would not need to create a child theme for it.

    Best regards,
    Nikko

    in reply to: Gradient in logo area #1278882

    Hi Jolanda,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Blog Modern Blog Post with pictures. #1278652

    Hi Clemens,

    Since it’s only for the homepage, can you try to replace this code:

    .avia-content-slider .slide-image { display: none; }

    with:

    .home .avia-content-slider .slide-image { display: none; }

    As for pagination issues, please try the solution posted on this thread: https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673

    Best regards,
    Nikko

    in reply to: Masonry Filtering Options #1278648

    Hi Cloudypro,

    Thanks for understanding.
    Also thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Gradient in logo area #1278646

    Hey JoStudioDeRijp,

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

    #header #header_main {
        background: rgb(91,155,143);
        background: linear-gradient(90deg,rgba(108,171,159,1) 0%,rgba(108,171,159,1) 15%,rgba(193,211,187,1) 100%);
    }

    Just replace the colors, you can generate gradient colors here: https://cssgradient.io/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Responsive logo + menu alignment #1278642

    Hi Kristin,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Please add search results in grid #1278640

    Hi John Roa,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: RTL search results page CSS #1278639

    Hi Yory,

    The script or link you posted is broken.
    Can you post it in private content?

    Best regards,
    Nikko

    in reply to: Content not displaying & mobile menu not displaying #1278636

    Hi Michaelduf,

    Thanks for giving us admin access.
    There’s a js error that seems to be caused by merging and minifying the js scripts.
    I have disabled this in Enfold > Performance > Javascript file merging and compression.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Masonry Filtering Options #1278632

    Hi Cloudypro,

    Unfortunately, there’s no easy way to do this and outside the scope of our support.
    To point you in the right direction, you would need to tweak a core js file masonry_entries.js, in order to modify how it works.

    Best regards,
    Nikko

    in reply to: How to remove space between Header and content on mobile #1278629

    Hi Eduardo,

    I have checked it both on mobile and desktop emulator and it shows properly unlikely the screenshots you posted.
    Is this fixed now? if not can you try to clear the browser cache? or if you have chrome browser in mobile, use incognito mode.

    Best regards,
    Nikko

    in reply to: slow site #1278627

    Hey eleonorabienno,

    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

    Hi Halit ziya,

    Can you try to flush out the cache and disable it? then check if it helps.
    If not, try to disable all plugins and check again. If it works, enable the plugins one by one to know which one is causing the issue.
    If still it does not help then I would suggest to backup your site then update both Enfold and WordPress to the latest version.

    Best regards,
    Nikko

    in reply to: Update from v3.8 => 4.7 #1278623

    Hi Chris2234,

    Thanks for giving us admin access.
    I could see the issue, that’s because it’s still using 3.8, once you have done the procedures mentioned above you should be able to see the Theme Options Menu.

    Best regards,
    Nikko

    in reply to: nice page transition #1278603

    Hi jelle,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: content section background should be scrollin #1278601

    Hi yampieters,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Update from v3.8 => 4.7 #1278600

    Hi Chris2234,

    Can you give us temporary admin access? so we can inspect on it.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: boat.woff2 is it needed? #1278597

    Hi laptophobo,

    Thanks for giving us admin access.
    It seems to be returning 404 (not found) error and does not contribute to anything on the page.
    You can remove this in Enfold Child > Import/Export > Iconfont Manager > Font: boat.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: spam comments #1278593

    Hi Guy,

    Which version of reCaptcha are you using?
    If it’s version 3 then you won’t see any reCaptcha box to prove you’re not a robot.
    If it’s version 2 then it would require something from the user like I’m not a robot box, you can see the different types of captcha here: https://developers.google.com/recaptcha/docs/versions

    Best regards,
    Nikko

    in reply to: Can I edit the ENFOLD 404 page? #1278591

    Hi envato99,

    I don’t think that it’s caused by Yoast but you can try to disable all plugins and check.
    If it works properly after disabling all plugins, just enable them one by one to know which one is causing the issue.
    Otherwise, 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: Blog Modern Blog Post with pictures. #1278589

    Hi,

    Thanks for giving us admin access.
    The reason why it’s not appearing is because of this code in Quick CSS:

    .avia-content-slider .slide-image { display: none; }

    Why did you add this code? or where is it used? so we can try to modify that code so it’s only on specific elements.

    Best regards,
    Nikko

    in reply to: Enfold and Google Core Web Vitals #1278586

    Hi Jason,

    Thanks for the link.
    I have checked your site in GTMetrix even Google’s Lighthouse and the CLS is ranging from 0 to 0.04 (you can check GTMetrix results in private content)
    As for performance, it seems good with GTMetrix probably because of the location but on my end, it’s a bit slow around 7s because of the blocking time.

    Best regards,
    Nikko

    Hi Josh,

    I apologize for the delayed response.
    Since it will only be a One-Page site, do the following:
    1. Edit the homepage
    2. Edit a Specific Section (or Color Section, example: About section).
    3. Go to Advanced (tab) > Custom ID Attribute put about (just name this whatever you like, if this is on Services, put services ) then save.
    4. Go Appearance > Menus (select the Main Menu)
    5. Create a Custom Link, set the URL to #about (for services it will be #services ) then Link Text put About (or About Us) and save.
    This would allow clicking on the links to scroll down to the correct section.
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 6,361 through 6,390 (of 25,536 total)