Hi,
I am pretty new to the system, however i have managed to load the theme and add the demo content.
Couple of issues i need help with:
1) In the top menu, how can i have social icons and logic icons in the same line. Right now they are showing one below the other.
2) in the mega menu i have 9 categories, 1 category has fallen off and is coming in the next line. Any way i can maybe change the font or reduce font size and adjust all of them in a single line.
3) Another issue with the meg menu is that i read your document on how to create it. But if you look at computers or cinema category. it is not coming like lifestyle as show in the demo menu. Please let me know how to rectify.
4) how can i reduce the white space between the rhs columb of editors pick and popular videos boxes.
my website url is http://www.gadgetbridge.com
thanks in adv
will bug you guys will more queries.
Alright managed to solve number 3 as well. The documentation needs to be a little more detailed. If someone is facing this prob, then what one needs to do for proper mega menu is
a) goto to categories create categories with parents and sub categories.
b) now when you goto appearance menu then in mega menu option, only add parent categories not the sub-categories, otherwise it will go haywire.
c) make each parent category as megamenu. as told in the document.
start adding posts and each sub category will start to appear in the drop down menu section 🙂 cheers.
admins please help with rest of my problems.
Hi,
1. You have to these spans in menu-top.php: http://screencast.com/t/AWBUF791
.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}
Results:
* When you are logged out: http://screencast.com/t/b1SuJmpaU
*When you are logged in: http://screencast.com/t/piaD4ezr2SH3
4. That space appears because the Popular Videos block is on a different row then Editor block and that space cannot be reduced via css code. You can try to add another block in the Popular videos column or remove Travel Guides block from that row.
There are many possibilities to build your page with Visual Composer, also you can use Widgetised Sidebar block to display your custom sidebar(create it and add widgets to it): http://screencast.com/t/RqaeiOAXaIor
Hope this helps!
Hi,
You have to paste css code in Theme Panel > Custom Css: http://screencast.com/t/0qsdBCKq4O
I refer to this code:
.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}
In the menu-top.php you have to change those span numbers to increase space for Top right (socials).
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
great now got them to work…
one more thing how do i get a contact page like this –
http://demo.tagdiv.com/newspaper/contact/
-
This reply was modified 11 years by
spu.
Hi,
Sorry for delay, we missed somehow your post. Please take a look at contact page in the backend: http://screencast.com/t/rbADQFdlcVM This page is also added in the demo version. If you don’t want to install the demo I can provide you only this page shortcode to have an example, just create a page and paste this content and publish(save): http://screencast.com/t/qfqqCWZ6
Here is the content of the page: http://pastebin.com/asE5fQYY
Hope this helps!