DJTwittr
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Google Plus Comments] Should it just work?nothing showed with only the one checked….
all the plugin does is remove post content….
Forum: Plugins
In reply to: [WordPress Google Plus Comments] Should it just work?the plugin seems to “work” with all boxes checked… but on https://pinnaclenetworking.com it seems to have taken the post and stripped it out… meaning no post to actually comment on
Forum: Fixing WordPress
In reply to: Can't save new items in menu management after moving WordPressI’ve run across this, I am trying to create a link in the menu (I also tried a link in the blogroll) and it “saves” but the link actually never stayed in the menu….and a new link in the blogroll IS NOT created.
I’m using WordPress 3.1.2
PHP information for https://www.pinnaclenetworking.com max_execution_time: 60 max_input_time: 60 file_uploads: 1 upload_max_filesize: 10M post_max_size: 10M register_globals: safe_mode: 0 allow_url_fopen: 1 eaccelerator.enable: Other information: PHP Server API: apache2handler WordPress Version: 3.1.2 WordPress Blog URI: https://www.pinnaclenetworking.com WordPress Installation URI: https://www.pinnaclenetworking.com WordPress Theme: /wp-content/themes/nublu WordPress Permalink Structure: /%postname%.html WordPress wp-content directory is writable WordPress does not use Gzip Compression WP-Cache is not running on this installation of WordPress GD library is installed PHP Version: 5.2.17 MySQL Version: 5.0.77 Browser used: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
any help???
Forum: Themes and Templates
In reply to: Aligning sharing buttonsthe above can be viewed here https://pinnaclenetworking.com
Forum: Themes and Templates
In reply to: Aligning sharing buttonsThis is all well and good…. but I am not using the twitter buttons or another buttons with iFrames (new styles removed these… and linked in and google seem to sit lower than the rest….
<div class="floater"> <script type="text/javascript" src="https://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="right"></script> <a title="Post to Google Buzz" class="google-buzz-button" href="https://www.google.com/buzz/post" data-button-style="small-count"></a><script type="text/javascript" src="https://www.google.com/buzz/api/button.js"></script> <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="pinnaclenetwork">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> <script type="text/javascript"> <!-- Begin function isPPC() { if (navigator.appVersion.indexOf("PPC") != -1) return true; else return false; } if(isPPC()) { document.write('<a class="contact" HREF=\"mailto:\?subject\=Take a look at this page I found, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page">Email to a Friend<\/a>'); } else { document.write('<a class="contact" HREF=\"mailto:\?body\=Take a look at this page I found titled ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page" rel="nofollow"><img src="<?php bloginfo('template_url'); ?>/images/email.png"><\/a>'); } // End --> </script> <span class="st_sharethis_custom"><img border="1px solid #ccc" src="<?php bloginfo('template_url'); ?>/images/share.png"></span> <script type="text/javascript" src="https://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript"> stLight.options({ publisher:'12345', }); </script> </div>
and the styling
`<style>
#mainwrap { padding: 50px 220px; text-align: justify; }
.floater { background: #eee; border:1px solid #ccc; position: abolute; top: 276px; left: 120px; padding: 10px 10px 10px 10px; height: 20px; width: 500px} }
ul { padding: 1em; margin: 0;display:inline-block; link-style-type:none;}
</style>’Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainit appears glue records/running my own DNS would have helped me here.
Thank you for this… this works again… the remove wp-admin-bar-init code within the functions.php worked until the latest nightly…. this was a great find thanks for this. Go figure, i searched and searched on how to get this…now I don’t want it lol.
Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainok…multiuser is not as “user freindly as they claim… single blogs it is…
Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainoops… i caught the missing slash now lol
ok i wasn’t “located” in the right directory…. fingers crossed
nope…still not better… but on another note… qc.pinnaclenetworking.com/wp-admin…. does not show the default server page… but a “oops this site appears to be broken” page… not what is expected (if the front end gets a default page…I would think the backend should too
Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainetc/init.d/httpd/ reload
-bash: etc/init.d/httpd/: No such file or directoryForum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomain<VirtualHost *:80>
ServerAlias pinnaclenetworking.com *.pinnaclenetworking.com
ServerAdmin [email protected]
DocumentRoot /var/www/vhosts/pinnaclenetworking.com/httpdocs/
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phpsso i can try this ??
now i tried to reload…and it said
etc/init.d/httpd reload
-bash: etc/init.d/httpd: No such file or directoryForum: Themes and Templates
In reply to: Need to do a very quick custom themeyou may have a look here the design may not be what you are looking at..but that can be changed within the css
Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainOk… I do have access to that as well… I should probably remove this one as well correct?
<VirtualHost *:80> ServerAlias pinnaclenetworking.com *.pinnaclenetworking.com # ServerAdmin [email protected] # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common </VirtualHost>
This was at the bottom of my httpd.conf in the etc/httpd/conf folder… I will be adding the vhost.conf to that folder as well…
ok…added vhost.conf to etc/httpd/conf removed it from the other spot… used /usr/local/psa/admin/bin/websrvmng -av
and /etc/init.d/httpd reload
and still nothing…Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainOk I tried on my own to use putty to edit vhost.conf (with vi) and I did so…
I noticed in the mod_ssl section a * was not present in the ServerAlias so I added it… the port 80 version looked ok… I saved… then used
/usr/local/psa/admin/bin/websrvmng -av
Syntax error on line 12 of /var/www/vhosts/pinnaclenetworking.com/conf/vhost.conf:
<VirtualHost> cannot occur within <VirtualHost> section
websrvmng: Service /etc/init.d/httpd failed to gracefully restart
websrvmng: Service /etc/init.d/httpd failed to gracefully restartthen still tried /etc/init.d/httpd reload
Reloading httpd: not reloading due to configuration syntax error
Forum: Networking WordPress
In reply to: WPMU not showing the wildcarded subdomainI do have plesk, but I can use putty pretty well… (I just can never remember the commands to do what I need) When I talk to customer service, they say “I need to run my own DNS service to do what I need it to do” (Which is crap I know) NO HELP AT ALL for that anyway… not to bad for other stuff though