CodeWatchers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: switched hosting. cant loging with new passwords to adminHi,
As a quick debug measure, you can create a test.html page on your new hosting and try to access using the browser. If you’re able to access to it (for example yourwebsite.com/test.hml), then that means you’re using the new hosting. If you’re not able, then that means you’re using the old on.Good Luck
Forum: Plugins
In reply to: [Gutenberg] Copying a number on a Width field of an image goes wrongLooks like it’s fixed now.
Forum: Plugins
In reply to: [Gutenberg] Copying a number on a Width field of an image goes wrongI’ll need to make more tests as probably it has been fixed on the recent update. I’ll keep you updated.
Forum: Fixing WordPress
In reply to: WP HTTP Error: Too many redirectsHi, i’m not logged, but i can see this : https://nimb.ws/5O4VRz,
and this seems to show the feed : https://osservatore.chiesapastafariana.it/rubrica/posta-pirata/feed/- This reply was modified 6 years ago by CodeWatchers.
Forum: Fixing WordPress
In reply to: Shop Page products with images, title, price not ligned upIn order to achieve your goal :
– make all products image has the same height & width
– force specific height for each product image (poor quality images might look very ugly).- This reply was modified 6 years ago by CodeWatchers.
Forum: Fixing WordPress
In reply to: Requiring one credential for all usersHi,
Does users need to input their username ? or that only consists of providing a password. If the credentials are the same… how the system should know that User A is logged and not User B?Forum: Fixing WordPress
In reply to: Grouped blocks don’t stay groupedHi,
I’ve tried to reproduce you steps :
– header
– video
But for me, the group remains visible. Note, there is a breadcrumb at the bottom left of the script which lets you navigate around groups and block. Can you screenshot that section after having clicked on a video that is supposed to be on a group? Here is my result :I’m using WordPress 5.4.1
Forum: Fixing WordPress
In reply to: Hacked siteThis is not part of your content? If not, you should consider scanning your website using WordFence would be useful here. You can also explore manually with an FTP.
Good Luck.
Forum: Fixing WordPress
In reply to: Shop Page products with images, title, price not ligned upHi, the link takes to a “Coming Soon” page.
Forum: Fixing WordPress
In reply to: Image display issues on safari and chromeDoes the browser throw any HTTP specific error on Safari? Open your dev tools while accessing your website on Safari.
Forum: Fixing WordPress
In reply to: Image display issues on safari and chromeHi,
It might be that or anything else, but that page has an un-closed tagWhile Google Chrome might fix some HTML validation issues, it’s not the case of all browsers. Solving this should take you in the right direction.
Good Luck
Forum: Fixing WordPress
In reply to: Where is the unseen page?Hi, “Your Latest Posts” actually points to a specific theme file either: home.php, front-page.php, or index.php. You should take a look at the hierarchy: https://developer.ww.wp.xz.cn/themes/basics/template-hierarchy/
So it’s not a “Page” that you can editing using the Page editor on WordPress, but it’s a template of a theme that is used instead.
Good Luck
Forum: Fixing WordPress
In reply to: Method for experimenting with new themeHi,
I think you need to use this kind of tool: SnapshotThat basically lets you quickly copy your DB that you can delay elsewhere. Normally, the manual way is safer (according to me) as it involves:
– creating subdirectory with WP (an exact copy of the original website can go)
– creating copy production side DB
– create staging DB and past copied DB
– adjust wp-config.php of the staging to points to your staging DB
– put whatever the theme you wantAdditionally, as it’s staging, it could be good to freeze your standing DB, using “Updraft Plus” is very handy for such needs.