Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

That would be available in a default wordpress theme, our theme does not show it. I have added this on our list and it will be considered for a future update.

If this is highly required for you, you could make a small modification in the theme comments file to make it appear
https://www.screencast.com/t/iOzOlu2qpEL

Add the code as shown in the screenshot, it should appear like this
https://www.screencast.com/t/YBPejPIu0

<?php edit_comment_link(); ?>

Sorry for the inconvenience.
Thanks

Simion C.
tagDiv Staff

Hi,

What exactly is happening if you try to register a new user? Provide some more details about what is happening if possible, for a better understanding of the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

That is done with the text padding options
https://www.screencast.com/t/7fMkUl2Z
Select the sections of the post content you want and add padding to them.

Thanks

Simion C.
tagDiv Staff

Hi,

While on desktop you can select that post template and not show the featured image, on mobile there is a single post template which does show the featured image. I could give you a code to remove the content image and only show the featured image on mobile
https://www.screencast.com/t/6l25M7q7WU
That should work, make some tests with it

.td-post-content .td-post-featured-image + p > img {
display: none;
}

It will remove the first image after the featured image for all posts that have one. The code can be entered in Theme panel->Mobile theme->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

That is correct, a general font setting does not exist at the moment. By default the theme will use only these fonts
https://forum.tagdiv.com/font-customization/
If a demo is installed there will be more fonts used, but by default only those 2 fonts are used.
Fonts can be set for specific elements in the theme panel or directly in the composer, but not for all the theme elements at once. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

I see know, I will add the same width for the meta in the code
http://prntscr.com/kfr8h4

New code here – https://pastebin.com/mAKwYd9P

Simion C.
tagDiv Staff

Hi,

That could mean there is a problem with that page. What happens if you check other pages, or a new page? is the page in question built with the tagDiv composer entirely?

We could take a look, send us an email at contact@tagdiv.com and provide admin access. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

What do you mean disabled? You should be able to type a different value
https://www.screencast.com/t/rDhuKd0Gr
The 400 value is the default, click and type a new value. Please correct me if I misunderstand something.

Simion C.
tagDiv Staff

Glad you solved it. Indeed, there are a couple of post templates that don’t display the featured images in the post page (templates 5 and 12 I believe).
Also there is an option to not display featured images in the theme panel
https://www.screencast.com/t/YWBcBsLTuyW6

What image is served when sharing in Facebook would depend on your available OG data. Most SEO plugins will provide the necessary data for sharing. From what I can see this image is used when sharing one of your posts
https://indefact.com/fact-check/fact-check-no-immigrants-cannot-apply-for-asylum-at-u-s-embassies-or-consulates-abroad-politifact/

https://www.screencast.com/t/HWTnFTqkJ

That seems to be a default image of the all in one SEO plugin, maybe you need to check it’s settings, or try to specify an image for the shared post specifically. Yoast offers this per post for example.

Simion C.
tagDiv Staff

I don’t quite understand. So there is a problem with the code? Seems to work when I test it with grid 6
http://prntscr.com/kfqtod

Simion C.
tagDiv Staff

Hi,

Try and search online for this kind of problems. That link is not a page, that is the theme folder in The WordPress themes folder. Usually the themes folder would be set as disallowed in a robots file so Google does not try and access it.

Check some topics online
https://www.rankya.com/wordpress/how-to-fix-index-coverage-issue-server-error-5xx/
https://pepperlandmarketing.com/blog/google-search-console-errors/
https://www.ukbusinessforums.co.uk/threads/google-new-index-coverage-issue-detected.384642/
https://www.linkedin.com/pulse/fix-index-coverage-issues-detected-google-search-console-akhildas-t-h

Thanks

Simion C.
tagDiv Staff

Hi,

There is a topic where a different top menu is displayed for logged in users
https://forum.tagdiv.com/topic/display-different-top-bar-menu-with-php/
If that is what you need you could give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

There is an ad spot in the header, but it does not slide ads. It will output the ad code entered in the theme panel header ad spot. If multiple ad codes are entered there, they will display all at once, not slide.
This is not possible by a theme setting unfortunately. Maybe if the ads themselves could slide or change by themselves (defined in their code) it would be possible. Or maybe with a plugin. You could try the Adrotate plugin, maybe that has the options you need
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see at the moment the website works and the icons look properly
http://prntscr.com/kfpero
So the problem seems to be solved.

Thanks

Simion C.
tagDiv Staff

Hi,

Try to set WordFence firewall in learning mode in the settings
https://www.wordfence.com/help/firewall/options/
https://www.wordfence.com/help/firewall/learning-mode/
Then check if the issue is solved.

Simion C.
tagDiv Staff

Hi,

