Reply To: A few issues on my page

#5387
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

1. The search does search custom fields. I looked at the source of that page in the editor, but there are no custom fields defined to that page: https://i.imgur.com/GZONblk.png

The keyword “yammer” is not stored in the post content, its a result of the avatar shortcode – therefore it’s not yet searchable, wordpress does not offer this feautre. The upcoming search version will have a solution for this, a new feature called the “Index table”, which will create a possibility to generate a keyword index based on executed shortcode content. It’s under testing, should be released very soon 🙂

2. It’s the same reason as the first. I might have a quick fix though. I tried to connect via the FTP details, but I’m seeing the complete linux directory and I cannot locate the folder where the site files are. The /var/www/html/ directory only contains an index.html file, so I guess it’s not that.

3. The only possible way is to edit the corresponding theme files. It looks like you are using the “twentyfourteen” default theme. I just looked at that theme on my local installation, and the search code is located in the header.php theme file on line 65, this should be there:

<?php get_search_form(); ?>

you can try to replace it with the php search shortcode:

<?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>

This will probably put the search box into the dropdown.

4. I see you solved this. If you select the theme it automatically loads the values, and after saving the new stylesheet is generated to save performance. When changing the theme, you might need to delete your browser cache on the front-end 🙂

5. If you list the employee experties in the page editor, the plugin will definitely find it: https://i.imgur.com/irnbFo6.png

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)