Ricardo Gonçalves
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite new site dashboard not workingThe htaccess must be changed for multisite. Try replacing it with the one in this link https://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite .
If it doesn’t work I recommend reinstalling WordPress and multiste from the start.
Forum: Fixing WordPress
In reply to: sort post and subcategories with the last post by dateCould you show the code that is using to generate this page? It’s hard to tell the best way to do it without knowing how you are doing it now…
Forum: Fixing WordPress
In reply to: custom post types – no permalinks or 404Well, I think that the problem is “too many plugins”. We don’t know exactly what each one does and what could be causing the conflict. Why don’t you try to create the CPT yourself with your permalinks structure?
There is a good explanation how to use custom permalinks with CPTs in this link https://wordpress.stackexchange.com/questions/53515/adding-categories-to-custom-post-type-in-permalink#_=_
Forum: Fixing WordPress
In reply to: SEO with WP/PWA and AMP pluginshahaha… I like the “to good to be true” thinking… but that’s it: too good to be true!
So let’s narrow down to the possible problems:
AMP configuration could steal your traffic. So, pay atention to direct your users to AMP page inside your domain not the ampproject one. (most WP AMP plugins take care of it…)
If you use AdSense, forget PWA for now. It can be a nightmare to setup and your account can be suspended. That doesn’t make any sense, I know! Google loves PWA but AdSense doesn’t.
Safari users won’t benefit from PWA in full.
And those are the only “buts” I could think about… none of them are big deals, so your setup is good to go!
And about PWA, the user doesn’t have to download anything. The browser will download it. The user just need to optin for notifications and add it to home screen, if in Android.
BTW share your results with us after implementing that…
Forum: Fixing WordPress
In reply to: https in nginx server destroys all sub pagesCould you post your nginx.conf files?
Forum: Fixing WordPress
In reply to: Errors DeveTool_child themeThese aren’t errors but warnings. And they are not related to WordPress…
About the 1 you can read more here: https://gist.github.com/paulirish/5d52fb081b3570c81e3a
About the 2 you can read more here: https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map
Forum: Fixing WordPress
In reply to: Mediaelement.js not breaking html5 videosOf course, I should add some more info about the error here…
Before medialement.js is loaded the video is displayed correctly with this source code:
<video class="wp-video-shortcode" id="video-213943-1" width="640" height="362" preload="metadata" controls="controls"><source type="video/mp4" src="http://mysite.com/wp-content/uploads/2018/03/xyz.mp4?_=1"></video>After it is loaded, the buttons and the canvas disappear and just some text and the background cover image are displayed. That is the source code:
https://pastebin.com/TXzHpstLForum: Fixing WordPress
In reply to: WordPress 4.9.1 Visual & Text not workingI’ve had the same problem and it was driving me nuts. And the fix, for me, was siple.
Since WP has the option to disable visual builder from user profile, I’ve tried to check and uncheck the box to see if it solves the problem. Didn’t work. So I’ve created a new user and the problem was solved. Then I deleted the old user and transfered all its posts to the new one.
If adding a new user is not an option, try to check what user meta data controls the enable/disable visual builder and change it manually in the database.
Hope it helps…
I just had the same problem. Until there’s an official solution, I’ve edited line 57 of
/wp-content/plugins/ninja-forms/deprecated/includes/fieldschanging['ninja-forms-display'] );to'ninja-forms-display' );. It’s working for me now…The console error message was
Failed to load resource: available over a secure connection. https://oneo.brgweb.com.br/?WordApp_demo=1&WordApp_launch=1Forum: Reviews
In reply to: [Claudio Sanches - Correios for WooCommerce] ótimo pluginHeliton, eu fiz na época mas o cliente terminou abandonando o projeto porque passou a usar uma empresa de logística.
Vou organizar o código e subir pro github em uns dias. Coloco o link aqui..
Same problem. I’m using it in a site inside multisite, just to add some info.
Forum: Fixing WordPress
In reply to: No tables and too many redirects@oodjee, thanks for the update… When I first had the problem I thought it would be the .htaccess, but didn’t look at the root folder. I’ll forward this to the client, because I don’t have access to the root folder nor the support at bluehost and I’ll update here.
Thanks!
Forum: Fixing WordPress
In reply to: No tables and too many redirectsI’m still waiting their solution for this…
@oodjes Actually the first error that I got was a database user error that was misconfigured. After that I’ve deleted all files through ftp and tried the reinstall, but I’ve never used the script install. Always installed through ftp.
@digico I’ll ask the host to turn off and flush all the caches to check if it’s the problem. But if that’s the case it’s a really bad configuration of cache, since I’ve stoped working on the files for more then one week and still had the problem.
I’ll try these fixes and update you. Thanks for the help!
Forum: Fixing WordPress
In reply to: No tables and too many redirectsThank you for your reply @esmi. That’s exactly what I think but I’m installing in the client’s server and she is the one dealing with the hosting support.
I’m trying to figure out what could cause it. But I know it’s really hard to find it out without having access to the server.
I’ve never got deeper in the instalation process because I never had an issue with that, besides the regular file permissions, database or www redirects.
I can upload the files, set the correct permissions, wp-config.php is created correctly and I can create tables with a custom script, but WP can’t create any tables.
I know it’s a guessing game trying to find out what’s happening, but what could cause an error like this?