CNG SEO UK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is there an excel modYes or a script
I would like to insert a working page.Forum: Alpha/Beta/RC
In reply to: MenuOK will do this from now on
Forum: Alpha/Beta/RC
In reply to: Multisite problemsMy Bad sorry!
Changes some things in Apache config and dropped one….
I apologise..
Forum: Alpha/Beta/RC
In reply to: MenuNope sorry I still get this
Strict Standards: Declaration of Walker_Page::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in \wp-includes\post-template.php on line 1103 Strict Standards: Declaration of Walker_PageDropdown::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in \wp-includes\post-template.php on line 1149 Strict Standards: Declaration of Walker_CategoryDropdown::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in \category-template.php on line 949 Strict Standards: Declaration of Walker_Comment::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in \wp-includes\comment-template.php on line 1476
Forum: Alpha/Beta/RC
In reply to: Server disconnection.Ahhh Ha just sussed it!!
Ok I have a myfunctions.php file in the MU folder of my wordress.
In there I have put all the overrides to the master theme IE twenty thirteen but because this is a multi site that themefunctions,php is also controls the child themes overrides, so to me the master overide file is myfunctionsphp, followed by the child themes functions php,,,,
So If I end up forgetting about mythemefunctions php and concentrate on the child themes functions.php’s…
I ended up duplicating a few things…
But hey at least I have ended up realising that the myfunctions.php is a master control.
Which to me makes child pages very interesting…
It means I can put it in the master mythemefunctions.php Or the individual themes independently or collectively.
Forum: Alpha/Beta/RC
In reply to: Server disconnection.Sorry for the delay was just checking something!
I have no need to paste it to Gist because I only have two files.
My functions PHP and My Style CSS for each Child.
/* Theme Name: CNG Easy SEO UK Web-Site Night Theme URI: https://127.0.0.1 Description: CNG Easy SEO UK Web-Site Author: CNG Easy SEO UK Web-Site Author URI: https://127.0.0.1 Template: twentythirteen Version: 0.1.0 */ @import url("../twentythirteen/style.css"); require_once( get_stylesheet_directory(). '/functions.php' );
My functions.PHP
<?php /** * Plugin Name: Functions * Plugin URI: https://127.0.0.1 * Description: I dont want removing on upgrades file. * Author: CNG Easy SEO UK * Author URI: https://127.0.0.1 * Version: Rev-1 */ /* Place custom code below this line. */ function remove_admin_bar_links() { global $wp_admin_bar; $wp_admin_bar->remove_menu('wp-logo'); // Remove the WordPress logo $wp_admin_bar->remove_menu('about'); // Remove the about WordPress link $wp_admin_bar->remove_menu('wporg'); // Remove the www.remarpro.com link $wp_admin_bar->remove_menu('documentation'); // Remove the WordPress documentation link $wp_admin_bar->remove_menu('support-forums'); // Remove the support forums link $wp_admin_bar->remove_menu('feedback'); // Remove the feedback link $wp_admin_bar->remove_menu('view-site'); // Remove the view site link $wp_admin_bar->remove_menu('updates'); // Remove the updates link $wp_admin_bar->remove_menu('comments'); // Remove the comments link $wp_admin_bar->remove_menu('w3tc'); // If you use w3 total cache remove the performance link $wp_admin_bar->remove_menu('my-account'); // Remove the user details tab } add_action( 'wp_before_admin_bar_render', 'remove_admin_bar_links' ); /* Place custom code above this line. */ ?>
That’s all I have!
Apart from that it is timing me out.. If I refresh my page it times me out again at exactly 30 seconds.
Forum: Alpha/Beta/RC
In reply to: Server disconnection.Sorry for the delay I have a clean instal of 3.6 beta 3 on a clean database. It is a mufti site with child themes all produced from the word-press, how tool’s within the word-press documentation.
My config.sys has the relevant multisite scripts and the debug is on. and my .htaccess is correctly configured.Just to save a bit of time!
All my logs are clean…
hang on let me just do this from the main theme not a child…
Hmm that might be down to me sorry…
when you use thirteen as a master its ok but if you make a child and use that then I get that error…..
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Does this work on 3.6 alpha 3Oh yeah lol sorry bout that. Then I must have issues with other plugs for it will not comment.. ile sort it thanks
Forum: Alpha/Beta/RC
In reply to: Menu DissapearsOh right
Well it seems that this feature has now been changed in 3.6 a2 to work correctly so all is now fine.. You managed to do what is needed…Forum: Alpha/Beta/RC
In reply to: Rel = Category TagOk have put this filter in and it works great thanks…….
Thanks for your help I am obliged.
Forum: Alpha/Beta/RC
In reply to: Rel = Category Tagahh many thanks
Forum: Alpha/Beta/RC
In reply to: Menu Dissapearsyes in 2013 when I scroll the menu dissappears.
Forum: Networking WordPress
In reply to: Do all plugins work with multisite?lol why not just activate them on a multi site, on a single site and on a network then see what anomalies occur…
I have a networked multisite yes I do, with sub sites as well.
I have installed over 1500 add ons and modules of these 1500 modules some 300 actually worked….
It was a case of downloading a module activation it on the network and seeing what happened…Where some people have said that they have foreseen no problems is total rubbish……..
I have individual auctions classifieds, ecommerce, Q+A, chat, video, SEO, directory, estate agent, portfolio, Picture, forum, cv, dating, email, social, social networking, cms, chat, downloads, anon anon all interlinked and all separate sites, the network has some 50 plugins that actually work correctly….
That’s 50 out of 1200 people…All the CSS has been done so each site or page is exactly the same as any other….. all scripts do not throw up issues of alignment etc etc it truly is a work of art…
It only took me 3 years lol…
On top of this I have interlinked VB, Joomla, SMF, we bid, dolphin, open classsifieds. Gallery 2, Opencart, Q and A, a stats script, 3 seo scripts and fully interlinked to all Google and yahoo, Facebook, twitter etc calls……….
So it is certainly not easy……..
Forum: Localhost Installs
In reply to: XAMPP WordPress Installation not workingget rid of the AMPS and install it yourself,
Start with apache.install php5, install a db driver like mysql… It is not hard and will save you problems in the future…..
Forum: Localhost Installs
In reply to: MAMP multisite activation causes redirect loopRewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]