Hi,
If you want to remove the related articles and more from author then you can disable it from theme panel -> https://i.imgur.com/40i21my.png
In order to remove more from author you can use a custom css:
.td_block_related_posts .td-related-right {
display:none;
}
The css need to be set in Theme panel> Custom code>< Custom css
Thank you!
Hi Calin,
Looks like we don’t have that option in our current dashboard:
https://snipboard.io/1KQpLI.jpg
I can see that you have the latest version. My concern in upgrading our theme…. someone helped us to customized some of our elements through css and we’re afraid it to upgrade to the latest version because it might erase or replace our customization that we implemented in our blog.
Hello
I’d like to remove the text
‘If you’re not happy with the results, please do another search’
from the search page.
Please can you let me know the required CSS to turn off “td_search_subtitle”
Thanks
Hi,
Please try this custom css and hope this will help you! -> http://prntscr.com/q64wa0
.td-post-content form img {
display: inline-block;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Hi Calin,
Sorry, but I need your help again!
Is there an option to set the background color of the pulldown category filter in the theme panel or do you need a CSS code for that? https://prnt.sc/q64ev6
If so, could you give me the code, please?
I want the color to be #5e352b
Thanks so much!
I hope this posting will help.
So it’s quite complicated to understand what’s happen in the different views if you are not a programmer.
First of all I still have the feeling the views are jumping around.
No I figured out myself a little bit:
There is the mobile view which looks nice
and here is the amp mobile view which is very simple (to simple)
Mobile options:
Last setting (amp) (this looks best in my opinion, or?)
In the normal normal mobile view (probably just the responsive design)
the categories are with a dropdown which covers the first post.
Middle setting (amp+mobile)
In the amp mobile you may see NO DROPDOWN and limit of 2 categories because of space.
You see more but not all if you turn around mobile horizontal…..
You may see all categories if you add custom CSS
BUT!!!
Useless in the normal “custom Css”
There is a mobile custom CSS also ;).
So if you use this code
.td-category{
max-height: none;
}
you see in the mobile amp view all categories.
NOW.
How to see all categories in the mobile view without dropdown?
and what is the first position of options doing?
🙂
Hey,
I’m using the retro-demo and wondered, if it’s possible to change the background-color from black to white.
Changing it via “Newspaper -> Theme panel -> Theme Colors” or custom css “body { background-color:#fff!important; }” (lol) didn’t work.
Do I miss something?
Thank you in advance!
Regards
Something about the paragraph font changed with the latest update for the default template. Not sure what it was, but it looks different (and not as good). For now, I’ve reverted back to an old style.css, but I need to move to the old code to the child theme for future updates. What exact style changes were made with this new update and what exact code do I need to put in my child/custom style sheet to make it like the older code? Thanks.
Thanks for the reply.
With the table it is not solved, it is an inserted script (not individual images). Could not with css?
I have tried to make an individual template and give the single post content the “inline-block” attribute, but it doesn’t work.
Thank you
Hi,
Try this code
.td-block-title-wrap .td-subcat-filter .td-subcat-list{
display: none;
}
If this is not applying well to, please provide a link where I can inspect the blocks you have an provide a better css.
Thank you!
We are solving with the development of a specific function for sharing (we will put utm parameters in generated links for tracking).
Also, we realize that the generation of Newsmag sharing icons renders long after the page has been rendered, and let’s test if there is any performance improvement with our own function.
Until then, we are using a small css hack to get the icons working … Not in proportion, but for now they work …
This custom CSS:
.td-icon-whatsapp:before {
content: url(wp-content/uploads/2019/12/whatsapp_icon.png);
margin-left: -11px;
}
.td-icon-telegram:before {
content: url(wp-content/uploads/2019/12/telegram_icon.png);
margin-left: -11px;
}
I have install and setup the theme but after installing the demo file, but after that, the menu and other CSS are not working and also the demo content not import the content.
Hi,
Unfortunately there is no option in our the for this, but I think that this can be achieve with sine css code, I’ll make some search and come back to you!
Thank you for your understanding!!
It shows that in live css, when you save the code, it will hide more button as well, kindly test once.
Hi,
The tables will not be display on posts because it is a custom css add on tables to be hidden on mobile, you can use a css to display it -> http://prntscr.com/q5fmcp ->
table {
display: block !important;
}
The code need to be set in Theme panel> Mobile theme> Custom code> Css
Thank you!
Hello !
If you have the same code from the google for that you will have to contact them. If you’re talking about the ads you set in the theme panel those will be restricted by css not by the code itself.
I hope this was helpful !
Thank you !
Hello !
You can use this custom CSS code here: .td-page-header {
margin-top:15px;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Thanks. Here is the custom CSS code I was given. Seems to work. Hopefully will be fixed in future updates.
.td-post-content img,
.td-post-content figure,
.td-post-content figure img{
width: 100%
}
Hi everyone, I would like to know how to set the photos of the articles in lightbox with version 9.8 I could click on, while with the new version 10 even if I write in the css of the photo td-modal-image does not work how can I do to solve? thanks
Hello !
If you added those images with tagDiv Composer you can edit them using the CSS tab as you can see it here: https://www.screencast.com/t/eE5GZ3UwDq4o
I hope this was helpful !
Thank you !
Hello !
You will have to keep activated the Optimize JS and CSS but deactivate the Aggregate options.
I hope this will be helpful !
Thank you !
Hi,
You can try this custom css
.td-trending-now-wrapper .td-trending-now-nav-right {
position: relative;
right: 800px;
}
.td-trending-now-wrapper .td-trending-now-nav-left {
position: relative;
right: 860px;
}
You can adjust the px after your needs.
Hope this will help you!
Thank you!
Hello !
That will require CSS Code, please provide a link to your website and we will take a look.
Thank you !
Hello !
You could overwrite that using a css, please provide a link to your website and we will take a look. Also point out exactly what block you want to hide the date.
Thank you !
Hi,
The problem seems to be from a ss that set the opacity on 0 -> http://prntscr.com/q4z1tz -> http://prntscr.com/q4z2cl this can be a cache problem, or a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persists you can try this custom css -> http://prntscr.com/q4z37c
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
opacity: 1;
}
The code need to be set in theme panel> custom code> custom css
Let me know the results!
Thank you!