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,

Please check if the unique articles feature is enabled for that page
https://forum.tagdiv.com/unique-articles/
This option in combination with pagination will produce duplicates.

Thanks

Simion C.
tagDiv Staff

Hi,

When a background is set the theme width will be 1164px, I believe this is what you wanted to know.

Thanks

Simion C.
tagDiv Staff

Hi,

The HTML code will be inserted in the footer of the website, this feature would be useful for example to load a custom HTML code, without editing theme files directly.

Thanks

Simion C.
tagDiv Staff

Hi,

It should work on page as well, for page content entered through the MCE editor
https://www.screencast.com/t/MqHDs80k
https://www.screencast.com/t/VSnP5QxeqD4C

Thanks

Simion C.
tagDiv Staff

Hi,

In coming updates there will be some changes to the socials, more will be added. I could not say exactly when this will happen but it is currently on our implementation list.
For the moment the only solution would be using the methods presented above.

Thanks

Simion C.
tagDiv Staff

Hi,

That should not happen using only the theme options and plugins. Please deactivate all plugins except theme plugins and check if this is reflected in the server logs. There should be no more issues.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible, but I would need to know for which elements you want this. The code I provided is general, it should be like this to affect only block 11
https://www.screencast.com/t/4TRbTMMdT4
The effect you mention is opacity, I could add the same value to this code. This way when the tag is hovered the background will disappear, the text will be of the color you set in the code and also the opacity will be visible

.td_block_11 .td-post-category:hover {
background-color:transparent;
opacity: 0.7;
color: blue;
}

Using this code the default state of the tag will not be affected, only when hovered it will take effect. I believe that is what you wanted. Let me know if the code should be modified or I am misunderstanding something.

Thanks

Simion C.
tagDiv Staff

Hi,

In my tests there is no issue with the website you provided. Everything is working and loading fast (desktop and mobile version). But that would be related to the connection speed as you mention.
There are a many website speed optimization guides here on the forum that you could try to improve the situation
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
There are also optimization plugins that you could try and make tests with, note that some of them might cause issues however.

Thanks

Simion C.
tagDiv Staff

Hi,

That should not happen regardless of theme version. It could be caused by insufficient resources, please check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make the modifications according to the guide if necessary. Then check if the theme panel works properly.
In some cases the admin-ajax process is blocked by the server or by a security plugin or configuration, that could be a possible cause as well, this is a similar topic
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Thanks

Simion C.
tagDiv Staff

Hi,

So you would like to display the parent categories on the post page, but if you disabled these categories in the per category settings using this option
https://www.screencast.com/t/HGNeoKExBjy
Then they will not be displayed. The only setting to control the category tags in the post page would be the one you mention
https://www.screencast.com/t/uOnrZFCKtUM
Leaving it disabled will show the parent category tag first, enabling it will display them alphabetically.
So leave the option disabled and allow both the categories to be displayed in the post/category page. That should produce the result you want if I understand correctly.

Thanks

Simion C.
tagDiv Staff

Hi,

That could be simply a temporary issue with the Envato servers, you could wait for a while and try again. Or use the manual theme activation
https://www.screencast.com/t/KFEImph7QZ
Please let us know if you still have problems.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems there is an issue in the backend, the raw HTML element cannot be selected. The functionality should be that by clicking on the elements, the embed code of the map would be visible.
I have added this issue on our list and it will be fixed as soon as possible. In the meantime please enter this code in Theme panel->Custom CSS code section

.tdc-theme-Newspaper .vc_raw_html iframe {
pointer-events: none;
}

This will make the HTML element clickable in the composer, and allow you too change the Google map embed code
https://www.screencast.com/t/6CaprWNI
http://www.wpbeginner.com/wp-tutorials/how-to-add-google-maps-in-wordpress/
https://en.support.wordpress.com/google-maps/
Please note in the demo the iframe width is set to 100%
https://www.screencast.com/t/qGbhrQl7
Sorry for any inconvenience created by the situation.

