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,

A background color for the whole sidebar cannot be set, there is no setting for that at the moment. The article titles hover color in a widget sidebar will be the theme accent color set in the theme panel, but other than that there would be no special color setting specific for the sidebar section.

Thanks

Simion C.
tagDiv Staff

We are currently following changes made by Facebook on their side, which may cause issues with our social counter plugin. Such as this topic
https://stackoverflow.com/questions/49417886/why-does-facebook-graph-api-say-my-account-is-non-active?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Facebook seems to be making changes in the way information is shared and available to third parties and this causes issues for some users. Depending on the changes they will make we will try to provide a solution.

Simion C.
tagDiv Staff

Hi,

In category pages the users can filter the posts as they wish, with the pull-down filter
https://www.screencast.com/t/viTriQA6
The default sorting is by latest, there is no setting to change this.

Simion C.
tagDiv Staff

Hi,

The more articles box has settings to control the posts that are displayed in it
https://forum.tagdiv.com/more-articles-box/
You can choose a common point, and only articles that match will be shown.

Thanks

Simion C.
tagDiv Staff

That code will apply only for the homepage if it is in this form

.home .td-container {border-bottom: none;}
.home .td-pb-row:before,
.home .td-pb-row:after {display:none;}

Simion C.
tagDiv Staff

Hi,

The Speedbooster plugin has an inbuilt plugin checklist, if it detects plugins outside that list it will deactivate itself. This is supposed to happen, as the Speedbooster plugin could cause some plugins to not function properly.

The checklist could be disabled by modifying the plugin code
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Then tests should be made to see if everything works properly.

Thanks

Simion C.
tagDiv Staff

Hi,

If you could provide some more details about this I will try to help you if possible. The revolution slider is a very complex plugin, documentation is here
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Simion C.
tagDiv Staff

Hi,

We will provide updates for the Revolution slider along theme updates. Only when you have a purchased plugin you can update directly from the plugin author.

Thanks

Simion C.
tagDiv Staff

Hi,

I seem to have difficulties locating the social counter on both the websites you provided. However there were some changes made by Instagram to their code, solutions were provided here and you could try them
https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/
Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

There are similarities between the two themes, but there are also differences
https://tagdiv.com/newspaper-vs-newsmag-how-to-choose-the-perfect-wordpress-theme-for-your-project/
Take a look at the theme live demos, and choose the one you think is more suited for your website (check the Features menu)
https://demo.tagdiv.com/newspaper/
https://demo.tagdiv.com/newsmag/

Both themes are only available in themeforest, the price is reduced only when there is a campaign going or sale.

Thanks

Simion C.
tagDiv Staff

Hi,

A background hover color setting does not exist, this would have to be made with custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you require help, provide a link to your website and details about what you want to do, we will try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe there is a misunderstanding here. The post content width is fixed regardless of post template. This cannot be changed there is no setting for that. If a sidebar is used the post content width is 696px, if a sidebar is not used the post content will occupy the whole theme width.

This is a post with no sidebar for example
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/

Simion C.
tagDiv Staff
menu - reply

Try this code instead of that one, remove the previous one and enter this one

.td-header-main-menu .sf-menu > .current-menu-item {
z-index: -1!important;
}

Let me know the results.

Simion C.
tagDiv Staff

Indeed, that is already added on our list of improvements. So it might be available in the theme in the future. I could not give you a time estimate unfortunately.

In the meantime you could try the solution in this topic if you want the category tags to be colored by category name
https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/

Simion C.
tagDiv Staff

A comment count column is not added by the theme. The comment count each post has is visible on modules (on modules that display it)
https://www.screencast.com/t/EgoqMYFcwT32
And in the actual post page
https://www.screencast.com/t/ambIjtjKM
Both these can be disabled in the theme panel if needed.

Simion C.
tagDiv Staff

Hi,

Then more modifications might be needed, and cases created by page, if possible. Maybe a condition wrapping the query where you set the offset for the homepage would work
https://www.screencast.com/t/Havw9qdJfDD
You could try that and see if it works.

Simion C.
tagDiv Staff

Maybe you are not using the latest theme version. I believe the changes to the social sharing section was made in version 8.6 if you do not have that section these options will not be available unless you update the theme
https://forum.tagdiv.com/how-to-update-the-theme-2/

Simion C.
tagDiv Staff

Hi,

Try controlling the number of posts displayed, for the latest articles section is here
https://www.screencast.com/t/mYBQfzuiFKW
https://www.screencast.com/t/5UxKtvSjCo
Maybe the code needs modifying as well, I could not say for sure.

Simion C.
tagDiv Staff

Hi,

Try a code like this in Theme panel->Custom CSS section

.home .td_block_wrap {
margin-bottom: 0;
}

Most blocks and in this case the hero element have a margin bottom set by default, this code will remove that margin for the hero element in the homepage
https://www.screencast.com/t/z1kwBeBH

Thank you!

Simion C.
tagDiv Staff

Recent changes in the theme may no work with a child theme that has a different name than provided. The default child theme does not provide any errors, code in it may cause issues. So if the 500 error is displayed only with the child theme active, then there could be a problem with it. Try with the default child theme in the theme package, enter no code in it, see if the same thing happens.

Also check the theme system status, if there are sufficient resources
https://forum.tagdiv.com/system-status-parameters-guide/
Maybe the hosting provider can check why exactly the 500 errors are happening, since it is a server error there could be logs to check.

The Revolution slider does not need to be activated, the bundled version does not require activation. You can import demo sliders and configure them to display posts
https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Simion C.
tagDiv Staff

We are currently following changes made by Facebook on their side, which may cause issues with our social counter plugin. Such as this topic
https://stackoverflow.com/questions/49417886/why-does-facebook-graph-api-say-my-account-is-non-active?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Facebook seems to be making changes in the way information is shared and available to third parties. Depending on the changes they will make we will try to provide a solution.


@therookiedad
Please provide a link to where YouTube appears in the counter so we can inspect it.

Simion C.
tagDiv Staff

Hi,

There would be no way of differentiating between the same module type by category, on a blog page. On a static page built with a page-builder there would be more control,custom classes can be set for each block, row or other various elements
https://www.screencast.com/t/iym4M2SJ
That way you can individualize sections of the page if you want to create design for it.

Thanks

Simion C.
tagDiv Staff

Hi,

That could be caused by insufficient resources, please check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the mentioned parameters if needed. The WP-memory should be set higher if possible. Then check if the issue is solved.

Thanks

Simion C.
tagDiv Staff

@mmanis Replied in your other topic, there is no need to post the same question in multiple topics. Please be patient, every topic is answered as soon as possible.

Simion C.
tagDiv Staff

Hi,

There are some button styles you can use in posts, like this
https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/

Thanks

Viewing 25 posts - 10,851 through 10,875 (of 20,681 total)