symetrikdesign
Forum Replies Created
-
Do you have a link to the bitshop plugin?
I agree with dantheman1’s comments.
What financial number do you need to continue development?
With the Pro version do we get a functioning module.?
Do you have a roadmap for future development with a planned feature list.
If you have no time to continue development, would you consider open sourcing it?You need to remove the custom files you created in your theme for events.
According to PHP error above, this is located here -> home/wp-content/themes/cucinoperavsi/events
It is not needed for version 2.
You should back up first, and then remove the events folder under your theme.
I just realized that my post was not clear.
The name is sitemapindex.xml
However, I submitted sitemap.xml
Any problems?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: Yoast WordPress SEO] OpenGraph default imageYes, I came here to suggest this, but it looks like someone already has.
I would like the ability to set the default image for static pages that may not have a post image, such as index, about, contact, etc.
I’m really surprised at all of the functionality of this module. Thanks so much for developing it.
Forum: Plugins
In reply to: [SEO Ultimate] Cannot access meta-tagsI had to disable SEO Ultimate module because this wasn’t working, and I needed to get the project out the door.
This was the workflow.
Install fresh copy of WordPress 3.2
Install fresh copy of SEO Ultimate
Didn’t see the Meta tags in the sidebar menu on the admin page.
Went to another site that has SEO Ultimate, copied the link to the new site wp-admin/admin.php?page=su-meta-keywordsThat’s when I received the error.
On the other site where I copied the link from, I have not upgraded WordPress to 3.2 yet.
Would the meta tags be disabled by default on a fresh install?
Forum: Plugins
In reply to: [The Events Calendar] "All Day Event" Bug in WP3.2 [with Solution]@mrwweb, I appreciate your efforts and I was wondering if you were the plugin admin, or just a good samaritan.
Thanks for your efforts and time contribution. You’ve gotten the module to a point where I too can finish a site for a client.
I would think that this is serious enough that we should post this to the plugin developers bug tracking queue.
I’ll post my suggestions on validation separately so that they are not confused.
Forum: Plugins
In reply to: [The Events Calendar] "All Day Event" Bug in WP3.2 [with Solution]One more thing. Idea suggestion for module enhancement here:
It would be a huge improvement, if the date selector automatically updated the TO date if these conditions are met.
A) All day event is unchecked.
B) When From date is selected, and time is selected, the To date is automatically set as the same date as the from date.
So that when you go to select/set the TO date, you don’t have to select and find the TO date. You may only need to change that if it is a multiple day event.
Use case:
You select From date and time of August 12th, 2011 @ 9AM
Once, you select the from Date, the default date in the TO date field is automatically set as August 12th. So the only thing you need to pull down and select is the to time.If your event ends on August 13th, 2011 @ 5PM, you would obviously need to pull down and select both TO: date and time, but you only move your To date selector from August 12 to August 13th.
Another thing that might be useful is if the “All day Event” checkbox is selected, the To Date field is hidden.
Forum: Plugins
In reply to: [The Events Calendar] "All Day Event" Bug in WP3.2 [with Solution]@mrwweb your second round of fixes with the corrected lines in 3 locations to /wp-content/plugins/the-events-calendar/views/events-meta-box.php is an improvement and makes this module useable.
Some points:
1) I tried copying /wp-content/plugins/the-events-calendar/views/events-meta-box.php to my theme’s events directory in /wp-content/themes/twenteyeleven-clone/events/events-meta-box.php and made those changes and they had no effect.I tried this because in the documentation, that is the recommended place to make customizations.
Making the changes to the plugin’s file instead does work.
2) I’m not sure that this is 100% fixed. It hide times if you have the “all day event” checked, and it does show times if you uncheck “all day event” but the validation is not working properly.
I created an event that started on October 9th @ 10AM, and ended on July 6th at 8AM and the event with saved without an error. When I looked at the post, it showed a beginning date of October 9th @ 10AM and no end date.
Thanks for the help and for now, I can at least use the module, but the validation is not 100% there.
As a matter of fact, it doesn’t seem like there is any validation on any of the other fields either – such as phone number format (was working before) and Price field (don’t remember if that was working or not), and I can put events with no address, but checking the show google maps links checkboxes.
Forum: Plugins
In reply to: [The Events Calendar] "All Day Event" Bug in WP3.2 [with Solution]Mmrwweb, I suggest you remove the “resolved” from the title of the original post if you could.
Forum: Plugins
In reply to: [The Events Calendar] "All Day Event" Bug in WP3.2 [with Solution]I’m having this problem too. This plugin is basically unusable with this bug.
Forum: Plugins
In reply to: [The Events Calendar] Calendar date dropdown bug.Thanks for this fix.
This worked for me.
In line 8 of the code of DATEPICKER.PHP you will see this:
$link .= ‘&eventDisplay=month&eventDate=’;Change that first ampersand to a question mark like this:
$link .= ‘?eventDisplay=month&eventDate=’;Forget this issue.
I thought it was the other way around in the previous version, and it may or may not have been, but looking at the help text for the field in Product Data/General/Summary, I realize that this is meant for a short text description which show up to the right of the photo with the other product attributes such as quantity, price, etc.
Forum: Plugins
In reply to: [Plugin: EasySMS] Fatal error: Cannot use object of type stdClass as arrayWordPress Version 2.9.1
EasySMS Version 2.0.7.2I get the same exact error message.