Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Single Site Page Template
Tagged: Single site page templates
- This topic has 13 replies, 3 voices, and was last updated 10 years, 1 month ago by
Veena.
-
AuthorPosts
-
January 20, 2015 at 11:47 am #11833
carolacat
MemberHi 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
January 20, 2015 at 5:24 pm #11842Raghavendra
ModeratorI 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.
January 20, 2015 at 9:23 pm #11851carolacat
MemberThanks, 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
January 21, 2015 at 4:50 pm #11879Raghavendra
ModeratorThe 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.
January 21, 2015 at 4:52 pm #11880carolacat
MemberHi what is The first section Installation of documentation? I don’t think I saw it, do you have a link?>
January 21, 2015 at 5:06 pm #11883Raghavendra
ModeratorWe 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.
January 23, 2015 at 1:55 pm #11945carolacat
Memberok, 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
January 24, 2015 at 11:52 am #11970Veena
ModeratorFor 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.
January 24, 2015 at 12:17 pm #11972carolacat
MemberThis reply has been marked as private.January 26, 2015 at 4:13 pm #12005Veena
ModeratorI 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.
January 28, 2015 at 11:54 am #12040carolacat
MemberThis reply has been marked as private.January 29, 2015 at 6:27 am #12057Veena
ModeratorIn 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; }
January 31, 2015 at 10:37 am #12094carolacat
Memberhi I have done this but there is no change!
February 2, 2015 at 7:56 am #12103Veena
ModeratorActually 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.
-
AuthorPosts
- The forum ‘Agile Theme Support’ is closed to new topics and replies.