rich123123
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Video Lightbox] Not Working in Chrome or FireFoxHI,
Just installed working in Edge but not chrome, Opera and firefox
rich123123Forum: Themes and Templates
In reply to: child themeThanks paulwpxp
For the 1000 foot view was the
wp_enqueue_script( ‘custom_script’,get_bloginfo‘custom_script’ should have been hide_pay
Now that it works has lead to another problem of coarse.
I only need this to fire on one certain page I am using
if (is_page(16));
but it is initilising and being fired on other pages with the same class identifier
any ideas up there in the 1000 foot viewI am using
add_action(‘init’, ‘my_init_credit’);
to initialize the hookany suggestions on another tag that could be used to initialize for a specific action like page load ?
Thanks
richForum: Networking WordPress
In reply to: child theme on wpmu functions.php not resolving to wwwNever mind problem solved.
Fix
Spaces in functions.php file
I took out the white spaces in my php code
especially at the end of ?> in a plane text editor
This solved the problem. The lesson here is don’t make php work harder than it already is.Hope this saves others a ton of trouble shooting time
Thanks
RichForum: Plugins
In reply to: [WordPress Social Login] unable to authenticateThanks Jind
Going to test here next day or two working on wp worldwide bot attach issue that is slamming host providers around the world on wp installs it’s a brute force. I am implementing cloud flare. Heads up you can get a free account on cloud flare route your traffic through their network protection and caching they are providing free wp brute force protection because of this bot to even free memberships. Its working great and the speed is fantastic extremely easy to implement change of cname record on the fly you can shut it off and on any time in your account have to wait for it to probligate
Denis have you tested jind fix yet? – if so what are your results.
Thanks
richForum: Plugins
In reply to: [WordPress Social Login] unable to authenticateArturo,
Bouncer for wsl is like a bouncer at a night club wont let you in unless your have the right info in this case the key set.
Make sure you set bouncer to yes accept new registrations and yes allow authentication. If still a problem would have to be with settings in facebook application are correct especially the linkhttp://hybridauth.sourceforge.net/wsl/bouncer.html
Rich
Forum: Plugins
In reply to: [WordPress Social Login] unable to authenticateCorrection
In 2.0.2 the correct domain comes up that is associated in wp with the subdomain and resolves to the correct name resolve for the subdomain giving the subdomain path as https://resolved_subdomain/etcetera.
Forum: Plugins
In reply to: [WordPress Social Login] unable to authenticateOkay looks like 2.1.3 is not working with wpMu subdomain setup
I have only tested with wpMu subdomain setupI deleted 2.1.3 and added back 2.0.2 and was back logging into the correct apps for each 5 providers
I have 3 apps on 5 providers (f-t-G-w-l) all are working with the accept ion of twitter. One theme keeps adding new users (rich_1 – rich_2 – rich _3 etcetera with the same credentials logging in since it is not happening in other themes it must be the theme.
What was happening in 2.1.3 with my set up was..On authentication the login was going to http://main_domain/subdomain/etcetera and the file could not be found since there is no subdomain folder named by that domain. So it is not resolving within the code for the virtual directory in wpmu it was looking for the physical subdirectory path. It is placing the actual subdomain name as a physical path. In 2.1.3 the correct domain comes up that is associated in wp with the subdomain and resolves to the correct name resolve for the subdomain giving the subdomain path as https://resolved_subdomain/etcetera.
I will submit a support ticket to the developers and add supporting documentation. I really like this plugin hope it can be resolved for wpmu domain mode
Thanks
RichForum: Networking WordPress
In reply to: Subdomains reverting back to main domain on sub domain logoutNever mind answerd my own question.
For future multi newbies like me I will add the resolve.
In settings domain mapping – domain options you need to check
1. Remote Login
T
RichForum: Networking WordPress
In reply to: Subdomains reverting back to main domain on sub domain logoutPs: using domain mapping
Forum: Networking WordPress
In reply to: Domain Mapping subdirectories – them not showing upFound the problem ….
The document root of the primary domain was not mapped to the wp directory it was mapped to itself dah.
Thanks again
RichForum: Networking WordPress
In reply to: Alias isssueThanks for the responses Mika
404 out of frustration I deleted the domain install and went with directories
I opened another post for that install which was giving me domain mapping problems
Solved that which I believe would have solved the domain install too
The document root of the primary domain was not mapped to the wp directory it was mapped to itself dah.
Thanks for all your help
Forum: Networking WordPress
In reply to: Alias isssueAble to resolve with http://www.whatsmydns.net/ on a recored not a cname record which I dont belive I need from the docs.
Correct me if I am wrongThanks
Forum: Networking WordPress
In reply to: Domain Mapping subdirectories – them not showing upDo you mean can I ping it or get to it by http://www.domain.com
I get to the site and its cgi bin no .htacces file yet.
Thanks
Forum: Networking WordPress
In reply to: Network subtabchanged the
define (‘SUBDOMAIN_INSTALL’, false);
to
define (‘SUBDOMAIN_INSTALL’, true);
everything works created subdomain site but when I go to the dashboard of that site I get 404 errorI created a subdomain in cpanel now get
“Oops! This link appears to be broken”
any suggestionsThanks
Rich