Hi,
That line is added by the classic editor, the old WordPress editor.
Thank you!
Hi,
1. This is a tag template, and it appears to be the default one. You can import a template from the cloud by accessing the cloud templates and clicking + under Tag Templates — https://prnt.sc/RF4jny6RazoK. You can do this for all templates.
2. Those are the articles that have the tag ‘apple support ct’ assigned.
3. This is WordPress-related: you need to edit the articles and remove the tag if you no longer want them to appear under that tag. Also, if you choose to use a cloud template, you can edit it and adjust the sorting of the results as needed.
Thank you!
Hi,
Strange, normally, the category description is an element that should not be displayed on pages. It’s possible that it was copied from a cloud category template. Category elements should be used only on category templates.
For pages, you should use the Text with Title element instead. Pages are individually edited with tagDiv Composer, so you can set different text for each one. On the other hand, in a category template, the text set in the template is used across all categories that use it, which is why category-specific elements are required to render the content correctly.
If I understand correctly, you’re saying that when you place the element lower on the page it works, but when you place it at the top of the page or template, the issue appears. If that’s the case, it may be caused by another element on the page that is interfering in one way or another.
Thank you!
Hi MG,
I’m glad that you found the source of the problem and shared it with us. This is the default WordPress behavior; it is not related to the theme.
Best regards,
Hi,
If it is only about the opacity and you want to remove it when hovering over a social share, then please try this CSS:
body .td-social-network:hover {
opacity: 1 !important;
}
Add the CSS in Theme Panel > Custom Code > Custom CSS.
If you know, please let us know another screenshot tool that can hold the image long enough and that is accessible in the UK.
Thank you!
Hi,
This can be done only using extra plugins, for eacmple you can use the acf plugin to add extra. There are also dedicated plugins for user accounts that can be used.
Hi,
I see, is there a fixed size for the set adsense? For this you can set to use responsive adsense base on screen width – https://support.google.com/adsense/answer/9183363?hl=en
Hello,
If you’re encountering an infinite loading screen after clicking Save Settings in the theme panel, the issue is likely related to admin-ajax.php. To diagnose the problem, please open your browser’s developer console and check for any error messages.
This behavior is commonly caused by admin-ajax.php being blocked by modSecurity, your hosting provider’s firewall, or certain security plugins or server modules.
Thank you
I understand.
Regarding the ads, were you able to get them working on the new website?
Ok, so you have now under cloud templates > modules that module, right? If so, edit the page/ template taht display taht message, select the element (will be a flex block builder) and set the module that you just got from the cloud. ou can get allthe details in our guide – https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Hi,
I understand now. You don’t have a dedicated featured image; instead, you’re using an image set within the WordPress editor that you refer to as the featured image when the article is opened.
In this case, the next step is to check the image caption settings and compare them with how the image appears on the article page. It’s possible that one image is configured using Gutenberg with different settings than the other.
Hi,
I just checked the mobile menu situation and it appears that you have managed to resolve the problem.
Hi fuenson, I understand the situation.
Please do like this, use a child theme and in functions.php add this code:
add_filter('the_content', function($content) { return '<main role="main">' . $content . '</main>'; });
This should resolve the problem.
Let me know the results!
Hi,
I added this to our list and our developers will check it out.
Hi,
Just let me know if I understand correctly. You want to have some dynamic text based on category, right? If is so, then on pages just use a text element since the pages ar individual and will not be a problem, but onthe category template you need to use a different element, maybe the category description element, set it on the template using tagDiv Composer and after that just set a description for each category in part using the WordPress option.
https://i.imgur.com/p1KHjBI.png – https://i.imgur.com/y4b19I0.png
Thank you!
Hi,
You just need to follow the steps from the provided message, go to Cloud Templates, select from the tab the Module and click on + there search for app – https://i.imgur.com/9nGLEYV.png – https://i.imgur.com/YDwrNNA.png
Thank you!
Hi,
I believe that you can use the wordpress option for this: Here is an article for how to do it:
How to Hide the WordPress Admin Bar
Hi,
There are indeed thumbs that are created by the theme so check in the theme panel > block settings and let enable only the thumbs you are using – https://forum.tagdiv.com/thumbs-on-modules-and-blocks/ also, wordpress will generate some thumbs https://i.imgur.com/luRoCac.png
After taht use a plugin that will check all thumbs and remove those that are not used https://wordpress.org/plugins/force-regenerate-thumbnails/
Hi,
Could you please provide a bit more detail about the issue? Are you referring to the login option in the menu not working?
If so, in most cases this is related to cache or optimization settings. Please try the following steps to identify the cause:
Disable all cache and CSS/JS optimization plugins and test again.
This includes options that minify, combine, or defer CSS and JavaScript files.
If the login works with caching disabled, re-enable the cache plugin and carefully review the CSS and JS optimization settings, as these options are usually responsible for this type of issue.
Another possible cause is a plugin conflict. To test this:
Activate only the Newspaper plugins and check if the login works.
If it does, enable the remaining plugins one by one, testing after each activation, until you identify which plugin causes the login to stop working.
Hi,
If you are referring to the featured image, the caption will be displayed if this is enabled on the element – https://i.imgur.com/cflNHbF.png https://i.imgur.com/EC3tS2z.png make sure that the option for hide caption is not enabled.
Thank you!
Hi,
1. Unfortunately, I do not know of a solution for this in our theme. To add the fields SEO title, Meta description, alt img for the featured image and connect them to Yoast plugin you’ll need a custom implementation. Unfortuantely this is not covered by the support.
Here is an article that may help you – https://yoast.com/help/find-custom-field-name/
2. To display the tags use the element and set the ‘post_tag’ https://i.imgur.com/1Zu3sPK.png (can be used for any taxonomy).
Unfortunately for the excerpt, there is no element in the theme that can be used to insert the excerpt from the frontend. Here, I think that you can use a custom field from acf to set the text for the excerpt (this can be displayed in a module made using the module builder).
Thank you!
Hi,
Unfortunately, that element is not supported, sorry!
You can use acf text and text area format, which are supported and using the text area, you should get similar results
Hi c386, I understand what you mean, most of the social styles have different colors for the socials, so adding a second color will not look too good, unless the same color is used for all socials, so as an alternativ theer was added an opacity on the element that is hovered https://i.imgur.com/2mNUnD1.png – https://prnt.sc/YdHbKOe_XOy7
Hi,
I just made some tests on one of my installations with the mentioned settings and everything seems to work correctly – https://i.imgur.com/havZ7YM.png https://i.imgur.com/BOkRFrQ.png I believe there is something extra that is interfering, can you do some tests:
– try when you are logged in and no cache is apply so there is nothing interfering with the theme js
– test it using only the theme plugins and without any cache applied
Thank you!
If you want to have that icon for live, please upload an image with that icon to the media and give me a link to it, I will try to replace the current dot with that image.