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,

What padding and block would that be exactly? Some more details or examples would be helpful. Maybe it is possible with some CSS.
Ad boxes can be placed in the page content in any location you want.

Simion C.
tagDiv Staff

Hi,

There would be only three ad spots in the post content, top, inline and bottom. Other than that the plugin doesn’t have any more ad spots.

You could insert ads manually for those longer posts, be sure to use this format
https://support.google.com/adsense/answer/7183212?hl=en

Simion C.
tagDiv Staff

Seems to be working now from what I can see, please check again.

Simion C.
tagDiv Staff

I made a quick test with that plugin, it added the episodes post type. I added a few episodes
https://www.screencast.com/t/u6XYZpP2f
I then configured a block to show the podcast post type, using the load more pagination as well
https://www.screencast.com/t/exLyqAfVnYFg

The posts are not repeating for me
https://www.screencast.com/t/ReT9htv8fo
https://www.screencast.com/t/lpSvjXDqq
https://www.screencast.com/t/ska4HbH4g

Maybe the problem is elsewhere in your case, you could try to deactivate all other plugins, except theme plugins and the plugin. If you use a child theme that contains code or theme modifications, deactivate it. Temporarily remove custom code or functions added in the theme files directly.

I used the latest version of the theme in my test.

Simion C.
tagDiv Staff

I believe those files are not supported to be modified through the child theme, that means you will have to modify theme directly. Make a backup of them and replace the new ones after a theme update.
Before doing that however, be sure to first check if they appear in the list of modified files provided in the theme changelog, maybe they will be modified on our part as well.

Simion C.
tagDiv Staff

You can post the link here. If that is a problem, send us an email at contact@tagdiv.com and provide it there. If you send an email, please include a link to this topic in it.

Simion C.
tagDiv Staff

Something like this seems to output in the smart list
https://www.screencast.com/t/yxWIgkNqOq6c
https://www.screencast.com/t/EwqB1sRpcv
https://www.screencast.com/t/tXJUtby3op8s
Maybe that is helpful for you.

Simion C.
tagDiv Staff

I also tested that code. Here I logged with an author user role, admin bar enabled in WordPress settings and showing
https://www.screencast.com/t/22f1euntyc0b
https://www.screencast.com/t/RCtsTPZ0Trd

I then entered that code in the theme functions file
https://www.screencast.com/t/LxwDzWDx
After forcing the page to refresh (sometimes needed), the admin bar for the author role is gone
https://www.screencast.com/t/KibTqiAD5u
So the code works from what I can see.

There would be other methods to remove the WordPress admin bar, try some other solutions or even plugins
https://premium.wpmudev.org/blog/remove-the-wordpress-admin-toolbar/
https://codex.wordpress.org/Function_Reference/show_admin_bar
https://wplift.com/hide-admin-toolbar

Thanks

Simion C.
tagDiv Staff

So the problem is with the post title. I have also made an example
Posts with various article title lengths – https://www.screencast.com/t/kALYh30dt
Of course the columns will not be equal if the titles have shorter/longer lengths.

You can now choose and excerpt type in the theme panel
https://www.screencast.com/t/SeIpsdtfD
And set a limit for the title – https://www.screencast.com/t/DohscvnEL
That would limit the length for longer titles, directly affecting the height of the module.
Each module/block has excerpt setting, fine tune them according to your case.

That would be the only way of having equal height across all modules. A height limit does not exist per column or per module in our composer. They will be affected by the title and excerpt lengths, this will result in various heights.
By limiting them the columns will be equal. The limit can be set per module type and block in the composer, so each type of module in a block can have it’s own limit.

Simion C.
tagDiv Staff

Hi,

The category pages have a few pagination options. Check in the Theme panel->Categories and change the pagination per category
https://www.screencast.com/t/Ee9fuH7kR

Simion C.
tagDiv Staff

But why would I magnify the browser page? Any image you magnify would loose quality in that case. I magnified it however the result is like this
https://www.screencast.com/t/Y2hcL16IQ

Simion C.
tagDiv Staff

2. Somehow I missed that, sorry. It seems to be a line height issue, it happens for me as well. I will add this on our list of issues and it will be fixed.

As a quick fix try a code like this – https://www.screencast.com/t/81F8y4NeNe9
The code can be entered in Theme panel->Custom CSS section. Sorry for the inconvenience. Let me know if it works for you.

