Hello,
Unfortunately, like that, there is no cloud template. That template is made custom like that. You need to set the caption here https://i.imgur.com/NmRFa8P.png and this will be displayed in the post content -> https://i.imgur.com/kh9mFf4.jpeg
Thank you!
Hello,
You can use two cloud templates; one with a featured image and one without a featured image. You can duplicate the single post template, and delete the featured image element if the post is video format and assign that template for this type of the posts https://forum.tagdiv.com/featured-image-or-video-7/
The same steps are for all templates -> https://forum.tagdiv.com/topic/how-to-add-different-sidebare-for-different-posts-with-the-same-category/
Thank you!
Hello,
To have a gallery for posts, you need to use a cloud template https://i.imgur.com/nu0Mwvy.png -> https://i.imgur.com/SzmqJh6.jpeg
Thank you!
Hello,
To have something like this, you need to create a custom code CSS.
.entry-title::before,
.td-module-title::before {
content: "Live ";
display: inline-block;
padding: 5px 10px;
background: linear-gradient(45deg, #ff0000, #ff4d4d);
color: #ffffff;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
border-radius: 20px;
margin-right: 10px;
animation: pulse 1.5s infinite;
vertical-align: middle;
}
/* Pulse animation */
@keyframes pulse {
0%, 100% {
box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}
50% {
box-shadow: 0 0 20px rgba(255, 0, 0, 1);
}
}
/* Optional: Hover effect for title */
.entry-title:hover::before,
.td-module-title:hover::before {
background: linear-gradient(45deg, #cc0000, #ff0000);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
You need to add an extra class on the block where you want to have the icon and add it to the code.
Thank you!
Hello,
I think that comes from a plugin for maintenance, for example.
Thank you!
Hello,
This is not implemented to work like that for Single Background Image. You can use only the external image.
You can try to use a Single image, and there you can set the image link using acf.
Thank you!
Hi,
In cases like yours, what you need to do is to contact us via email at contact@tagdiv.com, provide the license key and let us know the domain that you need to assign the license. Our team from email will let you know what needs to be done further. Also, please include this link in the email to be quickly identified.
Thank you!
Hello @Manufacturing.International,
Have you tried the suggestion provided by @simchris ?
Thank you!
Hi,
I would like to take a look. Can you please email us at contact@tagdiv.com with the wp-admin access and include the link to the topic in the email?
Thank you!
Hello,
I just checked now and the icons are displayed -> https://i.imgur.com/HWsWBda.jpeg -> https://i.imgur.com/9tQrGP9.jpeg -> https://i.imgur.com/4oQ8Z6u.jpeg
Thank you!
Hello,
When you have shortcodes on the page, you don’t have one or more plugins installed and activated, such as the tagDiv Composer and tagdiv Cloud Library.
After you update the theme, you must also update the theme plugins.
In most cases, plugins install automatically after an update. However, they might not install if the update is performed with active extra plugins or if the site has certain restrictions.
Thank you!
Hello,
To change the logo please edit with tagDiv Composer,select the header logo and change it => https://i.imgur.com/cR7F0v4.png -> https://www.youtube.com/watch?v=HXQQygkCCJo -> https://forum.tagdiv.com/add-logo-newspaper/
For mobile please edit with tagDiv Composer, select the viewport on phone, select the header logo and change it => https://i.imgur.com/cR7F0v4.png
Thank you!
Hello,
Please disable all the extra plugins and let only the tagdiv plugins be activated. Also, what version of PHP and WordPress do you have?
Thank you!
Hello,
I’m glad.
Have a great day!
Hi,
This is how they were made to work like this.
Thank you!
Hi,
You can not create it. You need to import it; you can use the license on the staging website and assign it after the website is deleted. Please contact us, and we will delete the domain.
Thank you!
Hello,
Please try to use this code .tdb_module_read_more a:not([href*="okanaganfamilyfun"]) {
display: none;
}
Set your website there.
Thank you!
Hello,
I’m glad that you found the plugin that caused the issue.
Have a great day!
Hello,
I’m glad.
Have a great day!
Hi,
Do you now have a single post template? if yes, then edit that template and set the code without import a new single blank template.
Thank you!
Hello,
Yes, you need to create a mobile page: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/. Also, please enable mobile cache from your cache plugin to avoid the issue of having the mobile page on the desktop version.
Thank you!
Hi,
I would like to take a look. Can you please email us at contact@tagdiv.com with the wp-admin access and include the link to the topic in the email?
Thank you!
Hello,
The only solution is to set the elements in the other row, leave them inline https://i.imgur.com/l7yQx7J.png, and use that code.
Thank you!
Hello,
You can then copy and paste the code from the single post template into another single post template; you need to edit the template normally in the editor, select the code editor, and copy the code. You can import a blank single post template.
Thank you!