Saltar navegación

[Resuelto] After moving site page not found

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 10 respuestas, tiene 1 mensaje.

Última actualización por jillT 1 day, 9 hours ago.

Asistido por: Minesh.

Autor
Mensajes
#2872865

I have just moved a site to a new server. I then had to deactivate Toolset as the site was having problems. After reactivating, when I click to view a custom post with a custom single post template it goes to a 404.

Please allow me to post privately so I can send you details and login

#2872971

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

First of all - I would like to know, how you moved the site from one server to another?

Please check the following Doc:
- https://toolset.com/faq/how-do-i-migrate-a-wordpress-site-from-one-domain-to-the-other/

#2872976

I created a new wordpress site on the new server and restored a backup using UpdraftPlus. I have done this hundreds of times with no problems

#2872996

OK, I managed to get it working but the archive is not displaying in columns

enlace oculto

Template code:

[wpv-layout-start]
[wpv-items-found]
<div class="photo-albums">
<!-- wpv-loop-start -->
<wpv-loop >
<div class="columns">
<div class="album-border">
enlace oculto
</div>
<div class="album-name">[wpv-post-link]</div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
</div>
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]

Following is the css:

.photo-albums {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px 5px;
width: 100%;
text-align: center;
}

.photo-albums .columns {
flex: 0 0 230px;
width: 230px;
margin: 0;
box-sizing: border-box;
font-size: 14px;
}

.photo-albums .columns .album-border {
background-image: url("route/album-frame.png");
background-repeat: no-repeat;
background-position: center top;
width: 230px;
height: 183px;
padding-top: 15px;
margin: 0 auto;
box-sizing: border-box;
}

.photo-albums .columns .album-border img {
display: block;
width: 200px;
height: 200px;
max-width: 200px;
object-fit: cover;
margin: 0 auto;
}

.photo-albums .columns .album-name {
width: 230px;
min-height: 80px;
height: auto;
margin: 0 auto;
padding: 5px 0;
box-sizing: border-box;
}

.photo-albums .columns a:hover {
opacity: 0.3;
}

#2873107

Minesh
Colaborador

That is strange.

Can I have problem URL and admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2873111

Minesh
Colaborador

It seems that you forget to share the admin access details password.

Can you please share admin password.

I have set the next reply to private which means only you and I have access to it.

#2873113

I realised as soon as I hit submit and edited the post immediately adding the password. Here it is again: I didn't realise this was not private. Please see the original private message

#2873114

Minesh
Colaborador

Can you please check now:
=> enlace oculto

Why you use custom CSS I'm not sure - may be fore custom style.

Have you tried "Loop Wizard":
=> enlace oculto

#2873115

Thank you. What did you actually do please?

This is an old site and was required when first built.

#2873116

Minesh
Colaborador

I just added the CSS you shared and with the following Toolset Settings:
=> enlace oculto

From the "Bootstrap loading" section I've set the option "Toolset should load Bootstrap 4".

#2873117

thank you