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,

You can try the plugin suggestions and solutions recommended in this topic
https://forum.tagdiv.com/topic/disable-adsense-ads-on-specific-posts/
By default there is no option to remove the ads on specific posts.

Thanks

Simion C.
tagDiv Staff

Hi,

You would need a plugin that can basically toggle the elements you want, like a toggle plugin. Maybe there are some plugins that you can try. Or search for a category widget plugin that has these options. It would be difficult to create custom code to enable you to do this. There is no easy solution that I could provide you, to modify the default category widget and implement that behavior.

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, it seems the background-color is affecting the font color in the related articles section. This can fixed using the code provided below
https://www.screencast.com/t/CPf6bDJzW
https://www.screencast.com/t/8NLNsHdF
I have not though about this section when I created the code previously, hopefully this solutions works for you.

.td-related-left,
.td-related-right {
color: white;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You could set a maximum height for the featured image in the post page
https://www.screencast.com/t/NqQiHcBqcOC
https://www.screencast.com/t/hoW3ze8vUS
Setting a max height is better, because if an image would be smaller it will not stretch. The code will apply only on post pages, and must be entered in Theme panel->Custom CSs. You can experiment with different height values if you want.

.single .td-post-featured-image {
max-height: 650px;
}

Thanks

Simion C.
tagDiv Staff
Bug - reply

Hi,

That solution is an example about how to add that social button with your post sharing options. For sharing particular images inside the post it would be best to look for a plugin maybe. You can always search the forum for more useful information and solutions that could be helpful for you.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check again the categories that are not looking as they should, to be set on default for the settings that you want to modify using the global category settings
https://www.screencast.com/t/5exVdZPYn
https://www.screencast.com/t/QRi7pNbo8gpy
The categories set on default inherit the settings from the general category options. Maybe the modules that you are using do not display the excerpt, some do not. You can see the modules available for categories here
https://demo.tagdiv.com/newspaper/category/module-1-layout/
The others are found in the Features->Category layouts->Module list

Thanks

Simion C.
tagDiv Staff

Hi,

It seems it would not be easy to get the featured image to display in the background of that particular post template, when using it for a custom post type. The background function is defined in other files of the theme, and would not be possible to achieve easily. If there would be an easy solution I would give it to you, but there is not.

Thanks

Simion C.
tagDiv Staff

Salut,

Nu ar trebui sa fie nici o problema cu modificarile acelea. Nu am mai intalnit problema aceasta cu plugin-ul de forum, dar ar trebui sa functioneze corect daca e configurat dupa acel guide. Cel mai bine ar fi sa astepti un raspuns din partea bbpress, in topicul creat. Acestia ar putea avea un raspuns sau suggestii care te-ar putea ajuta in aceasta privinta.

Multumesc!

Simion C.
tagDiv Staff

Hi,

The default implementation of the article top ad positions the ad below the featured image. That is the way it works – https://www.screencast.com/t/Eaz0Sn9NpNr
Some post templates display the ad differently – https://forum.tagdiv.com/default-post-templates/
It would not be an easy task to change how the ad appears, and would require major modifications to the theme files.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website, but I see that you have a background image set at the moment
https://www.screencast.com/t/46gaDl98gDlT
These are the options that you ca use to configure the background image.
Also I do not see any problems with the widgets in the sidebars on your website
https://www.screencast.com/t/U7x6mB2ULYmV
Please correct me if I misunderstand.

Simion C.
tagDiv Staff

Hi,

1. The author can also be disabled on modules/blocks if that is what you need
https://www.screencast.com/t/Mwr8eIQzj

Maybe you can find other plugins that could be useful for your website, with that capability. At the moment there is no default option to display the last updated date on the post and on pages. As I said, more options could be added in future updates regarding this, but I could not say for sure when or if this will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and browsed it for a while, but at the moment the issue is not present. There is no problem of that kind on your website. If it happens only sometimes, maybe it is a plugin that is interfering with the theme functionality in some way.

Thanks

Simion C.
tagDiv Staff

Hi,

That feature is called category pull-down filter, and it can be disabled for all the category pages in the theme panel – https://www.screencast.com/t/Ng7rrItd6e0

Thanks

Simion C.
tagDiv Staff

Hi,

The update consists of the social counter fix and updating the Visual composer editor. I meant that you should update the theme in case you do not have the latest version, and use the plugins form the respective update. There should not be any problems configuring the social counter under these conditions. Please let us know if you have any more problems setting it up.

Thanks

Simion C.
tagDiv Staff

Hi,

Te plugin you are referring to seems to be no longer maintained for a long period of time
https://www.screencast.com/t/WktLxbWKFd
That means it is not tested with the latest version of WordPress even, and it could cause these unexpected results. Please remove it so the website will display normally, and then search for similar plugins with the capabilities you need for your website. Maybe you can find one that works properly and is compatible with the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can understand, you wrap the Adsense code in this HTML and after saving the changes, the code is not there anymore. Please provide details about what exactly you are trying to achieve with the ad, maybe there is another way of doing it, while leaving the ad code alone. If you are using an Ad box on a page, you can use a class on that box if you want to target it specifically – https://www.screencast.com/t/Gj5kkhlEF

Thanks

Simion C.
tagDiv Staff

Hi,

We have tested the theme with the latest base WPLM plugin. The current theme version is compatible with the plugin. You can use the guide provided and the official plugin documentation for the configuration setup – https://wpml.org/documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

You can set a background ad like this – https://forum.tagdiv.com/background-ads/
But unfortunately when you set a background ad in the current theme version, it is not working properly. We are aware of this issue, and we are working to provide a solution as soon as possible. In the meantime you can try the quick fix provided below. We are sorry for any inconvenience created.

body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}

