Single Site Page Template

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #11833
    carolacat
    Member

    Hi I’m working on http://www.create.tweetinggoddess.com and want the site to be a single site page template. I didn’t however select single site page in templates. How do I convert the current home page template to single site page please!

    Thanks

    #11842
    Raghavendra
    Moderator

    I am not sure why you need to use Single Page Template since you are using Visual Composer for home pages. The Full Width template will do the job for you. The single page site template is useful only if you are planning to use Page Sections for your site. If you were having issues with Visual Composer, the problem should be fixed now since we installed the latest version of Visual Composer plugin on your server.

    #11851
    carolacat
    Member

    Thanks, I was wondering what the page sections were for in the dashboard!
    I would still like to connect sections of the home page to the menu items, which will just scroll down when clicked. Is this possible?

    Carol

    #11879
    Raghavendra
    Moderator

    The first section Installation of documentation provides some instructions on the same. Pls have a look and get back to me if you still have trouble. Thanks.

    #11880
    carolacat
    Member

    Hi what is The first section Installation of documentation? I don’t think I saw it, do you have a link?>

    #11883
    Raghavendra
    Moderator

    We do not have it online but I was mentioning the first section named ‘Installation’ in the documentation. Pls have a look at the folder named Agile Documentation seen after unzipping the bundle.

    #11945
    carolacat
    Member

    ok, thanks. I decided to not do the one page template in the end and got stuck into other pages.

    Now I am having another problem. (The website is almost done so there won’t be too many more questions)

    I would just like you to take a look at the three text boxes in the middle of the home page. The are not alighned straight and no matter what I do I can’t seem to get them to look even.

    Is it a bug?

    Thanks, your help is greatly appreciated.

    Carol

    #11970
    Veena
    Moderator

    For the youtube video element pls give –

    padding-top: 25px;
    

    And for the third wrap element(IRISHBIZPARTY)give –

    margin-top: -30px;
    

    Its better to assign id for each element and apply styles.

    #11972
    carolacat
    Member
    This reply has been marked as private.
    #12005
    Veena
    Moderator

    I have given inline CSS margin-top: -30px; to the third wrap element(IRISHBIZPARTY) and now it seems fine.

    And pls remove the custom CSS that you have given earlier in themeoptions .
    In the CSS, a class selector is a name preceded by a full stop (“.”)
    http://www.htmldog.com/guides/css/intermediate/classid/

    CSS code that you add there(themeoptions), won’t be lost after theme updates.

    #12040
    carolacat
    Member
    This reply has been marked as private.
    #12057
    Veena
    Moderator

    In VC wrap settings remove wrap style margin-top: -30px; and give class name irishbizparty-textbox to the class field.And include the below custom CSS in themeoptions –

    .irishbizparty-textbox {
    margin-top: -30px;
    }
    
    #12094
    carolacat
    Member

    hi I have done this but there is no change!

    #12103
    Veena
    Moderator

    Actually there was an error(missed closing bracket) in your custom CSS, that was causing this entire css issue.Now everything seems fine.Pls check once.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.