-
Search Results
-
Hi,
I would like to add thumbnails to search results as described here: #249161.
I had tried this before and it works perfectly.
I have just installed a child theme that was submitted by mensmaximus here #773385 to cope with the new woocommerce and enfold product gallery issue. However, the files that require modification are not yet in my child theme. Do I copy the php file (in this case loop-search.php) to my child theme? and if so, do the file locations in the child theme all have to match the parent theme?
Thank you.
Hi, I am using and enfold child theme with the plugin search and filter and am trying to insert and extra php file into the search template.
I am using jQuery to find out what the user has searched for and then depending on the search, I want to show some shortcode.
So, in my jQuery I have:
jQuery(document).ready(function () { if(window.location.href === "http://www.mysite.co.uk/?sfid=132396&_sfm_department=1"){ jQuery("#dannbox").load('http://www.mysite.co.uk/wp-content/themes/child-theme/this.php'); }this successfully returns any content from test.php into the div ‘dannbox’ on the search template, all apart from any shortcode that is… I am hoping to load some of enfolds shortcodes into this box depending on the search… Namely blog posts… But I get an error:
Fatal error: Call to undefined function do_shortcode() in /home/xxxxx/public_html/wp-content/themes/child-theme/this.php on line 2
… Is there something I have to include in my functions.php or on this.php for shortcodes to work.
thanks!
Hello,
There is a critical bug in your theme.
You have a search icon in site header with a link: <a href=”?s=” data-avia-search-tooltip=…
“?s=” link is an issue, Google tries to hollow this link and produces many Soft 404 error codes.
Please rewrite it so there is no search parameter in href attribute.
And actually, the original WordPress form uses <form> with input field for “s” parameter, which is a correct design.
Best regards,
Hi there, I hope you’re doing great!
I would need your help to adjust the way the header extra elements and header height are displayed on the mobile version of my site.
Here are my existing extra elements settings in Enfold child: http://www.screencast.com/t/9xMyRdY5b
And here is how these elements and header show up on an iPhone 5s: http://www.screencast.com/t/NCG3uLANzGrc1/ I would like the extra elements (i.e. the AJAX search icon, the qtranslate widget under phone info, and the social profile icons) to be displayed on the same line with the logo and main menu icon, or at least have all of these extra elements together on a single line above the logo and main menu icon, aligned left.
2/ I would also like to narrow down the white area under the header. I assume the large space comes from the fact that there is a hidden text block for the language switch before the layer slider, but that space looks much larger on a mobile that on my computer and should be shrinkable.
I appreciate your help with this as I have already tried some self-made Quick CSS combinations without success!
All the best,
Cerasel
Seit dem Update auf Enfold-4.. erscheint im >> Dashboard >> Aktualisierungen 1 Pluginupdate als unerledigt. Siehe mein Bild hierzu unter dem Link:
Ich verwalte mehrere Seiten mit “Enfold” und andere Seiten mit einem anderen Theme. Dieses Fenomen erscheint immer nur bei der “Enfold”-Installation. Ebenso dauert die Ladegeschwindigkeit der HP sehr sehr lang. Bei aufrufen der Seite fast 1 Minute. Ebenso bei Änderungen der Seiten mit dem Avia-Layout-builder und anschließendem Abspeichern dauert es 1 Minute.
In meiner Google-Search-Console wird ein Fehler angezeigt mit Hinweis :
1 >> wp-content/themes/enfold/framework/ – 403 – 27.03.17Hi Guys;
Thanks for the enfold theme and your fantastic support so far !!!
Is it possible for me to add another custom widget are to the header of my site? I am currently using a custom widget area using the function described here to display my search provided by a secondary plugin which works very well. I have the search custm widget centred in my header using css, I would like to add another custom widget area to the right to display some custom font awesome icon links and possibly shorcodes for login / logout etc. I have the enfold basket attached to the header and would like to display these links next to it.
so I have this in my child themes functions.php . . .
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }and css
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }Can I add a similar function and position the content to the right of my header (next to my cart) with some custom shorcode or links.
Regards
Pete
Hi everyone,
putting these words “site:website” on Google search I’ve discovered that all Enfold theme folders (wp-content) are indexed. It didn’t happen with my previous theme. How can I solve this issue, please? I don’t want they are shown on Google search.
Thanks,
Maria
