- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi
You will need a custom function which get post id as parameter in order to display tags on blocks or in mega menu. Add this code: http://pastebin.com/9tum1brx in td_module.php: http://screencast.com/t/8WEQxscsu then call the function in td_module_mega_menu.php file like here: http://screencast.com/t/2yerRhrJC
Also you have to use this css in theme panel > custom code > custom css: http://screencast.com/t/EQSYQSxQUih
.tags-mega-menu ul {
display: block;
margin-left: 18px;
}
.tags-mega-menu .td-tags li {
width: auto!important;
}
Hope this helps.
Thanks!
Hi,
Unfortunately there is no option the font size for category description, but you could use custom css in Theme Panel > Custom Css and change the size and also add background color. Try this code: http://screencast.com/t/vZjKAVR5vKX
.td-category-description {
background-color: #f4524d;
}
.td-category-description p {
font-size: 20px;
}
Thanks!
Hi,
The theme has no setting for this but it can be done with a bit of css:
.td-post-template-13 .td-category a{
padding: 7px 10px 8px 10px;
}
Feel free to adjust these values as you see fit.
Or if you want to increase the font, use this code:
.td-post-template-13 .td-category{
font-size:20px!important
}
Thank you!
Hello killerkhan,
I have checked your website and I saw that big white space. Also, I have checked your source page and I saw that you are using a lot of untested plugins, including a youtube embed and etc. which are not tested with our theme and which might cause many problems in theme. I have noticed that this plugin adds some classes and custom CSS in the theme which damage the layout and that’s why that white space it appear. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN file if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Plese keep in mind that all of these plugins which you are using on your side are not tested with our theme and we have no idea about the theme behaviour with these and also, we cannot provide support for those untested plugins, sorry!
Thanks for your understanding!
Hi,
There seems to be a missing css propriety in the subtitle code. Please use this code to center it:
.td-post-template-13 .td-post-sub-title{
text-align:center;
}
Thank you for pointing this out. I will pass this information to the development team.
Hello donmcleman,
I have tested on my side and everything seems to work as properly, regarding on style.css from child theme using the Editor from WordPress. Please notice that this type of option is controlled only by the WordPress and this is not theme related. Check your WordPress settings, hosting provider in order to achieve best results in this case.
Thanks for your understanding!
Hello Ingente,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.page-id-101 .td-header-sp-recs .td-a-rec{
display:none;
}
.page-id-103 .td-header-sp-recs .td-a-rec{
display:none;
}
.page-id-261 .td-header-sp-recs .td-a-rec{
display:none;
}
Thanks for the message!
Hello nibbiolo,
Please notice that this request involve custom modification and we cannot provide these types of services at the moment, sorry! As a hint, you will have to add some conditions in td_category_template.php in order to achieve as you want. So, you will have to create a new fucntion which add your desired shortcode. You can see the next example, like this -> http://screencast.com/t/X3jEwQs6u and then, if you are using the category template 1, in the td_category_template_1.php you will call this function, like this -> http://screencast.com/t/TWPl8gCXB9L and the result you should see here -> http://screencast.com/t/66ygog1yop Please notice that is just a simple example and you will need to do some additioanl customization for style (custom CSS) in order to achieve better results. I have got you a hint in this regard and further you will have to implement yourself. If you are not aware of it, please consider hinring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi,
How do i make the ‘category-entry’ section larger in post template 13?
I have tried some css code but nothing seems to work!
Hi
Replace the code from tag.php with this one: http://pastebin.com/g7QCsfcS Also add this css in theme panel > cystom code > custom css: http://screencast.com/t/hCIxzoJ4
.tag .entry-content{
font-style: italic;
}
Thanks!
Hello moor,
I have checked your screenshots and I saw that you are using the RTL mode (probably your native language) and our theme has not been designed to be used in this way, sorry! Please notice that our theme has no support for this layout as you can see in our support policy here -> https://forum.tagdiv.com/support-policy-2/
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
So, if you want to display more levels in our theme and 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!
The way the options used to work (can’t say for sure which version it worked in last as it’s been a while), you had to actually use VC for the page title to stop showing up. Now in 7.1.1 I put in a CF7 shortcode on a page and the sidebar and page title disappears.
I know the theme supports CF7 as a VC element but one does not equal the other!
Now I can’t have a page with a shortcode from an entirely separate plugin in it without also loading VC css/js, which I don’t want.
Tested with an all text page by inserting and removing the shortcode for the default CF7 form [contact-form-7 id="1295" title="Contact form 1"] at the end of the page body. When the shortcode is there, I get no page title or sidebar (in spite of Page Settings), and when it’s not there, the page has a title and sidebar. I also tested on my production site and a fresh install with nothing but Newspaper and VC installed, same issue.
Need a fix please.
Obviously, if the use of VC triggers page title and sidebar inclusion, then it shouldn’t be checking for any shortcode, it should be checking the beginning of a VC row and ONLY that shortcode. If it’s there, change stuff, if not, stop breaking stuff.
This is strange, I think the problem may be a setting at my webhost as changes that I’d made in style.css have come through – maybe they’re implementing some sort of cache?
Anyway, looks like the problem is at my end…
Hi, I’ve set up a child theme and I’m surprised to find I can’t make amendments in the editor to style.css – I have to enter any amendments in the custom code tab of the Theme Panel.
This is the main reason I set up a child theme. Is there a way I can get Newspaper to work from the child theme style.css?
Hi
I’ve checked your site and the theme seems to works fine. However I’ve noticed that you’re using V 3.0 but the css loaded comes from V 2.3.7: http://screencast.com/t/REpPde7fSiIM Try to clear all caches, purge cdn files then test again,
Also provide some specific detail about your issue if still persist as I am not sure I understand it very well.
Thanks!
Hi,
For the author page you need to edit this code:
http://screencast.com/t/m9gjOlG5
And then use this css:
.author-box-wrap .avatar{
width:initial;!important
}
.td_top_authors img{
max-width:initial!important;
}
.author-box-wrap .desc{
margin-left: 215px!important;
}
Thank you!
Hi,
You can set a background on your site from the theme panel: https://forum.tagdiv.com/background-introduction/
If this is not what you want, please provide an example of how you want the background and I will try to provide a css code if it can be done.
Thank you!
Hi
Thanks for reporting this, I’ve also tested on my side and got the same result. We will fix it in next theme update but meanwhile use this css to display the pagination buttons: http://screencast.com/t/vLy6la7Y
.td_block_14 .td-next-prev-wrap{
z-index: 1;
}
Thanks!
Hi
You can paste the code in theme panel > custom code > custom css.
Thanks!
Hello wwth,
First of all, please ensure that this type of problem is not caused by your caching plugin and then try to clear all your caches, purge CDN file if you are using the CDN system and check the result because it should not appear any problems in this regard.
So, if your problem is still there after this advice, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Please mention there what kind of custom CSS is not applied to your theme which is added to your child theme so I can identify them and also, so I will be able to provide a more accurate response. Also, please provide the link of this topic so we ca easily identify you.
Thanks for your understanding!
Hi,
I’d like to add a custom text right below a post content. Same text site-wide.
E.g. A call-to-action (a subscription form) or a custom-made banner (which is not Adsense).
How to achieve that?
If it’s only possible via using a child-theme,
do you have any plans to include a “setting” or a spot in the admin area (similar to “Custom CSS”) that would allow a custom code which would then appear right below (or above) the post content?
I tried to utilise the “ADS > Article Bottom Ads” spot in the admin, but it didn’t work. I already use Adsense in that area.
Thank you.
Dear Staff,
I want to set the background on my website as it is on updater.it. With the right amount of padding on all sides and with no spacing between post content and sidebar.
I’ve tried using this css that i found on this forum:
.td-container{
background-color: wheat;
}
but this also takes over portions of the menu and of the footer.
Thank you in advance,
Beikeni
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700&ver=7.1.1
http://fonts.googleapis.com/css?family=Roboto:500,400italic,700,900,500italic,400,300&ver=7.1.1
https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin,latin-ext&ver=7.1.1
Which is not possible because they have an expire time of 1hr
Cache-Control: private, max-age=86400
Hi,
the logo pops out like that because of the css size re-write you made in the thme panel. Unfortunately this is how css works. It will load every rule one at a time. It cannot re-write without applying the previous rule first. In order to bypass this, please try to add the code I provided directly in style.css at the bottom of the file like so: http://screencast.com/t/eCCbYKPyF7Io
That will stop the logo from changing sizes.
Thanks.
Hi,
Updated to theme 7.1.1 and updated my Child Theme php which all pulls through correctly and has the desired effect.
However, the style.css is having no effect at all on the site.
To ensure (as much as possible) this has nothing to do with any mistake on my behalf I have created a new child theme that ONLY consists of the functions.php and style.css file you supply.
I still get the same result…the style.css file has no effect.
Please help!