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

So you wanted to know how that is achieved, sorry for misunderstanding. That is a Instagram widget placed in one column
https://www.screencast.com/t/nwFN0wpqlftI
The page name will be affected by the theme accent color you set, all the rest should be the same.

Simion C.
tagDiv Staff

Hi,

Please check the theme system status, especially the allocated memory
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase it to the recommended value, higher would be better if possible.

If there is still a problem, please send us an email at contact@tagdiv.com and provide admin login information, FTP and cPanel access as well if possible. Include a link to this topic in the email. We will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

Test the video playlist in the live theme demo, see if it displays the same
https://demo.tagdiv.com/newspaper/video-playlist/
If you could provide a link yo your website we will take a look.

Simion C.
tagDiv Staff

Hi,

For me it works, please check here
http://seo.wrestleview.com/wwe-wrestling-results/wwe-wrestlemania-results/?amp
You can also preview AMP pages from the back-end
https://www.screencast.com/t/fXLrt1So

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe there are instructions provided with the code as to where it can be inserted. heck the documentation or installation guides from the code provider, they should have some guides available.

Simion C.
tagDiv Staff

Hi,

You do not have to enter code, you have to remove code, from the mentioned file
https://www.screencast.com/t/7NU4jsu7G06
Then the sidebar section will be removed, similar topic here
https://forum.tagdiv.com/topic/sidebar-in-the-post-admin-area-allow-limited-space-for-content/

Thanks

Simion C.
tagDiv Staff

The problem with the ticker is that the text color applies as background, not font color. The issue will be fixed in the next theme update. You can use the code I provided to change the color of the text
https://www.screencast.com/t/LTSUVeCC
The title of the latest articles section is affected by this setting
https://www.screencast.com/t/2ETjNC8D3
Or use a code like this
https://www.screencast.com/t/d2pPPsqe

.td-ss-main-content .td-block-title span{
color:yellow;
}

Simion C.
tagDiv Staff

Hi,

This is highly unusual, it seems the page used as homepage is not found on mobile, despite being the same page.

First try to re-save the permalinks in WordPress settings
https://www.screencast.com/t/J2iFZcJGUJA
Then check if this solves the issue. If there is still a problem, deactivate all plugins as a quick test, leave only theme plugins active. Clear caching and CDN if used. Check if this has any effect. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The latest articles will be removed if you change the page template used
https://www.screencast.com/t/c2ucYtWBK
As long as the template with latest is selected, the section will always be displayed at the bottom of the page.

Thanks

Simion C.
tagDiv Staff

Hi,

I really could not say, I did not try something like that. You could follow online guides and tutorials. Or implementation and documentation notes from the api provider. They might have guides in the matter.

Thank you!

Simion C.
tagDiv Staff

Hi,

You have to activate the subscribers on your YouTube page in order for the social counter to pick them up. From what I can see the number of subscribers is not visible.

Thanks

Simion C.
tagDiv Staff

Seems that color is overriding the default white color set for the author name in the grid
https://www.screencast.com/t/G4ul7oSHvmaE
I couldn’t say exactly from where that color originates, it is not from the demo. Maybe you have this color set by custom code in the theme panel. I could give you a code to further override the color and make it white again
https://www.screencast.com/t/MpsIsWMCQo8x

.td-module-meta-info .td-post-author-name a {
color: white;
}

Enter it in Theme panel->Custom CSS section.

Simion C.
tagDiv Staff

Hi,

The theme will load default fonts even if you do not have any font settings made
https://forum.tagdiv.com/font-customization/
These default fonts cannot be removed unless you remove them from the code. Some related topics here
https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
https://forum.tagdiv.com/topic/gadgets-block/

Thanks

Simion C.
tagDiv Staff

The screenshots are not loading unfortunately, I waited more then 5 minutes
https://www.screencast.com/t/at3fhBoNXG
You could provide your website and we will inspect it on Safari, mention what should be look for exactly. We have the latest version of Safari installed however, not older versions.

