Dear Calin/Newspaper Staff,
as you know, from Categories_Category Global Settings_Pagination Style it’s possibile to set a pagination style for all categories.
Unfortunately, I haven’t found this very useful option for TAGS, which I think is very important too as I’m indexing some tags for search engines and I’d like to give a better UX to users.
Currently, if I click o a TAG and give it a description, 2 strange things happen:
1) at the beginning, the first line says “TAG: tag name”. Please, how can I remove/edit the word TAG before the tag title?
2) After going to page 2 of the same tag, the initial description loads again entirely, so people have to go through again the entire description in order to find (below) the additional 4 post.
Ideally, I would like to set an infinite loading for all tags, as it’s possibile for categories. Or alternatively, it would be good to choose a specific number of post I want to show on the same page. I found nothing of these 2 settings, I hope I just missed them.
Please, if these changes are not currently possibile, could you consider to include this improvement to your future developments? I think all newspaper users will have more options and UX would be lot better in my opinion.
Thanks a lot!
Hi,
1. I think that you want to remove this https://i.imgur.com/FrTsD8z.png this can be doe in few ways:
You can use a cloud template from tagDiv Cloud Library, edit it with tagDiv Composer and remove the tag element -> https://i.imgur.com/Aj66Rkg.png -> https://i.imgur.com/durcIAg.png after that set the cloud template in theme panel -> https://i.imgur.com/Ap9UC72.png
If you do not use cloud templates, you can use the translate and set an empty sample the the field for translate -> https://i.imgur.com/0zRQ4XF.png
Or you can use a css like this one: -> https://i.imgur.com/aOeJ3P4.png
.tag .td-page-title {
overflow-x: hidden;
text-indent: -50px;
}
The number of px can be adjusted in function of your example.
The code need to be set in theme panel> custom code> custom css.
2. I think that you can adjust the post/articles that appear in tag pages if you are using a tag cloud template as in above example.
If I do not understand something, please provide some more details and some screenshots.
Let me know the results!
Thank you!
Thank you Calin, you’re genius, that’s exactly what I wanted!
The only thing is that Newspaper is not giving me the chance to save the new settings.
I’ll try again tomorrow, but please find attached the image. It keeps showing that icon for minutes. I cleared cache, tried from Chrome and Safari, but nothing changes.
In whatever menu I click on Save Settings, that icon appears.
Hi,
So if I understand correctly the changes are not saved in tagDiv Composer.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps, make sure that this code is set in .htaccess -> https://i.imgur.com/NYhwCuE.png
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
thanks Calin, the “Save Settings” button worked well until few days ago, I’ve found that by deactivating the plugin “WP Hide & Security Enhancer”, the button now works good again!
https://wordpress.org/plugins/wp-hide-security-enhancer/
I’ll signal the conflict also to the developer/s of this useful plugin, anyway I don’t like brute force attacks to WordPress and I want to give additional security.
Calin, please do you have any suggestion about a similar plugin 100% (ideally) compatibile with Newspaper? It’s not about Wordfence or similar as you understand, but about something that change those (hidden also) settings that allow WordPress websites to be much less seen.
Main plugin functionality:
Custom Admin Url
Block default admin Url
Block any direct folder access to completely hide the structure
Custom wp-login.php filename
Block default wp-login.php
Block default wp-signup.php
Block XML-RPC API
New XML-RPC path
Adjustable theme url
New child Theme url
Change theme style file name
Clean any headers for theme style file
Custom wp-include
Block default wp-include paths
Block defalt wp-content
Custom plugins urls
Individual plugin url change
Block default plugins paths
New upload url
Block default upload urls
Remove wordpress version
Thanks a lot!
-
This reply was modified 6 years by
sentierol.
About my initial requests:
1) I’ve edited the tag translation, thanks!
2) I found complicated for me to create a new page starting from the Cloud template (manually adding all the new section on the page, need to find the caracter format, lots of manual work).
Instead, I created a new category with the same tag name, added the articles to that category and redirected the old url tag to the category url. Thanks the same.
-
This reply was modified 6 years by
sentierol.