julester75
Forum Replies Created
-
marking as resolved
Resolved removal of label with custom css as follows:
label[for=”s2email”] {
display: none !important;
}I resolved this by applying shortcode [subscribe2 hide=’unsubscribe’]. Is it possible to also hide the form label ‘Your Email:’? Many thanks
Perfect – thank you very much for your help!
Perfect – thank you for your help – much appreciated. Great plugin!!!
Forum: Plugins
In reply to: [The Events Calendar] Want to have the calendar appear on my "Event" pageOK – so I just figured this out!
Go to the Events Calendar Settings.
Under General Settings locate the ‘Events URL Slug’
Amend this to the name of your page in your navigation bar
This page will then redirect to the Events CalendarHappy Days
??
Forum: Plugins
In reply to: [The Events Calendar] Page Not FoundI have the same problem too. I have a page set up called ‘Calendar’ where I’d like the Events Calendar to appear. I don’t seem to be able to simply amend the menu item to point to the new plugin either??? Please help! Thanks
Forum: Plugins
In reply to: [WooCommerce] Disable Search Box on Product PageI have the same problem, but the search form appears under my postcontent. Any ideas on how to remove it would be appreciated. I can’t amend my theme’s function.php file unfortunately, so if anyone knows where the code for this search form is so I can unhook it that’d be great!
Forum: Plugins
In reply to: [Yoast SEO] Replacing WooCommerce breadcrumbs with Yoast SEO onesMy functions.php file states categorically:
<?php
/*
WARNING: This file is part of the core PrimaThemes framework.
DO NOT edit this file under any circumstances.
Please do all modifications in the form of a child theme.
*/
require_once( TEMPLATEPATH.’/core/functions/setup.php’ );With this being the case, any ideas where I should put this code? I also want to hide the search form from the bottom of my shop/products pages too, so advice on code to achieve this would be much appreciated…