Hi Ismael
no i didn’t add scripts to that specific Widget (onyl changes i made on the entire site is adding some custom CSS).
May be it is a problem which happens in conjunction with other DSGVO Options/Plugins. For example the “Sharrif” Plugin or “Borlabs Cookie” Plugin? I think it goes that direction or it is that just “Addthis” – no matter how well known it is – will not work together with specific enfold Features.
(Right now i deactived Addthis to see what happens – it seems to help now – funny Thing is that was the first Thing i did for researching my Problem: deactivate all Plugins and switching them single on one after another. i dunno why it didnt help back then – may be the browser Cache did some tricks with me or so. meanwhile i reinstalled whole OS)
Hi sdachos,
I’m getting this error:
Using LayerSlider from a non-standard install location or having a different directory name could lead issues in receiving and installing updates. Commonly, you see this issue when you’re using a theme-included version of LayerSlider. To fix this, please first search for an option to disable/unload the bundled version in your theme, then re-install a fresh copy downloaded from CodeCanyon. Your sliders and settings are stored in the database, re-installing the plugin will not harm them.
Can you try to re-update your Enfold theme via ftp?
Best regards,
Nikko
I have already tried the Google Removal Tool. Says removed, but still getting that error from Google in my report. Also, that is supposed to last 90 days only anyway. Will be in same boat again at that time even if it worked.
These are not pages I created, What is this stuff? Is it needed by the Enfold theme or something? If not, how do I get rid of ti?!?!
Use new Search Console
Show 1-2 of 2
Show:
URL Status Removal Type Requested
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/php/avia_shortcodes/tinymce/
Removed
Web page removal Nov 5, 2018
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/css/conditional_load/
Removed
Web page removal Nov 5, 2018
1-2 of 2
Please advise.
Thank you.
Hello,
i have 2 Problems with my Project and hope you could help me.
1) I wanted to add a black text shadow to the fullscreen slider text and maybe the slider title, i searched in this forum and find this solutions that i already tried:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title
{text-shadow: 3px 3px 2px #000;}
#top .avia-fullscreen-slider h2 {
text-shadow: 1px 1px 7px #000;
}
#top .avia-fullscreen-slider p {
text-shadow: 1px 1px 7px #000 !important;
}
after I tried this solutions and they didnt work, i activate the developer options and add a custom css class to the fullscreen slider with the name topslider and tried the solutions with .topslider instead of the CSS ids above. But it also does not work :( I hope you can find my mistake.
2) My Second question is about the Blog Posts, if i edit them in the normal WordPress Editor they will show with the Blog-Image and the Blog-Title, but if i edit them with the enfold editor to Add Site Elements like a contact formular, they will be just show the content from the enfold editor without Blog-title and the blog-image. How could i prevent that?
Sorry for my bad english i hope you can understand my issues. (Dont know if i could write in german).
Thanks in advance.
Hey Andy,
Thank you for using Enfold.
You can use the “av_custom_url” to change the search items’ url.
add_filter( "av_custom_url", function( $link, $post ) {
// do something here
return $link;
}, 10, 2 );
Best regards,
Ismael
Hi,
Thank you for using Enfold.
A quick search led me to this thread:
// https://wordpress.stackexchange.com/questions/279445/cannot-get-grandparent-object
So you need to get the current post id, check if a parent page is set, get the id of that parent page, check if the current post parent’s post_parent value is set and then get the grand parent page. Just copy the conditional logic from that thread and you’re good to go.
Best regards,
Ismael
Hey Lara,
Thank you for using Enfold.
That is possible but it will probably require another extension or plugin. Unfortunately, adding that kind of feature is beyond the scope of support. Please search for a plugin or hire a freelance developer. You can contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
Ismael
Hello,
I’m just setting up your beautiful Enfold theme for the first time and have a few questions about the header, especially for Mobile. I have found a few single answers / css codes to my answers, but they didn’t work well when put together.
For the mobile view (tablet, smartphone) the header with logo, search and burger menu should be smaller (e.g. 110px) and smaller when scrolling down (e.g. 80px). Logo, Search and Burgermenu should adapt to it while the header is getting sticky
The first time the page is opened, a slideshow should be displayed under the header (currently created with Revolution Slider), because there is currently the problem that there is a distance between header and slideshow, so that should be removed. (Link on private)
Currently I don’t have custom css in the style.css, but somehow the header is still sticky. Which is a good start, but i dont know why.
I would be very happy about help!
If this is too much work, can someone tell me if the theme is compatible with “Touchy – WordPress Mobile Menu Plugin” (https://bit.ly/2ARpTeV)?
MUCH THANKS!
-
This topic was modified 7 years, 5 months ago by
beabeabeabea.
Hello I tried to change the Search engine to SearchWP.
I installed SearchWP, changed the theme to the child theme and tried to add the following code from this article to the chilled theme functions.php
Article: https://kriesi.at/documentation/enfold/search/
Code:
`add_filter( ‘avf_ajax_search_function’, ‘avia_init_searchwp’, 10, 4 );
function avia_init_searchwp( $function_name, $search_query, $search_parameters, $defaults ) {
$function_name = class_exists( ‘SearchWP’ ) ? ‘avia_searchwp_search’ : $function_name;
return $function_name;
}
function avia_searchwp_search( $search_query, $search_parameters, $defaults ) {
$searchwp = SearchWP::instance();
$engine_name = ‘default’; // you can swap in your Supplemental Search Engine name
parse_str( $search_query, $output );
$search_string = isset( $output[‘s’] ) ? sanitize_text_field( urldecode( $output[‘s’] ) ) : ”;
// limit the results to 5
function avia_searchwp_search_num_results() {
return 5;
}
add_filter( ‘searchwp_posts_per_page’, ‘avia_searchwp_search_num_results’ );
$posts = $searchwp->search( $engine_name, $search_string );
return $posts;
}
When I add it and want to save it it just doesn’t work.
Mira Kürten-MöllmannGuest
hello, i bought enfold and wanted to register here to ask you a question, but i can’t not registrate. it says i registrate successful and get an email for password. i got that email, but when i click on that link it ends me to an site were i can get new password, and when i click there i just get a new mail withe the same link.
but the question i also wanted to know is how i can verify my website for google search console. i have a html tag but do not know what to do with it. please can you help me
thank you
mira kürten-möllmann
Greetings,
There is not a lot of documentation regarding Woocommerce and Enfold setup in the way to make some good looking site like you have demo for web sites made by Enfold theme.
How to change the way where the cart is displayed, how and where the product search is displaye. Does is work with Yith ajax search plugin or othere plugins than are good for wocommerce? So basicly I beed to know how to customize your theme to look good with woocommerce.
The only thing that I found was section regarding Advanced editor that gives you option to show products gallery etc. What about product filter based on colors etc. Also this is only for page – what about header/footer/menu section regarding woocommerce as I wrote above.
So just give me all the information regarding woocommerce / enfold customization.
Thanks in advance!
I have already tried the Google Removal Tool. Says removed, but still getting that error from Google in my report. Also, that is supposed to last 90 days only anyway. Will be in same boat again at that time even if it worked.
As I stated, these are not pages I created, What is this stuff? Is it needed by the Enfold theme or something? If not, how do I get rid of ti?!?!
Use new Search Console
Show 1-2 of 2
Show:
URL Status Removal Type Requested
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/php/avia_shortcodes/tinymce/
Removed
Web page removal Nov 5, 2018
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/css/conditional_load/
Removed
Web page removal Nov 5, 2018
1-2 of 2
Please advise.
Thank you.
-
This reply was modified 7 years, 5 months ago by
mfabes.
Some more research, another SMTP plugin also does not work with enfold contact form. Sending password recovery e-mails or test e-mails using the SMTP plugin work completely fine.
I also installed a mail logger. All mail (default WordPress user/password mail, test mail, Contact Form 7 mail) is being logged except for the Enfold contact form e-mails. It seems like the Enfold contact form is using the wrong PHP/Wordpress function to send mail.
Please provide some help… The Enfold contact form is actually broken.
Hey designyvr,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.header_color .ajax_search_content .ajax_search_title {
color: white;
}
.header_color .ajax_search_content .ajax_search_excerpt {
display: none;
}
Best regards,
Nikko
Hi,
I installed the plugin “Download Monitor”, because we want to use Enfold as the design for a extranet page with internal downloads.
The search function works with the pages and download items, but the search result shows the wrong download URL in the search result drop down (main navigation). The URL on the search result page is right. Is it possible to set the right URL in the drop down?
Please see the screenshots in the private content.
Bests,
Andy
Enfold team,
In Google Search Console there is notification about mobile usability for my website http://www.daretodreamstable.com
– viewport not set,
– clickable elements too close together,
– text to small to read.
They are not actual pages though. How do I get them de-indexed permanently or can they be deleted from my sight (are they needed by the Enfold Theme? I don’t know what they are).
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/php/avia_shortcodes/tinymce/
http://www.daretodreamstable.com/wp-content/themes/enfold/framework/css/conditional_load/
Thanks,
Mike
okay, thank you, I guess I understand now … but what can I do so that this default/fallback featured image is also shown in the search results. I haven’t added anything to search files of ENFOLD (and I don’t know what and how)
Hi,
1.) You should be able to change the blog layout in the Enfold > Blog Layout panel. Look for the blog style and the blog layout settings.
2.) I can only see one breadcrumb in that page. Please provide a screenshot of the issue.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hi there,
On the following page (private) on my clients website, I have setup a custom search for custom post type ‘Portfolio’ entries.
In the front of the website ‘Portfolio’ is presented as ‘Articles’.
This custom post type has two taxonomies.
‘Article Authors’ and ‘Article Categories’.
These, were created with ‘Toolset Types’ and the search with ‘Toolset Views’.
On this search page, by default all ‘Articles’ are presented.
On the search area there are two dropdown lists where the user can choose ‘Article Authors’ and/or ‘Article Categories’.
When the user chooses a value in either of these fields, the other field gets updated with the available options for each input.
By clicking ‘Submit’ we get the right results.
Up to here all is working as intended.
The problem.
This does not work on mobile phones.
When changing any of the two fields, the spinner graphics icon rotates forever and the values do not appear to update.
Note: If the user clicks ‘Submit’ it will return the right results (or no results and that is where poor UX comes into play).
This probably means that the essence of the query works properly but there is a problem somewhere in the AJAX functionality that shows the updated dropdown fields to the visitor.
Choosing to display Desktop site on a mobile phone does not make a difference, either.
I have done my search and found this topic.
https://kriesi.at/support/topic/toolset-custom-search-problem-with-enfold-ajax/
I followed the steps and it somehow helped, since before applying these steps, the whole thing was also behaving erratically to desktop computers too.
After updating to Enfold 4.5 I only kept the following code to the child theme.
——
add_filter( ‘avf_enqueue_wp_mediaelement’, ‘avia_always_load_mediaelement’, 10, 2);
function avia_always_load_mediaelement($condition, $options)
{
$condition = true;
return $condition;
}
——
Please let me know if you need any additional information and/or access credentials.
Thank you in advance for your help,
Vassilis
Hello,
I was following a list of tips for securing your website in 2018 found here: https://www.wpbeginner.com/wordpress-security/ and now my site requires a username/password to access anything. I believe it has to do with htaaccess (?) but I’m not 100% sure. It could also be the tip to password protect the admin directory applied to the wrong directory? I’ve been searching the Enfold support docs but I can’t seem to find exactly what I’m looking for. Can someone please help with this?
Hello. i have purchased your Enfold theme recently and installed in site https://guesthousepk.com/
as shown your new updates gtmetrix results 100% i am unable to make my site like you shown in your updates
i am unable to insert google map Api key
the site showing errors in Google Search Console i.e no mobile friendly and contents size etc etc
my site SEO is not good its a old site around 6 years old and before it my site was on top of search and now its in 3rd pages
Please also check Remove query strings from static resources because i tried but unable
please check my site completely and fix the errors for me
-
This topic was modified 7 years, 5 months ago by
saif001.
Hello Isamel,
thx for your answer,i use now this code:
### Transparentes Mobile Header # Menuefarbe # Transparent Logo ###{}
@media only screen and (max-width: 989px) {
#header{
background:none!important;
}
.responsive #top #main {
margin-top: -80px;
}
#header_main{
background-color: rgba(255, 255, 255, 0.0)!important;
}}
@media only screen and (max-width: 989px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { color: white; }
}
@media only screen and (max-width: 989px) {
.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 0 !important;
}
.responsive #top .av_header_transparency .logo img.alternate {
display: block !important;
}
.responsive #top .header_color #header_main {
border: none;
}
}
### Transparentes Mobile Header # Menuefarbe # Transparent Logo ###{}
For the smartphones, this is now working with your code:
.responsive #top #main {
margin-top: -80px;
}
but not for tablet responsive. Can you help me please to fix this, too?
You can see in my code that i changed the search and burgerbutton to color white, but this is not working on transparent header.
Which code works to change the color of these symbols in enfold 4.5?
regards dandy
-
This reply was modified 7 years, 5 months ago by
Dandy.
I have 2 website that is made of enold theme
when I go through
this morning.
both say
Page cannot be reached
please help me to check if you need more information please let me know.
Hello Support Team
A website with Enfold was probably hacked. Only 1 empty page was displayed and after WP was reinstalled, the backend could fortunately be accessed again.
The page is now linked by the provider to a subpage, so that it is available. However, Kaspersky displays an error message the first time you call it up, see link: https://www.screencast.com/t/9bz4c3U3.
Also at the bottom of the page there was a widget with a text “built in”: https://www.screencast.com/t/bZBmsjLW – it used to contain the address of the company.
This phone number is included in some websites – when I searched Google: also on Kriesi.at (here a few examples): https://www.screencast.com/t/RNxRfEEJ
It could be that the theme was hacked enfold, because the site is still not running properly. Which measures to take or could you help us further? Thank you for an answer. Yvonne Noser
I still haven’t made any changes to any file in ENFOLD.
I only tried this snippet in the my Code-Snippets-Plugin (which holds every snippet that normally goes to the function.php):
add_filter('avf_loop_index_blog_meta', 'avf_loop_index_blog_meta_mod', 10, 1);
function avf_loop_index_blog_meta_mod($output) {
$link = get_permalink();
$fallback = strpos($output, 'iconfont');
if ($fallback <= 200) {
$output = "<a href='{$link}' class='small-preview' title='Advanced Post'><img src='FALLBACK IMAGE URL HERE'/></a>";
}
return $output;
}
But probably that is not the right snippet or it is not complete, so that also at the search results page this default fallback image appears.
Decebal BilanGuest
Hello,
We made a double purchase by mistake and would like to get a refund for one.
The theme is Enfold and we paid by credit card and the payment is from Zitec.
We may use my colleague e-mail address to search for it: (Email address hidden if logged out)
We bought it from ThemeForest
Hope to hear from you soon!
Thanks,
Decebal
Follow up question: When Google says “Update your API Bootstrap” with <script type=”text/javascript” src=”//maps.googleapis.com/maps/api/js?key=YOUR_API_KEY”></script>` …. where do I make this change?
Searching the theme files, I found maps.googleapis.com in theses five theme files. All have v3 specified except for functions-enfold.php – Does that matter?
googlemaps api 3.3 version FOUND in these files:
avia_advanced_form_elements.js
avia_google_maps_api.js
class-gmaps.php
avia-element-behavior.js
—-
On Google Console I have …
Migrated
Created a new project
Created new API keys
Verified domains
Added Application restrictions of http referrers both with and without www and http and https with wildcards
Enabled APIs
Verified Billing Payment Methods
Updated Quotas ( 0 usage thus far with $100 available. Unlimited)
Copy pasted API key into Enfold Google api settings interface
Copy pasted API key into Modern Tribe Events settings interface
Refreshed server cache
Refreshed browser cache
—- ERRORS in Firefox Web Developer Tools browser using Private window —
1. You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
2. Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
I’m at a loss as to what else to try.
Thanks for your help Ismael!
-
This reply was modified 7 years, 5 months ago by
welswebmaster. Reason: Google steps added
Hi there,
we are happily using Enfold for the page of a customer. She now wants to have a quotation mark instead of the black vertical line in her blockquotes.
After a quick search I found this solution on the support forum:
So I inserted the code into the quick CSS field. The quotation mark is inserted now, but it overlaps over the text. And I have to get rid of the vertical line. See the screenshot:
https://www.bilder-upload.eu/bild-b9b55f-1540887417.png.html
So the mark should be on the top left position, the text should be indented for some pixels.
Bonus question: When the quote is just one line, the quotation mark is cut (as you can see a little bit scrolling down the sample page). How can I achieve, that the quotation mark is always seen in its original size (52x52px)? And, of course, if the quote is longer, the mark has to be just on the top left position in its original size…
Could you help me please?
Thank you in advance.
PS: If you want to have an admin login to the page, just tell me.
Hi Guys,
I normally do search before posting a request here but I was not able to find anything about how to change the following texts in my shop. I appreciate your help:
1) how to change the word “product” in entire shop?
2) how to change the word “cart” to another word in the following notification: “Green Blouse “Daria”” has been added to your cart.
Also I want to know how to change the button text
3) How can I change the words “Cart” and “Checkout” in the cart icon menu on the top?
4) how can I just remove the product price and quantity as well as subtotal from the cart menu?
5) how can I remove Price, quantity and total from cart table?
6) how can I remove “update cart” button?
Thank you.
-
This topic was modified 7 years, 5 months ago by
afarahani.
We creating a fresh new page where we put the Masonry on but on most browsers (except IE11) the page becomes an extension on the URL like #.Whjjdjsk232e
For example on Chrome you dont see any Masonry element then (but all other elements)
I have no clue what that could be as it never happend before.
we encountered that problem on enfold 4.4.1 as well as now on enfold 4.5
we tried on different pages with various combinations of other elemenst
we deactivated plugins
we changed some enfold performance options
we dont use cache plugins or such
we refreshed browser cache
we tried on various browsers and platforms
nothing helped. only masonry elements on the start page will work without generating these weird URL extensions ..which seems to lead in the right direction for error search.
Please support in this case. links and credentials are attached as private.