Support Forums for LiveMesh Themes & Plugins › Forums › Enticing Theme Support › Incomplete home page content and Logo gets cut off
- This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by
anonymous.
-
AuthorPosts
-
August 9, 2012 at 4:15 am #124
anonymous
MemberI’m having problems getting the theme setup like the demo. The code for homepage1 doesn’t seem complete, the sliders don’t look the same, and I don’t have the text for all the widgets. Whatever you can send would be appreciated, because this is getting very frustrating.
1) Under the slider in home page 1 in the demo page of enticing, there’s services section with premium services, custom solutions and happy customer banner..
How do i add one like it? It is a widget? If yes which one?
2) My header is 300px wide and it gets cut off short.
August 9, 2012 at 4:16 am #127livemesh
KeymasterHi,
We have included the sample xml file with the download package, that will get you lots of data to work with. Did you import the xml file to your installation? If you can send me a temporary login to your domain, I can see what issues you have, and fix it.Thanks
August 9, 2012 at 4:18 am #129anonymous
MemberYes, I already added the xml file but my layout still doesn’t look quite like yours. I would like to get the same exact home1 layout and footer, sidebar, etc with working images.
You are welcome to revert to the default scheme if you need to. But you should look at my logo problem first, because I’m using a logo 300px wide that gets truncated.
Thanks for your help.
August 9, 2012 at 4:19 am #130livemesh
KeymasterHi,
1) The logo getting cut is actually the result of a change we made in v2.0 to leave the choice of setting the width the user. But unfortunately in the midst of 110 or so new options we added, this critical option was left out from the options panel. For now, pls set the logo width by pasting the below css in Custom CSS tab until we release the next update by restoring the option.
#site-title a {
width: 350px;
}2) Some of the home page code can also be found at
https://www.livemeshthemes.com/get-code-for-home-pages/
Take a look at the top code labeled “Get top widget area code” and paste it into widget area called ‘Before Content Home Page’.
Here is the actual HTML code used in the site that can be pasted to the widget area –
<div class="one-third">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan1.png" alt="" title="slogan1" width="140" height="107" class="alignleft" style="margin:0;"/>
<div> <h3 style="margin-top:20px;text-align:center;border-right:1px solid #ccc;"><a href="#">Premium Services</a></h3> </div>
</div>
<div class="one-third">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan2.png" alt="" title="slogan2" width="147" height="105" class="alignleft" style="margin:0;"/> <div>
<h3 style="margin-top:20px;text-align:center;border-right:1px solid #bbb;"><a href="#">CMS Solutions</a></h3> </div>
</div> <div class="one-third last-column">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan3.png" alt="" title="slogan3" width="110" height="110" class="alignleft" style="margin:0;"/>
<div> <h3 style="margin-top:20px;text-align:center;"><a href="#">Happy Customers</a></h3> </div>
</div>Many have reported that replicating the data as seen on our preview site is super easy with our sample xml file (it has almost everything seen on our site) and things should work smoothly without issues. We will help you out in replicating the whole thing in just a few min if you send a temporary login.
Pls let us know how things proceed.
August 9, 2012 at 4:22 am #131anonymous
MemberThank you for your help. I didn’t realize the text above home page was in a widget, so now everything makes more sense.
-
AuthorPosts
- The forum ‘Enticing Theme Support’ is closed to new topics and replies.