namgostar
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid By PickPlugins] Event Category not showingI realized that the Events Manager is only supported when premium is purchased. I will close this thread.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Cell colors css not workingOh wonderful! It’s an easy fix, and it worked! Thank you so much for the explanation.
Oh. BTW… the bio with the popup is Fariba Khoie
That fixed it! Thank you!
Ok. I’m not so great with code, so I can’t quite figure out how to make the button work amd keep it styled properly with two different classes.
Can you help me?
I have this in the html:
<div><button class="pill-button, FaribaKhoie">Read Bio</button></div>
I have css for .pill-button to make it an oval/pill shape. But, I’m losing the style when I combine the two classes.
And, I have this class assigned for Fariba’s popup: https://cdn.ibank.ca.gov/wp-content/uploads/2021/08/2021-08-04_8-29-54.png
The code worked perfectly! Exactly what I wanted. Thank you so much for your help!
Forum: Plugins
In reply to: [Contact Form 7] Don’t need to use the “mail” featureThank you so much. I will take a look at this setting.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Conditional Logic?Ok. Thank you for the prompt response!
Forum: Plugins
In reply to: [Popups for Divi] Google reCAPTCHAHi
We are having the same problem, of the reCaptcha not showing in our popup. We have v 1.7.0 installed. We’re using request form for zendesk.
Can you please take a look? https://test.business.ca.gov/test-popup/
Here is a page with form that is not in a popup, and it appears fine: https://test.business.ca.gov/zendesk-contact-us/
Forum: Plugins
In reply to: [WP Hide Post] Post/page editor messed upI just found a solution that could help each of you. The link below offers two different solutions. Solution #1 is an alternative plugin. Solution #2 is to add a line of code to the functions.php file. The second solution is what I went with and it’s working perfectly for me!
https://www.wpbeginner.com/wp-tutorials/how-to-exclude-specific-categories-from-wordpress-rss-feed/
And, for those of you who need to hide certain posts regardless of their category, you can use the post ID to hide them as well, as instructed in the article below.
https://wpengineer.com/2175/exclude-post-from-wordpress-feed/
Forum: Plugins
In reply to: [WP FullCalendar] Show excerpt not full eventThis was perfect! Thank you so much!
For anyone else who has stumbled accross this thread, here is the super simple solution:
Find this line:
$content = ( !empty($post) ) ? $post->post_content : ”;
Replace it with this:$content = ( !empty($post) ) ? $post->post_excerpt : ”;
Yeah!
Forum: Plugins
In reply to: [WP FullCalendar] Show excerpt not full eventCool! How did you do it?
Forum: Plugins
In reply to: Using Quickbooks with WordPressThank you for your response. I did see the wp easy cart plugin but it says it’s discontinued and no longer supported. I’m a little worried about that part. I’m still willing to try it though.
I had no intention of using woo-commerce as we don’t need a ‘store’, we only need a payment solution (shopping cart).
I wonder why there are so few solutions for quickbooks?
Hi Rogier,
I have followed the instructions above and here. However, it is not working for me. It is continuing to add the ‘s’ to the staging site, and even when I try to delete it from the url, it keeps putting it back.
Forum: Plugins
In reply to: [Contact Form 7] Invalid contact forms foundThis is a great plugin. I’m sure Takayuki will make the fixes necessary. The latest wordpress update caused a lot of problems for many plugin creators. It will all smooth out, I’m sure.