-
Search Results
-
Topic: cannot change images anymore
Hi
I am using enfold for more than a year. As of yesterday, I cannot change images !
My wordpress is updated to version 5.1 and I updated Enfold to version 4.5.4.
When I have a media element and want to include a new image or when I want to change an image, the ‘insert image’ button does not do anything.
Also, when I have a text box with text in it and I open it, the text is not visible.
Please help.
PascalTopic: Questions
Good afternoon, I have three questions
1. This part of my page does not have a good responsive. It looks bad How can I solve that?
Image2. The button looks bad on my screen How can I adjust it?
Image
3. how can I remove this text from the footer “Enfold theme by Kriesi”
ImageThanks for you help
Hell Enfold Team,
I have been debugging our website since the latest Enfold update and have come up against one that I can’t figure out. There is shortcode that we place for our custom buttons in we place in our Events for Sign Ups. Our issues is now, for some reason I can’t figure out, the shortcode no longer renders the button within our plugin, Calendarize It, which we use to create all of our events. I have been attempting to get this resolved with them since February 18th to no avail. This morning they wrote and suggested that it is not their plugin but that our Enfold theme itself is interfering. The shortcode, which I will post below, works everywhere else but their theme so I’m at a loss. I feel like it may have something to do with one of our function.php files…I don’t see any javascript errors either. It is my hope we can get this resolved with you as we are approaching our busy season and many of our users are experiencing trouble simply trying to sign up for a number of our events. I very much appreciate any guidance you may be able to give me!!
Thank you.
Hi Kresi team,
I have a strange issuue on one of my Enfold pages.
After pressing UPDATE button in WP admin panel I receive this warnings:
Notice: Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php on line 883
Notice: Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php on line 886
Notice: Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php on line 883
Notice: Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php on line 886
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:883) in /wp-includes/pluggable.php on line 1251
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:883) in /wp-includes/pluggable.php on line 1254The Update always is correctly done, but for further editing of site I have to go back in my bowser or login again.
Please – could you give me advise what I should do to solve the problem?
best regards
Jakub KortykaDear friends,
I have a problem.
Can I upload Instagram icon?
Demo: enfold-restaurant
web site: http://www.nicolettamatrone.com

Thanks and regardsI wanted to bring to your attention an issue that has happened when I try to upload a profile image. When I click the button to “change” the profile image or click the button “Add Image” in the Image Gallery nothing happens. I have updated to the latest version of “Fitness Trainer” plugin to see if the issue would resolve and had no luck with this.
The javascript error is the following (using Google Developer tools console):
Uncaught TypeError: Cannot read property ‘frames’ of undefined at edit_profile_image (?profile=level:1310) at HTMLButtonElement.onclick (?profile=level:980)I am using the Enfold theme and I am using WordPress 5.1. I have done some research on this and this may be an issue with the Enfold theme. The author of the “Fitness Trainer” plugin said it had to do with the Enfold theme.
Thank you.
Topic: Question
Good afternoon, I have three questions
1. This part of my page does not have a good responsive. It looks bad How can I solve that?

https://pruebasdepaginas.demo.site/
2. The button looks bad on my screen How can I adjust it?

https://pruebasdepaginas.demo.site/
3. how can I remove this text from the footer “Enfold theme by Kriesi”

