-
AuthorPosts
-
January 19th, 2013 at 09:50 #3164Sera
Hi! First off – thanks SOOOO much for this theme. I plan to donate soon because there has been no other theme like this one, and I want to support you in supporting us. 🙂
So I’ve got a question I can’t seem to wrap my head around and I expect that it will just take a little code here or there to make the right adjustment.
On the Presentation Page, there are the two extra text boxes on the bottom (Blockquote areas) which I am working with. You can check out what I’m talking about here: PropPrintables.com
I am trying to add the Mantra columns and buttons to that area but it doesn’t want to accept it inside blockquote areas. Is there some code I could enter to change this?
Thanks a ton!
Sera
January 19th, 2013 at 19:37 #3172SeraI’m going to guess that the place to edit would be here, but I don’t know what to add:
blockquote {
border : 1px solid #EEE;
padding:15px ;
display:block;
background-color: #FAFAFA;
font-style: italic;
max-width:90% !important;
margin:0 auto;
clear:both;
float:none;
color:#999;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow: 0px 0px 3px #FFF inset;
-moz-box-shadow: 0px 0px 3px #FFF inset;
box-shadow: 0px 0px 3px #FFF inset;
}
January 20th, 2013 at 22:25 #3181ZedCryout Creations mastermindThe presentation page doesn’t yet support shortcodes (Mantra buttons are shortcodes). Hopefully one day it will 🙂
For now you’ll have to manually type in any HTML you want to display on the presentation page (while keeping in mind that NOT all HTML is accepted, see C20 in the FAQs.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 1st, 2013 at 23:14 #3963Peter EAlong the same lines, but a little more involved:
I am wonder what php file or template file actually generates the presentation page.
I would like to do some tweaking to make an item or two materialize on my presentation page.
Where does the code generation come from for the presentation page, so that I might mess with it?
Thanks,
Peter
March 1st, 2013 at 23:58 #3965Dave VentrescsaGo to the editor, theme-frontpage.php is the file that generates the html for the home page.
April 18th, 2013 at 19:25 #5268Dan CederJust read that you can manually type in any HTML you want to display on the presentation page but where? Is that in the Extra Text fields or??
-
AuthorPosts
The topic ‘Customizing the Presentation Page’ is closed to new replies.