Deb Shadovitz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Hide Documentation of slider in post/pagesI’m not clear on what page you mean but have you tried the Screen Options tab that’s at the top right of your screen? It lets you show or hide various options on whatever kind of page you’re using.
Forum: Themes and Templates
In reply to: [Customizr] using original css file instead of minCreating and implemented a child theme is so easy with Customizr — thanks to Rocco’s plugin.
Look for, install, and activate a simple plugin called Childify Me.
Once it is activated, return to your Customizr Customize section. You will see Childify Me at the bottom. Just give your theme a name and click the Create button. (I recommend a descriptive but simple name.)You can no go to Appearance->Editor and choose the child theme to start customizing your child’s css.
Their help page:
https://docs.presscustomizr.com/article/24-creating-a-child-theme-for-customizrHowever, if you have Customizr-Pro there are more steps to have Pro recognize the child them.
<https://docs.presscustomizr.com/article/126-will-my-customizr-child-theme-still-work-with-customizr-pro>
Here are my maybe clearer words:
To activate your [previous?] child theme with Customizr Pro:
1. in your WP admin, navigate to Appearance -> Editor.
2. At Select theme to edit, select your Customizr Child theme by name in the
dropdown list.
3. At the top of the code where it says “Template:” add “-pro” without the quotes, so this line now says Template: customizr-pro (instead of customizr). Note: customizr-pro must be written in lowercase small letters.Forum: Plugins
In reply to: [Contact Form DB] Is this still an active pluginI’m so happy it is still in development. But Micheal @msimpson will you be back on the WordPress install/update system?
Forum: Plugins
In reply to: [Yoast SEO] If I de-install is my work lost?Thank you neotrope. That’s great to know.
Instead of cleaning the site, I did a full server change, WP install, then imported only the WP export of posts, then pages, then images. After I created a new child theme, I copied my styles. For my custom php page I created a fresh one and brought in only a bit of good code. Everything else, I created new from my notes and screenshots. I did WordFence scans in between. And of course, I installed and activate Yoast SEO knowing all was well.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Child – white screenMy thought is that something in your child broke. I’d copy the .css doc’s text into BBEdit or another solid web creation software and see if it shows any flaws in your styles. Then fix that flaw and use FTP to edit your child. (I love BBEdit for this work.) Then if you’ve put anything into the functions page do the same. And if you created a new php page check that page.
Or, use the Childify Me plugin by Rocco to create a new child theme. You’ll find it in the Customizr customization UI, then create your child, and then copy your child’s CSS and php into the new child — but copy just a bit at a time and keep testing so you’ll find your flaw if it’s in your own code.
I hope this helps. Let me know if it does.
DebForum: Plugins
In reply to: [WooCommerce] Remove Cart icon from top right of pagesI contacted Customizr Pro support and was so surprised by the (always excellent) response. It turns out that when you activate WooCommerce in this theme, they add a checkbox option to their user interface! All I had to do was uncheck the button. I had never thought to look there because I never expected a theme to have such a feature!
Jason, I hope it’s as simple as you.
Caleb, I do very much appreciate your advice. So you know if you hear of it again, Customizr Pro is an excellent theme. I looked at themes for months before selecting it. I simply didn’t care to gamble. That’s not a reflection of Customizr Pro, which I highly recommend.
Forum: Plugins
In reply to: [WooCommerce] Remove Cart icon from top right of pagesCaleb, from my past experience, when I switched themes, I lost my customizations. That was over a year ago, but I don’t dare gamble.
Forum: Plugins
In reply to: [WooCommerce] Remove Cart icon from top right of pagesHi Jason
Glad it’s not just me. I am using Customizr Pro, an excellent template with great support. I just haven’t had time to ask them about it yet.I’m going to check my CSS to see if mucking with the header to bring a tagline up could have done this, but I don’t expect that’s the issue.
I’ll be looking into this tomorrow. My site just went live! The site is https://iwosc.org. The icon appeared after the tagline, after a slight space. WooCommerce is now disabled though.
Forum: Plugins
In reply to: [WooCommerce] Remove Cart icon from top right of pagesWow…There is no way in the world I can revert my theme. I’ve spent months on it and am about to launch. ??
As long as I know it’s not at all normal to have that icon appear.
When it does, moving the mouse over it shows Your cart is empty, or something like that.
This truly isn’t normal? Doesn’t happen on any other themes?
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Need buyers to provide their nameThankyou, mbrsolution. I don’t know how I missed this. It’s given me hope. (I have to launch tomorrow.)
That example is this, to add a hidden language field.
add_filter(‘wspsc_cart_extra_paypal_fields’, ‘append_extra_fields’);
function append_extra_fields($output){ //Add the PayPal language code field $output = '<input name="lc" type="hidden" value="US" />'; return $output; }
I looked at PayPal for the code for a text field and found
os1
per:{ //Add the PayPal language code field $output = '<input name="lc" type="show" value="" />'; return $output; }
That gave me a blank text field I could type into but:
- It falls below the Submit button
- It didn’t pass to the PayPal payment form either logging in to pay with balance or not logging in to use a credit card.
So I still seek guidance.
Will this allow passing of text to PayPal so PayPal can report it to the seller?
mattjabs, unfortunately, that doesn’t help.
I have the same problem — only my map is
httpdocs/sitemap.xml
— on one of my websites. On the others, all is well, including on the other site where I had the another sitemap. But one one important site, this error persists through every Yoast update.Two people at two locations have used 3 FTP programs with 2 different OSes to verify that the offending file is no longer there. It has been gone for months. In fact, there is no such file anywhere in this site.
We have each created this page and uploaded it to let Yoast SEO fix the problem. I then click Fix it and watch as the file disappears. But the error returns.
Yoast SEO Version 3.3.4
This SHOULD NOT BE MARKED RESOLVED IF THE ORIGINAL POSTER SAID there is no type of file.
Forum: Themes and Templates
In reply to: Responsive menu in Customizr theme is transparent@ vintagerocks did this work for you? You didn’t mark it Resolved but I see you have solid white under your menu so you did solve it. It didn’t work for me though, with Press Customizr Pro.
Can anyone comment as to this effectiveness?Forum: Plugins
In reply to: [Contact Form 7] Reply-To syntax error; can't find errorHi Buztone.
So my error is that I don’t have email as required?
That’s simple to fix, thanks to you.However... some of this site’s visitors (potential clients) don’t have email or don’t want to communicate by email. In that case, we don’t want to stop them from writing to us and the staff simply phones them.
Given that we don’t have an auto-responder sending an email reply, are we ok with the form as I have it?
Forum: Plugins
In reply to: [Contact Form 7] Reply-To syntax error; can't find errorWhat’s really odd is that the forms still work fine. I have done several tests. The Reply-To works perfectly, just like before.
As I said, having checked their HELP page again, the instructions still tell us to do exactly what I did. Here is that help page again: <https://contactform7.com/adding-cc-bcc-and-other-mail-headers/>
Karl: Do you use that same Reply-To code under additional headers? Because a firend of mine doesn’t and he sees the sender in the body.
Buzztone, here is my Form and Mail tab info.
FORM:
<p>Your name (required)<br /> [text* your-name akismet:author] </p> <p>Your phone (required)<br /> [tel* tel-949] </p> <p>Your Email <br /> [email your-email akismet:author_email] </p> <p>What would you like us to know?<br /> [textarea your-message] </p> <p>[submit "Send"]</p>
In the MAIL tab I have this:
To: is 3 addresses set with commas, which is fine
From:[your-name] <[email protected]>
Subject:Contact from website
Additional HeadersReply-To: [your-email]
(This is the field marked as having the error.)
Message Body:From: [your-name] <[your-email]> [tel-949] Message Body: [your-message]
Sorry to not be clear enough. I am adding a line of PHP.
As I have Customizr Pro, which I highly recommend, I asked Pro support and learned it is the header from Customizr Pro that I copy to my child theme and modify.