- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
I have been trying to change the “Separator with text” text size with no luck. I have tried putting the following code into the custom css box with no luck:
.vc_separator {
font-size:50px;
}
Can you help me with this please?
i tried it again, disable the count views and enable it again,after that i inserted the css code u gave me but code doesn’t work…any suggestions?
Hi again and thanks for the fast response!
The code u sent me is correct but for a strange reason when i put the code inside the custom css then the counter of views stop. Do u know why is that happens?
I appreciate all your support available in this forum, keep up the great work.
I’m interested to learn if/how it’s possible to edit two things through code edits:
1. Remove the “All” option from a specific Mega Menu (i.e. target one Mega Menu and remove All from appearing only for that one instance)? I noticed that the Mega Menu IDs change every time the page is loaded, so I’m guessing CSS won’t be enough.
1a. Related: Where in the coding could I rename the “All” option?
2. Where in the coding can I edit the location of the Left/Right pagination arrows for Blocks? I am looking into moving their location to appear on the left and right sides of the content, if possible.
Thanks in advance!
Hey guys,
Last week, as I’m sure you’re aware of – I was told to update my theme and clear cache as a way to resolve issues with my theme.
However, right now – I’ve got several issues. I had to revert back to my old theme layout as the new update created some major glitches.
Here are the current issues.
1. White bar reappeared (even though I’ve got the CSS code to remove that on all pages within my site)
2. The “share” buttons on article posts are not appearing as they should.
3. Instagram widget is completely removed / not working
You can see all issues at goaliecoaches.com
My question is this. How can I get the theme working as it was prior to me updating it, and still have the Instagram widget work?
I am concerned as I run several other sites with this theme on it and I have not had the best luck with support. For the record, I love the theme, I just have concern that with the support I’ve seen it was only performed so that the theme would continue to have a 5 star rating. I want to be able to rate this as a 5 star experience, I really do, I would appreciate any help you can offer.
Thank you!
Sorry but on the mobile menu, this cannot be possible as I have mentioned above, the menu does not support the feature. You can try to hide the menu item on mobile devices so there will not be a broken link in your mobile menu. I can provide the css code if needed.
Thanks.
Hello intelweb,
You can hide them if you will use some custom CSS area. Try the code below and place it in the Theme panel -> Custom CSS area.
.td-post-views{
display:none;
}
Thanks.
Hi,
That cannot be done on pages, the category tags have a predefined style that they will use at all times. The hover color will change to the theme accent color or title background color set for the blocks.
Some of the block settings are not present in WP Bakery, only in the tagDiv composer. You could use CSS to color them differently if needed
– https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/
Sorry for the inconvenience.
Thanks
Hi,
From what I can see you are using a plugin or different implementation for the mobile menu. The mobile logo should be the one uploaded here in default circumstances
– https://www.screencast.com/t/cRs0YUBXsYJ2
It will look like in the live theme demo if you check on mobile.
So the logo would be between the menu button and search, but since you are not using this default functionality, it will not appear.
I could give you a code to show the desktop logo
– https://www.screencast.com/t/ioppFucbP
Enter it in Theme panel->Custom CSS if you decide to use it
@media (max-width: 767px) {
.td-logo-mobile-loaded {
display: block;
width: 50%;
}}
Thanks
Maybe some CSS will work if you would consider it. For example a code like this will remove the first paragraph in all the posts that are paged
– https://www.screencast.com/t/EC7lzOnm1Z2A
It could be made to affect only certain posts
– https://www.screencast.com/t/12elDpSFsbXp
This is specific for that post if you want to make tests with it
body[class*="paged"][class*=postid-1325] .td-post-content p:first-child {
display: none;
}
Hello GregStewart,
Notice that you handle the settings for this button from here -> https://www.screencast.com/t/ZszhKT2sIvF4
Also, if you want to change the color of the text button when you hover over it you should use the code below and place it in Theme panel -> Custom CSS area. The result is here -> https://www.screencast.com/t/hs5FjeJmn
.td_outlined_btn:hover a{
color:white;
}
Thanks for your understanding!
Hi,
Maybe the table has fixed widths, that could by why it is overflowing. If it would be responsive it would adapt to the container in which it is placed.
I could take a look, please provide a link to your website and mention hoe exactly you want to apply the color, for which elements.
Custom CSS code can be created with the help of the browser inspector, and then entered in the theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello,
Sorry but we do not recommend altering the css generator code. It is a very important part of the theme and required for the proper theme functionality.
Thank you!
Hello,
Is it possible to see the articles counts only inside the admin area? as i can see right now if i disable the views count at the front end i cann’t see the views inside the admin area. How can i solve this? or can i hide the views via css at the front end?
Thanks
I’m still developing the site on a local server. I have already seen the color options you linked…and its clear it would have to be a custom css solution since the color I want to change isnt among the options.
What I want to change is the background color of the block?
Hello,
It seems the css is not loading at all. Please check security modules and cache on your host. Disable any optimization tools also. In these cases not just the td composer will be affected.
Plugins can also interfere so make sure you disable all plugins except the tagdiv composer.
Let us know if you still have trouble afterwards.
Thanks
Hi Simion,
It’s been a while since I addressed this issue, but I have been toying around with it again and think I have come up with a work-around. I went into the TD Composer css file and was able to add a bit of right side padding to .tdc-inspector .tdc-tab-content-wrap. This at least pushes the editor into full view, but doesn’t really address the issue of why it’s rendering wrong in all my browsers. I tried clearing out the caches, resizing browsers, etc but I didn’t see any intuitive fix.
Check out this screenshot I took https://imgur.com/7mBWDpJ and you will see that the padding is rendering underneath of the right side display. Not sure if this helps with trouble shooting it, but I think the bottom line is that the formatting is right, but somehow the panes are overlapping. Make any sense? I’m not computer guru but am open to suggestions. I’m on a Mac running Sierra 10.12.6.
Kind regards 🙂
All of a sudden all my images don’t display. I spoke with host wpengine and they said the css file had a /* opacity: 0; statement but I don’t know where to change this.
Thanks
Hi @mike_ashworth
You can use the above mentioned code to display Google matched contents ads below each single post. You only need advanced css stuff if you’re using td speed booster plugin.
Hi,
By playing around with the theme panel, I managed to change most of the blockquote suited to my preference. However, I can’t change it to left alignment (it’s center). https://gameworld.vn/10954/splyce-chinh-thuc-rut-khoi-csgo/
I’ve looked around the form and found this and put into CSS custom (below), however, it doesn’t change the blockquote to left align. Am I missing something?
.td-post-content blockquote p{
text-align:left;
}
You guys need to add category tag color not just on post page but also on other pages such as the home page.
This was available in version 8.5 (https://imgur.com/89jVoqe) but not in version 8.7 (https://imgur.com/yPs4e11).
I’ve seen a lot of people asking this question but this functionality has since been removed and, in this case, it’s not a basic CSS fix. Note all the different classes on the bottom right of this image https://imgur.com/MPf58Vz. Good luck finding the correct class that affects only the category tag colour, and then when you assign a specific extra class to it, it doesn’t work.
Would be very helpful if you simply brought back this option in the next update.
Kind regards
However, I think a question that everyone is asking is how to change the category tag colours on EACH category tag on the home page. Yes, it’s easy to change the category tag colour on the post and category page, but many people are asking to change the colours on the home page. This was available in Newspaper 8.5 (https://imgur.com/89jVoqe) but is no longer available in 8.7 (https://imgur.com/yPs4e11). It requires custom CSS, which I am experienced in doing, but it is extremely convoluted and not a simple fix.
Hi guys,
In version 8.5, there was a VERY simple way to change the category title background color. See this img:
https://imgur.com/89jVoqe
However, in version 8.7, you will note that this option is now gone in Visual Composer (now called WP Bakery). See img for v8.7:
https://imgur.com/yPs4e11
When I use the web inspector to find out the css class, there is a massive clump of classes that affect many elements across the entire theme. See:
https://imgur.com/MPf58Vz
Obviously, all of these can’t apply to block 11 in this case. I’ve tried adding in extra classes, but it didn’t work. I’ve wasted far too much time trying to identify the specific class and then add extra classes to differentiate the different categories by color.
So my question is, how do I add back in this tag color feature in Visual Composer (WP Bakery)? I would prefer not to have to downgrade theme versions to do something this basic. If I knew which file from 8.5 to move to Newspaper 8.7, then this problem would be solved. Thanks in advance for any help you can provide.
Kind regards
Using the tagdiv AMP out of the box causes menu logo to stretch to the size of the menu. Causing it to output like this:
It uses the same CSS style as all images on the page.
.i-amphtml-fill-content {
display: block;
height: 0;
max-height: 100%;
max-width: 100%;
min-height: 100%;
min-width: 100%;
width: 0;
margin: auto;
}
Hi Amit. Can you let me know about the css you mention to get this working ok?