Jainish Brahmbhatt
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Seeking Advice on Enhancing Design FlexibilityWordPress is customizable and super flexible. You can customize as you want as WordPress is open source platform.
But, It seems like your website is not using WordPress.
Forum: Everything else WordPress
In reply to: Unsure of the Author Page Redirection CredibilityHello,
You can create a template for author and set your custom designs. Below is the template hierarchy for author template.
- author-{nicename}.php – If the author’s nice name were rami, WordPress would look for author-rami.php.
- author-{id}.php – If the author’s ID were 6, WordPress would look for author-6.php.
- author.php
- archive.php
- index.php
Find more info here : https://codex.www.ads-software.com/Author_Templates#Which_Template_File_is_Used.3F
Forum: Developing with WordPress
In reply to: Call to Action Button DesignIf you are using custom theme then you can design a CTA section with the help of web designer.
If you are using any paid theme, please explore their pre-built designs. You will find some good designs of CTA.
If you are using any default theme, then you can find CTA sections for your site in patterns.
Page builders like Elementor also have add-on plugins who provide great options for ready to use CTA sections.
Forum: Fixing WordPress
In reply to: On click on ‘Place Order’ in checkout page nothing happens.You already checked by disabling all plugins and by activating default theme. Also, there are no js errors in console. Please try following steps.
- Enable Debugging and check the logs if there is any unusual error.
- Verify that the payment gateway settings are correctly configured in
WooCommerce > Settings > Payments
. - If you have any custom functionality then review your custom code. It might be affecting the checkout process.
- Ensure the Checkout page is correctly set up in
WooCommerce > Settings > Advanced > Checkout Page
.
- This reply was modified 5 months, 3 weeks ago by Jainish Brahmbhatt.
Superb, Its working now.
Thanks a lot for your great support craig.Unfortunately, this doesn’t work also.
I added the css and js file as per link you provided. Now it shows me only loading icon.
There are some console errors. Can you please take a look and help me out with that..?
Link : https://makeupbyanmol.com/I have only two plugins
1. Contact form 7
2. Instagram Feed- This reply was modified 5 years, 4 months ago by Jainish Brahmbhatt.
It is ok to add HTML to include files.
Can you please provide me the files which I have to add in HTML…?- This reply was modified 5 years, 4 months ago by Jainish Brahmbhatt.
There is no wp_footer() and wp_head() in my theme’s code.
Here is the link : https://makeupbyanmol.com/
Thank you.