codingpuss
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php update to 7.4 makes wp pages uneditableMay I have your page’s URL? It sounds like a javascript error.
Forum: Fixing WordPress
In reply to: h3.widget-title not responsiveHello Evans,
It seems the container of the h3 has so much padding on mobile screen, thus, you see the s falls down to the third line.
My suggestion is to decrease the padding right and left from 70px to 60px. Your title will look fine.
Here is the screenshot:
https://binarycarpenter.com/how-to-fix-text-span-multiple-lines-in-wordpress/
Hope that helps
Hello Jeremy,
You can set the background color in page settings->Styles and color. It is not necessary to set the color through css code.
Hello Aureliusm,
Yes, you can definitely add google maps to your landing page, here is the tutorial:
Hello Aureliusm,
Please go to Page settings (at the top) then click on advanced tab, you will see the box to enter your google analytics code.
Please let me know if you need further assistance.
Hello,
Are you using the pro version? Background image is a feature in the pro version.
Hello Celito,
The icons are from fontawesome. you can see the list of icons here;
Please type of name of the icon in the icon box to select the icon
Hello Celito,
I’m sorry for the late reply.
Could you please send me the screenshot of your popup settings?
Hello Jeremy,
Thanks for the report. Let me have a look.
Hello Michael,
I’m sorry for the late reply.
There is no option like that. However, you can make a popup appear on button click in the PRO version.
You can have a look at it here:
Forum: Plugins
In reply to: [Direct Stripe] Button not working after updateThank you Nicolas,
It seems you didn’t print the data for the button via ajax.
I figured out a way to work around.
Thanks for your great plugin.
Forum: Plugins
In reply to: [Direct Stripe] Button not working after updateHello Nicolas,
Thanks for your reply. Please have a look at this video:
I sent the amount via ajax and the php code will output the shortcode and put into the orange button.
As you can see the button doesn’t work. It worked before.
Forum: Plugins
In reply to: [Direct Stripe] Button not working after updateThanks for the reply, Nicolas.
I used do_shortcode on your shortcode to get the HTML code and paste to the page (I parse the shortcode via ajax due to my requirement that I need the user to select the donation amount). Prior to this update, it worked perfectly. However, it doesn’t work now.
Do you experience the same problem?
Thannks
Forum: Plugins
In reply to: [Direct Stripe] Button not working after updateI forgot to mention that I used private mode