Hi
Replace the code from tagdiv_theme.min.js file with this one: http://pastebin.com/iCbJb38p
Before making any changes please make sure that you do a full backup of your current theme installation and WordPress: http://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
We didn’t tested the WP Rocket plugin with the theme so it’s may be a chance to appear some issues with its usage. We recommend WP Super Cache as a cache plugin and you can find more details about its configuration with our theme in our documentation here: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks!
Hi
Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please address us via email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
You need to add some conditions in the above code like here:
add_action('wp_head','modified_time');
function modified_time() {
if (is_front_page() or is_category() or is_single()){
$output='<meta name="revised" content=' . get_the_modified_time('Y/m/d g:i:s A') . '/>';
echo $output;
}
}
The result should be like here: http://screencast.com/t/mhdEeKGQNmeE
For more details about time format in WordPress please check this link: https://codex.wordpress.org/Formatting_Date_and_Time and change the parameters as you need.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
I did some research online and the last standards regarding data structure don’t require a content attribute for the indicated meta. The Google recommends this structure: https://developers.google.com/structured-data/rich-snippets/articles
<meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/>
Also you can check this link https://schema.org/mainEntityOfPage for more details about mainEntityOfPage property.
I am not sure what you mean at css/js question but if you want to move this resources in footer please check our page speed documentation for more details: https://forum.tagdiv.com/how-to-make-the-site-faster/
If this is not what you mean please provide more details so I can get back to you with a more specific answer.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
I am not sure I understand your request, please provide more details about you’re trying to do so I can get back to you with a more accurate answer.
Thanks!
Hi
Unfortunately we cannot offer support for plugin implementation. We have not tested that particular plugin and we cannot assure it’s functionality. Basically all plugins were meant to work with WordPress and the default implementation. In order to implement this specific plugin it will require basic php knowledge to edit the theme files and adapt the code to tie it in with our custom one. Unfortunately time does not allow us to provide plugin implementation support. To have the plugin working with a custom premium theme such as Newsmag, where the file structure is different, are required many customizations which takes time and lots of researches.
If you really want to use this plugin we suggest you hire a freelancer to help you with implementation. You can hire one from http://studio.envato.com/
Thank you for your understanding.
Hi
The modal image works only if the image link goes to the media file: http://screencast.com/t/RyNmEEBjERb If the image links to a custom link the modal image can’t be displayed.
If this is not what you mean please provide more specific details about what you’re trying to do and maybe I can help you.
Thanks!
Hi
The theme becomes active only when it’s uploaded on your server via FTP or via WordPress as it’s indicated in our install guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ However to keep your customizations you can use the patch provided with the theme. This patch contains only the modified files from one version to another, so you can simply upload only those files on your server via FTP.
Before making any changes please make sure that you do a full backup of your current theme installation and WordPress: http://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
I’ve checked your site on mobile devices and the ads are displayed fine now: http://screencast.com/t/9MvGougPQ2O I am not sure why ads are not displayed fine on your side but you can try to empty phone cache memory and test again. Also you can try by deactivating all others plugins except Visual composer, then check is the problem is still there.
Thanks!
Hi
Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also make sure that you updated the Visual Composer plugin from the same path with the theme: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all others plugins except Visual Composer, clear all caches and test again.
Let us know how it goes and if the problem persist please provide a link so we can inspect it closer.
Thanks!
Hi
Unfortunately the woocommerce elements don’t have an option to set the tile for them and to achieve that its need to edit the plugins files and add a new field in element’s settings. This is a complex task which require many customizations in plugin’s files an I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer speed customization services at the moment.
Thanks!
Hi
I am not aware how do you build your homepage as you’re not using our theme on none of the indicated links. Please provide a link where you’re using our theme so I can inspect it and provide a more accurate answer.
Thanks!
Hi
I’ve noticed that form your code is missing the plugin’s name is missing: http://screencast.com/t/VP4oRpA3 Try to add this comment on top of your td-speed-booster.php file, clear all caches and test again.
/*
Plugin Name: tagDiv Speed Booster
Plugin URI: http://tagdiv.com
Description: Speed booster for Newspaper 6 and Newsmag 2.x themes - It moves the styles and all the scripts of the theme to the bottom when needed. It activates internal theme optimizations for better speed and it adds async js .
Author: tagDiv
Version: 4.2
Author URI: http://tagdiv.com
*/
Thanks!
Hi
I’ve test this on my side and works fine: http://screencast.com/t/Hqfi5fATLMf – http://screencast.com/t/bH5kaaDiA Try to clear the cache memory after you apply the changes then test again.
Let us know how it goes.
Thanks!
Hi
I’ve checked your homepage and the social counter works fine now: http://screencast.com/t/K5GcDMelb If you still have this issue try to clear the cache memory and test again.
Let us know how it goes and if you still can’t manage to solve this issue please provide more details.
Thanks!
Hi
The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newspaper theme, you can check our documentation for more details: https://forum.tagdiv.com/requirements-for-newspaper/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Hope this help.
Thanks!
Hi
We didn’t have any reports like this before and I am not sure why this happens. Please check your in htaccses file if there are any rules which may allow a redirect to the indicated site. I found some some useful about informations which may haelp in this thread: http://stackoverflow.com/questions/32900589/how-to-clean-url-wordpress
Also I suspect that this is a bed back-link from your site so you can try to clean up this links as it’s indicated in this guide: https://yoast.com/clean-bad-backlinks/
Hope this help.
Thanks!
Hi
The theme wasn’t designed to use Visual Composer on post content so it’s possible to appear some issue with the layout in that situation. Try this css in theme panel > custom code > custom css and if the problem persit please provide a link so we can inspect it closer:
.wpb_text_column p{
margin-bottom: 26px;
}
Thanks!
Hi
The theme doesn’t control the security modules, they are controlled by your host. My advice is to look online for some tutorials regarding the steps you need to take in this regard. I found here some information which may be useful: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/ – https://yoast.com/dev-blog/move-website-https-ssl/
I suggest you also get in touch with your host provider on this as they may have some modules which need to be turned on when switching to ssl and they can offer you guidance/assistance on this.
Hope this help.
Thanks!
Hi @rishab55555
You can use a plugin like https://wordpress.org/plugins/wp-last-modified/ but I am not sure how will work with the theme as it’s not tested. Also you can use a hook in functions.php file like this: http://screencast.com/t/241s2EYqQfn
add_action('wp_head','modified_time');
function modified_time() {
$output='<meta name="revised" content=' . get_the_modified_time() . '/>';
echo $output;
}
The result should be like here: http://screencast.com/t/lpyEudj97
If you want a different implementation you can check this links for more details: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head – https://codex.wordpress.org/Function_Reference/get_the_modified_time
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Our theme was built to respect the google standards in structured data regards and we didn’t do any tests with: https://validator.w3.org/ I’ve added this on our list and we will run some test to check if there is an incompatibility in html structure of the page. Meanwhile you can try to change or remove the role for search form by editing header-menu.php http://screencast.com/t/DzGjD3gLXF3
The pingback_url parameter should displays the pingback XML-RPC file url: http://screencast.com/t/l39D6FZuw9Q but in your case the url it’s empty. This issue could be caused by a plugin so you could try by deactivating all, leave just Visual Composer active, clear the cache ant test again.
Regarding the css errors these appear because it’s not recommended to use css code inside div tags.
The theme generate a custom css for each block, depending by user’s options, but this code cannot be included in style.css file. This problem it’s present on our demo too: http://screencast.com/t/UmG1YSWBEobU but does not affect the page load.
The theme use h3 tags for entry tiles but you can change that by modifying this functions: http://screencast.com/t/owy14wCxl
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Because you’re using a very old version of the theme the update process could be a bit tricky.
First make sure you do a full backup to the database and your current wp install: https://codex.wordpress.org/WordPress_Backups in case something goes wrong you can allays get back to the previous version. Also consider the steps I’ve provide below:
– setup a maintenance mode and you can use a plugin for that.
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– disable all plugins
– install the theme then install the required plugins: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
– switch back the rest of the plugins and make sure that they work fine with the theme, you can check this by enabling the plugins one by one then test the site.
Regarding your customizations these will be lost during the update process so you have to re-add them again in theme files or in child theme. Also make sure that the customizations are still compatible with the new theme because many files are changed and also many functions so there is a chance to appear some conflicts.
You also will need to redo your pages because in a previous version the shortcodes for blocks has been changed so they won’t work anymore. Just edit the page with Visual Composer, delete the existent blocks then re-add them again. Such that the new shortcodes will be generated and the page should be displayed fine.
Let us know how it goes and if you need further instructions please provide more details.
Thanks!
Hi
To obtain a similar pagination as the one from the indicated post you will need some customizations in theme files. The function which generate the pagination can be found here: http://screencast.com/t/tq2Gs18X – http://screencast.com/t/n9IJFlfh0L5 You can customize it if you want but please consider that this is a complex tasck which involve some good coding skills. If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks for the message!