damian.smith
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Permalink IssueDoes this help out at all:
https://stackoverflow.com/questions/5627547/pulling-my-hair-out-with-mod-rewrite-and-mamp
Forum: Localhost Installs
In reply to: Permalink Issuemod_rewrite enabled/disabled was my next suggestion! Phil beat me there
Forum: Fixing WordPress
In reply to: Error establishing a database connectionIf your host is any good they will back up at least every 24 hours. Call them and find out.
Forum: Fixing WordPress
In reply to: Permalink issueyou may find it is simply indexed by Google with category? Google doesn’t update new links on the sport unfortunately
Forum: Fixing WordPress
In reply to: Permalink issueIn custom permalink text field type:
/%postname%/
Forum: Localhost Installs
In reply to: Permalink IssueHave you added the given code into your .htaccess file
Not sure if this applies when using MAMP but worth a try?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: using rtl and ltr style on the same siteCould you add something like:
#rtl-wrapper { direction:rtl; } #ltr-wrapper { direction:ltr; }
And use two different templates
Forum: Fixing WordPress
In reply to: Links doesn't work on mywordpress siteNo problem
Forum: Fixing WordPress
In reply to: Links doesn't work on mywordpress sitetry adding
pointer-events:none;
Forum: Fixing WordPress
In reply to: Unable to CommentHave you tried changing the theme to see if it is a theme issue?
Also make sure you have
<?php comments_template( '', true ); ?>
Where the comments should be appearing
Forum: Fixing WordPress
In reply to: Unable to CommentHave you tried changing the theme to see if it is a theme issue?
Forum: Fixing WordPress
In reply to: Links doesn't work on mywordpress site#credits { color: #D7D7D7; font-size: 10px; text-align: center; padding: 12px; opacity: 0; }
All I did was remove the opacity value and I can then click.
Forum: Fixing WordPress
In reply to: Links doesn't work on mywordpress siteI would begin by learning some version control ??
You have a DIV id=credits which seems to be covering the whole site? If I remove credits div using inspect element I can now click ??
Forum: Fixing WordPress
In reply to: How to Move a WordPress Siteif it is just that change then I would add the following into the new installs wp-config.php file then move the whole site into your webroot.
define('WP_HOME','https://www.yoursitehere.co.uk/'); define('WP_SITEURL','https://www.yoursitehere.co.uk/');
This will change all the settings needed in the database to match the url.
Forum: Plugins
In reply to: [WooCommerce] CSV Import Suite – Product variationsRight I have fixed the issue – Basically we named the attribute cable length but does not like spaces! So we had to call it cable-length.