Try setting a background ad, then enter this code in Theme panel->Custom Css
https://www.screencast.com/t/Anvf45jkFVNz

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

In the post page you can have these ads – https://forum.tagdiv.com/article-ads/
The ad code must be entered in the sections from theme panel
https://www.screencast.com/t/dXd2qOToHLxk
If you are using a plugin to insert the ads in the post content, then maybe you can configure the settings of the plugin to modify the ad position. Please correct me if I misunderstand what you are asking.

Thanks

Simion C.
tagDiv Staff

Salut,

Se pare ca e o problema destul de mare cu layout-ul paginii de post. O sugestie ar fi sa dezactivezi toate plugin-urile instalate, exceptand Visual composer, apoi sa dai un clear la cache (daca folosesti). Apoi trebuie vazut daca problema persista. Daca nu este nici un rezultat favorabil, ar trebui incercat un install nou de tema
https://forum.tagdiv.com/install-via-ftp/
Aceasta problema poate fi cauzata si de cod custom in theme panel sau adaugat direct in fisierele temei, daca este cazul. De obicei acest gen de probleme este cauzat de plugin-uri sau modificari ala temei ce afecteaza structura paginii si clasele temei. Un clean install ar trebui sa rezolve problema.
Pentru problema cu forumul ai putea sa treci peste acest ghid
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
Se poate sa fie vreo setare trecuta cu vederea, sau configurare gresita undeva.

Multumesc!

Simion C.
tagDiv Staff

Hi,

You can send us an email at contact@tagdiv.com and provide admin login information, and FTP access that may be required. We will take a look and try to give you a solution if possible. Please also paste a link to this topic, so we can identify you.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you are entering the correct tag slug – https://www.screencast.com/t/OKX0cJe9b and you have posts that are assigned the tags that you enter in the filter field. If there are no posts that have these tags there will be nothing to display in the block.

Thanks

Simion C.
tagDiv Staff

Hi,

The issue with the Facebook token was fixed in the latest update. Please download the latest theme package, remove the social counter that you are currently using, and install the one from the package. Then clear any caching installed, and the browser cache. Example for chrome
https://www.screencast.com/t/f9Q66lPx1fY
After doing this, try and configure the social counter again using the guide
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
It should work properly now.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to create your own module, here are some guides to help you do it, and an example
https://forum.tagdiv.com/api-modules-introduction/
https://forum.tagdiv.com/td_api_moduleadd/
https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
The existing modules can be found here – https://www.screencast.com/t/xCw4hd8E
You could create you own if you do not find one of the predefined modules suited for your website, but this requires decent coding skills and could prove to be a difficult task. Or you could modify one of the existing modules the way you want directly, or through a child theme.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about this problem, and what exactly is preventing you from editing the blocks. We have no other reports or similar problems regarding using Visual composer on the Firefox browser.
The Visual composer provided in the theme package is tested and works properly on our end.

Thanks

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