-
Search Results
-
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!
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.
Topic: registration does not work
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öllmannTopic: Woocommerce and Enfold setup
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!
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,
AndyEnfold 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
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,
VassilisHello,
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 pagesPlease also check Remove query strings from static resources because i tried but unable
please check my site completely and fix the errors for meI have 2 website that is made of enold theme
when I go through
this morning.
both say
Page cannot be reachedplease help me to check if you need more information please let me know.
Topic: Refund
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 ThemeForestHope to hear from you soon!
Thanks,
DecebalHi 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.
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 platformsnothing 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.
Hello there,
I have a strange problem on several sites after the update to Enfold 4.5: Google Search Console keeps reporting usability issues (on mobile): clickable elements seems to be too close together so they’re not to be clicked at comfortable. And some sites appear too wide for small screens (content wider than screen).
I really don’t know what and why is going on since I didn’t change anything in the corresponding sites – only made the update ….
Any ideas?Thanks a lot in advance!
Good Morning,
i had updated to Enfold 4.5 and i use this shortcode to get the transparent header on Mobile.
### Transparentes Mobile Header # Menuefarbe # Transparent Logo ###{} @media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: transparent; } .responsive #top #wrap_all #header { position: absolute; } } @media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { color: white; } } @media only screen and (max-width: 767px) { .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 ###{}I get the transparent logo on the sites, the color from Burgermenu and Searchbutton is grey, but the white header background does not disappear.
What i have to change that it is working again?
regards dandy
