- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello, I have custom page template I create based on Newspaper theme single.php … but for some reason, sidebar on my template page does not do sticky smart sidebar action … I cannot figure out why, all code in template sidebar is the same … any ideas? I am missing css or something?? Here is page: http://www.vintageguitar.com/random-posts-test-page/
Thank you for help! — Joe
Hi,
I changed the theme accent color to black, meaning all hyperlinks were also changed to black color as default. I managed to change hyperlink color on individual pages by entering CSS, but I struggle to change the color of the email address in the footer (that is entered in Theme Panel -> Your email address). Any help?
If you go to https://www.lettogsunn.no/ you will see in the footer that it is almost impossible to read the email address when footer background color is also dark (which we want to keep).
Thanks
Hi.
I want to make my terms and conditions page no index to search engines.
How can do this.
can I simple add <meta name=”ROBOTS” content=”NOINDEX” /> to the page content or will I have to css it. Or is there an easier way?
Cheers
scott
Hi!
I can’t seem to update the theme’s options at all. This started to happen when I upgraded to version 7 of the theme.
I’m using a child theme with no functions. It’s only to control the CSS customization.
The loading icons (the on with squares) keeps playing on an overlay whenever I try to save any theme options change made.
Can you please help?
Cheers,
Adame
hi, I want to hide the page name/ title from displaying on the posts / pages.
I tried adding
.td-module-title {
display:none;
}
to custom CSS but it didnt work. Any suggestions please.
PS- this theme is ace!
Thanks
Thanks for reply @Caralin in style.css more then 33000 lines can you plz tell the lines to change the color.
i am using the same color code for all (top menu, head background color, mobile head background and main menu background color) #3679e1
HEADER STYLE = style 1 = Default
Thanks!
Hi,
The top area will not work anymore in nerwspaper 7 as the css styles are now added only when a demo is installed. Every demo now has it’s own css file appart from the previous version where all of the css was in a single file In order to get it working again you will have to copy all of the content from this file: http://screencast.com/t/ZmZXdAnwP and paste it at the end of style.css: http://screencast.com/t/Kt1ygusw
Thank you!
Hello adnan,
I have checked your website and I saw the effect. I suppose that you are referring to the appearance of a flash when you enter on your website…firstly is loaded a style and then will appear another style, right? This behaviour appears when you have additional customization through custom CSS code and when you are using the speed booster. Please notice that the CSS are working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code.
Hope this helps!
Thanks.
thanks man its work now,
i find some code still on the left and that coused sone conflect..
i need to know what part in style.css Responsible for block 15 post titles??
http://www.screencast.com/t/00FGXlRy1LS
Hello Marto,
Please notice that you will simply add your hex color instead of red value. If you want to change the color for your Post title in this feature, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-content-more-articles-box h3 > a {
color:red!important;
}
.td-more-articles-box-title {
display:none;
}
The result you should see here -> http://screencast.com/t/rmK6eaPTBCGp
Thanks.
Hi
I’ve checked your site and noticed that you’re added the videos inside a container which have a wrong css property: http://screencast.com/t/9GNDQGhLM Try to change that value with a smaller one, for example 55-60 or remove the container from page structure.
Thanks!
Andrei L tagDiv!
Hi
The theme it’s tested and mobile menu works fine. It can be seen on our demo and on any other site which uses our theme. Also I’ve noticed that you made some changes in theme’s css file: http://screencast.com/t/pPJoGvLQA By default mobile menu have a css property which set a position -80% left for it when it’s hidden. You can see on the screen that on your site it’s -80% right. These changes influence the mobile menu from your site. I already mentioned in my previous replies that if you make any custom modifications you always have to check how they affect theme’s functionality.
Thanks!
Thank you!
I will need some more information.
Is it possible with a CSS code to make the font color White? And how can I use hex color with the provided code to change the background?
Hello Marto,
1)Please notice that all the settings which are available for this type of feature you can find in your theme panel->Post Settings, like this -> http://screencast.com/t/cZzhikbPMH4 Also, you can change from there what type of module you want. If you are not satisfied with these options, please notice that you will have to alter the code from td_more_article_box.php core file and add your desired option.
2)The theme does not have such an option to change the background color but only through custom CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-more-articles-box {
background-color: red!important;
}
The result you should see here -> http://screencast.com/t/cJbNLszV53
3)You will have to use the module 8 from the panel, like this -> http://screencast.com/t/F1uMuwTg7JBm and the results you should see here -> http://screencast.com/t/dmsQObpz
4)Unfortunately, our theme does not have such an option for our More Article box. If you want to change this, please try to develop our feature from this file, like this -> http://screencast.com/t/upROh1bIiu
Please notice that you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For more information about this type of feature, please check our documentation here -> https://forum.tagdiv.com/more-articles-box/
Thanks for your understanding!
Hi,
there is no setting to make the background transparent unfortunately. You will have to use css to set it to a transparent color. Please follow this topic and change the color to a transparent one in the code: https://forum.tagdiv.com/topic/change-the-background-color-of-postspages/
Thank you!
Hello lettogsunn,
Please notice that it was a design element and if you want to get rid out of this, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td_module_mx1 .td-module-thumb a:last-child:before {
background:none;
}
The result -> http://screencast.com/t/HinoHy2zB7
Thanks.
Hello lettogsunn,
Please notice that it was a design element and if you want to get rid out of this, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td_module_mx1 .td-module-thumb a:last-child:before {
background:none;
}
The result -> http://screencast.com/t/HinoHy2zB7
Thanks.
Hi,
The space between menu items can only be reduced with custom css as the theme has no settings for it. You can try this code:
.sf-menu a.sf-with-ul{
padding-right:12px!important;
}
.sf-menu > li > a{
padding:0 10px!important
}
Thank you!
Hello janamtrup,
Yes, please notice that our Big Grid has a gradient that confers this darker effect for the images which are displayed via Big Grid. So, if you want to get rid this style effect, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-big-grid-wrapper .td-module-thumb a:last-child:before {
background:none;
}
The result you should see here -> http://screencast.com/t/VmCMwlbcyN
Thanks.
Hello,
As I have mentioned in the other topic, shopify is not tested with our theme so issues like this could happen. I have checked the other issue and it did not poisition properly without custom css. Please hiore a developer to help you out in this situation as plugin implementation is not covered by support.
Thank you!
Hello socialleo,
Please notice that any smart list you have on your side, the mobile theme will display you only the smart list 1 (the mobile theme transform your smart list to be smart list 1 -> this is the behaviour of this mobile theme). Also, if you want to display the ads for your smart list on mobile theme, you will have to add your ad in this field, like this -> http://screencast.com/t/T6uNhz88n Also, please notice that the ad position is a default one, below the image, like this -> http://screencast.com/t/daOG2C5o9 If you want to change the structure of this, you will have to alter the code from the core file in order to achieve your desired position for your ads in mobile theme. As a hint, you will have to alter the code from this file, like this -> http://screencast.com/t/fXNbduN0s Please notice that this is not a simple task and require to have solid knowledge in PHP/HTML/CSS in order to achieve best results. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello blue,
1)If you are using the latest version of our theme (Newspaper 7.0.1), please notice that there is an option for it in Theme panel, like this -> http://screencast.com/t/lY77JqtonHJ and if you are not the latest version of the theme, you will have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-category-pulldown-filter {
display:none;
}
The result -> http://screencast.com/t/rnOyrzHvr
2)Please provide your website URL so I can investigate it closer so, I will be able to provide a more accurate response.
Thanks.
Hi
1. The posts are displayed like her: http://www.screencast.com/t/00FGXlRy1LS because of rtl style. I’ve mentioned in my previous replies that the theme does not have support for rtl. You will have to adapt it’s style to rtl in order to have a good looking layout for the site.
2. A clean install means that you don’t touch theme’s code at all. It also means that you don’t use any custom css, js or any untested plugin. Make sure you do a clean install staring from latest wp version to latest theme’s version then test the mobile menu again. Try this on a new sub-domain or on your local computer without any custom code.
Thanks!
Hi
The theme does not have an option to deactivate the mobile design. To achieve that you have to edit the style.css file and remove all code which refers to mobile design.
Thanks!
Hello kstejskal,
If you want to change these settings, please notice that you will have to use a bit of CSS code to do that. Please try the below code and place it in Theme panel->Custom CSS area.
The code is ->
.td-grid-style-4 .entry-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.2);
}
.td-big-grid-post .entry-title a {
color: red;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
The result you should see here -> http://screencast.com/t/BfcpV5Mbf
Also, please notice that you want to achieve another result, you should change the values from the code as you wish.
Hope this helps!
Thanks for the message!