EmuZone
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Importer] Only Display Videos Outside div#postForum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Import no longer workingReset the video import database in the Automatic YouTube Video Posts settings tab. In extreme cases, it may be caused by a Plugin!
Forum: Plugins
In reply to: [WP htaccess Control] BrokenThe plugin has some issues with removing taxonomies bases, please try Remove Category Base plugin or a similar plugin and disable remove category base in WP htaccess Control.
Forum: Plugins
In reply to: [WP htaccess Control] Remove Taxonomies ErrorSince last update Remove Taxonomies below author can now be selected and saved.
When remove category base is selected, categories show as homepage, but use the category URL.
Remove author does not save after selecting.
The remove author slug is working despite the taxonomies error not saving after selecting.
View here: CodeJunkies.co.uk/CodeJunkies
Forum: Plugins
In reply to: [WP htaccess Control] Remove Taxonomies ErrorThe problem is still happening on my side, I select any option below remove author base, it selects all options upon saving and vice-versa when deselecting.
Forum: Plugins
In reply to: [WP htaccess Control] Remove Taxonomies ErrorWhen I select remove category base and save, it selects all options. When I deselect everything except author base and save, works fine.
Forum: Plugins
In reply to: [Multiple Themes] Different site URL for each theme?Thank you, this plugin is the best theme switcher for WordPress and has helped my websites allot. I look forward to any future features and updates.
Forum: Fixing WordPress
In reply to: Change WP_HOME & WP_SITEURL for different themesIf I define the wp_siteurl in theme functions.php as uk.blogpulse.co for codecentral.org, the admin bar doesn’t break and shows Site URL as uk.blogpulse.co. Then if I set it as uk.codecentral.org the admin bar breaks.
How does that work?
Forum: Plugins
In reply to: [Multiple Themes] Different site URL for each theme?Fix: if you only use
define('WP_HOME', 'https://m.codecentral.org');
it won’t affect the admin bar. The site home URL won’t change only blog links, menu items and so on.Forum: Fixing WordPress
In reply to: Change WP_HOME & WP_SITEURL for different themesA quick fix: only use,
define('WP_HOME', 'https://download.codecentral.org');
This way doesn’t affect wp-admin.Forum: Themes and Templates
In reply to: Change site title & description using the functions fileYes I’m trying to set a different site title and description using the ‘bloginfo()’ function, but use different bloginfo from the default and define the bloginfo in the functions.php file of each theme so in effect when a different theme is applied the bloginfo corresponds with defined bloginfo in the themes functions file.
I found a way to achieve this using the
<?php include (TEMPLATEPATH . '/meta.php'); ?>
. Placing different blog meta details in each meta.php of each theme and adding the php include to the site head. Also create a description.php and/or title.php and simply place what ever site title & description text you like in each file and place the php include anywhere in your theme.Forum: Plugins
In reply to: [Multiple Themes] Different site URL for each theme?Please could you provide me an email and user name so you can login to blogpulse.co to view the effect working as registrations are closed.
Unable to import all videos & plugin stops after one automatic import using 3.8.1.
Reset the import field database in settings tab.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Need Help…No it’s not possible unfortunately.