nwtech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Warning: require_once" after any plugin install*bump*
Did you ever find out if it sent registration emails?
Forum: Fixing WordPress
In reply to: "Warning: require_once" after any plugin installif it makes any difference, my wp-config file has the follow parameters for the sub directory multi site
define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'domain.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'SUNRISE', 'on' );
and when browsing to my site via ftp, the file structure looks similar to: domain.com/public_html/<wordpress install>
Edit: The most current plugin that I’m attempting to activate individually is the new Yoast SEO plugin.
Forum: Fixing WordPress
In reply to: Excerpt not showingfantastic! thank you!
So I figured out through more research that I could use the template tag “Carousel” and achieve this.
However this opens up a whole new question on how style and theme the template.
I did.
I found out that it was a DNS issue this morning and had my host provider fix it.
i second the need and appreciation for an updated version
Forum: Fixing WordPress
In reply to: [Plugin: d13slideshow] Slideshow no longer working@vitalicka — do you have a link to that plugin?
Forum: Fixing WordPress
In reply to: [Plugin: d13slideshow] Slideshow no longer workingI tried the above fix and no luck. I still have a black box.
Any other suggestions?
Forum: Fixing WordPress
In reply to: Category page display posts without reloadingLooks like something that might work, but I can’t get it working. Then again, I’m a novice at php. Any other suggestions?
Forum: Fixing WordPress
In reply to: Conditional Tags not working properly@alchymyth — you’re 2 for 2 today. Thanks!
Forum: Fixing WordPress
In reply to: Change menu label for "Home"@alchymyth – You rock! that worked perfect! thanks!
Forum: Fixing WordPress
In reply to: Change menu label for "Home"Site: https://nwtechanddesign.com/jariccodance/
Theme: Modified TwentyTen@lbraction — Generally speaking, this would work. However since I set the
Front page displays > Your latest posts under “Reading”, I do not have this option because the “Home” page is not in my list of pages.I assume it’s somewhere hidden in the functions.php, but I’m not sure.
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryresolved! it was a mysql server issue found here: https://blog.assarbad.net/20110306/more-issues-with-mariadb/
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directorythe main site was developed on a different server and uses the MyISAM MySQL engine…the multisite was setup after the site migrated to a new server. the wp_#_tables are using the InnoDB MySQL engine….would this be causing any problems?