Search Results for 'amp'

Results from the Forum
kevinsikora
Participant
#0

I had ChatGPT review my website for security vulnerabilities. This is what it said:

A second confirmed issue is that the site publicly exposes a theme builder template endpoint at /tdb_templates/single-post-template-uk-london-news-pro/. That page contains sample placeholder content like “Sample Post Title!” and tags such as “art”, “test”, and “wordpress,” which should not normally be useful to the public. This is an information disclosure problem: it helps attackers fingerprint your stack and theme behavior, and it tells them you are running a WordPress setup with tagDiv-style template builder pages exposed.

Does that endpoint need to be exposed? I don’t use that template.

https://www.wheredoitakethekids.com/tdb_templates/single-post-template-uk-london-news-pro/

Regards,
Kevin

Calin
tagDiv Staff

Hi,
In this case, you’ll need to adjust the offset for the sticky sidebar so that it appears correctly below the sticky menu. For example, if the sticky header has a height of 120px, then the sticky sidebar should have an offset of at least 120px as well.
This ensures the sidebar doesn’t overlap with the header and stays properly positioned.
https://prnt.sc/OGdiDbI-ki4y
Thank you!

Calin
tagDiv Staff

Hi,
That section is not a page template it’s dedicated to importing all available pages from the cloud library. This means you can import any page from any demo that has been uploaded there.
If you want to create pages with a similar or identical structure to the Revenant demo, you can simply duplicate a page you like—for example, the homepage: https://prnt.sc/4NK53KxWK8wp then, edit it using tagDiv Composer and adjust the elements as needed.
Thank you!

pignetotv
tagDiv Member

Ok Calin,
a last question: opening with the TD Composer my Pre-designed Templates (Default PRO) of the Cloud Library, i don’t see graphically a line of code (CSS code) that i see in other Pre-designed Templates (for example, Default RTL PRO): this apparent lack of code (CSS code) in my templates is a problem? Or i see the line of code (CSS code) in other templates because are different templates than mine?
Thank you!

Calin
tagDiv Staff

Hi,
You can try to set the cs sin a different place, for example, in the theme panel > custom code> custom css. Also, the above example will work if you are using a cloud template for an article; if it is a standard template, it will not work.
Thank you!

Calin
tagDiv Staff

Hi Vladimir,
To have the same layout on mobile as on desktop, please check your plugin and see if you are using the tagDiv mobile theme plugin and/or amp plugin, if you have any one of them, please disable those plugins, clear the cache and check again, the same information and layout from desktop will also be used on mobile.
Thank you!

Calin
tagDiv Staff

Hi,
If you set multiple category filters for a block, then the articles that will be displayed can be part of any category set in the filter, and will be display the 5-6 (depends on the post number set on the block) and base on the sort option if is latest, then it willbe display the latest 5 articles from all those categories set in the filter. Maybe you thought that if you have a block that is displaying 5 articles, you can set multiple categories on it, for example, 5 categories, and each article will be from a different category. If so, unfortunately, it does not work like that. You can do this, but for this, you need to use the ID filter and set the ID of the articles you want to display.
Thank you!

DocDigit
Participant
#0

Can you tell us how I can default the drop cap style of only the first character of the first block text to BOLD in CSS?
See for an example https://cloudzeeland.nl/de-onzichtbare-westerse-bril-van-ai/

Calin
tagDiv Staff

Hi,
In this situation, you’ll need to edit the theme files, for example;
wp-content/plugins/td-composer/legacy/Newspaper/header.php
if tagDiv Standard Pack plugin is in used, you need to edit the
wp-content/plugins/td-standard-pack/Newspaper/header.php

PolishExpress
Participant
#0

Hello,
I’m using the Newspaper theme with a Cloud Template header (free news). Yoast SEO Premium is generating the correct <title> tag, but the theme is adding an additional <title> tag before Yoast’s output.

This results in two <title> tags in the page source, for example:

Kod
<title>Portal Polish Express – …</title> ← generated by Newspaper
<title>Portal Polish Express – …</title> ← generated by Yoast SEO

Yoast SEO Premium does not offer “Force rewrite titles” anymore.

The duplicate <title> appears before the Yoast SEO comment block, which means it is generated by the theme itself.