Simion C.
tagDiv Staff

Hi,

First please make sure you have the latest version of the theme (8.7.2) and theme plugins, especially the composer plugin. The tagDiv composer is now version 2.1.

In some cases the solutions from this topic worked for blank pages
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
You could give those a try.

If there is still a problem, send us an email at contact@tagdiv.com and provide admin login information, FTP and cPanel access. We will take a look. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

You could the article top ad if you want to display and ad in the beginning of the post, that would be better then the inline ad. In the post content at the moment there are 3 article ad positions
https://forum.tagdiv.com/article-ads/
In future updates there might be more available. You could use plugins if you want to insert more ads. Most users recommend the Adrotate plugin for more ad management capabilities. Some guides here if you are interested
https://ajdg.solutions/manuals/adrotate-manuals/
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/show-adverts-on-your-site/

Thanks

Simion C.
tagDiv Staff

I have set the same font family for the post content, a similar character looks like this for me with Verdana font
https://www.screencast.com/t/tzadoSXN
So the verdana font would support latin characters such as these. Check with the browser inspector and see what font is loaded exactly.

Simion C.
tagDiv Staff

That website’s sidebar is a different container than the website page content. Our theme will split the page content rows in columns. Resulting columns are the sidebars. You can set colors for these columns if needed
https://www.screencast.com/t/m8OhdpyN

Simion C.
tagDiv Staff

Hi,

I believe you are referring to blocks/grids. All these elements can be configured to display posts from the categories you want, sorted with the available options
https://forum.tagdiv.com/block-settings-guide/

The ajax filter on top of blocks can be configured as well. If you want to show particular categories in it, enter their IDs in the required field
https://www.screencast.com/t/uSdhKhsE
https://www.screencast.com/t/sCqgRlFhX

Please let us know if you have further questions, we will try to help you as best we can.

Thanks

Simion C.
tagDiv Staff

Hi,

The post settings will only be available to users that have the capability to publish posts and above
https://codex.wordpress.org/Roles_and_Capabilities
A contributor role cannot publish posts so the settings will not be visible for him. Author roles and above will have access to the settings. If you want to change this condition and give contributors access to the post settings, you will have to modify the condition here, based on a contributor capability
https://www.screencast.com/t/RQ2u4lvQc7
Then all the post settings will be available for contributors, not specific ones. They will still not be able to publish posts but have access to post settings.

Or you could try user role capability plugins, there are such plugins you could install and make tests.

If you mean the sidebar separator here
https://www.screencast.com/t/KFq0DPLm
The purpose of that would be to see exactly how the published post will look when a sidebar is set. It will not be shown if there is no sidebar position selected
https://www.screencast.com/t/8ZYetNbpfK
Or you could remove it from the code if this is required for you
https://forum.tagdiv.com/topic/sidebar-in-the-post-admin-area-allow-limited-space-for-content/

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, the Newsmag theme has a 10px padding on mobile, the Newspaper has 20px. Between the themes there are similarities but there are also differences, these are 2 different themes after all.

I could give you a code to reduce the padding to the same as Newsmag, you can make tests with it and see if there are no layout problems caused by it (it will apply on posts only)
https://www.screencast.com/t/sZ0g1dli

@media (max-width: 767px) {
.single .td-container, .tdc-row {
padding-left: 10px;
padding-right: 10px;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

If you could provide an example of such a page, I will try to give you a solution, if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

According to Envato license specifications the theme can be used on a single end product (website)
https://themeforest.net/licenses/standard
https://themeforest.net/licenses/terms/regular
So you can only install the theme and activate it on a single website.

Thanks

Simion C.
tagDiv Staff

Hi,

I will pass this along to the developer team and they will take a look in the matter. If there will be need for theme modifications we will take the necessary actions.

Thanks

Simion C.
tagDiv Staff
Viewing 25 posts - 11,126 through 11,150 (of 20,681 total)