- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Calin, thank you for your assistance, it work.
Now, im still getting some high physical memory consumptions alerts, but for this query:
SELECT wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID NOT IN (59675) AND (
wp_term_relationships.term_taxonomy_id IN (72)
) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 3
and this one:
SELECT COUNT(*) FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID NOT IN (4458) AND (
wp_term_relationships.term_taxonomy_id IN (4,48,49)
) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish'))
Do you know which part of the template is using this query?
Is a block? is the related articles?
Can you help me please?
Thank you!
how can i edit theme files, in newspepper 9, we could edit blocktemplets like put title first then image, but in newspepper x could not find those files, any idea??
Hi,
You can check more details about how to extend the support on the item key using this guide: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support. Also the theme sell on envato are products just like in my example, also this implementation is not made by us, we just apply it, this was implemented by envato -> https://themeforest.net/page/item_support_policy
-> https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Make sure that you do not have 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 there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also please make a test and make the update before you disable all non theme plugins, check the results.
Let me know the results!
Thank you!
Hi,
If by “cancel” you mean remove the block then yes, you can do this by editing the page with tagDiv Composer and use the right click -> https://i.imgur.com/GKeGu08.png
If this is not what you mean, please provide some more details.
Thank you!
Hi,
Please try this quick fix for the problem wit IE
html[class*='ie'] [class*='tdb_single_related'] .td-module-container {
display: block;
}
html[class*='ie'] [class*='tdb_single_related'] .td-image-container {
height: auto;
flex: initial;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
So you’re saying it’s impossible to set a default for Flex Block 3/Style/Module Fonts/Article Title 1 and Flex Block 3/Style/Module Fonts/Article Title 2?
I cannot see anywhere in Theme Panel to set default font, size etc for Module Flex 1 or Module Flex 3. That’s what I need. If it exists.
You haven’t answered 2) Where is “set the width to auto or 100%”? I can’t see any option to set width in Single Post Content/Ads
Do you mean in the CSS tab?
Or do you mean add “auto” or “100%” to the ad code? If so, where?
Please be explicit.
For a moment one of my ads appeared in Single Post Content but mostly they don’t. Why? Here is an example – div tags are correct, yes?
<div style=”width:320px”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– JJ display 1 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-7426344127145001″
data-ad-slot=”3267840445″
data-ad-format=”auto”
data-full-width-responsive=”true”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
Google say (https://support.google.com/adsense/answer/9189018?hl=en-GB&ref_topic=28893) “Your ad code should appear exactly as it does in your AdSense account”
I notice in page source Newspaper is adding code, namely, data-adsbygoogle-status=”done”
<script async=”” src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-layout=”in-article”
data-ad-format=”fluid”
data-ad-client=”ca-pub-7426344127145001″
data-ad-slot=”4341442480″ data-adsbygoogle-status=”done”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Significant?
AdSense inline ads in template post content are not showing, for example: https://jazzjournal.co.uk/2020/06/17/obituary-keith-tippett/
(1) An ad hosted in media file, placed in ARTICLE INLINE AD 1 field is fine:
<div style=”width:320px”>

</div>
(2) Ads using AdSense code in ARTICLE INLINE AD 2 and 3 fields are not showing, for example:
<div style=”width:320px”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– JJ display 1 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-7426344127145001″
data-ad-slot=”3267840445″
data-ad-format=”auto”
data-full-width-responsive=”true”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
(3) AdSense ads positioned outside Post Content using Ad Box and the same code (minus <div style=”width:320px”> and </div>) are showing ok.
So there is no problem with the code. There does seem to be a problem with the Single Post Content element, and others with Single Post elements in general.
These templates seem to have so many problems compared to defaults, and suck up so much admin time…
Hello,
I finally found the file and made what you said. But I have still a problem (sorry …). I only want that the titles of my recents post (in the sidebar of my single post and after the post) be in <p>.
With what I’ve done all my titles are in <p> and I want that my titles on my home and category page stay in h3. How can I do this ?
On my home page I have a “Big Grid Flex 10” and a “Flex Block 1”, now the title of my posts are in <p> but I want them in h3 like before. Maybe I can add a custom ccs when I’m on the home page with tagdiv ? I don’t know …
Thank you for your help.
-
This reply was modified 6 years by
Mahiedine.
I just found out that you can change the widget style through themepanel – block settings – global block header template and then select the block header template you want which will be applied globally on the site. You only don’t have control over the color but at least the style can match 🙂
Thank you Calin!
If it is not too much work, that would be awesome to have this kind of block in your theme. That would be a great feature.
(Just in case for your suggestions box 🙂 )
Have a nice day!
Hey there,
I am enjoying your beautiful theme. However, as you know clients have sometimes weird requests.
He wants all links of a section open in new tabs. Don’t ask me why please 🙂
Therefore I used this jQuery script to make all links in that specific block (flex block 1) at https://www.k-i-e.com/#content-section opening up in new tabs:
$(“#content-section a”).attr(“target”,”_blank”);
Pretty easy right and it works fine until I press that blue ajax button to the bottom right to bring up new posts.
Any idea how I can fix the script to make it work?
Thanks a lot for your help!
Cheers,
Torsten
thanks for your help. But it’s just not taking. I can’t get a boxed layout. We sometimes have a wallpaper ad as well and I’m concerned that the ad will be blocked by the fullwidth header.
I have done what you’ve stated in the text above, but it still not adjusting to a boxed layout.
Ah, Calin, you’re seeing ads where I’m not. That horizontal in the middle of the headline blocks won’t show fo rme. Nor the footer ad.
I know it’s POSSIBLE to put more than 3 ads on a page, but what I was asking was does Google forbid it / penalize you. I had read Adsense’s T&Cs limited you to 3 ad blocks.
In any case, thanks again. At least I know the ads are bieng show to someone, if not me!
Hi,
You ca filter only the block, and this can be filter an sort using these options from tagDiv Composer -> https://i.imgur.com/pA9IsOy.png -> https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi, first sign something was wrong was the entire site including WordPress toolbar displaying in Italics.
Website is https://capsulenz.com/
I noticed an update needed for Newspaper theme in 10.3.5 and completed that. tagdiv composer plugin did not complete and showed as an ajax error. As per recommendation I then loaded the plugin manually.
The site layout settings I slaved over appear to be gone!
-The site logos are all gone
-The colour and font settings have all reverted back to ‘default’ from what I had them set to
-All the fonts were in italics
-Blocks that did fit four articles in a row are now pushing one article over to form a new line
In addition:
– Megamenu display has different fonts and colours, it used to look like this https://gyazo.com/a2c6b1b7f7664e257a61a7c2a42f4959
Notice the THINK BE DO COVET text all the same
it now looks like this, random fonts and colours and it does not sit correctly on the page https://gyazo.com/a1261e0470988d2db05a4a16e1309a0c
-Mobile mega menu has no dropdowns showing when you click on a parent
This is just the issues I’ve found so far ….
What is the best next step for me now. Do I roll back to a backup and hope the update doesn’t break the site again?
Most importantly, how do I avoid my site completely breaking again at future updates.
Thank you
Hi,
We recommend that the image size to be at list as the same size as the biggest thumb that you are using, also using flex blocks or flex grids you can display the full size of image.
Thank you!
Hi,
Unfortunately html element from Widget do not have this option to use a Block Header.
Also you can set more ads using the ad box from tagDiv Composer -> https://forum.tagdiv.com/custom-ad-spots/
Than you for your understanding!
Hi steveroberts,
Usually using adblock it will affect all the ads from your website, not only the ads from one place.
Thank you!
Hi,
Yes, the related articles can be set from them panel -> https://i.imgur.com/CUfOp19.png also if you want to make some changes the file that contain the code for related articles is on this path -> wp-content/plugins/td-composer/legacy/Newsmag/includes/shortcodes/td_block_related_posts.php
Thank you!
How do I attach an image?
Have that warning over and over on my site and it appears on basically every page.
Line from subject is followed by
home/xxxxx/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_client.php on line 110
Every time I try to re-install the plugins, they install fine but they never update.
I constantly get this message, and keep in mind, I just purchased Newspaper today…
tagDiv Composer Failed
tagDiv Cloud Library Failed
tagDiv Social Counter Failed
tagDiv Standard Pack Failed
What can I do to fix this problem? I’ve already tried disabling/re-installing the plugins to no avail…