- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
This can be done with custom code css, please provide the link to a post where you have the table.
Thank you!
Hello,
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the pagination options of the Posts Loop has the option for normal numbers, and the flex blocks do not have this option.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category).
Thank you!
Hello,
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the pagination options of the Posts Loop has the option for normal numbers, and the flex blocks do not have this option.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category).
Thank you!
Hello,
You can set your WordPress to English and upload the translation for English from Theme Panel -> Translations – Translations, after maybe you need tagDiv Composer to change the translation for some elements. Also, there is a custom code css for some elements to be RTL, but for the beginning, you can do what I said above.
Thank you!
Hi Bettina,
I have finally worked out the issue. Your team did some custom work for me around 2 years ago, to create the custom design (below the header, containing h1, breadcrumb and call to action box).
As the h1 page title is part of the design, your coders have hidden the page title using custom css on the theme panel. This doesn’t affect posts, only pages.
Obviously, hiding page titles is bad for seo, so my question is, how can I keep this same design, and a single h1 page title, without having to hide a page title in custom css?
Only page titles are hidden, not post titles, the designs are exactly the same and works perfect for posts.
Same issue here..
I added this code in my child theme functions.php so that I can hide the registration button when the user has already logged in but to no avail.
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 11);
function theme_enqueue_styles() {
wp_enqueue_style(‘td-theme’, get_template_directory_uri() . ‘/style.css’, ”, TD_THEME_VERSION, ‘all’ );
wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );
}
function hide_element_for_logged_in_users() {
if ( is_user_logged_in() ) {
// Enqueue inline CSS
wp_add_inline_style( ‘td-theme-child’, ‘.registration { display: none !important; }’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘hide_element_for_logged_in_users’ );
Hello @birkasi!
You need to add some CSS code. Check this thread: https://forum.tagdiv.com/topic/add-coloured-underline-to-hyperlinks-in-posts-and-pages-content-only/
Thank you!
I have a question:
On the website you have a recommended text for an inline article:
[td_flex_block_1 modules_on_row=”” limit=”1″ hide_audio=”yes” show_btn=”none” show_excerpt=”none” show_review=”none” show_com=”none” show_date=”none” offset=”1″ show_author=”none” show_tag=”none” image_floated=”float_left” sort=”latest” image_width=”200px” meta_padding=”25px 0 0 25px” modules_category=”none” modules_category_margin=”0 0 10px 0″ tdc_css=”eyJhbGwiOnsiYm9yZGVyLXRvcC13aWR0aCI6IjEiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMSIsInBhZGRpbmctdG9wIjoiMTIiLCJwYWRkaW5nLWJvdHRvbSI6IjgiLCJib3JkZXItY29sb3IiOiIjZWFlYWVhIiwiZGlzcGxheSI6IiJ9fQ==”]
Is there a possibility to replace the sort=”latest” with other variations such as filter: tag, top articles, etc.?
Hello @bcee!
Edit the product page with the TagDiv Composer, click on the Woo Add to Cart element, and there is the setting you need to change: https://app.screencast.com/eVDOiALJZksyJ
I can see there is not an option for the font size, but you can add a CSS code. We will add this option too.
We’re sorry for this inconvenience!
Thank you for understanding!
Hello @heathcliff,
Please let me know what version of the theme you have.
Please make sure that you have the latest version of the theme 12.6.3
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
Hello,
Please let me know what version of the theme you have.
Please make sure that you have the latest version of the theme 12.6.3
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
Hello,
All that you need to do is to add an extra class to the above code:
.single .libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 380px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: “SF Pro Text”, Helvetica, sans-serif;
}
Set the custom css in the theme panel > custom code> advance css and the problem should be resolved.
Thank you!
Hi Bettina,
I tried this css code .tdm_block .tdm_block_inline_text .tdm-descr .tdi_68 {text-align:justify !important}
but it doesn’t work
https://inspire-imaging.com/about/
above is the page of the website I’m applying it
Hi There,
I have a menu item where the longer category names are wrapping to a new line, is there a setting to force no wrap on the category name or will this require custom css code?
Screenshot:
https://drive.google.com/file/d/1OzhXiNVkREEPzy-Sjx56GWC_RsGDGMsm/view?usp=sharing
Thank you!
Hello. I bought Newspaper a few months ago, I have been using Newsmag for many years. I was happy with the squad and decided to take the leap. But the new NewsPaper template doesn’t perform better for me, it’s a shame. Anyway, what am I going to do, I hope it improves with the updates.
To get better performance I am reviewing the entire forum. And the following doubts assail me:
Is tagDiv Critical CSS Tool useful for anything? Do I use it? Does it work or is it obsolete? If it’s obsolete, why don’t they remove it? Or why don’t they update it?
Thank you so much
I want to add that the plugin developer was able to fix this with the following css code with my previous theme:
<style>
#mvp-site, #mvp-site-wall {
overflow: unset;
}
@media screen and (max-width: 479px) {
#mvp-content-body-top {
overflow: unset;
}
}
</style>
Earth.com use sticky ads between paragraphs (within the content), see example.
I recreate something similar with Ad Inserter Pro but Newspaper’s css is preventing the ads being sticky. According to the plugin developer the theme sets the overflow CSS property which prevents sticky position: overflow: hidden, overflow: scroll or overflow: auto on the parent of a position: sticky element.
In the documentation with working demo of the sticky ad between paragraphs (the purple block if you scroll down) the author of the plugin mention: “Please note that sticky feature as described here depends on the styles used by the theme. If it sets overflow CSS propery on some parent element or otherwise prevents sticky position then sticky feature will not work.”
So is there a workaround this theme can work with Ad Inserter Pro?
Please advice.
Thank you.
Same case here, I blocked it in the cloudflare firewall
cloudflare > security > waf > firewall rules > URL > equals > /wp-json/tdw/save_css > managed chalenge > deploy
In last weeks we have detected millions of bad requests to our WordPress installations that use the Newspaper template with Tagdiv Composer.
Our firewall is detecting this attacks however the server is experiencing excessively high traffic that is affecting its performance. There are millions of petitions like this one:
2024-02-02 12:31:20 Access 67.213.221.13 301 POST /wp-json/tdw/save_css HTTP/1.1
We would like to know when this security hole can be fixed.
Thank you.
In last weeks we have detected millions of bad requests to our WordPress installations that use the Newspaper template with Tagdiv Composer.
Our firewall is detecting this attacks however the server is experiencing excessively high traffic that is affecting its performance. There are millions of petitions like this one:
2024-02-02 12:31:20 Access 67.213.221.13 301 POST /wp-json/tdw/save_css HTTP/1.1
We would like to know when this security hole can be fixed.
Thank you.
Hello!
Try to fix it by using some custom CSS code.
Thank you!
Hello Inamullah!
You can use some custom CSS code, like in this topic: https://forum.tagdiv.com/topic/text-align-justify/
By default, this is the link color: https://imgur.com/gvoN3sh. and you have some settings also for the column text/text with title in the tagdiv composer.
Unfortunately, we do not have these effects options for the images in our theme.
Thank you!
Hello @tnihart!
No. Make a test and deactivate all plugins except tagDiv ones. Also, if you are using a cache plugin, deactivate it, clear all cache, and try again.
Please check if you do not have any extra CSS codes for hyperlinks.
Thank you!
So my site is constantly being attack to access to wp-json/tdw/save_css
What can be done to stop this, are there vulnerabilities someone needs to tell everyone about?