Need help with menus etc

Posted in: Newspaper
Post count: 152

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.

  • This topic was modified 11 years by spu.
  • This topic was modified 11 years by spu.
Post count: 152

Ok, i managed to solve point 2, the font of mega menu categories can be solved with menu font option in theme panel. waiting for someone to solve the rest. TY..

Post count: 152

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.

Post count: 7909

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!

Post count: 152

cool thanks will try and let you know…

Post count: 152

Hi,
In menu-top.php, where exactly do i need to paste this code, under which line or after which code?

Thanks

Post count: 7909

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!

Post count: 152

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.
Post count: 152

BUMP!

Post count: 7909

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!

Post count: 152

no problems, thanks for the code, made some changes to the last part of the code is not required as it duplicates the sidebar.

Also for the social links how do i make them open in a new window. i used target=”_blank” in the code but nothing happened.

Post count: 6600

Hi,

Use this option: http://screencast.com/t/WllyC1hpgT

Thanks

Post count: 152

Great Thanks!! this works…

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.