Hello,
I am importing several hundred pages via a WP ALL IMPORT CSV file.
I’d like to import video and source name/url.
Can you provide the database meta_keys so that I can import:
Featured Video
Source Name
Source URL
Also, how can I increase the size of the main logo within the header?
Thanks
Hi,
Sorry for the delay! We have experienced some technical issues on Friday and we couldn’t answer you on time.
You can find the featured video URL under td_video post meta: http://screencast.com/t/ImeLXY1E and the source/via URL and name under these meta: http://screencast.com/t/f3lRYgdfp
You can do it via custom css, post a link to your site here so I can inspect it and give you a starting custom css code so you can customize it.
Thanks
Thanks Lucian
Here is a link to the site: http://goo.gl/nU1L6o
Please let us know how to enlarge the logo.
Also,
1) If using the parent theme, would any changes occur if we switched to the child theme?
2) Can you provide the meta keys for the post style?
Thanks again
Hi,
You can use one of the headers styles with full logo: http://screencast.com/t/IR4GHgN1WI and use a larger header logo image.
1. No, switching to the child theme without any customization added will work just like the main theme does.
2. You can find all of them in theme’s config file: http://screencast.com/t/KbzHMqyb
Thanks
Hi,
You need custom modifications and to change the header style css to do that because the first header style was designed to have the logo in the left and the ad banner in the right.
You can slightly adjust it’s height using this custom css: http://screencast.com/t/Y7dfkx5g93 but if you need other approach on this without changing the header style we advise you to get the help of a freelancer to make this customizations for you: http://studio.envato.com/
.td-header-style-3 .td-header-sp-logo img {
max-height: none;
}
Hope this helps!
Thanks for the message!