fix problem

Posted in: Newspaper
Post count: 8

hi i have 3 problems
1: login in the header doesn’t show for the mobile user
2: i cant activate the newspaper theme in my site stel told my when i try contact activate team
3:taps when i click on any tab text on the tab disabeer

Post count: 22421

Hello,

1) The top menu containing the login widget is hiden on the mobile version. It was a design choice and it can be forced to appear using custom css:

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

Just add the code in the theme panel->custom css box.

2) and 3) please provide more details to your problems. Be more descriptive and provide a link to your website so we can inspect the problems and come up with a solution.

Thank you!

Post count: 8

hi
my website ar-gamer.com
details
1: for activate issue when I past a activation code in the activation box and click save
show me an error box (too many result for your IP , please visit us on activation@tagdiv.com )
2: taps-box visual composer when i change the color of taps in the show like this
null
WHEN I SET IT IN COLOR GRAY SEEMS LIKE THIS :
null
I NEED IT LIKE GRAY COLOR LOOK BUT WITH OTHER COLORS AND CUSTOMS
3: IN SIDEBAR IN THE PAGES STELL STEKY IT DON’T MOVE UP OR DOWN , BUT IN POST MOVE UP , DOWN
null
null

Post count: 8

4: WHEN THE MOUSE MOVE TO THE NEWS TRACER BOX THE WORD OF NEWS TRACKER GONE
null

Post count: 8

null

Post count: 8

when you set the code set it in rtl ok i don’t destroy my website

Post count: 22421

Hello,

1) Please send an email at contact@tagdiv.com and provide your envato key and the username you used to buy the theme.
2) The tabs were modified so the default color (grey) would keep the style of the theme. any other color except grey will use the visual composer styling. If you want the look of the grey style but with different colors, you can use css to change them:

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a{
background-color:black;
color:white;
border:1px solid white;
}

result: http://screencast.com/t/upOiuewDkz3

3) If you create your sidebar in visual composer it is different from posts. You need to add an extra class to the row: https://forum.tagdiv.com/smart-sidebar-2/

4)The hover color for the news ticker is affected by the color set in the theme panel: http://screencast.com/t/jkS3x0wJKTB . You can either change it from the theme panel or use custom css to keep your style and only affect the news ticker.

.td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title{
background-color:#1e73be!important;
}

Thank you!

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