Bruno Souza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with google searchThis is the Google tool to Remove outdated content from Google Search.
Forum: Fixing WordPress
In reply to: Product comparisonHello,
If you are using WooCommerce and a page builder like WPbakery, you can add content blocks, headings, text etc to your product page.
Cheers!Forum: Fixing WordPress
In reply to: pixels of the imageHello!
I believe Woocommerce is changing your images sizes. Follow these steps to change single product image size:
Go to Appearance > Customize
Then go to WooCommerce > Product Images
Write your desired width in “Main image width” field.
Click on “Publish”.I hope it helps.
BrunoForum: Requests and Feedback
In reply to: Reader CommentsAh! And I found this other post on your website that allows comments: https://www.davidallanvan.com/wordpress-resources-at-siteground/
Forum: Requests and Feedback
In reply to: Reader CommentsHi David,
I can see that you have a dummy post here: https://www.davidallanvan.com/2018/08/
It is maybe what people is finding and leaving a comment.
Seems that you are not using blog posts, so on your dashboard you can go to “POSTS” and delete all dummy posts there.
So you might not receive comments anymore.
I hope it works.
BrunoForum: Fixing WordPress
In reply to: Loading Speed ProblemHi there,
I can see the results on Gmetrix here: https://gtmetrix.com/reports/shirtowl.co/NWjhzLxb
And it shows a pretty good loading speed of 5.9 sec for the kind and amount of content you have there.
I believe that the next step to improve your speed would be to add a CDN (Content delivery network) The famous one is cloudflare.com
Regards
BrunoForum: Fixing WordPress
In reply to: Page speed and mobile friuendlyHi there,
Here is the result on Google’s mobile friendly test
https://search.google.com/test/mobile-friendly?id=UBWFE4EtE2bICsP-C-aX4w
It says that the page is not mobile friendly because: “Clickable elements too close together”
For what I can see seems, your “more news” posts are collapsing one too close to the other on mobiles.Forum: Everything else WordPress
In reply to: How to remove header Menu BarI thought you want to delete just the thin light grey row on the top.
If you would like to delete the whole menu row. Try:.header-container .vc_row {
display: none;
}I hope it helps ??
Forum: Everything else WordPress
In reply to: How to remove header Menu BarHello!
.header-container .topbar {
display: none;
}I hope it helps ??
Forum: Fixing WordPress
In reply to: Can’t set password for new usersHello,
When you click on the button “Show Password” it should appear a field with a password suggestion. You just need to change the suggestion to the new password and click “add new user”.
If the field is not appearing after clicking on “show password”:
1 – Logout from your WordPress dashboard
2 – Clean your browser data
3 – Login back and try again.
I hope it helps ??Forum: Requests and Feedback
In reply to: How to reduce on the White space between Logo picture and MenuHello,
Your current header padding-bottom is 55px. To reduce to 25px. try:.header-style1 .main-header .af-flex-container {
padding-bottom: 25px;
}I hope it helps ??
Forum: Fixing WordPress
In reply to: White spacebar before footer on each pageHello,
(1)- I can see that you are using Nimble Builder plugin.
a – If you designed your footer using it check if there is no empty row above the footer. If yes, just delete the row.
b – Check if there is an “empty row” on the bottom of each page. If yes, just delete the row.(2) – If it is not (1) Check if your framework is setup to add a header to each page. If yes, disable it.
Forum: Requests and Feedback
In reply to: cannot edit into the pages after updatesHello,
My main guess is that your website have been updated to WordPress latest version and it became incompatible with the theme or more likely with a plugin specially if you are using a “page builder” plugin like WP Bakery.
My advice is to update the theme and all plugins to the latest version.Forum: Fixing WordPress
In reply to: Automatic page forwarding / redirectHi there,
I cannot reproduce the problem.
I went to https://thecambridgeconsultant.com/product/fit-interview-coaching/
Clicked on a product “Consulting Cover Letter Coach”
And it linked to the right page: https://thecambridgeconsultant.com/product/consulting-cover-letter-coaching/Forum: Fixing WordPress
In reply to: Paragraph Breaks in Paragraph BlockHi asatheren,
When you editing a text on WordPress press Alt + Shift + h (Option + Control + h for Mac) and you will see a list of keyboards shortcuts that you can use.
Here is an article with more information about it: https://www.wpbeginner.com/beginners-guide/21-most-useful-time-saving-wordpress-shortcuts/
I hope it helps.
Bruno