Forum Replies Created
-
AuthorPosts
-
Hi,
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 undefinedAnd 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 undefinedBest 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,
IsmaelHi,
Alright. Did you fix it? We’ll close this thread now, but please feel to open a new one if you’re still having the issue.
Best regards,
IsmaelHi,
You’re welcome. We’ll close the thread now. Please open a new one if you need anything else.
Best regards,
IsmaelJanuary 30, 2019 at 9:54 am in reply to: Unable to set browser caching.May be because of theme? #1060399Hi,
Thanks for the update. Can you post the content of the .htaccess file on pastebin.com? We would like to check it.
Best regards,
IsmaelJanuary 30, 2019 at 9:50 am in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1060398Hi,
Yes, we’ve had a short discussion regarding the issue and our developers decided to add a filter called “avf_nav_search_icon_nofollow” so that users can modify the attribute of the search link if they wanted to.
$nofollow = apply_filters( 'avf_nav_search_icon_nofollow', 'rel="nofollow"', $items, $args );It can be used like this:
add_filter( 'avf_nav_search_icon_nofollow', function( $att ) { $att = ''; return $att; }, 10, 1 );That code will remove the rel attribute of the search link. These changes are not implemented yet, so you have to remove the attribute manually for now as suggested on the previous reply.
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Alright. Please let us know if it’s working or not. We’ll probably add V3 in the next version.
Best regards,
IsmaelHi,
The previous css code should have removed that overlay and arrow. Did you add the previous css code?
.avia-image-overlay-wrap a.avia_image .image-overlay { display: none !important; }Please provide a screenshot of the “white overlay or the arrow”.
Best regards,
IsmaelHi,
The css is added as an inline style, so it doesn’t come from any external css files or stylesheets. I’m not sure which script is adding that inline css code though.
Best regards,
IsmaelHi,
Thanks for the update.
I created a new project called “Enfold Google Map” in your console (https://console.cloud.google.com/apis/credentials) and generated a new API key. The map is working properly now. Please don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelJanuary 30, 2019 at 9:09 am in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1060381Hi,
Have you tried using the “submenu_logo” class or selector to adjust the logo’s position? I checked the page but I don’t see the image or logo anywhere. Please create a test page.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this css code to adjust the maximum width of the mega menu container.
.avia_mega_div { max-width: 500px; }Best regards,
IsmaelHey!
Have you tried using the filter from the previous thread? I think it is not working because the “with_front” value is set as a string instead of boolean.
/* Change portfolio post type settings */ add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['rewrite']['with_front'] = false; return $args; }It was set to ‘false’ instead of false previously.
This plugin might help: https://wordpress.org/plugins/custom-permalinks/
Regards,
IsmaelJanuary 30, 2019 at 8:55 am in reply to: Change with_front=true from portfolio entries (custom post type) #1060375Hi,
Please continue on that thread: https://kriesi.at/support/topic/blog-and-portfolio-categories-nested/#post-1059477
We’ll close this one now.
Best regards,
IsmaelHi,
Thanks for the update.
Yes, that should work but you have to replace the “after_body” with another hook called “wp_footer” because it’s not a valid hook.
Best regards,
IsmaelJanuary 30, 2019 at 8:47 am in reply to: LayerSlider showing 'more videos' when opened in Chrome #1060373Hi,
I’ve checked the code that is responsible for rendering the button and I found no reason for it not to display on mobile view, so I’m a bit lost as to why it’s not working in your installation. This is the code in the config-templatebuilder > aviashortcodes > av-helper-slideshow.php file:
//if we got a CTA button apply the link to the button istead of the slide if(strpos($link_apply, 'button') !== false) { $button_html .= $this->slideshow_cta_button($link1, $link_target1, $button_color, $button_label, $button_count); $tags = array('div','div'); }Did you add any custom modifications to the theme? Have you tried to work on this while the plugins are disabled?
Please upgrade the theme from version 4.5 to version 4.5.3.
Best regards,
IsmaelHi,
I would like to apologize for the late response. The login credentials are available but the dashboard or WP admin itself is not accessible.
EN
Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS section.Best regards,
IsmaelHi,
It looks fine on my end.
// https://imgur.com/a/rSNV77N
Are you referring to the grid images? The images were cropped because they have to fit inside the grid columns.
Best regards,
IsmaelHi,
Thanks for the update. The site is on maintenance mode though, so we can’t see anything. Please disable the maintenance mode or post the login details in the private so that we can see the page. A screenshot will help as well. You can use imgur or dropbox.
Best regards,
Ismael -
AuthorPosts
