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

You could make a backup of the modified file, and after updating the theme replace the file with the modified one. Or check to see if this file can be overridden by a child theme.

Simion C.
tagDiv Staff

Hi,

You could take a look at this similar topic
https://forum.tagdiv.com/topic/complete-novice-help/
If you have more questions or you need help with something, please do not hesitate to ask us. We will try our best to help you as best we can.

Thanks

Simion C.
tagDiv Staff

Maybe the information you enter is not valid, I have tried again
https://www.screencast.com/t/bQxIheDM
Initially there were no images pulled, but after changing then number of columns a few times and waiting a bit, the images were displayed. This widget is not so reliable it seems, but it should work eventually.

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look at the issue. Also include a link to this topic in the email.

In some cases the server was denying the theme admin-ajax request, you could check with the browser inspector if there are any errors in the console while trying to save settings
https://www.screencast.com/t/ajGmisv5TdgZ
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Thank you!

Simion C.
tagDiv Staff

Replied in your other topic.

Simion C.
tagDiv Staff

Hi,


@jad
Only one level of category parent will be displayed in the breadcrumbs, so there will be a parent category and sub-category, then the article title. That is how the theme breadcrumbs are implemented, there is no setting to control this functionality.

Simion C.
tagDiv Staff

Hi,

It seems there is a problem with the composer, it is not functioning correctly. Try as a first step to deactivate all other plugins except theme plugins. Deactivate all the browser extensions and clear the browser cache (alternatively test with a different browser). Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

That is achieved through a plugin most likely, the theme provides a modal window like this
https://forum.tagdiv.com/modal-window/
So you could either use the theme modal feature or try other lightbox plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately I don’t understand what you want to do. If you could provide some more details about it, I will try to help you.

Thank you!

Simion C.
tagDiv Staff

Hi,

@walt wise If you could send us an email at contact@tagdiv.com and provide admin login and FTP access to the testing domain where you have installed the latest version of the theme, we will investigate.

It is important that there are sufficient resources allocated by the server
https://forum.tagdiv.com/system-status-parameters-guide/
Test with no other plugins except theme plugins active, or child theme active.

The latest update fixed the issues for the majority of users, if there are more issues we will identity them and fix them. We can take a look at the problems on your website, send us admin login details and FTP at the email address mentioned above. Make a backup before sending the email. Also include a link to this topic in the email.

Thank you!

Simion C.
tagDiv Staff

Hi,

Matched content ads were never officially tested with our theme so there is no official implementation method. If you want to display such ads, you will have to make this yourself. These are some similar topics that you can follow
https://forum.tagdiv.com/topic/add-google-matched-content-at-bottom-article/
https://forum.tagdiv.com/topic/how-to-add-google-matched-content-code/
Maybe this will change in the future and there will be support for this kind of ads. We have an enormous list of suggestions and improvements mentioned by our users. It is hard for the developer to decide what gets implemented first.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website you mention, there doesn’t seem to be anything wrong with it from what I can see.

Please make sure your server and WordPress are configured according to this guide
https://forum.tagdiv.com/system-status-parameters-guide/

Also a recommended method by our users when migrating would be the Duplicator plugin, you could give it a try, this is a guide
https://www.shoutmeloud.com/migrate-wordpress-server.html

Thanks

Simion C.
tagDiv Staff

You could update the theme to the latest version (8.7.2), this contains the fix for the issue. Also many more improvements have been made over the 8.7.1 version you are using. See the theme update changelog here
https://themeforest.net/item/newspaper/5489609

Simion C.
tagDiv Staff

You could add the nofollow parameter where the social link is created
https://www.screencast.com/t/7vPntOfxC
https://www.screencast.com/t/8cDdpnjY
That is possible by modifying the file as shown and adding the link parameter.

Simion C.
tagDiv Staff

Hi,

There is a like button that you can display in the post page
https://www.screencast.com/t/rIrAbvGVaY
https://www.screencast.com/t/E3jjdqUhc
The implementation is based on the Facebook guide
https://developers.facebook.com/docs/plugins/like-button
It will count likes received on the post page, and it should also take into account likes received after sharing the post on Facebook.

