- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello, I have my website with the following:
Newspaper 11.4.2
tagDiv Composer 3.2
tagDiv Cloud Library 2.1
tagDiv Standard Pack 1.3
When I try to edit a page, like some properties of an element (CSS), it deletes the content.
E.g.
I create a new row inside a page, with 1 column and 1 element:
I try to modify the row padding -> whole row disappears
I try to modify the cell margin -> whole row disappears
I have a row with two columns, and the right one is sticky: it doesn’t stick. I try to uncheck and re-check the “sticky” property -> whole content disappears
I’ve tried to uninstal and re-install the theme plugins, but nothing has changed.
What can I do?
Thank you
Hello
I juts found my site was giving some external dofollow links via my feature images. I cannot work out why this is happening. I get the images from Google. I then save them locally, use some resizing software and save them as a new file before publishing them. But I found I am still giving sites links via these and there is no options I can find in wordpress or the theme options that show there is any kind of URL attached to these emails.
Can you please describe a way I can make sure all my feature images will have nofollow attribute
I found some info on google. But its not clear to me what they are doing or if this is css code
Is this what I need to put into CSS customizer?
add_filter( ‘post_thumbnail_html’, ‘db_post_thumb_nofollow’, 10, 3 );
function db_post_thumb_nofollow( $html, $post_id, $post_image_id ) {
if ( is_single() || is_page() || is_front_page() ) {
return $html;
} else {
$html = ‘‘ . $html . ‘‘;
return $html;
}
}
Hello!
Access this link https://www.studio93.it/traffico-di-droga-sulla-rotta-olanda-spagna-italia-loperazione-della-finanza-di-napoli-portato-a-4-arresti-anche-in-provincia-di-latina/ Edit it with the TagDiv Composer, click on author and delete that element.
There is actually a recycle bin basket for every element https://www.screencast.com/t/wFYdqgpo6pT
Or you can hide it from the CSS tab of the element: https://prnt.sc/B1ow30HWHxAC
Thank you!
Theme version 11.4.2 is not compatible with WP Bakery Page Builder.
We have set 3 columns in a page but in the front end it was not displaying 3 column content. Also, the “Hide on Device” feature is also not working. Please check attached screenshot – https://www.awesomescreenshot.com/image/25415988?key=17b5e3b7c080e0759f22bd3b24b4e651
While we have corrected the issue the best we can with CSS, we’re concerned further issues like this will compound.
Here’s a live link to an example page with the issue. This page has already been correct with CSS: https://generationiron.com/power-30-2020/
The CSS fix we implemented is as follows:
#post-79815 .td-pb-span8.vc_column_container { float: none; margin: 0 auto;}
#post-79815 .td-pb-span8.vc_column_container img {
width: 100%;
}
Can you kindly check all column settings and please provide a fix or patch?
Hi frodojrr,
Using tagDiv Composer, you can only set the style for blockquotes in the single post template, but since the alignment option justification does not exist, I’m sorry!
But, if you want to set a static blockquotes with tagDiv Compose on a page or in a cloud template, you can do this by collating column text or text with title element -> https://i.imgur.com/AO6i9co.png and for justification you’ll need an extra css.
If you want to set blockquotes in posts, and you are using the classic editor, then it can be used the same method like the one mentioned above.
For css code try this one
div blockquote p{
text-align: justify!important;
}
I hope this will help you!
Hello,
To hide the sidebar and footer for mobile you need to use a Custom Code CSS -> https://i.imgur.com/QLE5k0r.png
.td-ss-main-sidebar {
display: none;
}
.td-footer-template-14 .td-footer-bottom-full
{
display: none;
}
Set the code in Theme Panel -> Custom Code -> Advanced Css -> Phones -> https://i.imgur.com/IlMFlug.png
Thank you!
Edited due to cache creating false resolution to the Css issue
-
This reply was modified 4 years by
tgarmon032071.
I am the server and site admin. I was working on it yesterday night with no issues. My composer window loads fine, I can navigate through the composer sidebar fine, but selecting a differenet category to populate yields no results in the page menu. Even still, changes do not save. The circle keeps turning and turning. So, I went on to other task with no issues, unitl I tried to modify the css code in the Appearance>customise section, upon attempting to save, I got the “You need a higher level of permission. Sorry, you are not allowed to customize this site.”
Now I have no issues managing any other area of the site design, only when it is in this area. I have disabled plugins that have worked fine for years. The site is fully updated and running php 7.4.
Our server uses is hosted on Godaddy, but we use DNS on Cloudlfare, which also has some caching of certain files and a firewall. But that was already in place before the problem occurred. I have the debug running and nothing so far. I had wordfence running on the site, but i disabled it. Also disabled profile press. Our site has DNS through Cloudflare, which includes firewall protection. Please help.
Hi
HEALTH & FITNESS demo!
on the mobile screen
I want to hide the sidebar and bottom footer area.
Please refer to the following question URL.
https://verywellinfor.com/wp-content/uploads/2022/04/2022-04-07-100.jpg
Two things, please tell me about Custom CSS.
thank you.
Hi,
I see. You are referring to the top bar. The simple way will be to try to het the cloud header from the cloud template, so the top bar will come with the header template.
If the element has been hidden, then it must be used a custom css.
If you have hidden it on all devices then it won’t appear anywhere. Open the CSS section in the composer and enter this code in it – https://prnt.sc/pqi1z7 the row should then be visible so you can interact with it. Then you can remove the code, after you make it visible on at least one viewport
.td-pb-row.vc_row {
display:block!important;
}
Thank you!
Hi,
Please try this custom css
body .td_block_slide:hover .td_module_slide .slide-meta-cat a {
color: #000000;
}
Set the code in the theme panel > custom code> custom css.
I hope it will help you!
Hello,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
After installing the theme and activating it you will find in the Prebuilt websites all the theme demos and you can import whatever demo you want => https://www.screencast.com/t/6rf5g0Dxc0K
Thank you!
For your consideration: https://avispa.org/inicio_tagdiv_consultation/
(The slider element is the first one, at the top of the page)
Hi! We’ve got a problem with the colors from the Category Tag text/background colors of a Slide element. Everything works fine while the cursor is over the slide, the title, or the the category tags, but when it’s placed over the next/prev slide arrows, the color of the category tag text changes automatically to white. This is a problem because our background color for the hover property is yellow. We’ve implemented a quick solution for our main page by changing the hover category background color to black, so when the automatic change happens, no problem appears, but my client insists on the use of the yellow color for that element.
What could be happening? Is there a way to fix this with css or something similar?
Thanks a lot for your attention!
Hello,
when we use WP Rocket and activate the option Delete unused CSS, the theme breaks. If that worked, it would over-optimize our site. Do you have any ideal settings for WP Rocket or similar tool?
Tnx.
Unable to install theme downloaded from theme forest , it says missing style.css
Hi,
Set the code in a column text and add on the column text an extra class, then on that class set this custom css -> https://pastebin.com/mte4gB0A
Thank you!
Hi,
That is an image that I think it has not been correctly imported in the cloud header, that image is set on mobile header, so you’ll need to edit the homepage with tagDiv Composer and set the mobile view port, then select the row from header and remove the image from the css tab https://i.imgur.com/8fHbxaV.png -> https://i.imgur.com/rPrfxD7.jpg -> https://i.imgur.com/qiKynHn.png -> https://i.imgur.com/uiNRpqB.png
I hope this will help you!
Hello Bettina,
many thanks. It was due to the WP Rocket CDN and their support helped me.
Posting the solution here in case someone else experiences the same issue:
Exclude /wp-content/themes/Newspaper/style.css from RocketCDN
Kind regards
Britta
Hello,
The CSS is for some elements from the footer, you can open it -> https://i.imgur.com/YWn1KXO.png
Thank you!
Hi,
There were a few reports that for some users the Newsletter plugin is not working for Newsletter or Feedburner, unfortunately,. the only solution that we can provide in those situations is a custom css, for this will need a link to your website where the Mailerlite code is set and we also need to know the layout that you’ll like to be used.
Thank you!
Hello,
is it possible with a js or a bit of code (or simply with CSS), hide the views of the post to those who are not logged in?
Hello!
Please try to insert this CSS code:
.tdb-horiz-menu > li.menu-item-6915:hover > a { color: yellow!important;}
Let me know the results!
Thank you!
Hi,
You should not set on the block in css the background color There should be let the option empty and the color should be set in the style tab -> https://i.imgur.com/Shqah9x.png -> https://i.imgur.com/WvjMNKC.png
Thank you!
Hi,
To disable the more stories popup from mobile you’ll need to use this custom css:
body .td-more-articles-box{
display: none;
}
Please set this code in theme panel > custom code> advance css> in phone section.
Unfortunately, the Newsmag theme do not have an option like the Newspaper theme to can change the post width, the only option it is using a custom css.
I think that you can try this custom css
.single .td-pb-span8{
width: 75%!important;
}
.single .td-pb-span4{
width: 25%!important;
}
You can adjust the width for the columns
Thank you!
Hello in my page https://segnalidiborsa.com/ , in the top menu i want to make yellow only the ‘Telegram’ link.
I thought i could do this by altering the class of this specific item.
So by inspect element i found the class and in custom css i do the following:
.menu-item-6915 {
color:yellow;
}
i even tried with !important, it doesn’t work
Actually, i thought best would be to add a custom class only to this link?
Or exclude it somehow from the inheritance css by using :not but still it requires a custom class.
How do i add a custom class only to this item from the item list of menu?
thanks