CyberMama
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WooCommerce] How to move product to next page when sortingGreat tip – so simple yet so helpful – just what I was looking for – thanks!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings working extremely slow – how to speed up?Same issue here. Have many rows on ‘Global Availability’ – am wondering if this is causing slow loading speed…? Have raised ticket with Woo but no response and been a few days now…
Bought 5 licenses for this plugin so not happy at all at how things are shaping up.Forum: Plugins
In reply to: [Smart Custom 404 Error Page] 404page Plugin: Please check Operating Method.Also seeing this error. Changing settings appears to do noting and plugin seems to be still working ok…
Plugin author – please advise?Thanks Nate – you’re a star.
And your themes look very cool ??
I think they’re there…
I edited the php file in text editor so it reads:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php /** * Plugin Name: Notification Email Override for Restaurant Reservations * Plugin URI: https://themeofthecrop.com * Description: Override the From email address used in booking notification emails * Version: 1.0 * Author: Theme of the Crop * Author URI: https://themeofthecrop.com * License: GNU General Public License v2.0 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the License, * or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * You should have received a copy of the GNU General Public License along with this program; if not, write * to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ if ( ! defined( 'ABSPATH' ) ) exit; /** * Set the email address used in the From headers */ if ( !function_exists( 'rtbonfe_set_from_email' ) ) { add_filter( 'rtb_notification_email_header_from_email', 'rtbonfe_set_from_email' ); function rtbonfe_set_from_email( $email ) { return ‘[email protected]’; } } // endif;
But once I have the edited php file, how do I upload? Do I zip it again or upload straight to the plugins folder?? I’ll send you the email I need to use via the contact form on your site like you suggested previously if that’s ok?
Tried uploading folder with pho file in as well – also fatal error…
Message:
Parse error: syntax error, unexpected ‘@’ in /home/mysite/public_html/wp-content/plugins/fbbe6f0eafa7359de161-cbfae2087e29f3b736c94520717125a19feaf8d3/rtb-override-notification-from-email.php on line 32
Hi Nate,
Thanks for that – did all the above – seemed straightforward enough, but got a ‘fatal error’ notice on uploading. I just uploaded the php file to the directory – should I zip it…?Hi NateWr & Sky007000 – I need the same solution and can see the code but am unsure where/how to use it…
Can you give me any advice here please? Thank you.
Forum: Plugins
In reply to: [Contact Form 7] Form not working after 4.4.1 wordpress updateWe had exact same issue after latest WP update.
Pasting
[your-name]<[your-email]>
into the ‘From’ field exactly as above fixed the issue for me.Bit of a nightmare though since we’re running CF7 on tens of sites and clients will only know there’s an issue if someone calls them up to tell them…
Forum: Themes and Templates
In reply to: [Theme: Boutique WooCommerce] Changing 'Recent Products' title.In the end I used the ‘default template’ as my homepage and added ‘New In!’ and ‘Featured products’ as feeds using WooCommerce short codes:
[recent_products per_page=”6″ columns=”3″ order=”DESC”]
[featured_products per_page=”6″ columns=”3″]
The enabled me to have a left-hand side bar as well.
Hope that helps!
Forum: Plugins
In reply to: [Plugin WooCommerce Vendor Stores by IgniteWoo] Major issuesAbsolutely shocking. Worst WordPress-related experience I’ve ever had to be honest. And, stupidly, I paid for the privilege ??
Has cost me in money and even more in wasted time.
AVOID AT ALL COSTS.Ok, thanks!
Forum: Themes and Templates
In reply to: [Theme: Boutique / Storefront] Style menu cartSorted. I used this css:
.site-header-cart .widget_shopping_cart {
background: #fff !important;
}Forum: Themes and Templates
In reply to: [Storefront] BOUTIQUE Q: Mobile navigation menuSorted. Was some css I’d added causing the issue. Have now removed and is working fine.
Thanks!Forum: Themes and Templates
In reply to: [Storefront] [Boutique/Storefront] Change mobile menuYes – managed to fix it. Was some custom css causing the issue.
Any idea how I can change the word ‘Navigation’ to something else? And perhaps remove the little page icons beside each menu item please?
Thanks!