Tagged: x
-
AuthorPosts
-
November 13, 2016 at 10:43 am #1255308
ANNIEOHParticipantI am using the Renew theme and do not get any search results when I click on the search icon and type in a search term and hit return.
The site is here:
http://www.anniehogsett.com/test2/ and is still being created.
Is there a configuration that is needed to call a .php program to do the search and then display the results?
Thanks!
Bill Hogsett
November 13, 2016 at 5:02 pm #1255542
RadModeratorHi there,
Thanks for posting in.
I don’t see the search icon, you have to enable in in your customizer under header section.
As for the search result, yes it’s completely empty and might due to an internal error. Would you mind providing your FTP login credentials in private reply?
Thanks!
November 14, 2016 at 8:58 am #1256475
ANNIEOHParticipantThis reply has been marked as private.November 14, 2016 at 9:00 am #1256476
ANNIEOHParticipantThis reply has been marked as private.November 14, 2016 at 11:11 am #1256689
JoaoModeratorHi There,
It does mean it is private 🙂
I also cannot see your search icon anywhere, would you mind sharing your WP Admin credentials also in a private reply?
Thanks
Joao
November 14, 2016 at 4:30 pm #1257044
ANNIEOHParticipantThis reply has been marked as private.November 14, 2016 at 4:34 pm #1257049
ANNIEOHParticipantThis reply has been marked as private.November 15, 2016 at 12:49 am #1257553
ChristopherModeratorHi there,
Please enable debugging mode by adding following line of code in wp-config.php file :
define('WP_DEBUG', true);Next time when you search for a keyword, you should see some errors. Please share them with us.
Thanks.
November 15, 2016 at 7:46 am #1257896
ANNIEOHParticipantNo joy here!
Christopher, I added this to wp-config.php:
// ** Debugging suggested by Christopher at Themeco on 11=15-16 */
define(‘WP_DEBUG’, true);BUT, there are no error messages when a search is done.
What’s next?
Oh, do you see the search icon on the site?
Bill Hogsett
November 15, 2016 at 6:43 pm #1258645
FriechModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
In the meantime, please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Remember to clear all caches before previewing the page so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Thanks.
November 15, 2016 at 7:38 pm #1258776
ANNIEOHParticipantThis reply has been marked as private.November 16, 2016 at 2:38 am #1259082
ChristopherModeratorHi there,
Yes, Friech is a themeco staff. Your credentials worked fine.
Please remove
define('WP_DEBUG', false);from wp-config.php file.Please edit .htaccess file and update your code to :
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressHope it helps.
November 16, 2016 at 10:30 am #1259557
ANNIEOHParticipantThis reply has been marked as private.November 16, 2016 at 10:42 am #1259581
ANNIEOHParticipantThis reply has been marked as private.November 16, 2016 at 3:17 pm #1259908
Rue NelModeratorHello There,
I am another staff checking into this thread! I did a thorough investigation and I found out that you have index.html and index.php in your root directory. Most servers, it will look for index.html first before loading any other thing and this is why your homepage display a white blank page. WordPress needs to run the index.php and this is what created the issue. SO I went ahead and I renamed the index.html file into something else, +++index.html so that the server will be forced to load the index.php which is the WordPress file. Now the issue has been resolve. Please check your site.
Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1255308 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
