Mateo
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Pop-up notification of product purchaseHi @tkacki !
I can give you a code for solve that issue.
Paste this in to custom CSS, is located on Appearance > Customize > Add CSS..wcsales-sale-notification { display: none; }This should finish with your problem, but also i recommend to you go to the Blocksy Forum, they could give you an alternative method to solve it.
Let me know if it worked for you.
Regards!!My apologies, i had not understood!
Unfortunately, most CLS problems require writing code. But there are also some things you can try.Including width and height size attributes in images and video elements is one of them. But if you are using Gutenberg, it will automatically assign them a dimension, otherwise it will set a default size.
Preload resources.You can do it using this plugin: https://wordpress.org/plugins/autoptimize/
However, be careful that you’re only preloading the most important resource (e.g. the font for your above-the-fold content). Using preloading too much will slow down your site.Consider using a system font stack. Not only does this solve font loading issues, but it will also reduce the number of HTTP requests and speed up your site. Some themes, like GeneratePress, make it super easy to use a system font stack.
Just in case, i leave you this article that could help you, take a look. Keep me informed!
- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Moved site url and now wordpress is not saving.I will continue investigating the problem, if i find a solution i will share it with you.
Regards!Forum: Fixing WordPress
In reply to: Moved site url and now wordpress is not saving.Try clearing your caché, CTRL+Shift+R if you are using Windows or Cmd+R if you are using Mac.
Forum: Fixing WordPress
In reply to: Moved site url and now wordpress is not saving.Hello @mauricio-gouvea!
Is it your site updated to the latest version of WP? Also check if the plugins are too. I’m waiting for your answer!!Forum: Fixing WordPress
In reply to: Error 403 on archive pagesForum: Fixing WordPress
In reply to: Tabs on siteForum: Fixing WordPress
In reply to: A Scam Website is using my company’s phone numberI can advise you to make the corresponding complaint.
If you write the link to the page here, you will get extra information that may be useful to you.
Regards!Forum: Fixing WordPress
In reply to: Page Blazing Fast on Chrome but Slow on Safari on MacTake a look at these articles, maybe they will help you:
- https://www.webnots.com/fix-safari-slow-loading-pages-mac-os-x/
- https://wordpress.org/support/topic/website-loads-extremely-slow-in-mobile-safari-but-fine-in-chrome/
Regards!
Forum: Fixing WordPress
In reply to: Website Not working with moblieIs not looking like this maybe because you change the wp theme, check if the wp theme active is the same that in the photo you want.
By the way, i see this:Forum: Everything else WordPress
In reply to: Embedding Streaming PlatformYou’re welcome, tell me any doubt!
Forum: Developing with WordPress
In reply to: How to add a colored block in WordPress Post ContentYou’re welcome! Try gutenberg without fear, it is a very useful tool that improves day by day.
See you and good luck!Forum: Fixing WordPress
In reply to: Low page speedHi @victoria303!
Read this , could be useful for youForum: Fixing WordPress
In reply to: Website Not working with moblieYour theme is loading correctly on the mobile. Due to dimensions, it looks different, but it is running perfect. What you can do is edit the responsive and adjust the size of some elements. Here is an article that can be of great help: https://getflywheel.com/layout/make-wordpress-site-mobile-friendly/
Regards!Forum: Everything else WordPress
In reply to: Embedding Streaming PlatformHey there!
There are two ways to embed a live streaming video in WordPress.
Method 1- Creating a post. You can add the code to your website by going to your WordPress dashboard and choosing to either add a new post, or edit an existing one. Finally, click the Text tab, and paste in the code. You can now publish your post, and your live stream will be embedded on the front end of your website.
Method 2- Using a plugin. Exist a lot of plugin for implement live streaming, here are some:Also you can use a theme for live streaming like “VideoPro“.
Now it remains to choose the method that you like the most.
I hope that this solve your doubt, kind regards!!