fencer_x
Forum Replies Created
-
With the latest update to MP3, the issue has been resolved. Still no clue what was wrong, but the new version patched it.
Forum: Plugins
In reply to: [WP Fanfiction and Writing Archive Basic] Multiple pages per chapterHi, sorry to resurrect this post, but your fix doesn’t work.
For one, there’s nothing relevant on line 4167. The line in question is 3878 of that PHP file. Changing it as you’ve suggested does nothing.
I checked another response to this same problem in the support forum here, which directed the user to this URL for a fix: http://writing-archive.com/index.php/wpffwa-customizations/
Please note that that’s not actually the URL you directed them to, but the URL you used was broken, so I had to hunt high and low on your site for that because all of the links there are broken now. You may want to check into that :/
There, you suggested going into the functions.php file (of the theme?) and adding:
remove_action('save_post', 'FeFiction_Save_Post_Paginate_Content');That didn’t work either.
I even tried editing line 8 of fe-super-fiction-config.php from 375 to a bigger number (as also suggested in that URL), and couldn’t change it at all.
None of your fixes so far have worked. Do you have any suggestions? Who in their right mind wants paginated fic anyway? No site I’ve ever been to has it–not fanfiction.net, not AO3, not even the efiction software. Why would you paginate a story at all, especially in the digital age of people reading on smartphones and tablets?
Forum: Plugins
In reply to: [WooCommerce] Backorder not allowed, yet system sells product, stock: "-2"This is happening to me as well, and it’s not the first time–so I’m inclined to open up a support ticket (since I’ve bought several plugins from the Woo team). It’s heartbreaking getting someone’s hopes up and then having to issue them a refund :/
Forum: Plugins
In reply to: [WooCommerce] Dashboard Links are brokenAfter talking to Woocommerce (thanks Michael!), it looks like the bug has been fixed and will be resolved in an upcoming release, for anyone still interested:
Forum: Plugins
In reply to: [WooCommerce] Dashboard Links are brokenI’ve purchased a product before (Table Shipping), but finding out how to contact them with general concerns re: woocommerce took some doing. I’ll send in a ticket now.
Forum: Plugins
In reply to: [WooCommerce] Dashboard Links are brokenI’m not with WC, but I and someone else have mentioned this in the WC official forums now:
https://support.woothemes.com/hc/communities/public/questions/201746373-Woocommerce-2-2-2-issues
Forum: Plugins
In reply to: [WooCommerce] Dashboard Links are brokenFound this post while searching for a resolution to the same problem. Quite annoying, since I use the processing order link from the dashboard very often!
Forum: Plugins
In reply to: [WooCommerce] Hide Billing Address from Order on ADMIN view?Thank you so much; that worked like a charm! I truncated the .address p to remove the column entirely using the plugin you recommended. Hopefully this will save me some headaches in the future.
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] No longer working with WPMLHmm, okay so an update: I have a WPML tech working on a test version of the webshop I run, and he just updated it to a new beta version of WPML I believe. With that new version, the Custom Tab seems to be working/translating properly again?
However, the version that’s on my live site still is not working.
The tab still works fine on the English side, and I’m using it happily there, but it used to be when I translated product pages, the English content would be copied over into the custom tab field, and then I’d just replace that English content (title and actual tab content) with the second language translation, hit update, and the new second-language page would have all of its custom tab content translated as well, like you’d expect.
Now, though, that content in the second-language page isn’t being saved. Any attempts to replace the content on the second-language page (with ANYTHING, not just ‘non-English language’ — I can type Lorem Ipsum in the translated custom tab area and it still reverts back to the original English).
It SEEMS like the translated page is “locked” (even though I can still change the content, it is not saved). Because if I change the English side, the changes are reflected in the second-language side, so in other words, the translated content I place in the Custom Tab is being replaced by the original English values.
However, as I said at the beginning, it LOOKS like this has been fixed by the newest update to WPML, even though they claim they don’t have any time to look into it? I’ll see what happens when I update the live site. Perhaps this has been resolved?
Forum: Plugins
In reply to: [WooCommerce] How to edit shipping information?As suspected, it was exceedingly simple: the Order Actions tab was collapsed by default and I didn’t even notice it. I’d been looking ALL OVER for the button to update the order info to no avail. Resolved!
Forum: Plugins
In reply to: [GD Star Rating] Integrating ratings into the comment form?Hrm, well after finally digging up this (4 years old) tutorial, I successfully integrated the review system into the comments form, but have been stumped as to how to get the review to display WITH the comment on submission. The code provided:
<?php if (defined("STARRATING_INSTALLED")) : ?> <div style="float: right"> <?php wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 1, 0, "crystal", 16); ?> </div> <?php endif; comment_text(); ?>(my multiset ID was “1”)
The comment text is indeed shunted to the left, making way for the float-right div on the right, but nothing shows up, so there’s just a big gray hole.
Related, I only want this to show up in my PAGES comments; it’s showing a rating box on EVERY post/page though. I realize it’s integrated into the comments, but even pages where no comments are displayed show the star rating box. What gives?
Forum: Plugins
In reply to: [GD Star Rating] Integrating ratings into the comment form?ETA: Alternatively, I’m not opposed to turning off comments altogether so long as the rating area has a text-box option as well, where a user can leave a review.
I realize this plugin is called GD *STAR* Rating, but is a textbox comment in addition to the star rating an option?
Forum: Plugins
In reply to: [Social Media Mashup] Twitter not workingHaving the same issue–and since I was only using twitter and facebook, now my sidebar is one big long facebook plugin 😛
Really hope there’s a solution soon!
Forum: Plugins
In reply to: [Widgets on Pages] 'widgets on pages' not working WP 3.5.1Having the same issues–this was a really useful plugin (and one I’m surprised was necessary rather than being incorporated into the WordPress framework itself) and I’d love to have it back!
Forum: Fixing WordPress
In reply to: Admin bar showing pending comments when there are noneUnfortunately, it’s a commercial site, and that’s one of the more popular posts, so to lose all of those comments would be unfortunate; I’d just as soon put up with the faulty admin bar display, really.
Scanned the site using the link you suggested (thanks!) and received no errors of any sort–but I did try going into the wp_comments table in my DB to see if anything looked suspicious, and I found three “test” comments from my theme developer’s recent attempts to fix a bug in the comment display which I had deleted from the admin panel but which for some reason persisted in the database.
Deleted them from the table and refreshed my admin panel, and the pending notifications are gone 🙂