studio34
Forum Replies Created
-
Got the same response. Tried to get a refund through PayPal as well. No go. Switched to a more expensive plugin, but with real service.
Smackcoders – We should report you to Automattic for your response this complaint.
We should take this further to all channels and levels with all proof we got against your claiming note that may have sensitive information’s also, if not responded.
That is a terrible threat and puts your whole enterprise into suspicion. I am in the same boat where
Forum: Reviews
In reply to: [301 Redirects - Redirect Manager] CSV Upload does not workSolution: change the .csv to .txt.
Forum: Plugins
In reply to: [WooCommerce] BlockUI alert!Same issue. WooCommerce is the culprit.
I am having the same issue at http://www.passagepillows.com. This seems like it may be an ongoing issue with the plugin.
WordPress version: 3.5.1
WordPress SEO version: 1.3.4.4I did this:
Checked “Add OpenGraph meta data” on Yoast SEO –> Social.
I entered Frontpage settings for the correct image which the plugin picks up and the description which the plugin does not pick up.
I clicked Save SettingsI went to https://developers.facebook.com/tools/debug/og/object?q=passagepillows.com
I expected the plugin to do this:
Produce a og:description tag.Instead it did this:
No og:description tag. The Facebook debugger issued the following warning:The ‘og:description’ property should be explicitly provided, even if a value can be inferred from other tags
My website URL is passagepillows.com
Child theme of Twenty Twelve
Still an issue after removing all other plugins.Having the same issue with U-Design theme as well for what its worth.
Forum: Plugins
In reply to: [Search Everything] [Plugin: Search Everything] Internal post link in adminI have the same issue. Any resolution?
Fully tested the code and it works like a charm. In communicating with the development team, you will need to check for new versions manually if you install the patch. The patch brings you v2.1 but it may not be the final version. It should be listed a 2.0.4 beta or something like that.
And agreed that the support on the free version has been fantastic.
Tri.be has a fix. I am testing it now and it seems to work OK, though there are some wonky post entries that I think are tied to data types associated with the pro version.
Email Rob La Gatta at [email protected] and ask for the fix. He said there is a release due out any day.
Thanks. Can I get the patch everyone is talking about? I am working with a non profit and they are about to announce their upcoming events,
Just emailed a request for the code. Why hasn’t this been part of a release?
Forum: Themes and Templates
In reply to: Child theme – migrating configurationI think I just found the answer by editing my MySQL database.
In the table
wp_options, there are two records with configuration information for both the parent and the child theme. Theoption_namefield matches the parent and child theme names. I copied the configuration information from each into a text editor.I made sure WordPress was in the parent theme then in MySQL I copied the parent configuration information found in the
option_valuefield and pasted it into the child theme’soption_value.When I switched the theme to child theme, all the parent configuration information was there.
Good luck.
UPDATE:
I also had to modify a field namedtheme_mods_[theme name]in the same manner as above to get my custom menus to migrate.Forum: Themes and Templates
In reply to: Child theme – migrating configurationI think Kirlian is referring to the configuration settings. I am looking for the same answer.