kkshanthosh
Forum Replies Created
-
Hi Rickard,
Thanks for replying back.
Please check this site http://fortistravel1.staging.wpengine.com/holiday-deals/
On clicking on any of the tag (example: Europe), the tag template fetches both Europe tagged blog articles from two different categories.From your plugin level what I would like to achieve is, the tags should have respective categories as well based on the Post term filter I apply. In my case a category either deals or stories.
If you could let me know what code and on which file I should change in the core plugin folder to get site-name/deals/tag/europe type of link in the cloud.
Thanks,
ShanthoshForum: Plugins
In reply to: [WP Catalogue] Individual product page layout is out of site layoutHi Maeve,
I am aware lot many sites do use this excellent plugin. In my website I couldn’t set-up this plugin properly.
If you see the link which I gave you shows that, the product page comes out of the site template. i.e., In the source code I could see only the product information.
Even if I put the wrapping div(s) related to my site template the page will not know the site CSS files and JavaScript files since there is no header/footer information. So the CSS classes mentioned in the wrapping DOM structure doesn’t even get necessary styling to show in the browser.
Basically the page doesn’t act as a typical WordPress post.
Could you please help me.
Thanks
Forum: Plugins
In reply to: [WP Catalogue] Individual product page layout is out of site layoutHi Maeve,
Thanks. I have already read that.
Are you saying that I need to copy my site template’s single.php first half content into “Inner Template Header” and another half content into “Inner Template Footer” settings except <?php the_content(); ?> ? I have tried this after I read the instruction in the FAQ. It didn’t work.
Though you mark this forum thread as resolved, I couldn’t resolve in my end.
Please help me.
Thanks,
Shanthosh KrishnakumarForum: Plugins
In reply to: [WP Catalogue] How to change the default category wpcproduct?Thanks Maeve.
Forum: Plugins
In reply to: [WP Catalogue] How to change the default category wpcproduct?Hi Maeve,
I have found your reply on this page http://wordpress.org/support/topic/change-for-sef-url?replies=6
I have modified the plugin file as mentioned.
I am worried that naturally the changes gets lost when you release another update and I update the plugin.
Is there any other way I can do that?
Thanks,
Shanthosh KrishnakumarI found out the solution. The following worked for me.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /sites/kidstoys/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /sites/kidstoys/index.php [L]
</IfModule># END WordPress
Thanks,
Shanthosh Krishnakumar
Website DeveloperPlease help me. Thanks