This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Mobile theme and a few other questions

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Mobile theme and a few other questions Reply To: Mobile theme and a few other questions

#18049
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You are welcome 🙂

Yes, now I see the mobile version, and I was able to replace the search bar. I made a new child theme file within the /wp-content/wptouch-data/themes/cms-child/default directory called header-bottom.php. That file contains the header search form. I replace it with the plugin shortcode.

Images: Actually, it is possible to have the images within the description, but a small modification is required. I have made a custom templating directly within your theme folder, you will find it under the wp-content/themes/suffusion/asp/ directory + added the vertical.php file there. Please make sure to archive that directory.
Long story shortt, this is a method I developed, which makes possible to override the default structure of the search results files. It is sort of like child themes. I have made a modification within the vertical results file to display the title first, then the image.

Now, all you have to do is to remove all the previous custom CSS I suggested, and instead, just use this one:

[html].asp_content h3 {
display: block !important;
width: 100%;
}[/html]

These modifications should result in a layout like this: https://i.imgur.com/LMYSNKb.png

The checkbox issue: By default the plugin displays items that does not have any associated term from the filtered taxonomy(ies). Basically it’s to prevent filtering items that should not be filtered. It works as it should for most cases, but depends on the site and structure.
In your case I believe this default configuration is not the best one, so I recommend changing these two options: https://i.imgur.com/99lFL4q.png

You can try experimenting with these two options, but I strongly believe that this is the closest to your expectations.

I hope this helps!