Hi, thanks for this tip. Very usefull. I will try it out.
Hi, same problem with me too.
Can you share the solution here so I can fix it myself?
thanks
contact@tagdiv.com
there send them link to this forum topic and give access to website and ftp.
Remove the plugin and it fixes all.
New and fixed version of this plugin you can find do download here at the bootom:
https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
just read what it says.
But if you never use td-api plugin then you really do not need it at all.
Hm… do you or did you use any cache plugin?
There are times when even after deactivating and deleting cache plugin, it leaves the cache folder somwhere with some sort of advanced configuration. You can usually find this files in ‘wp content’ folder.
For example I use wp rocket for caching. When I do migrations from local instalation to hosting or viceversa the wp rocket files are always there and need to be deleted completly.
Maybe this is the case with you too. Maybe there is somewhere cached version of your website being served instead of fresh ones.
Use FTP or file manager to browse trough your website files and check are there some files from caching plugin. If there are, delete them.
————————
Solution no.2
Send email to tagdiv guys with ftp access, admin access, and let them see what is going on.
PS. Check your .htaccess , copy it somewhere, and then delete anything in it but leave this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test/index.php [L]
</IfModule>
# END WordPress
That is there by default, but before you do anything disable all plugins but visual composer.
-
This reply was modified 10 years by
kompic.
Well, seems like critical. I would suggest you to remember exact things that you did before you did an update.
Also write down exact steps on how did update go. This goes for plugins too. The exact procedure. This way you can find out what and where it went wrong.
DO you use cdn? If so make sure to flush cache from there too.
Also I noticed you use wordpress 4.2. Try updating it to 4.3.1 (latest version).
I have also noticed that shortcodes are not working too. This concerns all plugins, which means that all plugins are not activated, or your wordpress instalation and database is corupted.
Your website is very much unoptimized, gzip is not even used. Bad condition overall. 🙁
Hey. You need to do it yourself with little customizations, or just find a plugin for it. Newspaper have its own type and looks for this thing.
-
This reply was modified 10 years by
kompic.
Replied here: https://forum.tagdiv.com/topic/td-api-plugin-wsod/
Hey Paul. I think you have to try reading documentation from start. Any theme on themeforest requires and suggests reading its documentation. Thats a no-brainer, and thats a rule!
Newspaper theme is very advanced theme, very very much. It is mainly designed for news portal type websites, but it can easily be used for multipurpose websites, super flexibile.
You can easily buld any kind of website with it.
In my opinion this theme is the most complete and easiest theme available on themeforest.
You just have to read its documentation.
If you are not familiar with wordpress and its advanced use, then you should maybe hire someone to do things for you. That will save you time and money, time=money.
..
-
This reply was modified 10 years by
kompic.
Hey I am wondering, how did you update visual composer? Did you use the new version from the new theme files?
Like this: http://prntscr.com/96ph59
if not from theme files then it wont work.
Just nice 🙂
Seems like composer is not responding. Have you tried composers general settings?
See here: http://prntscr.com/96pd6m
Also try this troubleshooting guide: http://wpexplorer-themes.com/total/docs/visual-composer-issues/
-
This reply was modified 10 years by
kompic.
Just waith little bit, they will include new version of td-api in docs section very soon.
First try deactivating and activating visual composer. If it do not help then do this:
Install plugin wp-optimize. But first make backup of your website. Then run wp optimize and while optimizing wp with it make sure u clear ‘transient’ options too. That proces should clear all cached db queries and optimize your database. http://prntscr.com/96lcvt
not atm.. it crashes site. WSOD
Just disable td-api plugin. All it does at the moment is WSOD (white screen of death).
Since you have an error you will have to delete this plugin manualy from ‘Plugins’ folder. Everything works fine then.
Seems like composer is not activated. Like he is not there at all.
Try disabling all plugins, and make sure you have no modifications in functions.php.
Something is wrong with you site. The theme works fine on clean installation of wp.
The only thing that breaks the theme is td-api plugin bringing WSOD.
You should deactivate all plugins except v. composer.
You need to turn it on http://prntscr.com/958wqv
SOLVED… overlooked this option: http://prntscr.com/8m18pt
🙂
Thanks for instructions. But I need the part how you set up login popup for upme, having width and height like you have now, since I cant seems to find a way to center mine.
btw I tried to register on your site, but when I try to put the username, I cant click in the field. Like it is not working.
Regards
Hi.
Awesome jynx2298, this could really save my time if you could share your solution with me on this one. Looks really great.
Thanks Alin for custom css.
I forgot to ask one important thing. On my mobile phone, I can’t find nowhere this ‘Sign In/Join button.
Should I enable it somewhere or is it somehow missedout?
Hello, I want to do the same thing with UPME (user profiles made easy) plugin.
1.
I managed so far to do this: http://prntscr.com/8681ir
using this example http://screencast.com/t/5rnWGav3
So you can see there that i have put more width to it. But the form is going too much to the right, and I can’t fix it to be centered, what did I missed? Please help.
2. Also if this don’t work for me, (for now are 50-50 chances), can you please also show me where can I add link to SignIn/Join so it do not opet login but instead take you to some other page, like http://domain.com/login.
Thank you
Speed booster plugin is a very handy feture to have, and it is not that hard to use. I belived that the same script list is always the same no mather what page I am visiting after updating functions.php file.
For example I never left backend after inserting that code, thats why the list was different and not usable.
I accidentaly visited front page and different list catched my eye above content, then I figured everything out.
From my part this plugin is working perfectly.
RESOLVED … after inserting code to functions.php, you have to visit front page to get the right list above.
This should be clearified in instructions. For example I am using custom functions plugin, becouse I don’t wanna edit theme files, and I just dont like to use child themes. 🙂