Posts by Felipe Bueno • 87 points
8 posts
-
4
votes4
answers100
viewsQ: function_exists fatal error
Hello, I need help to solve this problem. I have the following code snippet (put the line number to facilitate): **186** if ( function_exists( self::$function_val() ) === TRUE ){ **187**…
-
0
votes0
answers31
viewsQ: How to load ADS after all remaining content
I’m trying to make the Revive AD Server of my site (a forum on the Vbulletin platform) load only after all the content, this is because it is an external server, which ends up slowing down the site…
-
0
votes1
answer225
viewsA: Error to configure Wordpress Multisite
I already managed to solve, in fact was following a tutorial that was not right, it was necessary to add only the following code initially: define('WP_ALLOW_MULTISITE', true); And run the…
wordpressanswered Felipe Bueno 87 -
0
votes1
answer225
viewsQ: Error to configure Wordpress Multisite
I installed the wordpress on a server, and it worked all right, meanwhile when I try to add the function: define('MULTISITE', true); All pages appear the following error: "Error when establishing a…
wordpressasked Felipe Bueno 87 -
3
votes1
answer787
viewsQ: Open Login Facebook according to platform
I’m using the SDK - PHP to login to Facebook, when access by a PC it opens the normal Facebook site, but when open by mobile he opens the site by browser as well. You can make it open the…
-
0
votes1
answer1467
viewsQ: How to redirect domain . com . htaccess
I have 2 domains, example.com and example.com.br pointing to the same wordpress site. I would like to redirect every time someone enters example.com, be redirected to example.com.br/en I found this…
-
1
votes2
answers842
viewsQ: List items from a Dropbox with navbar responsive bootstrap
I am formulating a responsive page with bootstrap, where I have 2 bars: NAVBAR where I have the company logo, and a simple Dropbox with the name of the person, and with the options change password…
-
0
votes0
answers225
viewsQ: 'Pause' and 'Return' AJAX
I have a code on my page that uploads files. These files that are sent, have specific fields filled (Ex: name, phone, email) and it is not possible to change this type of document. If one leaves a…