This causes SEO issues and breaks external audit tools.

I need to know:

Which exact function or file in the Newspaper theme generates the first <title> tag?

How can I disable the theme-generated <title> so that Yoast SEO is the only source of the title tag?

Is there an official method (hook, filter, theme option) to prevent Newspaper from outputting its own <title>?

Please provide the recommended solution or code snippet to disable the theme’s title output.

Thank you.

Calin
tagDiv Staff

Hi Lori,
Please do not share your private license key on the forum.
If you are not using tagDiv Composer, it’s very likely that you are also not using tagDiv Cloud Templates. In this case, you will need to use the standard templates.
To do that, please install the tagDiv Standard Pack (you can install it from Newspaper > Plugins). Once installed, you can use the Theme Panel settings to adjust the template layout. For example, in Theme Panel > Header, you can choose the header style you want to use, set the logo, and configure other options.

Calin
tagDiv Staff

Hi,
Please edit the homepage using tagDiv Composer and select the block that displays the latest products. In the General tab, check if there is a number set in the Offset field. If a number is set, it will skip that number of products—for example, if it’s set to 3, the block will skip the latest 3 articles and display the ones after them.
What you should do is remove any number in that field and leave it empty. This will ensure the block displays all the latest products without skipping any.

Calin
tagDiv Staff

Hi,
The tagDiv Standard Pack, as the name suggests, includes the old theme templates. These templates cannot be edited on the frontend and only offer limited control through the theme panel, where you can enable or disable certain elements.
They are based on an older code structure (from several years ago, before the transition to Cloud Templates), and unlike the newer system, they load all CSS and JS files regardless of whether those elements are actually used.
If you are using Cloud Templates, there is no need to keep the Standard Pack plugin enabled. After disabling it, check your website:
If you don’t see any shortcodes, it means no standard templates or elements are in use, and you can safely keep the plugin disabled (or even remove it).
If you do see shortcodes, I recommend re-enabling the plugin. Then, using the Theme Builder, replace those old elements (for example, swap them with Flex Blocks). Once everything is updated, you can disable or remove the plugin.
This way, tagDiv Composer and Cloud Templates will load only the necessary CSS and JS for each page/template, improving overall performance.
Thank you!

Thefiscaldaily
Participant
#0

Website Address:https://thefiscaldaily.com/

Hello tagDiv Team,

I am using the Newspaper theme and facing an issue with image caption rendering.

I am adding text in the image Caption / Picture Caption field in WordPress media settings, such as “Picture Credit: Reuters”. However, this caption is not displayed on the frontend below the image.

Issue details:

The image is visible correctly.
The caption is saved in the media field.
The caption does not render below the image on the frontend.
This appears to happen especially when the image is used as a featured image / profile-style image.

I need clarification on the following:

Does Newspaper theme render WordPress image captions for featured images by default?
Is there any built-in setting in the theme or tagDiv Composer to enable this?
If not, what is the correct template override approach to display the featured image caption below the image?
Is there any recommended hook, template file, or CSS class for adding image credit text under the image?

My intended output is to show a visible line below the image, for example:

Picture Credit: Reuters

Please guide me on the correct implementation.

Regards

rajivsarkar
tagDiv Member

Thanks, this css is working on both desktop &amp; mobile device. Will it work on every devices ? I could not check with tab or on iphone !

One moe thing… On the cart page the “Process to Checkout” appearing like a text link. I want to make it a button. Where can I set it in that way ?

Calin
tagDiv Staff

Hello,
I think that you are using the mobile theme plugin for AMP version, right? If so, then you can disable the grids from front and category page using the theme panel settings – https://prnt.sc/JNDTENp7HXR5
Thank you!

nikkigaskins
Participant
#0

Hi there. I use Google Adsense. How can I remove the header ads in mobile/tablet view? I want to see the header only and no ad.

I am not using AMP or the TagDiv mobile plugin and can’t because they both prevent the content in my pages from showing.

Current view:

https://ibb.co/PXYCfst

https://ibb.co/4njsHJnc

I’d really like the ads above the header to be gone. I am fine with the desktop header ad.

Please help!

thalesbrandao
tagDiv Member

