Forum Replies Created
-
AuthorPosts
-
Hi,
I took a look at your link & anchor and found that your link is in caps, & your anchor is not. Please adjust your link so it matches the anchor.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please see our documentation for the breadcrumbsBest regards,
MikeHi,
Thank you for the explanation, to hide the first table, Please try this code in the General Styling > Quick CSS field:.single-product .av-woo-purchase-button .shop_attributes { display: none !important; }The reason some of the product pages have the product info below the flipbook is because these product pages use a two third column for the flipbook, where the pages that are showing “correctly” are using a one half column.
If there are not many pages that are built “wrong” or “different” perhaps you would want to correct the columns, otherwise can you create a list of links to these pages so we can decide how to target just these products with css and not effect the others?
As for the missing comment sections, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeOctober 5, 2018 at 1:12 pm in reply to: Warning by Shield Security – "Unrecognised File Scanner Results" #1018273Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeOctober 5, 2018 at 6:07 am in reply to: How to copy comment.php from parent to child-theme? #1018131Hey ezvisa,
To copy the comment.php to child theme and change it, please add this code to the end of your child theme functions.php file in Appearance > Editor:function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);then create a folder “shortcodes” in your child theme directory and add your modified file there.
Another option is to add this code to the end of your functions.php file in Appearance > Editor to change the text, but you must have jQuery enabled and loading in the head within the performance settings:
function custom_comment_script(){ ?> <script> jQuery(window).load(function(){ // Replace coments title to "Let me know your thoughts, leave a comment.". jQuery(".single-post .miniheading").text("Let me know your thoughts, leave a comment."); // Replace sub-heading to "Please tell us more". jQuery(".single-post .minitext").text("Please tell us more"); // Replace submit button text to "Post your Thoughts". jQuery(".single-post .submit").val("Post your Thoughts"); }); </script> <?php } add_action('wp_footer', 'custom_comment_script');Best regards,
MikeHi,
I took a look at your site, but it seems that the breadcrumbs are at the top of your pages and visible.
Please see the screenshot in Private Content area.
Please link to the page(s) where the breadcrumbs are not visible so we can assist.Best regards,
MikeHi,
Glad Rikard could help, and that you got it sorted out. You do not need to go to a higher PHP version, I recommend using v7.0
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey Excention,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header .av-main-nav > li > a { background-color: transparent !important; }Best regards,
MikeHi,
The bundled layerslider will not show in your plugin page, this is normal.
I took a look at your sidebar menus and found that you could add this code in the General Styling > Quick CSS field to correct:.sidebar_left.sidebar{text-align: left !important;}I’m not sure I understand what your second error is, please try to explain again with some images.
Best regards,
MikeOctober 5, 2018 at 4:51 am in reply to: Warning by Shield Security – "Unrecognised File Scanner Results" #1018106Hey Raffaele,
This is a server error log and is created automatically when errors occur. You can delete it, but you may find it useful one day if you or your webhost is trying to track down errors.Best regards,
MikeHey Martijn veltheer,
Thank you for contacting us, but we don’t build or create websites, we create the software to build websites.
We can recommend Codeable to assist you. Please follow the link to discuss your project and time frame with them.Best regards,
MikeOctober 5, 2018 at 4:20 am in reply to: "Couldn't Add the Font Because The Server Didn't Respond" Error #1018097Hey Tim,
I assume you are referring to the Fontello font icons at: Enfold Theme Options > Import/Export > Iconfont Manager
and that you are not accidentally trying to add them in the field below it: Enfold Theme Options > Import/Export > Custom Font Manager
Please check: WordPress > Dashboard > LayerSlider > Options and click “System Status” and look under “Server Settings” to ensure your webhost has the PHP ZipArchive Extension enabled.
Please link to your Fontello font file via DropBox or Google Drive so we can test the file.Best regards,
MikeHey scotthco,
Please check your image url, I’m getting a 404.
If I understand correctly, on the frontend the font is correct, only the backend preview is not correct.
Are you using any html tags in the title fields, please check that you don’t have any un-closed html tags.
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
If I understand correctly, you are having your contact form mail sent to a gmail address, when you test did you use a non-gmail address sent from the form?
Please try installing the WP Mail Logging plugin, and test again it will capture the error messages.
Then afterward please start a new thread and include a admin login in the private content area so we can take a closer look.
As this is not your thread your login info will not be private in this thread.Best regards,
MikeHi,
Vielen Dank für die Anmeldung. Ich habe die erste Funktion hinzugefügt, um die Beschreibungsbox auf Ihren Produktseiten in voller Breite anzuzeigen, und sie dann nach dem Zufallsprinzip überprüft. Die Funktion scheint gut zu funktionieren. Ich habe keine der Videos auf der Produktseite gefunden, die das gleiche Problem wie auf der Testseite haben. Deshalb habe ich den CSS-Code-Block nicht hinzugefügt. Bitte löschen Sie Ihren Browser-Cache und prüfen Sie, ob Sie der Lösung zustimmen.— Translated with Google —
Thank you for the login, I added the first function to make the description box full width on your product pages, and then randomly checked them. The function seems to be working good.
I didn’t find any of the videos on product page to have the same issue as on your test page, so I didn’t add the css code block.
Please clear your browser cache and check to see you agree to the solution.Best regards,
MikeOctober 5, 2018 at 2:34 am in reply to: Menu not appearing on mobile, live site, enfold 4.4.1 #1018090Hi,
I noticed that in the console you have this error:Failed to set referrer policy: The value '' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.and I found this solution: Failed to set referrer policy error
that may shed so light on it from within your CDN, cache plugin, or .htaccess file.Please go into your .htaccess file and find and change the following:
Header set Referrer-Policy “”
to
Header set Referrer-Policy “origin”or see if this is a option in your CDN
Best regards,
MikeHi,
I’m not familiar with this, all sales and licenses are managed by Theme Forest. Please try contacting them to to resolve this as they will have the records and ability to issue a new license, or add the purchase to your account.Best regards,
MikeOctober 4, 2018 at 1:47 pm in reply to: Menu not appearing on mobile, live site, enfold 4.4.1 #1017891Hi,
I will ask the team to check on iPhone and post a screenshot, I included the Android screenshot in the Private Content area.Best regards,
MikeHi,
Sorry I don’t see “Đăng ký” on your page, but you can create a popup following these steps: Lightbox popup
Then to collect customer data you could add a contact form to the popup by adding the contact form shortcode.
Please let us know if you need a hand with setting this up.Best regards,
MikeHi,
Glad this helped.
The latest version is 4.4.1, try going to your Theme Forest account and downloading the latest version, and manually updating via FTP.
First please make a full backup using your webhost backup tools.
Then via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”
There have been many changes since v4.0.7, so you may need to make a few minor adjustments once you update.
If you don’t feel comfortable with these steps, we can assist if you post FTP access in the Private Content area, and link to your copy of Enfold (that you download from your Theme Forest account) in DropBox or Google drive.Best regards,
MikeHey gubano,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #wrap_all .valid .input_checkbox_label{color:#729ae5 !important; } #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #729ae5 !important; }Best regards,
MikeHi,
You should place it before the last ?> you can move that down a few lines, it is the end of the file.
Your function should look like this:<?php // logo personnalise function childtheme_custom_login() { echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('stylesheet_directory') . '/login.css" />'; } add_action('login_head', 'childtheme_custom_login'); function add_google_remarketing(){ ?> <script type="text/javascript"> var districtmPixel = {}; districtmPixel.revenueValue = '0.00'; (function(){ var dm = document.createElement('script'); dm.async = true; dm.src = '//cdn.pixlads.com/agencies/1/advertisers/1163/audience.js'; var ref = document.getElementsByTagName('script')[0]; ref.parentNode.insertBefore(dm, ref); })(); </script> <?php } add_action('wp_footer', 'add_google_remarketing'); ?>Please make these changes via FTP or your webhost file manager, so if you make a mistake and your site crashes you can edit the file back to the way it was.
Notice how I placed your code with the

