Hiranthi
Forum Replies Created
-
Then they probably both use the same name for their Custom Post Type ??
Forum: Plugins
In reply to: [WP Courseware for WooCommerce] Courses do not show up in overviewDo the courses you’re missing have the status ‘Published’? Because courses (and products, for that matter) that don’t have the ‘Published’ status aren’t displayed.
Forum: Plugins
In reply to: [Redis Object Cache] add a flush cache link in the top admin bar?I really wanted a link in the admin toolbar too. So I wrote a few lines of code to make that happen ??
Forum: Plugins
In reply to: [W3 Total Cache] Cannot activate W3TC license key to unlock premium moduleStill no response through email, twitter or here…
Forum: Plugins
In reply to: [Google Drive WP Media] Can't View Files in DriveHaving the exact same issue with a Google Apps account.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Plugin issue with Pods EDDNope, I don’t. I only had a block of fields (one field to be exact) for my Portfolio CPT. The draft posts are all Posts.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Plugin issue with Pods EDDUsing v2.4.3 of Pods btw (and latest version of EDD too).
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] "invoegen" does not workWith any widget through the button on Edit Page / Edit Post page. The “popup” for inserting it works fine, just that button doesn’t.
Adding the script-tag I mentioned above (which – from what I could find – should always be added to the popup-code) did make the invoegen button work. However, after saving the page/post and viewing it on the frontend the data from the products aren’t loading. Links are empty (or a # can’t remember exactly) no product-names, images aren’t there etc.I’ll see if I can set it up on a clone of this site (will have to set that up too), to test some more ??
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] "invoegen" does not workI looked a bit further and found this page: https://wordpress.stackexchange.com/questions/8517/show-dialog-box-in-tinymce-plugin-and-use-wordpress-php-functions-in-it
After adding adding this to the popup-contents of the Bol.com plugin it did work:
<script type="text/javascript" src="<?php echo get_option( 'siteurl' ) ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script>
Forum: Plugins
In reply to: [Page Links To] Already exists in menus??Yes, the option for adding a seperate link for menu links is built into WordPress core, that doesn’t change it for dynamically created lists of pages/posts (archives for example), or sitemaps.
Forum: Plugins
In reply to: [Page Links To] Page link to another pageYou can also add relative URLs, that would make sure the links would still work after the migration (if only the domain-part is changed).
Getting the “Unfortunately your theme doesn’t have any post loops.” message too, couldn’t find anything on it in the documentation on the Plugin Site nor on the plugin page here. So thanks for mentioning loop*.php ??
Not sure about the other errors though (don’t have error display enabled atm).
Actually, what’s needed is a wpml-config.xml file in the root of the plugin ??
Forum: Plugins
In reply to: [Widget Content Blocks] Lost my WYSIWYG widgetsArgh… great.. I just updated all plugins on a client install and suddenly all WYSIWYG widgets are gone. I just downloaded the 1.2 version again, uploaded but the older widgets are still gone (not in Deactivated either)..
And on top of that: Google Cache is a version of this morning (and I updated yesterday evening). So I’ll have to get my client to fill the WYSIWYG widgets again…
Forum: Plugins
In reply to: [Social] Nothing Happens when adding accountSame thing here. Neither of the account types work & refreshing the page doesn’t make it work either.
I also don’t see any errors in Firebug.