- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Thanks so much for the reply!
Telemediabroadcasting
I will try to de-activating plug-ins to update.
Just mark as fixed.
This happens whenever you update/change themes and don’t use a “maintenance mode” plugin.
You can mark this closed – thanks.
The reason why I asked is because in the plugins section, the ‘Revolution Slider’ is alerting an update is available. I guess from what you’re saying – I can’t updated this until there is an update to the theme which will come packaged with the latest version.
Hope I understand correctly.
Kind Regards
Kevin
Hello,
We have looked into this but it is a very “marginal” security risk happening in extremely specific cases and is very hard to exploit. In our initial tests we have not been able to replicate what the article mentions but we will investigate further as we take security very seriously. For the moment there is no immediate threat that can affect users. It is a very minor risk if any at all. We will however release a new update in the near future and we have added this on our priority list for the next update. We will most likely implement a fix for it even though it is not a big security risk but it’s best to be on the safe side.
For the moment it is not a concern for the general public.
Thank you!
Hello,
The theme does not provide a visual composer license nor do you need one. The VC developer simply did not remove the activation message for the bundled versions. Please ignore the activation message for visual composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hi,
At the moment the related articles section is displayed on the bottom of the post page. There is no option to move it inside the post content, or display a second one in the article itself.
I could not say for sure if this feature will be subject to modifications in future updates.
Thanks
Hello bformhals,
Regarding on that bug with the background color on ROW, notice that has been listed on our list of improvements and we will consider to fix it in near future update. Until this moment, notice that you should try using a bit of CSS code to fix this.
The code for Block 12 is ->
@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 120px!important;
}
.td_module_11 .item-details {
margin-left: 135px !important;
min-height: 120px !important;
}
}
Also, another alternative for you would be to directly use the background color for ROW, like this -> https://www.screencast.com/t/b8gYL7PihLl (as a quick fix)
Thanks for the message!
Hello,
How can I REMOVE DATE displaying in GOOGLE search result for posts, pages, homepage ?
Please give me an updated solution for this.
I mention that I am using YOAST SEO plugin.
Thanks.
Silviu
Why not just fix the theme in an update so it doesn’t happen?
Clearly the issue is over 12mths old and needs to be addressed.
The error doesn’t happen every time you load the site, only every now and then.
I have purged the CDN. However the issue has occurred for over a week and my cache clears at least once daily.
So what is exactly causing the issue?
I am using the Single Image widget on our homepage, and linked it to another page on our site. It was working fine until the last update, not the link is not working. I checked the widget settings, and all seems correct. Any help would be appreciated.
what did you change?
“all of a sudden” should not happen unless something updates.
Hello good day!
Yesterday our theme was updated to the new version of the Newspaper, after we did the update, we noticed that when entering the page for editing from the TAGDIV COMPOSER https://goo.gl/pz2sL5, the editing screen does not load.
What can we do to solve this problem?
Forgot to include this article, also:
https://www.wordfence.com/blog/2017/08/traffictrade-malware/
attackers modify your
wp_optionstable to inject the malicious code into that table
What TrafficTrade Malware Does On Your Site
Once you have been infected with TrafficTrade, it injects Javascript onto your site that loads from the TrafficTrade.life domain. The actual script is very simple.
It redirects your visitors to a ‘trafficreceiver’ domain which then does further redirects to whichever campaign they are running. In the case of my test, you are redirected to a site that wants you to install a Chrome plugin – most likely malicious.
Seems this IP range would be useful to block:
79.110.128.0 – 79.110.135.255
<hr>
HOW TO CLEAN DBASE!
https://wpfixit.com/traffictrade-wordpress-infection/
REMOVE INFECTION SCRIPT FROM SITE
The goal here is to track down where the script we mentioned above exists and them remove all traces of it. The scanning we did in the previous step will likely show you what files on your site have this script but it will not show you where in the database it remains.
Run Search and Replace Using a Plugin
Our favorite search and replace plugin is Better Search Replace. Install and active this plugin to search and replace database content. You would simply run a search for the script above and replace it with an empty filed.
Run Search and Replace Using a SQL Query
To do this, you will need phpMyAdmin access. This access allows you entry to edit the database that your WordPress site runs on. Once you have this you will run the SQL Query below which will search the entire database for the bad script and remove it.
UPDATE wp_posts SET post_content = REPLACE(post_content, '<script src=\'https://traffictrade.life/scripts.js\' type=\'text/javascript\'></script>', '') WHERE INSTR(post_content, '<script src=\'https://traffictrade.life/scripts.js\' type=\'text/javascript\'></script>') > 0;
-
This reply was modified 9 years by
simchris.
This is a simple example of how an effect of buttons and parallax can make the site more attractive and beautiful.
http://www.artecontrolada.com.br/
We will be waiting for new updates.
Thank you and see you later.
Got it thanks. Is there no other way to update Revolution Slider, other than it being in the packaged files ?
Thanks – Kevin
Hello good day!
Yesterday our theme was updated to the new version of thema Newspaper, after we did the update, we noticed that when entering a page for editing from the TAGVIG COMPOUSER https://goo.gl/pz2sL5, the editing screen does not load.
What can we do to solve this problem?
Hi,
This should not cause such an impact on the performance of the website. There is no option to disable it at the moment, this may change in the future. In following updates more options and settings will be added to the composer.
If you want to remove it try commenting this line of code
– https://www.screencast.com/t/zPpb7Xv5Ig
Thanks
Hi – problem resolved.
Forgot I had created a child theme – made the updates there and it worked perfectly. A child theme may be a better way to go rather than modifying the core theme. Easy to forget which files you have updated.
Thanks for the help – Kevin
Hi,
Please check the theme update guide and useful advice
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The guide explains in detail how to update the theme by FTP. For safety please make a full backup before updating, in case of problems you can fall back to working state.
Thanks
I have tried both ways and it doesn’t work.
My homepage is: https://test.theblackpoolilluminations.info/
and I changed the header block to sort by modified as per the post, updated this post:
https://test.theblackpoolilluminations.info/about/the-lights/alices-garden-tableau/
and it doesn’t feature – help!
Hi,
The tagDiv composer does not have the option for parallax at the moment. Something like this could be available in future updates. You can only set normal background images or colors for the elements, but not a parallax effect
– https://www.screencast.com/t/3dKuoKiS
Thanks
Hello dcosimo,
Notice that if you will respect all the needed steps in this regard, your them update will be successful. Also, notice that before each theme update, you should make a full backup to your database to be sure and not losing your data. For more information about our recommended way for theme installing, please check here -> https://forum.tagdiv.com/install-via-ftp/
Thanks for the message!
Hi Ery,
I have tested on my site again and the FB Video seems to be the right fit as you can see here -> https://www.screencast.com/t/KYyXzHWlIp Try to update your theme, clear all the caches and check the results.
Hope this helps!
Thanks for your message!
https://youprepared.com/wirecutters-updated-eclipse-glasses-review
That is the URL for a typical page on my site. My main issue is that the Comments are at the very end of the page and likely not to be seen. Also, as the only author, having the Author Card on every post seems like egomania and overkill.
I’d like for Comments to be right below the Post content. I’d like the Author Card to disappear.
I would also like to get the MailPoet module (or equivalent shortcode) into the sidebar of the homepage and have yet to figure out how.
Thanks!
David
I have been trying all day to save things in various sections such as the Theme Panel Ads Section. I have placed several different code types in the Footer Top Ad. It goes around in circles says its saved, no changes on the site. I purge cache, no changes on the site, I log out back in and there is nothing saved. Everything I put just disappears?