Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, you can use those plugins as an alternative if the default file compression settings is not compatible with your server or setup. Or install a cache plugin such as WP Super Cache, which has its own minification option.
Best regards,
IsmaelHi,
Try to set the background color of the grid to transparent.
#av-grid-custom-width-top { background-color: transparent !important; background: transparent !important; }
Best regards,
IsmaelHi,
There’s a copy of the section.php shortcode file in the child theme folder. Please get a fresh copy of that file from the parent theme and re-do the modifications.
Best regards,
IsmaelHi,
Thanks for the update.
This css code should work for the product shortcode.
div.product div.images { float: left; width: 100%; } .single-product-main-image { width: 70%; } div.product div.summary { float: right; width: 100%; }
Best regards,
IsmaelJanuary 31, 2019 at 12:27 pm in reply to: Adding Social Media Icons at bottom of mobile menu #1060926Hi,
Thanks for the update.
I modified this line a bit:
if($('.burger-social').length) { clearInterval(int); return false; };
Best regards,
IsmaelHi,
Try to create an array with key value pair.
array ( 0 => '6084', 1 => '5880' ),
Best regards,
IsmaelHi,
It doesn’t seem to be a valid font icon. This one works.
main .entry-content-wrapper .av_textblock_section ul li:before { font-family: 'entypo-fontello'; content: "\27a6"; }
// http://fontello.github.io/entypo/demo.html
Best regards,
IsmaelHi,
Thanks for the update.
Are you referring to the tooltip container? Please provide a screenshot of the description background. You can use imgur or dropbox.
Best regards,
IsmaelHi,
It doesn’t work because the “servicios” category conflicts with the slug of the “servicios” page. You have to find a different name for your services page or change the name of the category. I changed it to “servicios-cat” temporarily. (see private field)
Best regards,
IsmaelHi,
The Geocoding Services API is not enabled. Please go to your google admin console and enable that particular API.
More info here: https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelJanuary 31, 2019 at 12:04 pm in reply to: Images in catalogue/product list displayed square instead of round #1060911Hi,
It was a cache issue or it’s still using the old css stylesheet. We disabled the file compression settings in the Enfold > Performance panel temporarily.
You can enable it back once you’re finished configuring the site.Best regards,
IsmaelJanuary 31, 2019 at 11:54 am in reply to: Using 'Insert Theme Shortcode' when multiple wysiwyg editors not working #1060906Hi,
That feature or tool was intentionally created to work on the default editor only and it’s not supposed to display on a different editor. As a temporary solution, you can always copy the shortcode generated from the default editor and paste it to the other editors.
We’ll forward the issue to our developers.
Best regards,
IsmaelJanuary 31, 2019 at 11:45 am in reply to: Schriftgröße für die BLog Artikel Liste ändern und Icon entferne #1060901Hey Andreas,
Thank you for using Enfold.
You can change the default font size in the Enfold > General Styling > Fonts panel. Just look for the “Default content font size” settings. If you want to change the style of a specific element such the strong or the paragraph tag, go to the Advanced Styling panel.
Best regards,
IsmaelHey WolfgangEmmer,
Thank you for using Enfold.
The theme has an option where you can append a privacy policy message to the contact form element. You can find that option and a lot of additional user privacy settings in the Enfold > Privacy & Cookies panel. Look for the “Append a privacy policy message to template builder contact forms?” option.
Best regards,
IsmaelJanuary 31, 2019 at 11:40 am in reply to: Links in headers are not represented on web pages as expected #1060898Hi,
I’m sorry but I couldn’t find the links that you’re referring to. Please provide a screenshot using imgur or dropbox.
FYI, you can alter an element’s style in the Enfold > Advanced Styling panel.Best regards,
IsmaelHi,
The snippet-loader.php file doesn’t exist or is not found.
Request URL: https://iranianalman.de/%E2%80%9Dhttp:/www.tgju.org/webservice/global/snippet-loader.php?token=webservice&items=price_dollar_rl,price_eur,price_gbp,price_afn,price_try,price_amd&opts=diff,low,high,time&placeholder=tgju-data%E2%80%9D
Request Method: GET
Status Code: 404
Remote Address: 136.243.162.142:443
Referrer Policy: no-referrer-when-downgradePlease contact the script author for additional help. Or try to load that script using this function.
// https://developer.wordpress.org/reference/functions/wp_register_script/
function my_scripts_method() { wp_register_script( 'tgju-js', 'http://www.tgju.org/webservice/global/snippet-loader.php?token=webservice&items=price_dollar_rl,price_eur,price_gbp,price_afn,price_try,price_amd&opts=diff,low,high,time&placeholder=tgju-data' , '', '', true ); wp_enqueue_script( 'tgju-js' ); } add_action( 'wp_enqueue_scripts', 'my_scripts_method' );
And leave the div container in the code block.
Best regards,
IsmaelHey Sascha,
Thank you for using Enfold.
You can install security plugins such as WordFence or Sucuri to fend some malicious activities off the site. And install a third party contact form plugin such as Contact Form 7 or Gravity Forms, which have their own set of security modules such as the Google reCAPTCHA widget.
// https://contactform7.com/recaptcha/
// https://docs.gravityforms.com/captcha/If you don’t want to install one of these, try this Google reCAPTCHA plugin instead, which is specifically created for Enfold:
Best regards,
IsmaelJanuary 31, 2019 at 11:09 am in reply to: Enfold Footer Menu options not labelled correctly #1060880Hi,
I’m not really sure why it’s like that. Have you tried creating a different set of menu, one without a mega menu or dropdowns?
Best regards,
IsmaelHi,
I’m not asking for custom work, I’m just asking that the video block be made to work as it should.
There’s actually nothing wrong with the script or the theme. Unfortunately, media autoplay is controlled by the browser and we can’t work around that policy. Video autoplay will still work for users who passed the Media Engagement Index (MEI).
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#mei
I’ve already mentioned this on the previous thread:
Best regards,
IsmaelHey P3T3R_0ne,
Thank you for using Enfold.
What is the actual size of the image? Have you tried uploading an image larger than 1210px? That is supposed to be the minimum size of the featured images.
Best regards,
IsmaelHi,
I would like apologize for the late response. Have you tried doing the automatic update on incognito mode? It seems to be a cache issue, so updating without cookies or browser history usually works. If it doesn’t, try to update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelJanuary 31, 2019 at 10:40 am in reply to: The theme (Enfold) made website not work any more #1060861Hi,
You can still download the theme as long as you have your themeforest account. If you can’t login then you have to update the theme manually. Here’s how: https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
A short read about updating: https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
IsmaelHi,
Sad to hear you’re deciding to leave the theme. Unfortunately, you can’t extract the content out of the theme’s shortcodes. It’s possible but that option is not available on Enfold or any other themes that I know of.
We replied here: https://kriesi.at/support/topic/enfold-v4-5-3-not-working-with-wordpress-v5/#post-1060857
Best regards,
IsmaelHi!
I’m sorry for the late response. I checked the site and I’ve found a lot of errors generated by the plugin, specifically a plugin called “toolset”. Have you tried disabling that plugin?
toolset-bs-component-tinymce.js?wp-mce-4800-20180716:114 Uncaught TypeError: Cannot read property 'defer' of undefined toolset-bs-component-events.js?ver=1:205 Uncaught TypeError: Cannot read property 'defer' of undefined
And there’s also an error from the “wp-seo” plugin.
wp-seo-post-scraper-950.min.js?ver=9.5:1 Uncaught TypeError: Cannot read property 'withSelect' of undefined
Best regards,
IsmaelJanuary 31, 2019 at 10:23 am in reply to: Images resizing in Grid Rows – Different mobile/desktop appearance #1060852Hi,
You can set a maximum width for those images.
.avia-image-container .avia_image { max-width: 100px; }
Turn on the custom css class field so that you can target them specifically.
Best regards,
IsmaelJanuary 30, 2019 at 10:20 am in reply to: add to cart / show detail independent hover effect #1060411Hey revelbranding,
Thank you for using Enfold.
You can use this css code to change the color of those buttons.
#top .main_color .avia_cart_buttons .button.add_to_cart_button { color: red; } #top .main_color .avia_cart_buttons .button.show_details_button { color: blue; }
You can add a hover state using the same set of selectors.
// https://www.w3schools.com/cssref/sel_hover.asp
Best regards,
IsmaelHi,
Alright. Let us know if you need further help. Thank you for using Enfold.
Best regards,
IsmaelHi,
Thanks for the update. The envato token is verified now. Can you try updating again?
Best regards,
IsmaelHey Deanna,
Thank you for using Enfold.
Looks like you’re using another post plugin now. Do you still require help with this?
If you want to change the width of the image, try this:.bdp_blog_template.news .post-thumbnail-div { width: 30%; } .news .post-content-div { width: 70%; }
Best regards,
Ismael -
AuthorPosts