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

It seems the menu item “Movies” which I have inspected does not contain any elements in it, no sub-menus
https://www.screencast.com/t/sPahnKtq
The “Regional” menu item has sub-menus
https://www.screencast.com/t/gku1XNgZl
Please check the menu structure, check if the menu items have sub-menus
https://www.screencast.com/t/GRb8BZrXV2R

Simion C.
tagDiv Staff

Hi,

I am not quite sure what sorting options you are using on that block. I see that it displays older posts, not latest.

Also a thing to note is that if you are using the unique articles feature
https://forum.tagdiv.com/unique-articles/
This feature will cause issues with block pagination, so the load more will not work properly.

Thanks

Simion C.
tagDiv Staff

That would mean the theme has not been updated or installed properly. You could try a theme re-install by FTP
https://forum.tagdiv.com/how-to-update-the-theme-2/
In similar cases the solution was to reinstall the theme
https://forum.tagdiv.com/topic/inline-ads-position-option-not-showing/
https://forum.tagdiv.com/topic/after-paragraph-missin-in-article-inline-ad/

Simion C.
tagDiv Staff

Hi,

That could be done with CSS. It would depend however for which block type you want to do this. The demo which has this customization uses a code like this to style the module thumb for module 2
https://www.screencast.com/t/lU0GZHXRpdx

If you could mention the block type for which you want the code to apply, I will give you a similar solution.

Thanks

Simion C.
tagDiv Staff

The theme has no email options, it does not send emails or has any settings for mailing. You will have to manage these either through the hosting if they provide such a service, or with a plugin
http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
http://webcraft.tools/simple-smtp-plugins-for-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

According to the email discussion the solution provided works from what I can see, as long as you make the modifications like mentioned. Check again if they are made as specified by my colleagues.

If you have a different problem, if you could provide some screenshots of the issue it would be very helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend on what changes you would like to make to the author box. Visual improvements could be made with CSS. The browser inspector can be used to customize various elements on the website, if there are no theme elements for this
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

I could give you a code to style the box, if you could provide some examples.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe this discussion is not going in the right direction. You are asking about menu item links in menus. Those can be set to open in a new tab when clicked, the menu items have that option
https://www.screencast.com/t/AvHqgMxxzZ4

Thanks

Simion C.
tagDiv Staff

Hi,

The like button on posts is implemented according to Facebook documentation
https://developers.facebook.com/docs/plugins/like-button
You could try the same implementation and create a like button on a page if that is what you want. Or maybe use a plugin that has such options.

Thanks

Simion C.
tagDiv Staff

The setting I mentioned is for the individual post pages, on pages (blocks/modules) the setting is here
https://www.screencast.com/t/KnjBl71hZ
Disable it there and it will not appear anymore.

Thanks

Simion C.
tagDiv Staff

Salutare,

Chiar nu as putea spune ce element din tema ar putea cauza aceste probleme. Ce indexeaza Google se poate controla in teorie cu SEO plugins si robots
https://support.google.com/webmasters/answer/7451184?hl=en
https://support.google.com/webmasters/answer/6062608?hl=en
Problema aceea cu Googlebot e mentionata aici
https://browsermedia.agency/2015/11/11/guide-to-google-search-console-fetch-and-render/
https://www.ecommerceyogi.com/fetch-content-google-check/
S-ar putea sa fie cauzata de server din cate vad acolo.

Multumesc!

Simion C.
tagDiv Staff

Hi,

That button is created according to the official Facebook documentation
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 when sharing the post on Facebook. That would be the purpose of this button.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you mean. The related posts section will display posts that have categories or tags in common (at least one) with the article currently viewed
https://forum.tagdiv.com/related-articles/
This section will not do anything else, it is not supposed to. Those are all the settings it has at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a margin bottom set for the widget. I could give you a code to remove it
https://www.screencast.com/t/oEJU06QqoLF

.td-ss-main-sidebar .widget_custom_html {
margin-bottom: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Not in the theme panel, the theme does not have redirection options. The login link displayed in the top menu is defined in this theme file
https://www.screencast.com/t/GDpvpxGWUeM
This is a similar topic – https://forum.tagdiv.com/topic/login-redirect/
So you can modify the link to lead to an address of your choosing, this is an example where the login link is modified to direct to Google
https://www.screencast.com/t/ogPRT15z

Thanks

Simion C.
tagDiv Staff

Hi,

The embed iframes seem to have wrong position properly, that is why they appear like that. I couldn’t say exactly why they have that positioning, the others do not have it.

Please enter this code in Theme panel->Custom CSS and it should fix the issue
https://www.screencast.com/t/KEohag1sei
https://www.screencast.com/t/wTTboxjHwar9

.td-post-content .instagram-media {
position:initial!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

We are aware of the translation issue with the text “Share”, it will be fixed in the next update. The update will be released today or tomorrow. The you will be able to translate that word as you wish. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Category pages should show only posts that are actually included in the respective category. I have tested this on my end with the infinite pagination but there is no problem, the posts that are displayed belong to the category currently viewed.

If the post is included in other categories as well, it will also show on those category pages. For example this post
https://pokertexas.net/david-peters-z-niektorych-poker-wyciaga-najgorsze-cechy-cz-2/
This post will display on all those category pages
https://www.screencast.com/t/xeyZt6ff
https://pokertexas.net/artykuly/
https://pokertexas.net/specjalne/
https://pokertexas.net/wywiady/

I see you have switched to numbered pagination so I cannot see the issue. If you could provide a link to a category page with infinite loading we will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a simple solution for that. Enter the custom code in Theme panel->Advanced CSS for the sections (screen widths) you want it to apply.

If you want that code to work only on desktop and not affect mobiles, enter in in the desktop section
https://www.screencast.com/t/aM3DTvxx5K

Thanks

Simion C.
tagDiv Staff

Hi,

From what I see it is working at the moment
https://www.screencast.com/t/FmEyhnhlj
Could have been a caching delay before the accurate value was displayed.

Simion C.
tagDiv Staff

Hi,

There are some situations when that error is displayed, please try the suggestion from this topic
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers-14/
Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

That black color is coming from the demo. It is predefined in the demo stylesheet
https://www.screencast.com/t/cAANl3sO53
A solution would be to remove that color from the mentioned location. Then the theme panel set color will apply
https://www.screencast.com/t/ryqb5HQDk1
Or you could modify it to a desired color in the same location. Or use a code to override it (custom code can be entered in Theme panel-Custom CSS)
https://www.screencast.com/t/r03d3lp1RG

.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

When configured properly the counter will display accurate data. The counter will display the values from a Facebook “like” page. Such as this one
https://www.wikihow.com/Create-a-Facebook-Fan-Page
The page must be public and have with no restrictions.

If you could provide a link to your website where the counter is present, we will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

The homepage should be visible once set like this
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
If you disabled the coming soon feature, then it should not be displayed anymore. You could contact your hosting provider and explain the situation. Maybe you need to do something else besides disabling the coming soon mode. Or the cache needs to be cleared. They should be able o help you.

Thanks

Simion C.
tagDiv Staff

Hi,

You mean something like a tracker to count how many times a post was shared, from what I understand. The theme does not have such a feature. You could use Google analytics or other statistics plugins to gather this inforamtion
http://www.wpbeginner.com/wp-tutorials/how-to-track-links-in-wordpress-using-google-analytics/
https://bloggingwizard.com/analytics-and-statistics-plugins-for-wordpress/

Thanks

Viewing 25 posts - 12,326 through 12,350 (of 20,681 total)