themesforge
Forum Replies Created
-
Forum: Plugins
In reply to: [RSVP and Event Management] Last names with apostrophes not workingalso I should note that for additional attendee’s their names are not encoded correctly when they are being displayed in the UI – they are showing the \ char when it should be removed for display purposed.
Forum: Plugins
In reply to: [RSVP and Event Management] Last names with apostrophes not workingactually just solved it by going into the DB and changing any O’Neill records to O\’Neill.
when I enter records via the plugin UI they get stored correctly in the DB asO\’Neill but it looks like there is a bug with the importer as it just takes the contents of the column – when it should escape these apostrophes 🙂
Ed
Forum: Plugins
In reply to: [Codestyling Localization] Textdomain conflictThanks for the update.
I know the other way of doing things is better from a developer perspective.
It’s also very common for theme devs to bundle functionality like this within the theme to make life much easier for users who are not that tech savvy.
I’ll probably fork the plugin and fully integrate their lang files into the theme.
Thanks,
Ed
Forum: Plugins
In reply to: [Codestyling Localization] Textdomain conflictHow gets the plugin loaded cause I don’t know a core way to provide plugins from other dirs than wp-content/plugins or wp-content/mu-plugins ?
the plugin is loaded via the theme functions file:
see details here:
http://www.deluxeblogtips.com/meta-box/include-meta-box-plugin-in-themes/Did your call require within the functions.php the plugins main file by your own? If a theme has pre-conditions, than it should either perform an API base sub-install and activation of the required plugins or switch back to the default theme, if some dependencies are not available.
It’s doesn’t need the API sub install step – it’s a simple include like any other functions call in a themes functions file. Regardless it still doesn’t help solve an issue whereby a theme might have multiple text domains. I think your plugin scans the entire theme directory. Is there any way to narrow this by selecting a specific directory?
Ed
Forum: Themes and Templates
In reply to: HTML 5 Boilerplate 1.0 – will you be updating the theme?Hey @micasuh,
I checked out your copy of the Boilerplate theme from Github – I like some of the subtle file structure changes and css changes you’ve made. Any change you and Aaron could bang heads together and merge your ideas into a single all rounded Boilerplate. I think Aaron has also added some newer Boilerplate stuff into his recent release.
I’m just picturing the 2 of you basically doing the same task in two different rooms 🙂
I think together you’d build on this excellent theme a lot quicker.
Ed
Hey @joost,
Thanks for the update on this.
I tried the latest dev version from the plugin page – I think it’s still 0.3.5 – is 0.4 still in the works?
Ed
actually @joost I double checked again – the other site that works doesn’t actually work – it’s got an older sitemap gen plugin that places the .xml file in the web root.
I’m guessing this is a bug/feature request for nginx support. From reading other support threads I’m guessing you don’t set .htaccess rules to handle the symlink to the file. For now I might create an nginx rule to redirect to the file in the uploads folder. How exactly does WordPress handle the redirect to the file in the directory? Maybe I can try to modify the plugin to work on nginx 🙂
Hey @joost!
I’m having a similar issue with your wonderful plugin for the first time.
In a nutshell, sitemap regenerate process runs with no errors and the files are stored in /wp-content/uploads/wpseo.
They don’t however get written in the root of the site and links to the files that appear atthe end of the regeneration process throw a 404.
I know you mentioned above that it’s meant to create a system rewrite to make the files appear like they are in the root. What permissions are required on the root for this to work? I’m running nginx as opposed to apache. I have a separate nginx box on another server (exact same config) and have no issues. I suspect permissions but nothing obvious is showing up.
Any ideas/logs I could check to trace this?
Ed
Forum: Themes and Templates
In reply to: Post thumbnailsHey there,
We wrote a post here explaining how to use them.