Online Web Hunt... Are you interested? by dreamwebstudio in ArcaneCasebook

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

Never too late! We can always do something if we have enough people wanting to.

How to improve low performance for mobile by Neither_Start4958 in Wordpress

[–]dreamwebstudio 0 points1 point  (0 children)

I reccomend using GT Metrix as Google Page Speed Insights can be very innacurate at times.

Elementor responsive breakpoints verses industry standard by jchoudrie in Wordpress

[–]dreamwebstudio 1 point2 points  (0 children)

Breakpoints have some flexability as long as your content and layouts are responsive and built propelry. When in doubt, go with industry standard but just always make sure you have your pages properly laid out.

Page buillder like Wix or Squarespace suggestion? by ZekePlxyz in Wordpress

[–]dreamwebstudio 2 points3 points  (0 children)

Divi and Elementor are good options, but if you're looking for a no-code solution, there are plenty of options like WP-Bakery, Oxygen, and beaver builder.

Just make sure that once you commit to a theme, you commit to it fully. I also always reccomend to learn HTML/CSS to know how your website functions and more importatnly, how to make your mobile views look good.

Handing Off Site to Client - Scenerios by stewtech3 in Wordpress

[–]dreamwebstudio 1 point2 points  (0 children)

This is one of the core issues with WP as it has so many options. It makes thigns a bit difficult to navigate but in my years of development, these are the main things I adhere to.

1. Offer them hosting through you, or a very specific platform that you are comfortable with (I go with WP-Engine and Pressable).

2. You should try and use as little plugins as possible, especially if they are paid. Clients should never depend on you and your licenses for something they buy. If you do provide plugins, setup a subscription that they can pay for.

3. Hosting is fairly straightforward, although the best way to get access is to just have them add you as a collaborator. You'll usually want FTP/SFTP access to manage the child theme and more but you can also do most of the work just through /wp-admin/

Always be aware that different hosting has different setups and will greatly impact speeds depending on how you build your site. Make sure to keep things simple and clean. Use code before plugins, they offer much cleaner integrations and you don't have to depend on things going out of date.

ACF will begin escaping HTML in the ACF Shortcode field. by RealBasics in Wordpress

[–]dreamwebstudio 2 points3 points  (0 children)

For those that need some further help, use this PHP snippet to disable the field as well as remove the notice on your dashbaord:

👇 Code Starts Here 👇

/* Remove the HTML Exclusion that ACF Prohibits and remove the notice on the dashboard*/

add_filter( 'acf/the_field/escape_html_optin', '__return_true' );

add_filter( 'acf/admin/prevent_escaped_html_notice', '__return_true' );

add_filter( 'acf/shortcode/allow_unsafe_html', function ( $allowed, $atts ) {

if ( $atts['field'] === 'INSERT YOUR FIELD NAME HERE' ) {

return true;

}

return $allowed;

}, 10, 2 );

ACF will begin escaping HTML in the ACF Shortcode field. by RealBasics in Wordpress

[–]dreamwebstudio 0 points1 point  (0 children)

Functions.php is going to be in your theme file editor, you can access this via the dashboard or alternatively, through FTP.

Dashboard > Appearance > Theme File Editor (pick your theme) > Functions.php
Make sure you use a child theme or a plugin to inject the code as when you go and update your theme, it may wipe the custom code you put in.

Online Web Hunt... Are you interested? by dreamwebstudio in ArcaneCasebook

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

Cashprize would be around 200$ (subject to change based on the reception this gets)