- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Unfortunately you cannot add mobile menu on tablets screen, so the only way is to use css code for main menu or to use short names for menu items.
The css code from above helps you to have menu items on single line from screens width 768px to 1018px like in this screenshot: http://screencast.com/t/stbr6Y54tt3h
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this css code: http://screencast.com/t/Mn6mC9awX
.td-load-more-wrap a:hover{
color: red !important;
text-decoration: none !important;
}
Thanks!
Hi,
1. We know about this issue with version that appear and we try to fix it soon as possible. If you have used this guide and updated properly your theme using ftp method: https://forum.tagdiv.com/how-to-update-the-theme/ you should have the right version installed even that doesn’t appear 4.6.2 version. Sorry for inconvenience!
2. Please try this css code in Theme Panel > Custom Css: http://screencast.com/t/apAEkwYWjfrS
#rev_slider_1_1_wrapper {
z-index: 0;
}
Thanks!
Hi,
Please try this custom css for tagdiv gallery: http://screencast.com/t/1Q4JfPwR7ai
.td-gallery-title, .td-gallery-slide-count, .td-gallery-slide-prev-next-but .td-icon-left, .td-gallery-slide-prev-next-but .td-icon-right {
color: black;
}
.td-gallery-slide-top, .td-doubleSlider-2{
background-color: white;
}
Thanks!
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/G4CxIYa1U
#tribe-events-pg-template{
background-color: white;
}
Thanks!
Hi,
Yes it is 4.6.2 version, there was a mistake with theme version in css file. We are sorry for inconvenience!
Thanks for understanding!
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/1m2Ipjsqwn
.td_block_big_grid .entry-thumb{
opacity: 0.9;
background: -moz-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(205, 132, 36, 0.1)), color-stop(100%, rgba(25, 166, 124, 0.1)));
background: -webkit-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -o-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -ms-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#1acd8424′, endColorstr=’#1a19a67c’, GradientType=1);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-khtml-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
Thanks!
Hi alin
Thanks for your reply, we are unable to shorten the anchor text of Menu. Its already too short 😀
Using above CSS did you disabled the menu or what?
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/IoiPYKqhQd
@media (min-width: 768px) and (max-width: 1018px){
.sf-menu > li > a{
padding: 0px 5px 0px 0px!important;
font-size: 14px!important;
}
.sf-menu a.sf-with-ul {
padding-right: 20px !important;
}
.sf-sub-indicator{
right: 9px;
}
}
Or you can try to use short name for menu items.
Hope this helps!
Hi,
Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH
Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSS – http://demo.tagdiv.com/newsmag/block-1/
You can use blocks on 1/4 + 1/2 + 1/4 but not all will work fine. Also you can try to use css if you really need to use block like that. For example block 4 – http://screencast.com/t/gGHvXTfN4 add an extra class to the column – http://screencast.com/t/BLLog8BFN1 and add css code in Theme Panel > Custom css: http://screencast.com/t/GpMSJsiC9U
Hope this helps!
Hi,
Thanks @fixthisbuildthat
@adi_mitran It can be change only with css code, please follow that solution.
Thanks!
Hi
Just take a look on a below screenshot.
http://oi60.tinypic.com/cu8hx.jpg
In some specific mobile resolutions, the navigation is wrapped down even i adjust the font size via CSS. How can i disable such navigation menu in such conditions?
Hi all,
i need help please about mouse hover effect in Newsmag tech version
the block in mid page contains one big and 4 anther images
td-big-grid-overlay:after {
bottom: 0;
content: “”;
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
opacity: 1;
background: -moz-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(205, 132, 36, 0.1)), color-stop(100%, rgba(25, 166, 124, 0.1)));
background: -webkit-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -o-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -ms-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#1acd8424′, endColorstr=’#1a19a67c’, GradientType=1);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-khtml-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
so please what any of the codes above responsible for hover effect to added it to Newspaper slider images.
sorry for my bad English.
Thanks
Hi,
Sorry for the delay!
Do you actually have the same issue on a mobile device?
Please also check this without other plugins active, this without the speed booster plugin which can cause this as it moves css style sheets and/or js files to the bottom of the page.
Please also let me know what theme version you use.
Thanks
I think I found the part in the td_wp_booster_functions.php, but I don’t know what to change.
//check if we have all the images
if(!empty($td_temp_image_url[0]) and !empty($td_temp_image_url_80x60[0]) and !empty($td_temp_image_url_full)) {
//css for display the small cursor image
$slide_images_thumbs_css .= '
#' . $gallery_slider_unique_id . ' .td-doubleSlider-2 .td-item' . $cur_item_nr . ' {
background: url(' . $td_temp_image_url_80x60[0] . ') 0 0 no-repeat;
}';
//html for display the big image
$class_post_content = '';
if(!empty($image_attachment['description']) or !empty($image_attachment['caption'])) {
$class_post_content = 'td-gallery-slide-content';
}
//if picture has caption & description
$figcaption = '';
if(!empty($image_attachment['caption']) or !empty($image_attachment['description'])) {
$figcaption = '<figcaption class = "td-slide-caption ' . $class_post_content . '">';
if(!empty($image_attachment['caption'])) {
$figcaption .= '<div class = "td-gallery-slide-copywrite">' . $image_attachment['caption'] . '</div>';
}
if(!empty($image_attachment['description'])) {
$figcaption .= '<span>' . $image_attachment['description'] . '</span>';
}
$figcaption .= '</figcaption>';
}
$slide_display_html .= '
<div class = "td-slide-item td-item' . $cur_item_nr . '">
<figure class="td-slide-galery-figure td-slide-popup-gallery">
' . $figcaption . '
</figure>
</div>';
I just downloaded the last version. In style.css there is “444” as version number.
Hi!
Thanks for your help. Now for some reason the related posts letters have become HUGE! I didn’t change anything to the CSS, where can I do this?

