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 try this code in Theme panel->Custom CSS section

.td-black .bbp-topic-form select option {
color:black;
}

The result should be like this – https://www.screencast.com/t/pcOEuZZh1

Thanks

Simion C.
tagDiv Staff

Hi,

There are many page speed optimization guides and tutorials submitted by the theme users, here on the forum. Some of them here but you could search for more, might be useful to you
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/

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to remove the sidebar allocated space in the post content editor
https://www.screencast.com/t/k7SUEFpR7
The solution provided by Bogdan works, remove the code as shown
https://www.screencast.com/t/7NU4jsu7G06
https://www.screencast.com/t/jeRu8oypoW
In my case it took a Ctrl-Shift-R page refresh to clear the cache and display the changes on a previously opened post.

Thanks

Simion C.
tagDiv Staff

Hi,

The child theme included in the package will work properly with the theme. Simply copy the child theme folder in the themes folder in your WordPress install. Main theme has to be active before activating the child theme
https://www.screencast.com/t/i7I4Wq7y
There would be no problem if this is what you are doing.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the demo did not install properly, there are many problems from what I can see. Please uninstall the demo and deactivate all plugins except theme plugins. Then install the demo again. There should be no problem. Let us know otherwise.

Thanks

Simion C.
tagDiv Staff

Hi,

There was a similar issue, what it did was that each image that had a caption would display full width regardless of post settings or alignment. The problem happened after the WordPress 4.9 update. However this and some other issues have been fixed starting with theme version 8.2.
You should consider updating the theme to the latest version, to ensure full compatibility between the newest WordPress and the theme. Here is a guide
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

That would happen if the ad is not responsive and adapt depending on the available width. You could create ads optimized for tablet portrait or landscape, check this guide
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

That would be block header template 13
https://demo.tagdiv.com/newspaper/block-header-13/
Edit the page and enter the text you want for the big title
https://www.screencast.com/t/heO1O0CG

Thanks

Simion C.
tagDiv Staff

Hi,

It would be possible, try a code like this
https://www.screencast.com/t/IUpj97UnzE

@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display:block!important;
}
.td-header-sp-top-widget {
width:auto;
}}

Enter it in Theme panel->Custom CSS section and it should make the top menu visible on mobile.

Thanks

Simion C.
tagDiv Staff

Hi,

Activate the child theme and see if there are any issues. Depending on the child theme customization there could be need to adapt the code used in it, if there are problems. make tests to check for potential problems.

Thanks

Simion C.
tagDiv Staff

Hi,

This problem was fixed in theme version 8.5.1, so there should be no problem. Please deactivate the multi-purpose plugin and remove it. Then install it again from the latest theme package you have downloaded. Check the results after doing this.

Thanks

Simion C.
tagDiv Staff

Hi,

You should use the ad sizes that are available in the the theme panel, or leave the setting on auto. That would not cause any problems with Google policy rules
https://support.google.com/adsense/answer/1346295

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer can only be used on pages, that would be recommended for Visual composer as well to ensure proper results
https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems to near perfect results on mobile at the moment, according to the test tool
https://www.screencast.com/t/e113yllI
Those are great results from what I can see.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the case when a background is set, as mentioned above. There would be no point to set a background color or image, if the website would be 100% width.
The layout will change to boxed in this case, in order to display the set background.
It should not be attempted to change container widths, these are fixed for a reason when boxed. Most likely changing the value will cause the page elements to not display properly.
Remove the background and the page layout can be stretched using row settings.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be an internal server error. Please try to deactivate all plugins except theme plugins and clear all caching installed. Then check if the mobile theme is working properly. If the error is still present then it could be server related, see this guide
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Also check the theme system status and ask the hosting provider to make modifications if needed to the parameters
https://forum.tagdiv.com/system-status-parameters-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The related articles should display posts that have at least one category or tag in common with the current post. There are no other conditions for this functionality.
If there is a problem, please provide more details so we can try to recreate and investigate the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

That setting should allow you to select any color you wish and then apply it
https://www.screencast.com/t/3gtnJtcq
https://www.screencast.com/t/42IbnyT0Yn
If this is not what happens in your case, please provide a link to your website so we can inspect it. We will try some solutions for the active menu as well.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems you are setting it properly, the font you uploaded and selected should apply for the whole post title, not just parts of it. Use the browser inspector and check what font is used
https://www.screencast.com/t/EAXgaD2ar

Thanks

Simion C.
tagDiv Staff

Hi,

This is unusual, it seems there are problems with the category grid, but only for that category page. The grid is not functioning properly, there are classes missing.
Please try to go in that category settings page and change the top post style grid to a different one and save
https://www.screencast.com/t/sI7cIWWsQ
Then check if the grid works as intended. If it is, change it back again to the current one. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The text column is meant for entering text in it, one would not place it on a page and leave it empty (with default text). I will pass this information along to the developers, and they will investigate and take action if needed.
A solution if you would like to pad the text and not the title, in a text column, would be to use the text padding
https://www.screencast.com/t/Tn6pZfBj46
That way the title would not be affected. That could be a solution if you want to pad the text.

Thanks

Simion C.
tagDiv Staff

Hi,

But I have tried it, those were the steps I made, the result you can see here
https://www.screencast.com/t/CTr2fsvYKT
https://www.screencast.com/t/fKQtOZa1lu
https://www.screencast.com/t/5AYcjYUZFu5G (installed plugins after renaming)
https://www.screencast.com/t/OXygaeycfj
https://www.screencast.com/t/zLZZZggBn2wU

Thanks

Simion C.
tagDiv Staff

Hi,

The article container would be this one
https://www.screencast.com/t/b6QV203YVcE
You would need to enter your code in the post template files
https://www.screencast.com/t/t2GddtvwPQYQ
Each post template file has a corresponding loop-single file, modify the one you want and test.

Thanks

Simion C.
tagDiv Staff

Hi,

I really couldn’t say when the deprecated will be removed, or if it would be an issue using it. If you made tests and it works you could use it for the moment.
Or modify the file in the child theme, I believe you should be able to modify it and add your conditions, in a child theme.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the overlay menu page template
https://www.screencast.com/t/p5cgVU4tAM
The page templates should work with both composers.

Thanks

Viewing 25 posts - 13,801 through 13,825 (of 20,681 total)