d-media
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Accessing external existing databasesI’ve been looking into using an external database for storing products.
But i was unable to find the right hooks for this.For example, woocommerce uses the WP loop to show a listing of products.
But you can only hook pre-query, whereas i want to hook post-query, where i want to collect my products from an external database and offer them back as wordpress posts/products.Do you have any examples on how to hook products/categories ?
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingHi GlobalResourcing,
I checked out your page. The error it gives is that no linkedin key is set. But it is included in the code. My guess is that the issue arises due
to all the javascript included on your page the linkedin javascript doesn’t load in time.Please edit the ‘applywithlinkedin.php’ file.
On line 18 comment the following line:
//add_action( 'wp_print_footer_scripts','add_applywithlinkedin_js' );and add/replace it with:
add_action('wp_head', 'add_applywithlinkedin_js');This will load the linkedin js at the start of the page.
Please let me know if this works for you.Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingHi Geert,
Good to hear it’s working!
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingHi jawdat,
Could you provide me with some more info:
– Is a javascript error is given ?
– Does it work in other browsers ?
– Do you have a link to a page where you include the plugin ?Greetings,
Closed after 4 months of inactivity
@monicasuma please start your own thread for your own issue.
You can find the settings page in the WordPress menu: ‘TweetMeme’.Thanks, this is the solution i was looking for.
Maybe you could also place this in the plugin’s FAQ so users won’t have to search for it 🙂Forum: Plugins
In reply to: [eShop] [Plugin: eShop] ideal simulation flag not workingappreciate it!
Hi All,
I also checked it today, seems the option to post to groups is back again. The plugin just activates the default sharing dialog, so it was probably sometging that went wrong at LinkedIn.
Can you all confirm the sharing option has returned?
Hi,
No problem 😉
You said something about a conflict ? Can you tell me with which plugin this occurs ?
Closed this due to inactivity
Hi Willem,
You’re on the right track. You should place the layout code in your CSS file. What code you should place depends on how the layout/styling is done on your page. It’s out of the plug-in’s scope, so sorry but i can’t help you with that.
Good luck!
Hi,
There is no integration with that specific plugin.
So I suggest one of the following solutions:– Each button with it’s own plugin (hyves, google+ and linkedin)
You can check them here: http://wordpress.org/extend/plugins/profile/martijnh– Use the hyves plugin option to add a class around the button and style it so that it will be align next to the O3 plugin buttons
– Ask the guys over at O3 to ingegrate the hyves button
Good luck! 🙂
Hi hasanq,
Sounds like the code isn’t parsed because the widget only allows plain text. You could try and put the code in footer.php manually.
For more information: http://codex.wordpress.org/Editing_FilesGood luck
Hi Hasanq,
I’d actually suggest NOT using my plugin 😉
You can generate a Google +1 button here: http://www.google.com/webmasters/+1/button/And then either place the code in the footer of your template or paste it into a text* widget (*one that supports javascript).
Good luck