Supratim Chatterjee
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to create a custom single post HTML templateIf you want to create a custom post single. Just copy the single.php file and paste it and change the name to single-yourposttypeslug.php. Now write the html part in the loop.
Forum: Fixing WordPress
In reply to: Cannot find MENUThe menu is under appearance not customize
Forum: Developing with WordPress
In reply to: Display validations on-page, rather than in a new windowI think you need to add javascript validation. Do like this button will be disabled until user fill all the mandatory field.
Forum: Developing with WordPress
In reply to: Coding Custom Fields for Custom Post TypesSo you have created a post type called Trains. So now you want to add custom fields to that post type. Admin will fill those up right ?
Forum: Everything else WordPress
In reply to: Jump to form field on button clickCan you add id to the form field ?
Forum: Developing with WordPress
In reply to: Check Box – Third Party CodeThe form you are using that is also form a third party or you are using any plugin ?
Have you tried to add this lines in wp-config.php define(‘ALLOW_UNFILTERED_UPLOADS’, true);
<section class=”pusher” id=”main-content” role=”main”><section class=”background-wrap”></section></section><code class="default">define('ALLOW_UNFILTERED_UPLOADS', true);
Forum: Fixing WordPress
In reply to: Is there a carousel widget that shows the slide number?yes you can create it. Create using custom code if elemntor don’t have that option.
Have you tried using any plugins for this ? Memberpress
Forum: Fixing WordPress
In reply to: WordPress core index.php file modified. Does this look right?“Should I revert this back to the original?” is it creating any problem ?
Forum: Developing with WordPress
In reply to: Overlaying Title on Featured ImageYou mean like this ? https://nimb.ws/8W9mHB
Forum: Developing with WordPress
In reply to: I’m Trying to Use ‘container’ => false But It Won’t WorkPlease try this and let me know if it worked.
'container' => ''
- This reply was modified 1 year, 9 months ago by Supratim Chatterjee.
Forum: Fixing WordPress
In reply to: Want to remove white bar on top of mobile view screenHi Teun.
I cant see any white spaces. Can you please recheck?
Regards,
Supratim
Forum: Fixing WordPress
In reply to: Issues getting my site responsiveElementor elements itself responsive. Have you used any custom padding margin for desktop ? Also I can see the site is pretty slow. I think the css and jQuery is taking time to load. Check google page speed you will see what is causing the issue.
Forum: Developing with WordPress
In reply to: Broken layoutI think you messed the grid system. How was it before messing up ? https://nimb.ws/kfTeZM was it like this one ?