please provide me with a fix for the following error
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
/home/hasrypost/public_html/post/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
wp booster error:
Missing parameter: ‘file’
/home/hasrypost/public_html/post/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php
Hi,
There was a conflict between Mobile theme plugin and SEO By Yoast plugin. Try to delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again.
Thanks!
i have issue with saving my theme option in theme panel .. and i don’t know how to fix it
Hi
Please make sure that the parameters from system status have the values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ Also check the browser’s console while you’re trying to save the settings. Usually there should be a 403 or 404 error in console which refers to admin-ajax.php file.
The theme make many requests to admin-ajax.php file and the security module from your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.
Thanks!
The problem is not solved
Look at the picture
http://screencast.com/t/de4L6GRUvv8V
Hello hasrypost.com,
First of all, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out any conflicting plugins. If your problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link of this topic so we can easily identify you.
Thanks for the message!
i have an issue with the theme
i want to use human_time_diff function .. to make the date to be like 1 hour ago .. its work fine in the post and the last posts sections but not in the category blocks in the home page .. it all return the same timestamp .. and i don’t know why .. so could you help me with that ..
I have the same problem, I want to use human time.
I’ve hired two professional PHP developers and neither could figure it out.
Both say there’s an issue with how the theme has been coded.
Hello @hasrypost.com and @mickmeaney,
Please keep in mind that you want to change the structure of the date for modules, you will have to edit the corresponding files according to your block used by you. For example, if you are using the Block 3 you will have to edit the modules which make up this block, like module 1, like this -> http://screencast.com/t/whTutD5OFRyy
You will have to use the following snippet of code, like this ->
<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?> in the core file, like this -> http://screencast.com/t/ZZYWvi253eL1 Clear all your cache and check the results.
Hope this helps!
Thanks for the message!