Simion C.
tagDiv Staff

Hi,

That is actually an image, so there would be no setting to change it’s color. You could remove that and use a CSS border or shadow instead. This is an example with a shadow
https://www.screencast.com/t/uZGHxcfqq
Code used in the example

.td-header-gradient:before {
display: none;
}
.td-header-gradient:after {
content:"";
position:absolute;
height: 12px;
width: 100%;
bottom:0;
-webkit-box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
-moz-box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
}

Shadow generator here if you want to use it
https://www.cssmatic.com/box-shadow

Simion C.
tagDiv Staff

Hi,

I see what you mean, it waits for a few seconds than loads the page all at once. Maybe the total cache is doing this, I don’t have a guide I could provide you to configure it. Check online guides for a better configuration of the cache, try different settings.

We recommend the WP super cache however, you could also give that a try
https://forum.tagdiv.com/cache-plugin-install-and-configure/
The guide needs to be updated, some settings were renamed but they are still the same. Make some tests with this plugin if possible.

Simion C.
tagDiv Staff

Hi,

I can’t find any news about modifications on their part, so it should work same as before. Try to change the key, you can create new ones in your openweathermap website account. Check if that fixes the issue.
If you use multiple weather widgets, configure each with it’s own key, maybe the limit of the free plan is reached, that would explain it.

Thanks

Simion C.
tagDiv Staff

Glad it worked, usually it is the website cache or browser cache that prevents the data from being refreshed. Please let us know if you have more questions.

Simion C.
tagDiv Staff

Each post (default post templates) get the review in their respective template file
https://www.screencast.com/t/qVBiLD6GgX
The main review code would be here – https://www.screencast.com/t/hSMtLgL2Zs
There is no documentation for that unfortunately. The theme reviews are basic, if you would require more advanced review capabilities maybe you should consider using a plugin entirely.

The cloud templates have shortcodes for the reviews, so they can be dragged and dropped in the post template
https://www.screencast.com/t/xDdpUAG1zWlB

Simion C.
tagDiv Staff

Hi,

The AMP version does not display a menu. This design is similar to the website of Yoast SEO which would be leading in SEO solutions, example
https://yoast.com/social-media-optimization-with-yoast-seo/amp/
There might be a menu in the future however.

Thanks

Simion C.
tagDiv Staff

Hi,

The header styles that display the logo and the header ad on the same line, these would require contain a 728 x 90 ad, that would be the proper size
https://support.google.com/adsense/answer/17955?hl=en
Header styles that display the logo on a different line would allow a bigger ad size
https://forum.tagdiv.com/header-styles/

Simion C.
tagDiv Staff

Now that is unusual, I only tested with the default custom post type added by this example plugin
https://forum.tagdiv.com/custom-post-type-support/
For me the posts are ordered as chosen, also the pagination seems to work. Does it work with default posts and categories?

I thought that maybe you activated the unique articles setting, that does not work with pagination and would result in duplicates when using it.

Simion C.
tagDiv Staff

Hi,

Seems to mention that malicious code is found in some theme files. What exactly are you testing with? I see that the base64_decode is mentioned, the theme does use such a code (not only since the latest update) but that would not present a problem in this case.

So this would be classified as a false-positive. You can read this guide for more in security practices
https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/

If there is a problem or unusual and unintended behaviour follow the steps mentioned in the topic. Also search online for more possible causes and solutions.

Simion C.
tagDiv Staff

Hi,

Something like this will remove the admin bar for all users except admins
https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
You could give it a try, it should work fine.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the only theme capability for the background ad. It is a simple implementation, requiring an image and a link.
Maybe try what is suggested in this topic by a theme user
https://forum.tagdiv.com/topic/clickable-background/

Simion C.
tagDiv Staff

Hi,

That particular module is not used in any blocks (module 12), it can be selected as the module to be used in the blog page, category pages, tag pages etc in the theme panel.

You could re-create it with a flex block however. That block can me customized to look in many ways including something like that
http://prntscr.com/kcsfgt

Simion C.
tagDiv Staff

Hi,

I could take a look if you could provide a link to your website. There are no known issues with the social counter in the latest theme version. So if configured correctly it should work as intended.
Try to change the ID to a test ID like this for example, see if that displays accurate information
https://www.screencast.com/t/b32PsVJ21
Then switch back to the previous ID.

Viewing 25 posts - 7,376 through 7,400 (of 20,681 total)