- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hi,
1. “Delete all information < – where and how?"
This depends on the information that you want to delete.
2. “Save Permerink <- I don’t know how to remove cache"
To save the permalinks – https://i.imgur.com/pngaNiE.png
To clear your browser cache:
On your computer, open Chrome.
At the top right, click More. Delete browsing data.
Choose a time range, like Last hour or All time.
Select the types of information you want to remove.
Click Delete data. If you delete cookies while signed in to Chrome, you won’t be signed out of your Google Account.
To delete the cache from the website you need to use the options provided by your cache plugin.
The AMP plugin that is listed in theme plugins is not the theme plugin, is the one that is compatible with our theme and it can be used with tagDiv Mobile theme.
To redirect the AMP version of a page (e.g., http://www.domain/my-text/amp) back to the original page (e.g., http://www.domain/my-text), you can use a server-side approach, such as using an .htaccess file for Apache servers. Here’s how you can achieve this for both:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.*)/amp$ [NC]
RewriteRule ^(.*)/amp$ /$1 [L,R=301]
Thank you!
I’m following the tutorial, but after pressing “save changes”, nothing changes on the site, it’s incredible.
I’m learning how to use it, but what a disappointing system, simply nothing changes!
in fact I just discovered that it takes hours for the first change to appear.
For example, a logo change takes hours to occur…
Does anyone know what it could be? the site is empty, with nothing, I’m starting from scratch
I have tried to install the News Free prebuilt template for NEWSPAPER on multiple servers. The latest attempt was on a fresh WordPress installation with no plugins, except for those required by NEWSPAPER.
I always encounter the same 500 error, but it only affects the homepage. The rest of the site works fine—articles, pages, and everything else—but not the homepage.
You can check the homepage at http://www.omcv.es, and here’s an example of an article on the same site: https://omcv.es/?p=90.
I’ve been running NEWSPAPER successfully for the past two years at open-minded.es, but now that we are trying to switch to the News Free prebuilt template, it isn’t working. This is why we’ve been testing it on other domains, but we still can’t figure out the cause of the error.
Any suggestions or solutions?
Hello,
i use the default template and want to disable authors box in the single post page. But my configuration shows much less then in teh documentation: https://forum.tagdiv.com/design-post-pages-using-default-templates/
For example: I cant not set autohr on/off, and much more.
What did i wrong?
Best
Armin
https://politicadeverdade.com/smufca/amp
https://politicadeverdade.com/hugesobet/amp
Domains with amp slugs all point to the wrong places. I hate this. Please help.
It’s an AMP plug-in that belongs to my theme. There’s nothing to set up separately. There’s only ON and OFF.
What I did
1. Setting Regular Expression Items
2. AMP OFF
3. URL ERROR
TIPS:
a) make sure you had/have the “delete all info” setting checked when you disable and delete the AMP plugin; which should be done before setting up regex entries
b) from the WP settings, do “save permalinks” to clear any permalink cache (always do this after any AMP related stuff)
Good luck!
Some links are all directed towards link 2. I think there’s an error
2url = https://politicadeverdade.com/ampersandbet-2/
-
This reply was modified 1 year by
muktipolice.
https://politicadeverdade.com/hugesobet/amp
click >
https://politicadeverdade.com/ampersandbet-2/
You will be redirected to the wrong place.
again:
Redirect AMP pages
http://site.com/article/amp/ ⇒ http://site.com/article/
Source
^/(.*?)/amp/$
Target
/$1/
————————
Redirect ?amp pages
http://site.com/article/?amp=12 ⇒ http://site.com/article/
Source
^/(.*?)/\?amp=.*
Target
/$1/
Yes, you need to make two (2) different regex entries using the examples I’ve provided. Try it 🙂
Uncaught TypeError: Cannot read properties of undefined (reading ‘getBoundingClientRect’)
at isElementInViewport ((index):1082:31)
at checkFooterVisibility ((index):1122:22)
This function is throwing an error in my website. How could I fix it? It’s located at this function:
// utility function to check if an element is in viewport
function isElementInViewport(el) {
var rect = el.getBoundingClientRect();
// var header_menu_affix = jQuery('.td-header-menu-wrap.td-affix'),
// header_menu_affix_height = header_menu_affix.length ? header_menu_affix.outerHeight() : 0;
// var admin_bar = jQuery('#wpadminbar'),
// admin_bar_height = admin_bar.length ? admin_bar.outerHeight() : 0;
// var setTop = tdFooterWrap.offset().top/* - ( header_menu_affix_height + admin_bar_height )*/,
// setHeight = tdFooterWrap.outerHeight(true),
// setBottom = setTop + setHeight; // set the bottom by adding its height to the scroll position of its top
// var win = jQuery(window),
// windowTop = win.scrollTop(),
// windowBottom = windowTop + win.height();
/* rest */
// console.log( 'rect', rect );
// console.log( 'rect:top', rect.top );
// console.log( 'rect:bottom', rect.bottom );
// console.log( 'window.innerHeight', window.innerHeight );
/* element */
// console.log( 'top', setTop );
// console.log( 'height', setHeight );
// console.log( 'bottom', setBottom );
/* window */
// console.log( 'window top', windowTop );
// console.log( 'window bottom', windowBottom );
return (rect.bottom >= 0 && rect.top <= (window.innerHeight || document.documentElement.clientHeight));
}
simchris
https://politicadeverdade.com/kali/?amp
https://politicadeverdade.com/allin/amp/
I have 2 forms of amp link like this.
So should I apply both of the formal redirection my friend taught me??
Source
^/(.*?)/amp/$
Source
^/(.*?)/\?amp=.*
Hello Anamaria,
We already have “LAST 24/48 HOURS & 7 DAYS POST SORTING” option enabled.
We would like to display Popular posts of all time.
How can we do that?
Also how can we show Most Read Posts?
Thanks
Hello everyone,
I hope you’re all doing well.
I’m facing an issue with the time display on the domain header bar. I was able to add time and seconds, but it only updates when I refresh the page or reopen the browser. What I need is for the seconds to update in real time, continuously, without having to reload the page. Could anyone help me ensure that the seconds are updated automatically while staying on the homepage? Example 
Thank you!
Hi Anamaria,
Thank you for your answer. Not sure why you weren’t able to see the ad that is just below the header, it sometimes shows as a blank spot for me too. Anyway, the ad is not in the header per se – it’s just the first block of the homepage’s Content area.
You can see it in the screenshots below, along with the settings we use:
Our theme panel ad settings: https://imgur.com/a/h90vxYu
The ad in question, on screens < 458px wide: https://imgur.com/3yYFp78
The ad on screens 458px – 767px wide: https://imgur.com/jC8kRRC
Your solution of inserting the code again in the Mobile header *might* work, but as this ad placement is already showing in the correct spot for all devices, it would make more sense to use the AdSense code just once (like it is now) and work with the Theme Panel options to adjust the sizing to different devices. Duplicating the ad code in the mobile menu would prolong page load time for all devices and it would show this ad on the entire website instead of just on the homepage, which I don’t want.
The built-in Theme Panel options for different devices should be exactly what I need and they should work. They already seem to work fine for screens 458px-767px wide. The quirky behavior that happens below 458px width is what breaks this feature for our site.
So I would just like to fix the erratic behavior at <458px, because that’s the real problem and I’d really like to understand it and fix it while keeping a clean code&structure.
Thanks a lot, Tagdiv team! Here’s hoping we can find out what’s happening here :).
Hi
I am sorry if this is basic question with an easy answer but how do I stack elements so one superimposes the other ? I am sure it has something to do with Z index and order etc (and not necessarily padding /margins ?) For example, I have a column with an HTML embedded video and below it, in the same row / column, I have made an inline text title. How can I get that title to float over the video ? Thanks
Hello!
You can not use flex blocks without the plugin or theme. You can add multiple blocks on the cloud templates. The elements from the tagdiv Composer can not be used in the default templates.
Check the settings of the flex blocks: https://forum.tagdiv.com/flex-block-settings-guide/
There are special filters as well and the block knows to filter by the current category for example. You can also copy-paste the block or save it as element and use it in another cloud page. Please check the filters applied always.
Thank you!
Hello!
Hover over the edit button: https://app.screencast.com/wBnrXHDGwkiJa
Yes, the post uploaded will have the single post template you set there.
The option called Custom Title Field Name is taking the value of a custom field from a Form Input shortcode and set it as the title of the post. For example: You have a form input shortcode with a custom text field: https://app.screencast.com/KlpCG01j6soNO. Set the same name of your custom field here: https://app.screencast.com/q5eb87S5Xb8Q9
In the frontend, the user is typing this value in the text field: https://app.screencast.com/k0pGkHR23bLWu and this value will be also the title of the post when the user submit the form: https://app.screencast.com/nu3EPLn9XrSo3
Thank you!
I have followed the instructions on https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ but the ads are not appearing on my website and I don’t understand why.
This is the code I am pasting on the Article Inline ad box:
<div class=”td-all-devices”>
</div>
Any help?
Hi,
I recommend you do a clean install of WordPress and the theme. Also, the file is license.txt, not with the extension HTML, so you can try to remane it or delete it. Additionally, please check all the files for the strange code.
Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
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!
Google search panel will show “errors” about the missing pages, and also will show stuff like “3,000 pages indexed; 2800 not indexed” — it will take couple of months for them to clean house.
You should go into your search console and ‘resubmit’ your site map to accerate them no longer seeing amp pages.
Hyperlink example in third paragraph in this post: https://jazzjournal.co.uk/2024/09/05/sweet-megg-bluer-than-blue/
I have actually reverted to this code:
.td-post-content a {
text-decoration: underline!important;
text-decoration-color: #f70202 !important;
color: black!important;}
But tell me – can the red underline be made bolder? It is almost imperceptible.
Thanks
Hi Manoj Chekkilla, so our theme is normally work with any type of ads, you can use any, you just need to have approve for your account ads and set them properly, for example our theme is using ad box element and you can chose as source the ads from the theme panel, or you can set the ads code directly in the ad box using the tagDiv Composer.
I just checked the website and now I see that you save ads on both mobile and desktop so I belie that you already manage the to resolve out.