Customizing the Presentation Page

  • Author
    Posts
  • #3164
    Sera

    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

    #3172
    Sera

    I’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;

    }

    #3181
    Zed
    Cryout Creations mastermind

    The 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.
    #3963
    Peter E

    Along 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

    #3965
    Dave Ventrescsa

    Go to the editor, theme-frontpage.php is the file that generates the html for the home page.

    #5268
    Dan Ceder

    Just 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??

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Customizing the Presentation Page’ is closed to new replies.