Hi,
We are here, no need to create random topics like this one. We try our best to reply to as many topics as possible and also as soon as possible, within the allocated support hours displayed in the right sidebar and also banner above.
The author templates will not show in the post templates selection screen, only post templates will show there. Currently the author templates can only be applied like this for all authors
– https://www.screencast.com/t/R4kvYMOcbd
In the coming update there will be an option to set a different author template for each author instead of a general one.
@maydo80 Yes we are here, we try to answer all topics as soon as possible. The sorting order of the forum topics is by oldest, older topics will be read first. That would be fair for all users.
Replied in your own topic.
Hi,
The post content paragraph size can be changed in the theme panel
– https://www.screencast.com/t/X7ODrc7y2
Change it to a smaller size if that is what you want. Default would be 15px.
Hi,
You probably have wp-debug active – https://forum.tagdiv.com/requirements-for-newspaper/
Where is that notice appearing exactly? Does it cause any problems? Did you make any modifications to the theme functions file or other files directly?
Is the same happening if you deactivate all plugins except theme plugins?
Glad you could solve it. Thank you for posting the solution, it may be helpful for other users with the same problem.
Hi,
Seems to appear now from what I can see – https://www.screencast.com/t/hdBb6JyUSF
That is usually related to a plugin maybe, or browser extensions. Try to disable all plugins except theme plugins as a quick test, see if that solves it.
Test with the browsers in safe mode or disable extensions temporarily. Also try to force refresh the page (Ctrl+Shift+R).
Hi,
Try to run a post through this tool, see what is detected
– https://developers.facebook.com/tools/debug/og/object/
I could also take a look, please provide a link to your website so I can test a post.
Thanks
Hi,
I tried that in the CPT block and also in a normal block, the posts are duplicated with an offset of 0
– https://www.screencast.com/t/0K5YhuIA5An
I never tried setting an offset of 0 before. Without this offset it works for me.
Hi,
The title for the socials is to the left by default
– https://www.screencast.com/t/7BSMFkqGv
You could try this code to align in center in it’s container
.footer-social-wrap .block-title {
text-align:center;
}
The icons are predefined, each social has a specific icon that will represent it. These cannot be changed by a setting.
Thanks
I am using Chrome and the page loads fine – http://i.prntscr.com/g1lWOvFrRW_UhUqo-_LtTQ.png
It’s unusual that it does not work for you.
Hi,
If there are restrictions or the Facebook page is not public the social counter will not work unfortunately. There would be nothing to do in that case.
I tried it like this with a simple ad code – https://www.screencast.com/t/NkZXNtmdHQte
The ad appears like this on smart list pages except the first one
– https://www.screencast.com/t/EuYqfOScS
Hi,
So you want to switch the menu depending on URL. Maybe try a plugin that can switch menus, or search for more code solutions online. I have never tried something like this unfortunately. Maybe some other users can pitch in.
Also I can’t seem to find topics about this subject, not quite popular
– https://stackoverflow.com/questions/35347196/wordpress-load-different-menu-based-on-url
Hi,
1. In the theme panel the thumbnail sizes are mentioned along which element uses them
– https://www.screencast.com/t/Bgp6wElkwXd2
It would depend on what elements like blocks/grids you are using. So for example big grids will require bigger original images to be set as featured images.
The thumbnails will also be affected by image aspect ratio
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The same image will produce different results depending on module.
2. I see you use the Jetpack lazy load, try disabling that and check if the images are displayed properly
– https://jetpack.com/support/lazy-images/
The theme already applies a lazy load, so there might be a conflict there
– https://www.screencast.com/t/QjSh9cH1eb
4.The embed seems to adapt to the container it is in, it will take 100% of the available space. So the original image you used on Instagram of 460px would be stretched to fill the available space
– https://www.screencast.com/t/qNWXlhm8C
So in this case that embed would look best if it was forced to display as auto size and maybe centered
– https://www.screencast.com/t/vPobOmY3L
.td-post-content iframe.instagram-media {
width:auto!important;
margin: auto!important;
}
Thanks
Hi,
Maybe that is the website URL not an additional permalink parameter
– https://codex.wordpress.org/Changing_The_Site_URL
If the website name is for example blablabla.com/blog the permalink structure you choose will be added after this.
Hi,
If you have sent us an email then we will take a look and continue the discussion there.
Thanks
Hi,
The mobile menu will be ready to use as soon as the whole page is loaded fully. If it takes a longer time to load the website the menu might seem to be unresponsive, but as soon as the page is loaded if should function correctly. The better the website loads the quicker the menu will respond.
We have not made any changes in this matter, so it would be the same as it was before.
Hi,
Then it must be something specific to that page. That could happen if for example you entered content in it that is not part of the composer, or various codes or shortcodes maybe. Edit the page in the backend and remove the codes if there are any.
If you did not enter anything like that, we could take a look. Send us an email at contact@tagdiv.com and provide admin login so we can inspect the page in question.
Please include a link to this topic in the email.
So maybe something like this – http://i.prntscr.com/8h-eudXtRGKt6Y1tGnLLng.png
.td-category-header .td-category a {
font-size: 14px;
}
.td-category-siblings .td-category {
height: 23px;
}
Hi,
What is exactly happening? Could you post some screenshots as an example? The composer sidebar should not be affected by the actual page while editing
– https://www.screencast.com/t/WSQxyLUtkcj
Does it happen with a different browser? What browser are you using?
Hi,
It seems that none of the category pages work from what I can see. I would suggest that you contact your hosting provider and they could check what the problem is. Maybe a server or htaccess configuration, they could investigate.
What you could do on your part is to check plugins (by deactivating them all except theme plugins), modifications made etc.
Hi,
Be sure to check the theme requirements guide here
– https://forum.tagdiv.com/requirements-for-newspaper/
Most hosting plans initially limit the allocated resources and also some necessary PHP modules may not be activated. Go through the guide carefully. Those are general recommendations and may solve your problem. Ask your hosting to make changes if needed.
Hi,
The element should also show the latest posts if you use that sorting. It would also depend from what category/categories you filter the posts. The elements will display latest posts from the category you choose.
So if the grid uses the same filtering and sorting as the sidebar block, the same posts would be displayed.
I could take a look, please provide a link to your website.
Thanks
Hi,
That is the author of those posts, this can be disabled for all modules/blocks in the theme panel
– https://www.screencast.com/t/PEHHH2GGm1c
Thanks