https://pruebasdepaginas.demo.site/Thanks for you help
Topic: Cant update my theme
I created a new Token and half way through updating my themes. Only had one issue, but after removing the key and inserting it again, everything was fine.
I am now on my 10th site and i get an error message. I kept trying.
Eventually I went to my themeforest account where I see a message that I have downloaded the item 20 times in the last 24 hours. This shows on 3 of my 24 licences.
On typing this message, I tried the update again through the theme settings and it has now worked.Please, I can not sit here all day pressing buttons in the hope my updates will work. Please have a word with these people at Envato. I created a ticket with them, which is also a pain to do as they don’t care if you are logging into themeforest or not.
This may not be directly related to Enfold, but I would urge you to contact them on behalf of your customers before you lose them to something that is easier to manage.
H
Topic: Ajax Portfolio Gallery
hi enfold-team,
i am working on a website with logo on top, menu below. works like a charm like always. just on one page not :-)
i used a portfolio gallery with ajax-preview. how can i prevent, that the ajax-preview-container doesnt slide
(after clicking an image) below the main menu? because the prev & next buttons are not visible. you have to scroll down every time a bit down to click to the next or prev buttons (see on screenshots)i already tried to change the margin-top @ the .portfolio_preview_container class. without success.
Hi,
I’m building left sidebar menu and want parent menu items to stay highlighted when a subitem is opened.
So far I’ve managed to get this working for Pages, Blog, Shop and Portfolio.
/* change active menu item background and color */ /* this works for PAGES with subpages */ .current_page_item a { color: #719430; } /* highlight SHOP menu item when product item open */ .single-product .main_menu ul li#menu-item-643 a .avia-menu-text { color: #719430; }I have 2 Portfolio menu entries (of course based on Portfolio categories), say A and B.
With the css below I get it working but now on any open portfolio item it highlights both portfolio categories…/* WORKS BUT HIGHLIGHTS BOTH PORTFOLIOS (CATS) */ /* highlight Portfolio menu item when portfolio item open */ body.single-portfolio .main_menu ul li#menu-item-765 a .avia-menu-text { color: #719430; } /* WORKS BUT HIGHLIGHTS BOTH PORTFOLIOS (CATS) */ /* highlight Portfolio menu item when portfolio item open */ body.single-portfolio .main_menu ul li#menu-item-764 a .avia-menu-text { color: #719430;Is it possible to restrict the highlight to just the portfolio category the item belongs to?
Perhaps with an adaptation of the solution for previous-next in portfolio cats in functions.php which I found on this forum?/* make previous-next buttons stay within the relevant portfolio category (multiple portfolios) */ add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { if($settings['type'] == 'portfolio') { $settings['same_category'] = true; $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } return $entries; }Thanks in advance for your help!
Topic: Cart-button in masonry shop
How can i add the “Show Detail” button in the masonry shop view?
Every product has either a cart-button or a “Show-Details” button:
https://kriesi.at/themes/enfold/shop/Masonry shop has not:
How can i make the masonry shop have them?
Hi, I have the website truetilldeathmerch.com. No matter what I try I can’t get this Instagram widget to work on the sidebar. I think I have to somehow update to the latest version of Enfold but I’m not a techie and don’t know how, which is why I bought this theme in the first place, so I wouldn’t have to do anything backend. The button on the dashboard for the Theme Update doesn’t work. Is there extra steps besides updating to the latest version to get the IG widget to work? How do I get the latest version and is there a way to set it up so it updates automatically in the future?
Can someone please walk me through this step by step so I can fix this? Please don’t assume that I know any technical terms and really just make it very easy if you can, much obliged, thanks.
Hello,
I manage 2 sites using the enfold theme with the advanced layout editor, and one of them has a sidebar that does not look like what i am used to and some of the functions on it appear to not work, including the “preview” button. the preview that is shows does not apply the changes i make in the advanced layout editor. I want to set up the 2nd site that has the “bad sidebar” to look like the main site that i manage with the “good sidebar”. Any ideas on how to change this? I put a link to 2 screenshots in the “private content” section.
Thanks,
RyanTopic: GDPR feature & polylang
Hi everyone,
I am using the Enfold Theme on a bilingual website (German and English) and would love to have a cookie notice and all the other cool GDPR feature in German and English language. However, I haven’t figured out if there is a way to do this? Right now I am only able to display one language. Is there a code that can be used in order for enfold to switch between two messages?
This would be helpful for all GDPR features including the nice buttons where user can switch off Google Analytics.
Best,
KarinaTopic: Problems with EDITOR LAYOUT
Dear staff, I have some bad problems when I try to use editor layout with Enfold Theme on WordPress 5.1
I push the blue button but nothing happens
This problem doesn’t exist with others Enfold website that I’ve created months ago.How can I solve it?
Thank you for your kind support.
Webba

