Hi,
Normally the top menu isn’t displayed on mobile. But it cold be made visible with some CSS. Try the code from here https://pastebin.com/GcbKMVeF It can be entered in the theme Live CSS https://prnt.sc/j5FvJzugdIaI or in the theme panel. It should make the top bar visible on mobile. Please try it and let me know if it works correctly.
Thank you!
Hi,
Indeed, the pagination is not working on the website at this time. It seems to work in the post pages, for the related articles block.
What if the jetpack boost plugin is causing the problem. You could make a quick test and deactivate it, and check the pagination again. If it works, then it’s probably a setting from the boost plugin that causes it.
Let me know.
Thank you!
Hi,
That will require moving the author URL code https://prnt.sc/AkM0ZLc5zHiu below the description code https://prnt.sc/oHfLtigxnABF -> https://prnt.sc/APbA6zMFiA1A
But it could also be done with some CSS, something like this would work https://pastebin.com/MgYe0aG8 -> https://prnt.sc/7LrO1tuHTCpF And maybe this is the better solution, as it won’t require modifying that php file.
Thank you!
Hi,
Displaying the featured image in a page is possible, but it will require a bit of customization.
You could modify the page template and add a code in it for the featured image. The page template file is here in the composer plugin https://prnt.sc/avQVYo0gd2EF
And the featured image can be added after the page title, after the closing h1 https://prnt.sc/GxAYpJwIz71g This is the code https://pastebin.com/MkzmBLQz
This way all the pages that use the default page template will display the featured image, if there is one set. The modification could be done in a child theme, in order to not lose it after a theme update.
If you want we can implement this solution on your website, you can send us an email at contact@tagdiv.com and provide admin login for the website, and access to cPanel so we can use the file manager https://mediatime.net/cpanel
Thank you!
Hi,
That is possible. You could test it on posts first. The Yoast breadcrumbs can be added in the post template file.
The post template files are in the composer here https://prnt.sc/RMECazpUiK1I Each of them corresponds to a post template, loop/single template 1 means post template 1 for example.
In the post template the theme breadcrumbs are displayed via this line of code https://prnt.sc/N65vACkzn0Bx which can be removed or commented.
Then the Yoast breadcrumbs can be displayed via the code they provide here https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/
Like this https://prnt.sc/ZQ-uTUitRlJD
The Yoast breadcrumbs are then displayed https://prnt.sc/qb7ZfX6zQyjq and they can be customized in the Yoast plugin https://prnt.sc/vUk7Ph5Qp5ix Visually they may need some CSS to fit with the rest of the website, they look kind of rough by default.
Please try and let me know if I can help more.
Thank you!
Hi,
The theme doesn’t have such options unfortunately. You could use a plugin for that. Try the ad rotate plugin https://wordpress.org/plugins/adrotate/ It has options to schedule ads https://ajdg.solutions/support/adrotate-manuals/creating-schedules/
It also provides shortcodes for the ads you create https://prnt.sc/XFZZu1CowN22 which you can use in the theme panel or in ad boxes https://prnt.sc/QiFmRLUAtih1 It’s pretty easy to use and will allow you to do what you want. I suggest giving it a try.
Thank you!
Hi,
That is a log for debugging, but it should only collect information when activated. Activating it is done by using a hidden setting, so the chances of it being activated by mistake is quite low. It is safe to delete it, but if its been activated somehow, then it will be created again.
I would like to take a closer look at this if possible. Could you please send us an email at contact@tagdiv.com and provide a link to the website and admin login? I will then check to see if the log is active and disable it if it is.
Thank you!
Hi,
What if you add the analytics code directly in the AMP plugin, in the analytics section https://prnt.sc/iMdyrKndUb9n
Alternatively you could use a plugin like this one https://wordpress.org/plugins/amp-google-analytics-4-support/ or the Site kit plugin from Google.
One of these methods should work.
Thank you!
Hi,
We are aware of this issue and we are very sorry for the inconvenience. It will be fixed in the next theme version. I will check with our developer team in the meantime, to see if they can provide a solution for the time being.
Thank you!
Hi,
From what I see the OG meta tags are missing from the website. These meta tags are required for sharing on socials, or else it will most likely not work properly.
More about the OG meta tags here https://ahrefs.com/blog/open-graph-meta-tags/
The most common method of loading these tags on the website is through SEO plugins, like the Yoast plugin https://yoast.com/help/getting-open-graph-for-your-articles/
But you can use your preferred plugin or method to load them. Once they are loaded sharing on socials should work correctly. Please try it.
Thank you!
Hi,
That is the default name of the taxonomies and the custom post type the demo uses.
There are ways to change them however.
1. If you check in the ACF plugin the post type name can be changed there https://prnt.sc/YhkIzpIHbv-C -> https://prnt.sc/DS_k03huSvh8
Same for the services https://prnt.sc/4ZphZn6qwnXs -> https://prnt.sc/_FmVxIXnqDKv
It may be needed to resave the permalinks after changing those names https://prnt.sc/JRTTZxkH7SgO
And please note that if you change the names, you will have to also change them in blocks https://prnt.sc/DLIchmPkjORS and everywhere there is a filter by cpt and taxonomy.
2. I suggest a different way, which is easier. For both the post type and the taxonomy you could set a custom permalink, in the ACF plugin.
So if you edit the cpt in the ACF plugin -> https://prnt.sc/_kZpX5IBFiA2
And the taxonomy -> https://prnt.sc/ssHoUnDj4Zyb
You can set a custom permalink, with the names you want. This method is easier and you won’t have to do anything else.
I suggest the second method. But either of them work. Please try it.
Thank you!
Hi,
The test seems to pickup the design of the headings (article titles) in this block https://prnt.sc/RTEkhyZfgHpH The theme loads inline styles for the titles. But this isn’t normally a problem.
If however you don’t want those inline styles there, you could activate this option in the theme panel https://prnt.sc/tr-3TKwv1Nma which will gather all of the inline styles and load them in a different way. Then the text should not pick them up anymore.
Thank you!
Hi,
That is possible. You could use the default widgets sidebar or create new ones. New sidebars can be created from multiple places, for example from the theme panel per category options https://prnt.sc/pgAakghfSN4E
All your sidebars can be customized in the widgets panel https://prnt.sc/sPqjg2lJM25u and there you can add widgets inside them.
To display the recent articles, you could use a theme block of your choosing https://prnt.sc/j16if_AcdbBp Add it in the sidebar https://prnt.sc/hzfSjVIZzVvK and by default it will display the latest articles from all categories https://prnt.sc/00xqruAL3nog
Please let us know if you have more questions.
Thank you!
The Newsmag theme doesn’t quite support RTL unfortunately. There will most likely be design issues when used with RTL. We are very sorry for the inconvenience. Please let us know if we can help with something else.
Thank you!
Hi,
That is pretty unusual. I see that only on the post pages there is an issue with the fonts. The fonts should be the same across the whole website, they are set globally. Have you tried clearing the cache? But if that doesn’t fix it, I will take a closer look. Please send us an email at contact@tagdiv.com and provide admin login for the website.
Thank you!
Hi,
We recommend using AMP together with our mobile theme plugin, in transitional mode. If you do not use our mobile theme, then AMP should be set in reader mode. In reader mode the AMP version looks very simple, with next to no options. The mobile theme is what ads some design and settings in the theme panel.
Please do not use AMP in transitional mode if you do not use the mobile theme plugin. Please set it in reader mode in this case.
Now, I’m not quite sure what the problem is exactly. Do the respective videos and podcasts appear correctly if you use just AMP alone? Could you provide an example of thee issues? I see a podcast in this post for example https://prnt.sc/8uHaGVTrgepS it’s an embed.
AMP is a bit stricter when it comes to the content, not everything works with AMP. It is meant usually for very simple content like, text and images, for better performance.
Ultimately you could consider not using AMP if there are problems or conflicts with the website content, or displaying that content for mobile visitors. AMP is actually rarely used these days. I myself almost never see it anymore, for quite some time.
Let me know.
Thank you!
No, in blocks that is not possible unfortunately. A color for the category tag of each category can be set in the theme panel https://prnt.sc/_kHwcTQ0GJvj but that will appear only in the post pages https://prnt.sc/Y2SJsTUhLGbq
So in blocks you could only change the default color of all the category tags at once, but not per category.
We are very sorry for the inconvenience.
Thank you!
By default the forum reply field can’t run shortcodes. However, you could use this code https://pastebin.com/Wf1EPhXk It can be loaded in the theme functions file, or with a code plugin that loads it there.
I tried it as a test using a shortcode from one of the theme blocks
So without the code I get no block https://prnt.sc/3ZnocgqiuZrl
And with the code the block appears https://prnt.sc/ly9RJ2dNf5fT
The reply field should run shortcodes now. Please try it as well.
Thank you!
If you want to change the default color for all of them at once, please try something like this https://prnt.sc/uv8EFT1nf2GZ here is the code for it https://pastebin.com/ZKECPv3i Please change the color in it as you want then enter it in the theme custom CSS.
Thank you!
Unfortunately that isn’t possible to do with settings. The Newsmag theme headers are predefined, the elements from inside the header can’t be moved around.
You could however use some CSS to do it. For example something like this would work https://prnt.sc/7GO0P5IynhM8 Here is the code for it if you would like to give it a try https://pastebin.com/h7tQNQFS it can be entered in the theme custom CSS https://prnt.sc/Zy3weqy2CyTE
Thank you!
Hi,
You could use font awesome icons, it can be done like so https://forum.tagdiv.com/how-to-add-icons-in-menu/ Please try it. If you need help with it or if there are issues, let me know.
Thank you!
Hi,
We are sorry to hear that.
All the data related to the optin plugin is kept in the website database, in these tables https://prnt.sc/TISVB2QlILRO If the database is migrated along with the website, the tables will be there as well.
Not sure how you did it, or if there perhaps was a problem when migrating the website, but a good way to to do it is using the duplicator plugin if, possible. It moves everything in the new location, perfectly.
if you still have the old database, then you could move the respective tables. With phpmyadmin for example:
Select them all https://prnt.sc/R1P-8IW7JsvN
Export them https://prnt.sc/fXHTSWXxJie2
Import them on the new website.
As a note, please remove the current tables from the new website, if you already installed the plugin there. So the import will add the tables from the initial website.
Or maybe it could be done using other methods. The important thing is that the tables are moved, everything should be available on the new website as it was on the old website. I made a quick test now and moved my optin data from one install to another, using the method I described, it worked perfectly fine.
Thank you!
Hi,
There are indeed features from the theme that consume CPU, it depends on what’s used in the page. And if’s not a matter of having high traffic, or the caching/optimization not working correctly, or perhaps even malware, then something else is causing it.
We could take a look at it. Have you maybe tested the theme on a staging website as well? Or would it be possible to set up a staging environment where we could take a look? And we will need a method to see the resource usage. If this is possible, please send us an email at contact@tagdiv.com with the details.
Thank you!
Sorry for the delay.
You may have a point about the footer lazyload. However, to know for sure I suggest doing it like this.
Activate the footer lazyload, then clear all the caching, also CSS and JS.
Using the URL inspection tool from Google test the homepage https://support.google.com/webmasters/answer/9012289?hl=en
Check what Google sees in the homepage, like this https://support.google.com/webmasters/answer/9012289?hl=en#view_screenshot or there should also be a “View crawled page” link to see the HTML.
If the footer content is there, then there is no problem.
In terms of CSS and JS settings, I see you are already minifying and combining the resources. But I don’t think the delay JS option is active https://prnt.sc/33MTHwnBWFFQ Were there issues after activating it perhaps? That setting helps a lot with the score, but can also break some things.
It usually takes some time to make the website as fast as possible. The best case scenario is to activate every possible optimization setting from the theme and from the litespeed plugin. This can result in visual or functionality issues. Then it is about tuning the options, excluding resources that break or depend on others, etc. It can take a lot of time and testing.
Thank you!
Hi,
Please try again, the problem should be solved. Let us know in case it’s still not working.
Thank you!