Can I edit the AMP version using the editor?

rajivsarkar
Participant
#0

I have installed Newspaper Kids Store theme on my site http://www.sunerzy.in. I am facing problem with cart page and checkout page alignments. Cart & Checkout forms are overflowing the screen instead of aligning with the website title/logo. I tried to fix this using custom css but not able to solve. Can you please help. Screen shots attached.

Checkout Page Screenshot: https://sunerzy.in/doc/sunerzy-in-checkout.pdf
Cart Page Screenshot: https://sunerzy.in/doc/sunerzy-in-cart.pdf

hbtvnewsweb
Participant
#0

Hello tagDiv Support Team,

I hope you are doing well.

I currently have a live website running on a custom PHP (CodeIgniter) system:
👉 hbtvnews.com

Now, I am planning to migrate my website to WordPress using the Newspaper theme, which I have already purchased.

Before migrating the live site, I want to set up a staging/development environment (for example: staging.hbtvnews.com or a temporary domain provided by my hosting) so that I can:

* Set up the theme
* Import prebuilt demos
* Migrate and test all my existing data (around 18,000+ news posts)
* Finalize design and structure

However, I am facing an issue where the prebuilt websites and tagDiv Cloud Library are not accessible without activating the license key on the staging/temporary domain.

I would like clarification on the following:

1. Can I activate the same license on a staging or temporary domain for development purposes?
2. After completing development, can I deactivate the license from the staging domain and reactivate it on my live domain (hbtvnews.com)?
3. Does the Newspaper theme officially support staging environments without affecting the main license usage?
4. What is the recommended workflow to set up and test prebuilt demos before going live?

My goal is to safely complete the migration and testing process without affecting my live website and without violating license policies.

I would really appreciate your guidance on the best and recommended approach.

Thank you for your support.

Best regards,
Prakash Chauhan

Gail Langdon
Participant
#0

My site is http://www.foundmyjam.com and I cannot access the right sidebar menu that allows me advanced options. For instance if I am updating/creating a new post, when I edit a block of text (for example) there is a right side bar menu that lets me choose advanced options like appearance, font size, color etc. That menu is gone and does not show up and I cannot figure out how to get it to show up. There is also another problem… this same menu would allow me the ability to “unpublish” an article and now I can’t do that… this menu was there to give options to do a whole host of things and now it is gone and editing and building posts is compromised.

Calin
tagDiv Staff

Hi Marcos,
Our theme do not have this kind of functionality, but it can be achieved using an extra plugin, something like:
– Feedzy RSS Feeds
– WP RSS Aggregator
https://prnt.sc/noEU2vUl2rpq

1. Open tagDiv Composer
2. Add a Shortcode block or shortcode element
3. Paste the RSS shortcode from the plugin

Example: [feedzy-rss feeds=”https://englishsite.com/feed&#8221; max=”5″]

jects
tagDiv Member

My plan is i put 2-5 [ID] of map codes in one company post that’s why i want to create a tabs.

Example.
Tab 1: Amazon Asia [wpgmza id=”1″]
Tab 2: Amazon USA [wpgmza id=”2″]
Tab 3: Amazon Europe [wpgmza id=”3″]
Tab 4: Amazon Data Center [wpgmza id=”4″]

Because many maps locations one id [wpgmza id=”1″] are hard for visitor to navigate.

if you look in this https://headquartersoffice.com/att/ its too slow.

Thanks

Calin
tagDiv Staff

Hi,
Please try like this: import a theme slider: https://forum.tagdiv.com/import-revolution-sliders-on-demos-prebuilt-websites/, then edit it, select the Content and set a category – https://i.imgur.com/OQylzO3.png after that save the settings and set the slider shortcode – https://i.imgur.com/y5FvrjR.pnghttps://i.imgur.com/Vh3u4ec.jpeg
This is just an example, you can use any slider or create your own as long as the settings from general are set for a type post and a category.

dennisjpitocco
tagDiv Member

That is the correct link. We turned off the Header &amp; Footer as this will become a Landing Page once it’s working properly. It does NOT happen when we are logged in on our iPhone. How can I provide a screen cording from the iPhone and how to I share it with you?

Viewing 25 results - 176 through 200 (of 38,683 total)