Traveleg
Traveleg WordPress theme is a 2 columns fixed width HTML5/CSS3 WordPress template by MagPress.com. This travel and vacation related WP theme has theme options, featured content, Adsense ready, etc.
Tags: Adsense Ready, Blue, CSS3, Custom Header, Custom Menu, Featured Content, Fixed Width, HTML5, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Twitter Ready, Two Columns, White, Widget Ready
i am having some trouble with font size..
hi, you can manually adjust the global font size by open lib/styles/base.css line 530+
[php]
#wrapper-main, header .innerwrap,#main-navigation .innerwrap, footer {
font-size: 0.6875em;
}
[/php]
adjust the font-size for lower or higher em value
Traveleg has all the makings of a great theme, unfortunately it does not look so good on an iPad.
If this can be sorted it will be very popular.
COOL!
due to some request, we added/update the theme to mobile compatible for smartphone alike and ipad…
@mike, connie(email) and trent(email)
– thanks for the suggestion.
Thanks for that 🙂
How can i change the background image and background color?
The iPad vesion is great and it also looks fine on the iPhone, thanks for the new version. In IE8 however, the theme looks pretty awful, it’s like as it would be serving the mobile version of the site
Hello
this theme is not working ie7 and ie8 what is the solution for this
hi it seem like some bug on media query, open /lb/styles/base.css and scroll way down and edit all the space in media query like this
[php]@media only screen and (min-width :768px) and (max-width :1024px)[/php]
to
[php]@media only screen and (min-width:768px) and (max-width:1024px)[/php]
you seen the non-space between the :
I too need to change the background color (header). Can you give me some idea? I know the number for the color. Just can’t figure out how to do it.
Hi
I am having an issue with two things, how do I turn stop the page title appearing on each page and also the most frustrating is that every time I upload an image onto one of the other pages it automatically displays the new image at the bottom of the home page.
I cant figure out how to stop this. I must point out that this is a really neat theme and very easy to use!
hi nell, did you mean the ‘breachcrumb’? if yes, add this to style.css
[css]
#breadcrumbs { display:none !important; }[/css]
@image in bottom
not sure, not seeing them right now. is this solve?
Hi
Can the colours be changed on this theme to something a bit more colourful? I would like to use something brighter for the sidebar and footer backgrounds. Sorry if this is a silly question but I am new to WordPress
yes it can but you need to hand edit the css in lib/styles/base.css
Brilliant thanks for your response. Would recommend this theme to anyone!
Hi
How do I stop the thumbnails appearing on the page when I add images? Like on this page, I dont want the two thumbs added at the bottom http://www.ukcaravanbreaks.com/seaside-towns-in-the-uk/
hi neil, the attachment or gallery shouldn’t be echo in page. did you have any shortcode in the post/page or any plugin related to gallery etc installed?
The only thing I have installed in a caravan listing plugin which has a gallery but only the pages for the listings are built within the plugin and the pages mentioned above are built only using normal wordpress methods
Hi mate
Dont worry sorted, I have created an images folder and just grabbing the images through a URL rather than the media library.
Hi
This is my very last question now! How can I stop the background from scrolling?
edit line 29 in lib/styles/base.css
[css]body {
background: url("images/bg.jpg") no-repeat scroll center top #F0F3F5; /* change scroll to fixed */
color: #333333;
font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
}[/css]