Annekee
Forum Replies Created
-
Forum: Hacks
In reply to: How exclude one post from prev/next in single post?Thanks again for your time and your patience! Some of your explanation needs study on my part, some of it I am already familiar with. Of course I am using a child theme 🙂 and my functions.php is already quite heavy. I am also a little familiar with sql, so that comes in handy.
This particular child theme is from Mystile/Woocommerce. I like the robust shop coding, but the templating system is way over the top…Forum: Hacks
In reply to: How exclude one post from prev/next in single post?Hi bcworkz, thanks for that. I researched but I’m afraid I haven’t got the knowledge to solve this problem. I’ve read quite some bits and pieces of code on the internet, but I still don’t know how to practically implement it in my template. Yes, I found out about the term ID’s, and most solutions available are about excluding a category, instead of a post. Still, you inspire me to give it another try.
I was wondering, instead of excluding a post ID, maybe it is easier to take the post title, slug, or date?
If all else fails, I think I’m going to put the post in another category, and hide that category from the website…
Forum: Hacks
In reply to: How exclude one post from prev/next in single post?Thank you very much bcworks! It’s pretty advanced stuff for me, but at least now I know where and with what I can solve it. Thanks!
Forum: Plugins
In reply to: [WP Hide Post] navigation button links to the Hidden pageThat’s right, my hidden post still appears in the previous/next links.
I tried to do it with a custom query, post__not_in doesn’t affect the navigation either.
Help?
Forum: Plugins
In reply to: [WooCommerce] How to a customise category template?Template Debug Mode just disables your themes template overrides.
Like I said, that was the problem. I updated the (parent) theme before that.
Forum: Plugins
In reply to: [WooCommerce] How to a customise category template?I found the culprit: I had my Template Debug Mode Enabled. When I unchecked it, it worked like a charm again!
Go to Woocommerce -> System Status -> tab Tools -> uncheck Template Debug Mode.Forum: Plugins
In reply to: [WooCommerce] How to a customise category template?I have exactly the same problem. I used the taxonomy-product_cat-categoryname.php (linking to categoryname.php) system once before, in Woocommerce 2.2.10 plus Mystile child theme, and it worked perfectly. Now I’m trying to do exactly the same in Woocommerce 2.5.5 but the parent theme Mystile keeps overriding it, whatever I do.
Help?!Forum: Plugins
In reply to: [Sendit WP Newsletter] View or Preview is blank pageI had the last version.
I found the problem and fixed it, though updates will probably overwrite it again. Will you look at this?
in libs/extensions-handler.php, about line 208:
//$newsletter_content=$header.$content.$footer; //new 2.1.2 content is already with footer and header $newsletter_content=$content;changed that to (the old script):
$newsletter_content=$header.$content.$footer; //new 2.1.2 content is already with footer and header //$newsletter_content=$content;Forum: Plugins
In reply to: [Woocommerce osCommerce Import] No further import after refreshThank you amirand! Meanwhile, I’ve moved on. I did a migration locally with Mamp (with a local images folder) and tried it that way. First of all, the ini execution time setting is, indeed, obligatory. I don’t know how to find out if the commenting out worked, because one mayor issue is still not resolved: upon refresh, nothing gets added anymore.
Migration only works (in this case: locally) when there are no products in the database – and thus in one run.
The images were transferred fine though. I migrated a little over 10.000 products, and 25% had one small image per product. It took about 5 to 6 hours. But remember, that was locally. I suppose doing this online, if it works at all, would only be possible if you keep it running the whole day (and night).
I still love the plugin, just because the author took the trouble. But when you post it here, I think you really need to take notice of the errors and try to resolve them…
Forum: Plugins
In reply to: [Woocommerce osCommerce Import] No further import after refreshI did a new clean install with a new database (all categories were duplicated, a big mess) and everything imported okay, except for the Products/Categories. The first run went fine and I imported a little over 1000 products. But then, refreshing doesn’t help, reloading the form page doesn’t help. It seems that it only allows just one run. Help!
Forum: Plugins
In reply to: [Woocommerce osCommerce Import] No further import after refreshI deleted all the 419 products and tried importing just the orders. Victory: it imported all the orders!
Now I only need all the products, so I try again with only ‘Categories/Products’ checked.
1st attempt: nothing is being imported ( and no messages)
1st refresh: nothing is being imported (and no messages)
2nd refresh: nothing is being imported (and no messages)
3rd refresh: nothing is being imported (and no messages)I go back to the import page, refresh & emptied cache & history, entered the database info again and checked all the boxes. I now waited half an hour. Result: no product imported.
Forum: Plugins
In reply to: [SendPress Newsletters] PHP NoticeUpdated the plugin, emptied cache, reloaded, issue still NOT resolved.
Warning: include(/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php): failed to open stream: No such file or directory in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: include(): Failed opening '/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php' for inclusion (include_path='.:/usr/lib/php5.4') in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'SendPress_SC_Form' not found in /xxx/htdocs/wp-content/plugins/sendpress/classes/class-sendpress-shortcode-loader.php on line 54 [sp-form] Warning: include(/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php): failed to open stream: No such file or directory in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: include(): Failed opening '/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php' for inclusion (include_path='.:/usr/lib/php5.4') in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'SendPress_SC_Form' not found in /xxx/htdocs/wp-content/plugins/sendpress/classes/class-sendpress-shortcode-loader.php on line 66 Warning: include(/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php): failed to open stream: No such file or directory in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: include(): Failed opening '/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php' for inclusion (include_path='.:/usr/lib/php5.4') in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'SendPress_SC_Form' not found in /xxx/htdocs/wp-content/plugins/sendpress/classes/class-sendpress-shortcode-loader.php on line 72 Warning: include(/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php): failed to open stream: No such file or directory in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: include(): Failed opening '/xxx/htdocs/wp-content/plugins/sendpress/classes/sc/class-sendpress-sc-form.php' for inclusion (include_path='.:/usr/lib/php5.4') in /xxx/htdocs/wp-content/plugins/sendpress/sendpress.php on line 135 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'SendPress_SC_Form' not found in /xxx/htdocs/wp-content/plugins/sendpress/classes/class-sendpress-shortcode-loader.php on line 82Forum: Plugins
In reply to: [QuickShare] Still doesn't share post infoI will not look a gift horse in the mouth 🙂
I have used the Sociable plugin before, and that worked fine, only I was looking for a lighter version.
Anyway, thank you for your time Nick!
Forum: Plugins
In reply to: [QuickShare] Still doesn't share post infoAlas, that’s not possible. But it is as it is.