-
Search Results
-
Hi there,
I’ve removed the search icon by unchecking the option to pin it to the main menu the Enfold settings, but it is still there in the Homepage, and disappears as soon as I click on another page, how do I remove it on the Homepage too?
Edit: When i checked again after an hour the search icon in the homepage was gone, although I tried to clear the cache too before. Could this be because I use the Supercache plugin or something?
Marcel
Hi, I’ve made a new site (I’ve made several with Enfold in the past, I love it!) but seem to have lost my memory of how to use some of the functions!
When people click on a category link above a post, and it takes them to another page listing all the posts in that category (or for a specific tag etc)… how do I get rid of the sidebar on that page that opens so that it’s literally just the grid of entries?
I haven’t published my page, but will provide the link and admin password in the private details below.
Thanks!
Hello,
I’m running a online shop with the Enfold theme and WooCommerce. When customers are searching for products and keywords in the search field, the results are a bunch text that look like blog posts. It’s not a very pleasant UX for customers who visually shop and want to see more images. How can the product search results show as a image in grid format with a “show more” button?I’ve checked the other threads that discusses this problem, but I do not understand what the moderators are saying.
Topic: Performance in provements
Hey Guys, I am a big fan of enfold. I recently ran one of my websites through the google speed insight tool
https://developers.google.com/speed/pagespeed/insights/The score was so so. recommending that some of the javascript and CSS be reduced.
Can you recommend any plugins that make the enfold theme more search engine friendly?I did use WP Smush to reduce jpeg sizes, that improved the score.
I also installed SP Performance Score Booster, that also improved the score some.
I can get my score above 50 out of 100
Any guidance would be great. Thanks for the workTopic: Banner area above the header
Hello,
and thank you for a great Enfold -theme! I’ve enjoyed it a lot :)
Anyway, now I need some help. I tried to search this forum but could not find a solution for my problem:I need a place for a banner widget (AdRotate), to show a big banner above the header area in my Enfold child theme. The banner size is going to be something like 980 x 400 px. Now, where and what kind of modifications should I make to get the page look like this:
http://www.slmed.fi/test/banner_above_header.pngI looked for a way to search the support forum on this – but didn’t see a search function.
Is there a way to copy a row and it’s content from one page to another on the Enfold theme?
Paul
Hello,
the pagination is not working on the search results page. A cklick to “page 2” or 3 causes a 404.error. I tried without success:
- Disable all plugins
- Activate Enfold-Staandard instead of Enfold-Child
What helps:
- Activate another WP-Standard-Theme (2017)
- With Enfold: Change the permalink structure from /postame/ to simple /?p=123
How to repair this?
Best regards,
GünterHi,
When using Masonry Gallery, i get some errors in Search Console.
Missing: author
Missing: updatedI read an old topic about the problem in this forum, but it did not help me.
See an example solution to the problem:Where in Enfold theme i can add some code, to add AUTHOR & UPDATED class /in Masonry Gallery/?
Hey guys,
we’ve been using Enfold for years with many clients and projects and it’s simply one of the best themes on the market.
Well we have an issue here though, where we might need your help (searched a lot but weren’t able to find a good solution):
All the excerpts are empty when the Avia Layout builder is used. When the WP Standard editor is used it’s working.
We found out that the WP function “strip_shortcodes()” is responsible for the empty excerpts when the Avia Builder is used. As far as we know the function uses the global $shortcode_tags array where all the avia shortcodes (and any other) should be registered properly.If we for instance look at the includes/loop-search.php line 88-99:
$excerpt = trim(get_the_excerpt()); if(!empty($excerpt)) { the_excerpt(); } else { $excerpt = strip_shortcodes( get_the_content() ); $excerpt = apply_filters('the_excerpt', $excerpt); $excerpt = str_replace(']]>', ']]>', $excerpt); echo $excerpt; }We see that if the excerpt is empty you’re attempting to generate a new one from the existing content. We checked at which point the content is being empty and it’s like mentioned before the WP function strip_shortcodes() itself. So we guess it must have something to do of how the shortcodes are being registered or something in this process chain.
We assume that it’s the same reason why we also have empty excerpts with the post grid (postslider.php), where the function avia_backend_truncate (located in function-set-avia-backend.php) is also using the strip_shortcodes function.
Any suggestions of what we could do? If this is something we can’t fix within Enfold, maybe you could point us to the right direction?
Thanks a lot in advance!!!
hello,
we added the “child latest news” widget to our sites sidebar & discovered the image was just waaayyyy tooooo small. i couldn’t find how to control this with just css overrides, so i searched these forums & found 2 pieces of code to add to our child functions.php file…
the first was…
$avia_config['imgSize']['widget'] = array('width'=>250, 'height'=>250);for reference, this did not make a bit of difference. i’m confused as to why not tho, since it seems to be a direct override of what’s in the main theme’s functions.php file.
the second was…
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['widget'] = array('width'=>250, 'height'=>250); return $size; }this worked.
note: yes, i read & can bare witness that in order for this to work, we had to “regenerate thumbnails” via that plugin. which is unfortunate that this action requires the use of yet another plugin. but… it worked.
note2: and yes, this still required a little bit of css’ing…aside.sidebar .news-thumb, aside.sidebar .news-thumb img { float: none !important; width: 100%; height: auto; }so, that’s all fine (sorry to be so long winded here, but we’re finally to my question) – the problem is, now that that’s working, when we go in to the wp-admin > posts, all the featured images there are huge & gets muddled up with the text & links for each post.
so it looks like the theme’s latest post widget uses the same code naming as the wp admin post page. ugh!
is there a way to separate these? i did not want to change the admin interface at all.
& whilst i’m on the subject, i just don’t get the purpose of generating all those image sizes for each uploaded image. it’s such a waste. is there a way to just have what’s needed be auto-generated when called upon?
also, if i want to delete all the extra ones, how do i know what’s safe to delete & what’s not? do i have to go thru my site & just look at the code for each image to see what size it’s using?
thanks.
Hey guys, searched for this in existing topics but couldn’t find anything so I apologize if I overlooked it. I run pacefitnessacademy.com. We have the latest Enfold update installed (4.1.2, today is 9/29/17) and the latest WP update as well. Our text formatting options are completely gone. When we open up a page for editing, whether on the standard or advanced editing tool, there are no options to modify text (bold, italic, underline, alignments, shortcodes, etc.). Also, the text field is completely blank, even if you open a text tool box that already has text on it – it all disappears. Has anyone ever dealt with this issue? Not sure what to do. I’ve tried 3 browsers and it’s all the same. I have this same theme installed on my personal site with NO issues at all. All help is greatly appreciated.
Hi,
after updating Enfold or layerslider WP, the background-images in the Slides are zoomed in and the navigation on the right is not shown.
i study the options but cant find any hint, i searched the forums here but i cant find any thread about it.any ideas?
When I go to general styling and I try and input a different color, enfold wont let me. It does this for all menu styling. Ill explain what happens, its really unusual. I’m using html notation for my color scheme so it would look like #000000. Now, lets say a color is #000000 and I try and type in #000001 it will automatically get changed to #000000 when I type in that last digit. It only changes it once I put in an acceptable color. I could type in #12345 and it wont change to the #000000 until I have a real color like #123456.
I hope this makes sense, its a hard problem to describe. I apologize if this has already been addressed, its a hard problem to search.
The only plugin I have is smush and my child css is only a few lines.
Topic: Blog Layout
Hi,
I am trying to create a blog page layout similar to this site – https://www.corcoran.com/nyc/InTheNews/Index/0/14912?SearchBy=Agent&Page=1 (minus the right sidebar)
This is what I have so far with enfold
1- How to I make the blog post span the entire width of the page? I have turn off the sidebar on this page
2- Is it possible to have the thumbnails on the left and the headline and intro copy to the right of it? Similar to the cororan site?
3- How do I remove the date from the bottom and move it under the thumbnail? again like the cororan siteI have read in the documentation that it is possible to Enfold Menu Item Limit.
It says “Search for the “max_input_vars” setting in your php.ini file and change it to max_input_vars = 5000;
Where can I find that file?And where to put php_value max_input_vars 5000 in the htacces?