I tried adding this to the Custom CSS but still not working:
.td_related_posts .entry-title a {
font-size: 13px;
}
Thanks.
-
This reply was modified 11 years by
elete.
Hi,
Unfortunately theme doesn’t have an option for this, but can be changed with css code.
Please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/Xxh1jNzYc
.td_block7 .block-title a:hover{
color: gray !important;
}
.td_block7 .entry-title a:hover{
color: gray;
}
Result: http://screencast.com/t/1r22AlxH3OP6
If you want to apply this to all block replace .td_block7 with .td_block_wrap
I hope this helps, please provide more details if this is not what you mean.
Thanks!
Hi,
Please try this css, it should let to click on title: http://screencast.com/t/eXS45NJcb6fZ
.td_normal_slide {
pointer-events: none;
cursor: default;
}
.td_normal_slide .td-sbig-title-wrap a{
pointer-events: auto;
}
Hope this helps!
Hi,
If you want to change the text you can translate it from Theme Panel > Translations: http://screencast.com/t/b5rfzpvFzmgT – http://screencast.com/t/dtXhpHKn
Also if you want background to look like a button please try this css: http://screencast.com/t/ShbF9snlHcIz
.home .td-load-more-wrap a{
background-color: red;
padding: 10px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/7BR9E51JmWO
.td-container-border:after{
z-index: -1;
}
Also it will be fixed soon as possible!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hey Guys,
I did visit the various resources in the forum regarding optimizing the htaccess file and did read all the nice work Chris provided in his Sticky , but when I test my site in Google Developer Tool, it’s still complaining that I am not caching any resources , I know it’s not on the Theme guys to optimize but I was hoping you’d at least point me in the right direction, Here’s a paste of my .htaccess , I am hosted with Blushost managed WP:-
# Use PHP5.4 Single php.ini as default
#AddHandler application/x-httpd-php54s .php
# Begin WordPress
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
AddType text/javascript .js
<IfModule mod_rewrite.c>
ExpiresActive On
# Favicon (cannot be renamed)
ExpiresByType image/x-icon “access plus 1 week”
# Media: images, video, audio
ExpiresByType audio/ogg “access plus 1 month”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType video/mp4 “access plus 1 month”
ExpiresByType video/ogg “access plus 1 month”
ExpiresByType video/webm “access plus 1 month”
# CSS and JavaScript
ExpiresByType application/x-javascript “access plus 1 week”
ExpiresByType text/css “access plus 1 week”
ExpiresByType text/javascript “access plus 1 week”
# Webfonts
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
ExpiresByType application/x-font-ttf “access plus 1 month”
ExpiresByType application/x-font-woff “access plus 1 month”
ExpiresByType font/opentype “access plus 1 month”
ExpiresByType image/svg+xml “access plus 1 month”
</IfModule>
Cheers
Sorry, just realised the image sizes. I’ve fixed it with CSS for the time being, might move on to the upscale plugin you recommended soon. Thanks very much!
HI, Lucian
okay here are two screen shots … note I’m using iPad Air, which has “retina” screen, so would apply to all “modern” iPads (v3, v4, air, air 2). I know it works a little different than simply dragging in side of browser, as that was throwing me too for testing — hence why I always check stuff on the pesky little devil 🙂
okay screen shot 1 shows the way the add coupon and update cart fall kind of funky with the latest iteration of WooCommerce, due to their finally somewhat standardizing their darn buttons. Now everybody’s corrections for that kind of need to be undone.
So:

Seems like I also need to apply the same button 18px fix for the ‘proceed to checkout’ so that’s it’s CLEAR what to do NEXT.
————-
and this is the other thing I want to change to some kind of image icon — or something which is better, even if it’s just a 8 pixel solid color line on left side (e.g., | vs box)

I guess I can edit this in the style.css … but am “suggesting” some kind of (i) or [i] for info glypicon or something that is not so bland — a box that looks like it could be a checkbox, or something doesn’t scream (INFO!).
So, probably easiest thing is
a) how to REMOVE the little box which I think you did purely with CSS box/border in the style, to be “before” the “info” text element from woo.
b) add font awesome icon span to CSS style sheet — and I can load fontawesome fonts — or, if you have something better in your built-in glyph font (the one used for search spyglass, etc.) that we could insert into that slot in the style.css – that would be awesome (as we still say in California!). 🙂
THANK YOU!
I saw a menu plugin with the possibility to add a smooth shadow below the menu but I like the menu from your theme a lot 🙂
do you have a CSS-hint for me how to do that?