Forum Replies Created
-
AuthorPosts
-
Hi,
I’m still not sure what’s causing the issue, so I removed the instagram widget for now. Please delete the remaining folder in the uploads directory.
Install this plugin temporarily.
// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelHi,
The contact form’s security question is quite easy to bypass, so it’s up to you, the site owner, to add more security measures to protect your site from spammers and hackers alike. Adding a reCAPTCHA widget to the contact form should help. You can use this plugin:
// https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
You should also install an all-in-one security plugin such as Sucuri or Wordfence to fend off malicious attempts.
Best regards,
IsmaelHi,
Please could you refer me on where to find the details for customization again.
Which customization?
@loumirak11: Thanks for the info.Best regards,
IsmaelHi,
Thank you for using Enfold.
You haven’t entered an API key in the “projekthjalpen.se” site. Please generate an API key and put it in the Enfold > Google Services > Google Maps field.
This should help: https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
Best regards,
IsmaelHi,
Sorry about the delay. You can use this css code to change the overlay to “play” icon.
a[rel="wpvideo-lightbox[iframes]"] .image-overlay.overlay-type-extern .image-overlay-inside:before { content: '\25B6'; font-family: 'entypo-fontello'; }
Best regards,
IsmaelHi,
The site is still running on an older version of the theme. You have to upgrade to version 4.5.2 and disable the Performance > File Compression settings temporarily. Please open a new thread if you need further help.
Best regards,
IsmaelHey Oliver,
Thank you for using Enfold.
1.) Are you referring to the related product section?
2.) Use this css code to remove the categories:
.product_meta { display: none; }
3.) And add this one to remove the second heading.
#top .woocommerce-tabs h2 { display: none; }
Best regards,
IsmaelHi,
You have to manually add it in the page.php or the includes > loop-page.php template. If you’re using the theme’s builder, edit the template-builder.php file.
Best regards,
IsmaelHey CityofSoldotna,
Thank you for using Enfold.
I don’t see the issue in the home page. The hotspot elements inherit the width of the columns. Please provide a screenshot of the issue.
Best regards,
IsmaelJanuary 7, 2019 at 3:34 pm in reply to: Need to remove portfolio link at left for restricted blogger access #1050922Hi,
This is the modified code:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { if( ! current_user_can('activate_plugins') ) { $args['show_ui'] = false; $args['show_in_menu'] = false; } return $args; }
Best regards,
IsmaelJanuary 7, 2019 at 3:32 pm in reply to: Sorting Portfolio Items differently in different cases #1050917Hi,
I’m sorry but I don’t understand what you’re saying. Maybe, it’s the translation? Is it working properly on your end now?
Best regards,
IsmaelHi,
You have to edit the html and remove this inline style:
display: inline-block;
Best regards,
IsmaelHi,
@amintab2001: We’ll surely forward your request. Thank you for the translation.Best regards,
IsmaelJanuary 7, 2019 at 3:24 pm in reply to: Inserting Google Captcha in the Enfold contact form #1050910Hi,
I’ll try to integrate V3 on it but I don’t think this is going to be a part of the core because Kriesi thinks that it will create more complexity for a lot of users. It may take a while but I will leave an update once it’s available.
Best regards,
IsmaelHi,
You can create a script that will apply an onclick attribute to the button. Example:
// https://kriesi.at/support/topic/adwords-conversion-tracking-on-catalogue-links/#post-853121
Best regards,
IsmaelJanuary 7, 2019 at 3:15 pm in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1050904Hi,
There’s a minor error in the console. Please look for this line:
const button = slide.querySelector('.avia-slideshow-button');
Replace it with:
let button = slide.querySelector('.avia-slideshow-button');
Best regards,
IsmaelJanuary 7, 2019 at 1:57 pm in reply to: Speed values went down the gutter after updating Enfold #1050876Hi,
Do you have a staging site that is using an older version of the theme? This article should help:
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelJanuary 7, 2019 at 1:48 pm in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1050873Hi,
1.) You have to include the last 3 thumbnails (shop_thumbnail, shop_catalog & shop_single) from that list.
remove_image_size(‘shop_thumbnail’); remove_image_size(‘shop_catalog’); remove_image_size(‘shop_single’);
2.) That is the action priority. You don’t have to change that.
3.) Yes, you need to regenerate the images to remove the unwanted thumbnails.
Best regards,
IsmaelHi,
The site is running on a very old version of the theme, version 3.8. You have to upgrade to version 4.5.2 and switch to the advance layout builder. The page is using the new block editor and that is why it’s blank.
Best regards,
IsmaelHi,
The site redirects to the maintenance mode page whenever the option is enabled on my own installation, so a plugin is probably causing your sites not to redirect to the maintenance mode page. Please deactivate the plugins temporarily.
Best regards,
IsmaelJanuary 7, 2019 at 1:31 pm in reply to: Need to remove portfolio link at left for restricted blogger access #1050868Hi,
I adjusted the code a bit and it worked properly on my end. Please try it again.
Best regards,
IsmaelHi,
Do you have a test page where we can see the current layout? Please post the url in the private field.
Best regards,
IsmaelHi,
Why are you using the “Bakery Page Builder”? The theme has its own page builder.
Best regards,
IsmaelJanuary 7, 2019 at 4:09 am in reply to: Latest Enfold [5.+] not working with H5P plugin [no errors in console] #1050731Hi,
Thanks for the update. The “wp-admin” page is not found and I also tried “wp-login” but it still doesn’t work. Please provide a valid login url.
For additional help, please contact the plugin authors.Best regards,
Ismael -
AuthorPosts