Simion C.
tagDiv Staff

Hi,

1. Indeed the default value is only a placeholder, it does not apply o the image. You need to enter the value you want in that field.

2. That is exactly what the issue was. No icons were loading on the actual page, despite them showing in the composer as you are building the page. As I mentioned the theme package was re-uploaded and the issue fixed. Currently there is no such problem anymore.

If you reinstalled the theme, clear all caching, including browser cache. Force refresh the page (Ctrl+Shift+R) and check the results.
In case there is still an issue, please send us an email at contact@tagdiv.com and provide admin login information, as well as FTP access. Make a backup of the website before. We will take a look.

Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Inside the actual category page there is no spot for ad placement, at the moment. So you could only place ads in the sidebar. There are plans to modify the functionality of the category pages in a future update, to allow more customization. Sorry for any inconvenience caused.

You could try solutions provided in similar topics if you want
https://forum.tagdiv.com/topic/ads-on-category-pages/
https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/

Thanks

Simion C.
tagDiv Staff

Hi,

You can use the browser inspector tool to help you make various customization throughout the website. It is a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this to make all the socials the same color, like you mention
https://www.screencast.com/t/COC2YsP3CGo

.td-post-sharing .td-social-sharing-button .td-social-but-icon {
background-color: grey;
}

Like this for the pagination – https://www.screencast.com/t/CmByLOhZSy1

.page-nav a, .page-nav span {
border-radius: 50%;
}

Featured images or videos can only be set like this
https://forum.tagdiv.com/featured-image-or-video/
There could be plugins that may offer the option to automatically set featured images, but we have not tested any.

Those images are part of a gallery, check the gallery settings to see what options it has. Create it as you like.

Simion C.
tagDiv Staff

Hi,

From what I can see the AMP plugin is not active at the moment on the website you provided. An AMP post page looks like this
https://demo.tagdiv.com/newspaper_crypto/td-post-ethereum-millionaires-attract-attention-from-regulators/amp/
Please make sure the AMP plugin is activated and then check the results. We have not tested in a multisite environment however, but you could try it.

Simion C.
tagDiv Staff

Maybe it is the same issue from this topic
https://forum.tagdiv.com/topic/related-articles-do-not-see-correctly/
That happens only when the block header style 8 is selected in the global block settings.

Simion C.
tagDiv Staff

Hi,

You could use code as mentioned by epickenyan above, or edit the post and set the color you want for each dropcap
https://www.screencast.com/t/pxJ6sUp0MWUm
If you have many posts and wish to affect them all at once, the custom code would be the right solution. Example
https://www.screencast.com/t/iKpfFW2vG5
Code used in example

.td-post-content .dropcap {
background-color: blue!important;
color:yellow;
}

Simion C.
tagDiv Staff

A favicon can be set either in theme panel
https://www.screencast.com/t/I5pzhpKS
Or in Appearance->Customize like this
https://codex.wordpress.org/Creating_a_Favicon
https://www.screencast.com/t/A1vlB11f

Simion C.
tagDiv Staff

The paragraphs seem to be positioned outside the smart list content for some reason. If you are sure you created the smart list as mentioned in the guide, you can send us an email at contact@tagdiv.com and provide admin login information, we will take a look. We will try to identify why that is happening.

Simion C.
tagDiv Staff

Hi,

The mega-menu has a limit for the number of sub-categories it can display, please see this topic if you want to make adjustments
https://forum.tagdiv.com/topic/wont-show-all-sub-categories/

That drop-down on the category page is calculated automatically, it cannot be changed. At the moment there is no setting to remove the drop-down and display all the sub-categories there.

Simion C.
tagDiv Staff

Hi,

The mega-menu has a limit for the number of sub-categories it can display, please see this topic if you want to make adjustments
https://forum.tagdiv.com/topic/wont-show-all-sub-categories/

That drop-down on the category page is calculated automatically, it cannot be changed. At the moment there is no setting to remove the drop-down and display all the sub-categories there.

Viewing 25 posts - 11,651 through 11,675 (of 20,681 total)