Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Creating a new page template (http://forum.bytesforall.com/showthread.php?t=20772)

Ber|Art Aug 14, 2013 08:34 AM

Creating a new page template
 
1 Attachment(s)
I saw this post ( http://forum.bytesforall.com/showthr...+page+template ) and have a simular problem. I have the Plugin Shopp ( https://shopplugin.net/ ) installed and on the shopp product pages there are list displaying that I want to be hidden (see screenshot) The Shopp plugin support ask me to copy and rename the page.php and if there was not a page.php I had to contact you and ask you how to Creating a new page template. Then I have to rename this to shopp.php and then remove the listings in this file. :(

Is there a beter way like the post I added?

Thx! :)

Ber|Art Aug 14, 2013 10:11 AM

Maybe this article can help solve the problem : http://optimizemyshopp.com/blog/an-e...me-vs-content/

juggledad Aug 14, 2013 10:20 AM

The way you create a template is copy index.php nd give it a new mane and insert the template code at the beginning.

if you want to hide those things why not use CSS and a 'display: none;'?

Ber|Art Aug 15, 2013 12:24 AM

I want to use display none, what would be the CSS code because I tried some things and this did not work :(

Ber|Art Aug 15, 2013 12:31 AM

This one worked:

div.archives-page {
display: none !important;
}


All times are GMT -6. The time now is 07:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.