matchboxben
Forum Replies Created
-
Yes I have.
I would really appreciate some help on this?
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Plugin breaks visual editor in WP 4Yep i have the same issue.
Forum: Fixing WordPress
In reply to: Shortcodes not working after automatic update to 3.9Thanks Taswordpress – That’s all I needed.
[Unnecessary comments aimed at a forum moderator removed]
Ben.
Forum: Fixing WordPress
In reply to: Shortcodes not working after automatic update to 3.9Yes. I know he did. Perhaps I need to simplify my question for you.
Does anyone know what external URL there is more information on the Brag Themes fix.
I specify external as I am fully aware that said issue is not a WordPress core issue.
This is simply a case of me as a wordpress developer, reaching out to the wordpress community. Is this allowed?
I am happy to contact the theme developers, but as there was a thread here already I thought I would ask if anyone knew where on the internet this information might already exist.
Forum: Fixing WordPress
In reply to: Shortcodes not working after automatic update to 3.9Sorry I know that – but taswordpress said Brag Themes are working on a fix – but I can’t find anything on their site about it – I was hoping someone could point me in the direction of a thread on their side which might have some info on when the fix will be ready.
Thanks ??
Forum: Fixing WordPress
In reply to: Shortcodes not working after automatic update to 3.9Hi Guys,
Is there a thread anywhere where we can keep updated as to the progress of the fix?
Forum: Plugins
In reply to: [Categories Images] Tag images don't showI’ve been trying for days to get tag pages to show the associated featured images – and nothing works. Could you post me the code snippet needed to display a tag’s featured image on tag.php?
I really could use some help with this, if anyone’s got any ideas it would be so helpful!
It’s also up on pastebin: https://pastebin.com/GKpkxwRk
Forum: Plugins
In reply to: Connecting Posts from Multiple WP BlogsMe too! Anyone know the answer?
It’s fine actually guys – i managed to resolve it in the end – if anyone needs help with the same problem let me know ??
Ok so i solved some of the problems myself.
Now i when typing in “www.domain2.com” it brings up the correct directory… however as soon as i click a link it reverts to the old full domain – ie https://www.maindomain.com/domain2/content/ where as i want it to be https://www.domain2.com/content…
– here’s my new code:
<IfModule mod_rewrite.c>
RewriteEngine On
#
RewriteCond %{HTTP_HOST} https://www.corrieomg.com
RewriteCond %{REQUEST_URI} !corrieomg/
RewriteRule ^(.*)$ corrieomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.eastendersomg.com
RewriteCond %{REQUEST_URI} !eastendersomg/
RewriteRule ^(.*)$ eastendersomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.emmerdaleomg.com
RewriteCond %{REQUEST_URI} !emmerdaleomg/
RewriteRule ^(.*)$ emmerdaleomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.hollyoaksomg.com
RewriteCond %{REQUEST_URI} !hollyoaksomg/
RewriteRule ^(.*)$ hollyoaksomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.corrieomg.co.uk
RewriteCond %{REQUEST_URI} !corrieomg/
RewriteRule ^(.*)$ corrieomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.eastendersomg.co.uk
RewriteCond %{REQUEST_URI} !eastendersomg/
RewriteRule ^(.*)$ eastendersomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.emmerdaleomg.co.uk
RewriteCond %{REQUEST_URI} !emmerdaleomg/
RewriteRule ^(.*)$ emmerdaleomg/$1 [L]
#
RewriteCond %{HTTP_HOST} https://www.hollyoaksomg.co.uk
RewriteCond %{REQUEST_URI} !hollyoaksomg/
RewriteRule ^(.*)$ hollyoaksomg/$1 [L]
#
RewriteCond %{HTTP_HOST} corrieomg.com
RewriteCond %{REQUEST_URI} !corrieomg/
RewriteRule ^(.*)$ corrieomg/$1 [L]
#
RewriteCond %{HTTP_HOST} eastendersomg.com
RewriteCond %{REQUEST_URI} !eastendersomg/
RewriteRule ^(.*)$ eastendersomg/$1 [L]
#
RewriteCond %{HTTP_HOST} emmerdaleomg.com
RewriteCond %{REQUEST_URI} !emmerdaleomg/
RewriteRule ^(.*)$ emmerdaleomg/$1 [L]
#
RewriteCond %{HTTP_HOST} hollyoaksomg.com
RewriteCond %{REQUEST_URI} !hollyoaksomg/
RewriteRule ^(.*)$ hollyoaksomg/$1 [L]
#
RewriteCond %{HTTP_HOST} corrieomg.co.uk
RewriteCond %{REQUEST_URI} !corrieomg/
RewriteRule ^(.*)$ corrieomg/$1 [L]
#
RewriteCond %{HTTP_HOST} eastendersomg.co.uk
RewriteCond %{REQUEST_URI} !eastendersomg/
RewriteRule ^(.*)$ eastendersomg/$1 [L]
#
RewriteCond %{HTTP_HOST} emmerdaleomg.co.uk
RewriteCond %{REQUEST_URI} !emmerdaleomg/
RewriteRule ^(.*)$ emmerdaleomg/$1 [L]
#
RewriteCond %{HTTP_HOST} hollyoaksomg.co.uk
RewriteCond %{REQUEST_URI} !hollyoaksomg/
RewriteRule ^(.*)$ hollyoaksomg/$1 [L]
#</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressIt’s still just the default text included as standard..
This is my set up.
Main Site – https://www.mainsite.com
Sub site1 – subsite1.mainsite.com/ OR mainsite.com/subsite1
Sub site2 – subsite2.mainsite.com/ OR mainsite.com/subsite2
sub site3 – subsite3.mainsite.com/ OR mainsite.com/subsite3I also have the full domains “www.subsite1.com, https://www.subsite2.com & https://www.subsite3.com”
Now what i want is to point those full domains at the the sub-url’s above, and have the first part always masked with the full domain..
so
“subsite1.mainsite.com” and “mainsite.com/subsite1” will always be replaced with https://www.subsite1.com.For example .. subsite3.mainsite.com/content would automatically be replaced with “www.subsite3.com/content”.
I’m aware this can’t be completely solved with URL rewrites, but i’m concious that this will need to be right..
Any advice you can give on how to achieve the above would be very thankfully recieved!
Ben.
It’s still redirecting to “www.com” for some reason – i’m baffled!