You could display a caption below the image – http://prntscr.com/kfp122
There you can write the source of the image for example. Each image can have a caption so this could be a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is correct, the search keywords will be bold
https://www.screencast.com/t/iSdSrPbOd
If accessed like that the link will not work. Copying it and opening it in a browser tab will work. As far as I know this has always happened, I believe this is how it should be despite being somewhat inconvenient.

2. The loop element currently appears only on category templates, tag, author, search and archive. It is a special loop element different than the latest articles loop in pages. It uses the flex module settings.
So in default pages a loop is only possible with the latest articles page template.

Maybe this will change as the plugin gets more developed, I really can’t say what will happen.

Thanks

Simion C.
tagDiv Staff

Note that we had no other requests such this as far as I can remember. We are not aware that this simple edit option can result in such an inconvenience.
Through a child theme this modification would not be possible, only in the main theme.

If this is interfering with your website in such a level and you are not satisfied with the theme for this reason, we could provide you a refund is you request it. Sorry again for the inconvenience.

Simion C.
tagDiv Staff

Hi,

What kind of embedded images have you used? Smart lists should be created by this structure only if possible
– Title
– Image (from media library)
– Desscription
This order is very important. Repeat this until the list is created. Other content in the smart list may cause it to now work properly on desktop or/and mobile.

The mobile plugin could strip down plugin content, or plugin shortcodes may not work if that is used.
Check if the same happens in a post that doesn’t use a smart list, on mobile. Maybe that is happening in all situations. Smart lists are somewhat sensitive, best they are constructed exactly as specified to avoid issues.

Thanks

Simion C.
tagDiv Staff

Hi,

Actually the logo should look like this by default with that header style, on all pages
https://www.screencast.com/t/ujmjFaUaLBR
Most demos contain custom design, the one you have installed sets these parameters for the logo when using header style 10
https://www.screencast.com/t/kHolqYtK
If you were to remove that customization from the shown file, the issue would be solved. But if the theme will be updated this operation will have to be done again.

Why does this customization not look the same for all pages? because of the h1 the logo is included in when there is no other h1 in the page.
This interferes with the demo customization, some CSS is not applying properly. That is the case for the homepage you currently have. The category pages for example have a h1
https://www.screencast.com/t/9MzGwCIsQZmK

The temporary solution is to use the code I provided until this is fixed by us. For reducing or removing that shift, enter the code directly in the theme stylesheet, at the bottom.

I already added this on the issue list for fixing. Sorry for the inconvenience.
Thanks

Simion C.
tagDiv Staff

Hi,

That looks like the default no-thumb placeholder which is displayed when the posts have no featured images set. Do the posts have featured images?
https://forum.tagdiv.com/featured-image-or-video/

How did it look before? If there are no featured images then the placeholders would be displayed at all times.

Simion C.
tagDiv Staff

Hi,

Maybe there are errors, check with the browser inspector tool in the console. Potential errors can be seen there.

Then check the basics, theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Check if plugins are the cause, check theme modification if you made any, check custom code used, also child theme. Check with hosting to see if anything happened.

Simion C.
tagDiv Staff

Hi,

It seems there were some modification on their side, the widget will not work anymore. I will pass this along to our developers and they will try and fix it as soon as possible. Thank you for mentioning it.

Simion C.
tagDiv Staff

Hi,

That is not possible by a theme setting. The ads will display at all times once entered in the theme panel, there are no options to exclude category pages specifically.

The theme ad system is simple, enter ad codes and they will appear. Most users that require more advanced control over the ads use the Adrotate plugin. This would have the settings you are looking for
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Another way would be with cloud templates. With the Cloud library plugin you can design post templates and category templates. These can be built in any way you want
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For example in a template for posts, the ads can be entered in the template directly (theme panel ads will not appear)
https://www.screencast.com/t/6pxiECJWukcO

So you can create a post template without entering ads there, the theme panel ads will not be displayed so the post will have no ads. The template can be applied to the posts you want.

Simion C.
tagDiv Staff

Google will scan what it finds, it won’t make up nonexistent URLs by itself or add AMP parameters in this case for tag pages for no reason. There would be no Google algorithm that does that. It seems as if the tag pages are treated as post pages.

Somewhere and for some cause your website is generating those URLs which lead to 404 since they do not exist anywhere. They are found by Google if they appear as 404.

Users would have no way of reaching the AMP tag pages however, unless they manually enter /amp in the URL of a tag page, there is no purpose to do that however.

Where are these errors seen? Maybe you can find where they are coming from, the URLs. What modifications did you do to the post URLs or permalinks?

We could take a look, but I don’t know if we can get to the bottom of this. I don’t know what we could do, from the theme and plugin view. The modifications you did before this started likely caused these problems.
Send us an email at contact@tagdiv.com and provide admin access.

Viewing 25 posts - 7,126 through 7,150 (of 20,681 total)