Thank you!

Simion C.
tagDiv Staff

Hi,

Then simply activate the theme in the new location using the same key. There will be no problem if the theme is used on a single end product, as specified by Envato regular license terms
https://themeforest.net/licenses/terms/regular

Thanks

Simion C.
tagDiv Staff

Hi,

That is highly unusual, please deactivate all plugins except theme plugins and check if the issue is solved. This could happen doe to a plugin conflict, or maybe if the theme files have been modified. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that only admin level users will have access to the theme panel, anything below that like editors cannot use the theme panel.
However there should not be any errors provided, please see this guide for more information if you are getting the redirection message
http://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

Alex1908 Please check the theme system status section
https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient resources can also cause such issues. Ask your hosting provider to make modifications if needed, according to the guide.

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, after further investigations there was an issue with the mobile theme and child theme functionality in version 8.5. However these issues were quickly fixed in theme version 8.5.1.
Please reinstall the theme using the latest version, by FTP is usually the most recommended method to update
https://forum.tagdiv.com/how-to-update-the-theme-2/
Then make sure that the tagDiv composer and multi-purpose plugins are active.
Also check the theme system status section section, ask your hosting provider to make modifications if needed
https://forum.tagdiv.com/system-status-parameters-guide/
Everything should work properly. Let us know if you still have problems.

Thanks

Simion C.
tagDiv Staff

Hi,

I have made some tests with the inner row element, but there is no issue with it
https://www.screencast.com/t/5mjt3rdrR
Form what I can see in the screenshot the composer settings are not displayed properly for you. Please try as a test to deactivate all plugins except theme plugins and check if this has any effect. It could be the result of a plugin conflict, that is not how the composer settings should display.

Thanks

Simion C.
tagDiv Staff

Hi,

There was an issue with the mobile theme functionality in the 8.5 theme update. This was fixed in the 8.5.1 release. Please download the latest theme package and install it, the mobile theme is fixed
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The top bar is a theme element, but the admin bar is a WordPress element. The file responsible with the admin bar should be inside the WordPress wp-includes folder.
Please make a backup before making any modifications to the WordPress files, just to be safe.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the More articles box displayed in the post page, the title could be changed in the theme translation settings
https://www.screencast.com/t/yFkLp8nkKSx

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is the author box, it can be disabled in the post settings
https://www.screencast.com/t/iSAx4TbACF1W
It will not be displayed anymore if you disable it from the theme panel. The information it shows is from the WordPress user profile.

2. The comments can be disabled in the same post settings, in the theme panel
https://www.screencast.com/t/0vzzBLcJLly

Please let us know if you have further questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check these parameters in the theme system status and see if they are set properly
https://forum.tagdiv.com/system-status-parameters-guide/
You can ask your hosting provider to make modifications to them if it is required. Then try again to install the theme. Usually the FTP method is the most recomended
https://forum.tagdiv.com/how-to-update-the-theme-2/
Follow the steps for this method as they are described and there should be no issue. Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

That title can be changed if needed in the theme translation settings
https://www.screencast.com/t/U1DlIYqu

Thanks

Simion C.
tagDiv Staff

Hi,

1. You can simply paste a link to the image and we will take a look. A link to the actual website page would be also helpful for more accurate solutions.

2. An option for this does not exist, the post templates are predefined. It could be reduced with some CSS if necessary. If you could provide an example post we will give you a solution.

3. I don’t quite understand what bar you are mentioning, some more details would be very helpful for a better understanding.

4. That is the More articles box, it can be disabled in the theme panel
https://forum.tagdiv.com/more-articles-box/

5. Tags can be set individually for each post, in the post edit screen
https://www.screencast.com/t/PHxkUEr20
You can choose what tags the post should have and add them.

Thanks

Viewing 25 posts - 13,926 through 13,950 (of 20,681 total)