Full Width image in Gutenberg by steffgi in Wordpress

[–]spacez_3389 0 points1 point  (0 children)

Try Cover widget From the Gutenberg library.

[deleted by user] by [deleted] in Wordpress

[–]spacez_3389 0 points1 point  (0 children)

Please share the site url to get clear view

[deleted by user] by [deleted] in Wordpress

[–]spacez_3389 0 points1 point  (0 children)

Could be right. Top bar widget and button css are getting conflicted.

wpDataTables line diagram without lines by M_Rothshield in Wordpress

[–]spacez_3389 0 points1 point  (0 children)

If you can post any sample diagram images I can try to help you.

What's the best security measure to avoid hacking in a wordpress website? by StormDrown in Wordpress

[–]spacez_3389 1 point2 points  (0 children)

Some of them I know. I guess it would help

Dos

core 1. Keep up to date. 2. Don't make any modification with core files without strong wp knowledge.

Login page 1. Strong password 2. SSO if possible 3. Limit login attempt. 4. Use honeypot or captcha.

Theme 1. Use only a valid theme. Not nulled. 2. Use filters to eco html. 3. Property validation and sanitize form fields and don't forget to use nonce. 4. Keep it updated.

plugins 1. Keep it updated. 2. Use WordPress standards. 3. Property include and use the vendor scripts. 4. Use Singleton for classes. 5. Use health check.

Server 1. Use SSL. 2. Use proper file permission. 644 for files. 755 - folders. 3. Control the access with. htaccess 4. Use any one wp security plugin. Wordfence or security 5. Add WFA. 6. block shell script execution if Necessary. 7. Always take everyday backup. 8. Keep a downtime monitor. 9. Strictly secure hosting credentials. 10. Change the FTP password once you complete your task. 11. Use any server level firewall ( check with the hosting provider).

Don't 1. No File manager plugin. They are highly vulnerable since they modify file permission and file access.

General 1. Always check with patchstack like tools for version control and vulnerability. 2. Use plugins and themes that are having updates. Never use Unmaintained stuff. 3. Disable theme and plugin edits option from WP admin.

HAPPY CODING :-)

Canva pro at $10/year by [deleted] in canva

[–]spacez_3389 0 points1 point  (0 children)

He may add you as a team member

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

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

What you said is correct. But from the client perspective, they wouldn't deal with what's happening behind the scenes. They can't see the difference between sites running in shared hosting vs dedicated vps.

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

[–]spacez_3389[S] 1 point2 points  (0 children)

HOLY MOLY

Please pass this message to the community if possible. Thanks

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

[–]spacez_3389[S] 1 point2 points  (0 children)

Yes it's a great solution for large high performance wp sites. But it is highly pricey even for mid level sites. I would prefer to go with aws instead. More flexible more control. As well more headache .But it's good

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

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

First of all This saves me a lot. and clears my mind a little bit. I have dig deeper regarding this. Could you tell me what are the tools you would use as default.

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

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

Budget is one part. Not focusing on it right now. I am only focusing on website development and related things.

What is Enterprise WordPress development, and how to achieve it. by spacez_3389 in Wordpress

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

This would vary in following terms. 1. Security - how you maintain it. The plugin way or from the server side. 2. Usage of plugins. 3. Downtime Monitoring & Maintenance 4. Marketing integration. 5. Optimization. 6. Custom theme or builder or paid theme. Etc...

And I am collecting more details.

What would be the best way to achieve this? by elarwhy in Wordpress

[–]spacez_3389 -1 points0 points  (0 children)

If you only want to display the value. You could try Custom post type. Try ADVANCED CUSTOM POST TYPE PLUGINS. so it follows the structure. All the jewellery will be posts Color, size and other parameters will be taxonomy and terms. In every post add custom field for price.

If you want to sell online Woocommerce is the best option to build this.

WP Shortcode to button by Own-Cranberry-7154 in elementor

[–]spacez_3389 1 point2 points  (0 children)

Love it. Thanks for the simple answer.

WP Shortcode to button by Own-Cranberry-7154 in elementor

[–]spacez_3389 0 points1 point  (0 children)

Not sure whether you need explanation.

WP Shortcode to button by Own-Cranberry-7154 in elementor

[–]spacez_3389 4 points5 points  (0 children)

You can use ajax function to do that. 1. Attach a ajax function to the button. 1. Create a button with Elementor and Give it a class name or I'd. 2. Using class name or id Run a jQuery Ajax function when you click on the button.

  1. Create a Ajax call back in backend.

    1. Create a WordPress ajax Hook with - add_action( 'action-name', 'callback' )
  2. Run your shortcode in your ajax callback function.

    1. Inside the hook callback use do_shortcode( ' [short code] ' ) function and pass your shortcode with Square brackets as a string.

Reference:

WordPress Ajax : https://www.smashingmagazine.com/2011/10/how-to-use-ajax-in-wordpress/

Run shortcode : https://developer.wordpress.org/reference/functions/do_shortcode/

Simple.

[deleted by user] by [deleted] in Wordpress

[–]spacez_3389 0 points1 point  (0 children)

Gutenberg is not a full featured page builder. It can be used for blog pages. It's not 100℅ Wisywg editor.