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,

That would only be possible with a plugin. Once and ad is placed in the theme panel ad sections it will always be displayed. I believe the Adrotate plugin is capable of doing this, also based on user feedback it works properly with the theme.
The shortcodes provided by the plugin can be entered in the theme ad spots as well.

Thanks

Simion C.
tagDiv Staff

Hi,

You can set the desired value for the translated strings, in the theme panel
https://www.screencast.com/t/TPgcMz7wM
https://forum.tagdiv.com/customize-a-translation/

Thanks

Simion C.
tagDiv Staff

Hi,

One of the images seems to be solved, the footer background image is not
https://www.screencast.com/t/8sCdpVWaWz
Please check the footer background image and remove it or replace it.

Thanks

Simion C.
tagDiv Staff

Hi,

I am not aware of a timer for Woocommerce. There are product sorting options, but they do not have a timer function from what I know. If you use a plugin to add more sorting options, maybe it has options to make the changes you need, or it might require modifications to the plugin itself.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible if you make a modification to that header template. By default the header ad in that header style is displayed below the main menu
https://www.screencast.com/t/qeIbi3QnfseI
If you were to move the code below the top menu section like this
https://www.screencast.com/t/F6lrixAT
The header ad will show below the top menu and above the logo, like here
https://www.screencast.com/t/HVJ5Z7lc9kD
This would be a solution to achieve a similar result as the website mentioned.

Thanks

Simion C.
tagDiv Staff

Hi,

This could be related to insufficient resources, as it is in most cases. Please check the theme system status and make modifications to the parameters mentioned in this guide if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You can ask your hosting to make the changes for you, they might have a recommended method in this matter.
After everything is set properly there should not be any more problems. Let us know otherwise.

Thanks

Simion C.
tagDiv Staff

Hi,

That will most likely not work properly, best you try and use widgets that are meant to be used in sidebars, instead of this solution. It would be hard and probably require a lot of
styling to make those broken elements display like in the page.
As it seems that you are using Visual composer, you could enable it for posts and build your posts with Visual composer
https://www.screencast.com/t/wTkFK1x4gXHd
However using Visual composer on posts is not recommended, but if you require this functionality give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use the empty page template, this will not show the header and footer, only elements you choose to place on the page with the composer
https://www.screencast.com/t/aoPwWaQ0hTsP

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not support RTL direction, it is not optimized for this and there are no options. There will most likely be issues that could only be solved with customization and modifications on your part.
These are some WordPress suggestion for RTL
https://codex.wordpress.org/Right-to-Left_Language_Support
If you changed WordPress in a RTL language you should be able to write in the according direction.

Thanks

Simion C.
tagDiv Staff

Hi,

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

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will create only predefined thumbnails that will be used for the modules, nothing else. WordPress also creates thumbnails when you upload images
http://www.wpbeginner.com/wp-tutorials/how-to-prevent-wordpress-from-generating-image-sizes/
Additionally plugins can create thumbnails, but if there is no such plugin installed then that may not be the case here.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website on mobile, this is how the grid looks for me
https://www.screencast.com/t/C0qRMP9hA
There are no issues with the thumbnails in the big grid from what I can see. Maybe I am misunderstanding the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

In almost all cases the issue with the search was fixed by the method mentioned above, it is very important to clear all caches after the update. There will be a theme update coming shortly, containing various fixes. Please make the update and check if the issue is still present.
If it is, send us an email at contact@tagdiv.com and provide admin login information so we can investigate further.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual to say the least. If it is a solution that works for you, make the modification and leave it like that. Maybe make it in a child theme like triowebdev mentions, so you will not have to make it again after each theme update.

Thanks

Simion C.
tagDiv Staff

Hi,

One of the category templates has to be set, they cannot be disabled. However I could give you a code to remove the category header for that particular category template you are using, the result is like this
https://www.screencast.com/t/7pv1iZiMM2
https://www.screencast.com/t/RpkdGqDAxgc1
This is the code, if you should consider it a solution enter it in Theme panel->Custom CSS section

.td_category_template_1 .td-category-header {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Basically these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/
Also these WordPress and server parameters should be according to this guide
https://forum.tagdiv.com/system-status-parameters-guide/
The recommended caching plugin is the WP Super Cache
https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you would like to use the booster with different plugins, the only way is to disable the check as mentioned in the topic. Then it will always be active.

Thanks

Simion C.
tagDiv Staff

Hi,

That is true, the automatic excerpts are picked form the first paragraph in the post content, unless manually set. The post content paragraphs are treated the same, the first paragraph does not have a specific setting in the theme panel.
All the post content paragraphs can be customized, but not only the first one
https://www.screencast.com/t/4kmhaHxJscc

Thanks

Simion C.
tagDiv Staff

Hi,

Simply disable the check the plugin makes as mentioned in the topic. Then the booster will always be active, regardless of the plugins that are installed.
You could use a different caching plugin if required, make tests with it. The super cache is recommended because it has been tested with the theme and works fully
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

This is the link where you can submit your website
https://pr3.typeform.com/to/A8ZMaG

Thanks

Simion C.
tagDiv Staff

Hi,

Then you could set a color for the links as you make them. I see a text with title is used in that page, try it like this
https://www.screencast.com/t/OqhKSycTV
Or use a code like this to change the color of all the links in text with titles at once
https://www.screencast.com/t/4fFjYjzVrzC

.td_block_text_with_title a {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There must be some instructions provided with the code as to where exactly it needs to be entered. Maybe that code it is not supposed to be entered in the post template files.
Please check the installations instructions that should be mentioned for the code implementation, by the code provider.

Thanks

Simion C.
tagDiv Staff

Hi,

Does not seem to be empty at the moment
https://www.screencast.com/t/G3H5w8kth
I found this guide mentioning solution sin case of feed issues
http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-rss-feed-errors/

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a solution, please provide a link to your website for a more accurate solution. Maybe something like this is what you want to do (style 2 is used)
https://www.screencast.com/t/7JrPADPU
Style 1 may need more modifications to look properly with this code
https://www.screencast.com/t/nM6RPB9J7
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section

.td_block_trending_now {
background-color:red;
}
.td-trending-now-title {
background-color:blue!important;
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It seems some insecure images are used. Please remove or replace the footer background set here
https://www.screencast.com/t/qsPvF3hXRJHH
Also the header ad replace the image or remove it (or remove the demo ad code entirely)
https://www.screencast.com/t/h0zwxnmXFCm
Then check if everything is fine, the problem should be solved.

Thanks

Viewing 25 posts - 14,051 through 14,075 (of 20,681 total)