Argentum
Forum Replies Created
-
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Override settings per shortcode callI guess I found it using the settings button in the WYSIWYG editor. Have you published the parameter documentation anywhere?
Forum: Everything else WordPress
In reply to: Searching for Plugins on www.ads-software.comIf you search for zoom with “Relevancy” first you get a notion of what kinds of modules I am talking about. If you sort by Most popular you see that the search engine prioritizes popularity plugins instead of the most popular zoom plugin i.e. those plugins that have Zoom as a word in the plugin title. That is a usability problem.
Forum: Plugins
In reply to: [MudSlideShow] [Plugin: MudSlideShow] Picasa original sizeI got the same problem. “Full size” in the settings defaults to 512 pixels.
Forget it. I changed the wrong css rule. There were two .gce-today … ??
Forum: Themes and Templates
In reply to: Mystique Theme Settings MissingSince no help is forthcoming I will post this here. If you want to continue to use Mystique 2.3.1 under GPL and reach the Settings page, comment out from line 840 as shown below in file admin/theme-settings.php
<?php /** // Edited to show Theme Settings page include(ABSPATH . 'wp-admin/includes/theme-install.php'); global $theme_field_defaults; $args = array('author' => 'digitalnature', 'page' => 1, 'fields' => $theme_field_defaults); $api = themes_api('query_themes', $args); if (!is_wp_error($api)) display_themes($api->themes, $api->info['page'], $api->info['pages']); */ ?>
Forum: Themes and Templates
In reply to: Mystique Theme Settings MissingThe page stops rendering some way down and I get a
Fatal error</b>: Call to a member function display() on a non-object in <b>/home/domains/domain.com/public_html/site/wp-admin/includes/theme-install.php</b> on line <b>207
Forum: Themes and Templates
In reply to: Mystique Theme Settings MissingHow can the settings panel go away when I only upgrades WordPress core files? Please give me a solution to this. I have made many modifications to Mystique 2.3.1.
This looks interesting! ??
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Create table templatesThanks for quick answer! ?? The styling is the least of my problems though. I would like to setup a table with column names that a user can import into a page. Please let me know if you need help with testing what feature if you opt to implement it. Perhaps I should try to understand custom fields for now. Seems it is the closest thing to getting pre-set fields for a user to add to.
Cheers!
Magnus@johnevandesign: did I ask for your opinion? I was addressing Dennis Hoppe and trying to give him some sound advice. Blow? I can blow what?
I was planning to donate if this this plugin was good, stable and bug-free. But I don’t donate before I know if it’s any good. Problem with this “please make a donation” text is that it is thrown in my face before I have evaluated it. Placing this notice in peoples Dashboard is (I think, but I could be wrong) a little too much. There is a lot of good plugins out there. If all of them would put a “please donate” in my Dashboard, things would get cluttered.
Make an excellent plugin first, make it high rated and remove bugs, and I am sure you will get lots of donation. Good luck, Dennis! ??
Forum: Plugins
In reply to: [Plugin: Page Links To] Page Highlight with AtahualpaI use page-links-to and have the same problem. I guess it has something to do with how that module sets classes for the active link?
Forum: Plugins
In reply to: [Plugin: MudSlideShow] navigation control for simple galleryThanks! Will give it a go ??
Forum: Plugins
In reply to: [Plugin: Featured Content Gallery] Empty frame with no contentI followed a tip at the vimeo instruction page: https://vimeo.com/3299013
“
For those who can’t seem to get the slide-show to work at all…. You may be having a conflict with jQuery already being used in your theme. I had to find “header.php” in my theme and copy and paste a few JS scripts that where below the command “wp_enqueue_script(‘jquery’);” and paste them above. In my case the theme I was using also used “superfish.js”I moved the two lines in my header.php and placed them above, thus:
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/functions.js"></script> wp_enqueue_script('jquery');
Forum: Plugins
In reply to: [Plugin: Featured Content Gallery] Empty frame with no contentYou really got it working? Strange. Can’t get it to show even with Avrams fix.
Forum: Requests and Feedback
In reply to: Forum needs email alertsI completely agree. E-mail notifications is a must. The feedback on www.ads-software.com would become much more efficient if I could get notified about a recent answer or follow up.