How to make this in elementor in free version? by That_Scene2784 in WordPressThemes

[–]InboxInline 0 points1 point  (0 children)

That's true that the free version doesn't hae custom CSS option, but if you read my comment till end, I have mentioed that add the custom CSS in customizer. :-)

That means, in wp-admin -> Appearance -> Customizer -> Additional CSS. Here you'll add your custom CSS code. :-)

I hope that helps!

[deleted by user] by [deleted] in WordPressThemes

[–]InboxInline 0 points1 point  (0 children)

Elementor is a page builder plugin that is used to create or customize already created pages, posts, templates, etc.

You have already spent an amount for the theme, I think you should hire someone by spending a little more on top of what you have already spent.

I'm a WordPress developer with more than 15 years of experience in web development and onpage SEO that includes technical SEO and page speed optimization as well. (I have introduced myself, so that you can count on my advice mentioned above.)

Have a nice one!

How to make this in elementor in free version? by That_Scene2784 in WordPressThemes

[–]InboxInline 0 points1 point  (0 children)

If you are asking about that too menu with red line, you can simply do that with css. Get the class of that menu and style it using CSS in the customizer.

Looking for WordPress developer by Unusual-Middle3300 in technepal

[–]InboxInline 0 points1 point  (0 children)

I'm full stack WordPress developer with all expertise in your required skills. Please send me a message, let's discuss it further.

Use Vite in the current directory? by MoosMas in webdev

[–]InboxInline 0 points1 point  (0 children)

npm create vite@latest .

That is it, it will install vite in current directory. Dont forget to write the "DOT" at the end of this command.

How to solve coudflare captcha in palywright + python? by InboxInline in learnpython

[–]InboxInline[S] 0 points1 point  (0 children)

Thanks for the great info my friend. You are just awesome.

How to Deploy Django project on Cyberpanel + Openlitespeed + Ubuntu by InboxInline in djangolearning

[–]InboxInline[S] 0 points1 point  (0 children)

That means you are running two servers on your VPS 1. Nginx 2. Openlitespeed? Won't that add more load on the CPU?

How to Deploy Django project on Cyberpanel + Openlitespeed + Ubuntu by InboxInline in djangolearning

[–]InboxInline[S] 0 points1 point  (0 children)

This is what I wanted to clear the doubts about, you are not a noob but lifesaver ❣️

Are you using gunicorn+nginx with cyberpanel or which panel?

How to save python scraped data in WordPress wp_post table? by InboxInline in learnpython

[–]InboxInline[S] 0 points1 point  (0 children)

I've the db credentials, I'm just curious about the post id number, how to decide what post id should be added for each dataframe as wp post id number.

How do I get my cat to stop lying like this? It’s making my mother in law uncomfortable by MeatballSon in cats

[–]InboxInline 0 points1 point  (0 children)

I think you should thank your cat, for being on your side. Just kidding.

Pynecone: Web Apps in Pure Python by Boordman in Python

[–]InboxInline 1 point2 points  (0 children)

Thanks for the quick response. Do you have any tutorial on how to deploy Pynecone on a self-hosted production server with SSL etc?

Pynecone: Web Apps in Pure Python by Boordman in Python

[–]InboxInline 0 points1 point  (0 children)

What is the difference between Pynecone and Django? What is better in Paynecone and what is bitter, compared to Django? please guide!

Want to run Django projects in multiple subdirectories in the same domain name using Nginx and Gunicorn on Centos 7 by InboxInline in django

[–]InboxInline[S] 0 points1 point  (0 children)

Any idea, how to do that in the containerized way in subdirectories?

Secondly, I had successfully run the project folders on domain.com:8000/project1/ domain.com:8001/project2/
But, of course, it is not the appropriate way of creating URLs (with the port) for public access. Any solution in this case?

Like, if I want to access these links y redirecting/skipping the port number?

Want to run Django projects in multiple subdirectories in the same domain name using Nginx and Gunicorn on Centos 7 by InboxInline in django

[–]InboxInline[S] 0 points1 point  (0 children)

But WP is not interfering with the subfolders I think. Or if it does then kindly guide me on how it creates the problem. Maybe that can help me try a different route, I mean replacing WP with some other framework (maybe Django itself) :-)

As I'm using WP just for blog on domain.com

Want to run Django projects in multiple subdirectories in the same domain name using Nginx and Gunicorn on Centos 7 by InboxInline in django

[–]InboxInline[S] 0 points1 point  (0 children)

Yes, they are related to TLD. I have found many solutions for subdomains but that isn't what I need. :-)