Hi,
So when there are comments, the comments icon should have a different background color. That could be done.
Try this code https://pastebin.com/xhwuatef in the theme panel here https://prnt.sc/v_AiJUURhOSE
And this code https://pastebin.com/ARWZiE5K here https://prnt.sc/fm6rsCyAx7hP
The result should be like this https://prnt.sc/5kxGarN-UwD1 You can change the color in both codes if you want a different one. Please give it a try. It may be needed to clear the cache after entering them, in case you are not seeing the change.
Thank you!
Hi,
The footer templates are predefined, they can’t be customized. You could however choose this template https://prnt.sc/bQ5pMn7nFm6f and add your own block here https://prnt.sc/2CcKlKFkFXRb and popular category widget here https://prnt.sc/8PcG2Rz-4Lil Or add anything you want.
These 3 footer sidebars here https://prnt.sc/PC1kyHlA_TJr correspond to the 3 footer sections https://prnt.sc/zYMfGYsE8xI4 Some footer templates already have content in them, and anything you add will be displayed below that content. Other templates are blank, so you only your widgets will be displayed.
As a note, the popular categories widget displays a list of categories, sorted by the number of posts each category has. The category with the most posts is displayed first.
Please try it. Let me know if you have more questions.
Thank you!
Hi,
That seems to be a code related to the rank math plugin. You need to add it in the theme functions file, or with a plugin like this one https://wordpress.org/plugins/insert-headers-and-footers/
But before entering it I see you have to enter the IDs of your guest authors. Are they regular user accounts or guest author accounts added by a plugin?
Normally the IDs can be seen while editing the profile of the user, for example https://prnt.sc/qRJPDFO8No5Y -> https://prnt.sc/Qq-ogm_gdHwW The ID of that user is 2.
Once you replace the IDs in the code with yours https://prnt.sc/7-GZZrbQOawY then the code can be loaded on the website using the methods I mentioned.
Thank you!
If both codes are used it should work https://prnt.sc/rJL2rFbwCdF_
There’s no problem if you enter the codes in the theme panel https://prnt.sc/TcxdSYplNubs
Or in the theme Live CSS from the admin bar https://prnt.sc/fhKmSQE8JYdb
Or in wordpress https://prnt.sc/YHiXD_vec05p
As long as both codes are loaded the top bar should appear on mobile and have the color set in the code.
Currently I see only the code for the color on the website, the other code is required as well. Here is the full code https://pastebin.com/iqWmadsP Please check where you entered the code, remove it and add the full code.
Thank you!
Hi,
Normally that isn’t possible. You could use a code to achieve it, something like this would work https://pastebin.com/my9bp0xt It can be entered here https://prnt.sc/H8oVdoxGzl6z The code should hide all the comments counts with the 0 value, and show only the ones that have a different value. You could give it a try.
Thank you!
Hi,
Are you referring to the next/prev post from the post page? https://prnt.sc/pGpIboyNuvE2 That displays posts based on their publish date, previous article is older and the next article is newer.
Or are you referring to something else perhaps? Please provide an example of what you are referring to.
Thank you!
Hi,
Is the page built with the composer or WPBakery? This could be a conflict. Is WPBakery required for your website or could it be deactivated?
I would like to take a closer look at this. Please send us an email at contact@tagdiv.com and provide access to the website (admin login) and an example of the issue.
Thank you!
Hi,
That will require modifications to the post template. The comments section is usually at the bottom, so when comments are getting made the list can go further down, and not push any content lower.
But if you want to move them above the previous/next post section, I can provide the steps for doing it in a child theme, so that the modification will not be lost after a theme update.
Let me know.
Thank you!
Hi,
That is indeed an issue that happens when using Firefox. It happened after Firefox received the 134 update. Our developer team will fix it, I believe its a CSS issue. For the time being please use a different browser for using the composer. We are very sorry for this inconvenience.
Thank you!
Hi,
The AMP plugin is compatible with the theme. If you want to use it we recommend using it together with our mobile theme plugin. Also it should be used with these URL structures https://prnt.sc/TTzdDQb2X_3P I see you’re not using either of those, please set it to the default URL structure and test again.
But as Chris mentioned, AMP is very rarely used these days. I check a lot of websites daily and I never see it. It’s still an option however, if you want to use it there’s no problem. I only suggest using the default URL structure, or the legacy one.
Thank you!
That is possible with a code like this https://pastebin.com/yS3C424t It will change the color of the to bar on mobile https://prnt.sc/L6t91BavrmAE Please change the color to what you want, then add it in the same location as the previous code. Please try it.
Thank you!
Hi,
Pages can be edited with the composer with both themes. Although the composer provided with the Newsmag theme doesn’t have as many elements and options as the one from Newspaper.
The cloud template system, meaning being able to build templates with the composer, is only available with the Newspaper theme. All the Newsmag templates (header, footer, post, category, etc.) are predefined and cannot be customized with the composer. The settings for them are all in the theme panel.
If there are any issues using the features available for the the themes, please send us an email at contact@tagdiv.com and provide admin login for the website, so we can check directly on the website. It will be faster this way.
Thank you!
It looks like the CSS that sets the background color and the font for the submenu is missing. It should be in the theme stylesheet here https://prnt.sc/9WGdC_1WJb1b Mine is on the right, and in yours on the left it’s missing. I see the stylesheet is minified, but that doesn’t normally remove code from the file.
You could just add that CSS https://pastebin.com/4fWUd1im in the theme panel. It will fix the issue https://prnt.sc/zE9KL8ni4_nN Not sure why its missing from there. The theme stylesheet contains it by default, and minifying the stylesheet should not remove actual code from it.
Thank you!
I thought that you only wanted to modify the main header.php file to remove the webpage schema. Removing this code https://prnt.sc/CCod3eD5L3Dg should not create any problems. I tested it as well.
But if you also want to modify the header template you are using, header template 6, in the child theme, then there are more steps.
You will need to create folders in the child theme, to create this path Newsmag-child\parts\header
In the header folder, copy these files from the same folder in the composer https://prnt.sc/Kk4W5YDy9dCc in the child theme https://prnt.sc/nd7KfivQ63O2 Then you can modify the header template or the other files.
I can help more if you could mention more details about what you would like to modify in the header template. Let me know.
Thank you!
That’s great, I’m glad it worked fine. It can be difficult to update from an older version, especially if customizations were made. And if not done properly (point C) there will probably be issues, mainly when doing it from pre 4.9 versions. That’s when we moved most of the theme into the composer https://tagdiv.com/updating-the-core-of-tagdiv-themes/ The old theme should be deleted and the new one installed.
Thank you!
I actually tested the theme with those Google tests, to see if they report any issues with the theme breadcrumbs. There were no errors or warnings https://prnt.sc/gm93s8GVm2Vq Sometimes there can be, especially if they perhaps make a change on their side.
Sorry to hear about the attack. I’ve seen such cases before and they can last quite some time. Having cloudflare helps, or at least wordfence which has rate limiting to block repeated requests. Older websites with old theme, plugins, wordpress, are more vulnerable.
If there’s something else that I can help with, please let me know at any time.
Thank you!
Hi,
If you want to modify the header.php file in a child theme, please copy it from the composer plugin -> https://prnt.sc/hBWjtJD1VB5v and paste it in the child theme main folder.
But if I may ask, what modifications would you like to make to it? Maybe there are other ways.
Let me know.
Thank you!
Hi,
That is very unusual. Maybe an exception could be created for the security/firewall used on the website/server, so that it does not block the theme save request https://prnt.sc/ijCpZoQKvr_y If it’s blocked, it will not work unfortunately.
Could you contact us by email at contact@tagdiv.com and provide the theme panel settings in a pastebin? You can copy the theme panel code from here https://prnt.sc/JueIqzN5lGMN and provide it via a pastebin https://pastebin.com/
Or provide admin login in the email, for the website. We just want to make sure there’s nothing wrong inside the theme panel. Let us know.
Thank you!
Hi,
@mikisan Newspaper also doesn’t display the featured image for pages. We would have perhaps added an option for it, if this would have been requested more, but we had very few requests for it.
Pages are usually built with the composer as needed. Or they can be built with wordpress. And there’s no need to display the featured image, the image could just be added directly in the page content. A featured image can be set for them, for sharing or when perhaps pages are displayed in blocks. So there’s no actual need to display for modifications to the page template, as the result is the same. The image can be added in the page content at the top, and the same image can be set as featured.
But if you do want to display the actual featured image in the page, it can be done in the same way as above. I suggest a child theme however. If you want to do this, please send us an email at contact@tagdiv.com and I will help with it.
Thank you!
Hi,
That is possible with some CSS. Their padding and their font size could be made bigger.
For example https://prnt.sc/d6bHFr8fKhKi If you want to test it out, please enter the code from here https://pastebin.com/wjJRYrb8 in the theme Live CSS https://prnt.sc/dOV-i8QY4EI4 or in the theme panel custom CSS. You can adjust the values in the code if you want them smaller or bigger.
In case you want more adjustments to it, please let me know.
Thank you!
No problem, for post template 2 its the single_template_2.php here https://prnt.sc/AbQsjK0a7rBv And the theme breadcrumbs code is inside it https://prnt.sc/TcOOMpXVXbme Same there, just remove or comment that code, and add the Yoast breadcrumbs code.
If I may ask (I wanted to ask before and I forgot) what kind of issues does Google find with the breadcrumbs? Do the issues appear when testing with these tools? https://developers.google.com/search/docs/appearance/structured-data
Thank you!
Having options for customizing the author box would be great indeed. For author pages/templates it is possible with Newspaper, where each element of the author box is separate in the composer https://prnt.sc/cRDUDJn14qzQ So you can use what you want, in any order.
With Newsmag it’s not possible in the same way. It will either have to be modified in the code, or with CSS. If it can be done with CSS, like hiding certain elements or changing their order, then in my opinion it’s easier to use CSS. At least you won’t have to keep making the modifications all over again after an update or reinstall. It doesn’t work for everything however.
If there’s something else that I can help with, please let me know at any time.
Thank you!
Having options for customizing the author box would be great indeed. For author pages/templates it is possible with Newspaper, where each element of the author box is separate in the composer https://prnt.sc/cRDUDJn14qzQ So you can use what you want, in any order.
With Newsmag it’s not possible in the same way. It will either have to be modified in the code, or with CSS. If it can be done with CSS, like hiding certain elements or changing their order, then in my opinion it’s easier to use CSS. At least you won’t have to keep making the modifications all over again after an update or reinstall. It doesn’t work for everything however.
If there’s something else that I can help with, please let me know at any time.
Thank you!
I will take a look as well. Please provide admin login for the website by email and I will check as soon as possible.
Thank you!
Hi,
Normally the theme only has to be activated once, with the optional option to create a forum account. Something must be wrong it if keeps asking for activation all over again. Maybe its a caching issue, there have been cases where the theme was not actually getting activated because of caching that affected the backend of the website (object cache).
We will take a look at it, please send us an email at contact@tagdiv.com and provide a link to the website, admin login, also access to cPanel if available, or FTP. We will check as soon as possible, let us know.
Thank you!