my company just bought Soledad and I encounter a problem during the install :
when I click on the button "Install plugins ("Soledad needs some plugins to working properly. Please install and activate our required plugins") I get this :
"Désolé, vous n’avez pas l’autorisation d’accéder à cette page." ("sorry you're not allowed to go on this page") .
I tried to chmod 777 the directory but it didn't work
RESOLVED : I install the theme before to activate plugins and it works now.
1/ If you got that message, seem all the recommend plugins has been installed - so, no anymore plugin need to install => you get that message.
2/ Do you set featured image for each your posts? If not, let's write a php script to move all first image on your posts content and set it to featured image for each post. Check more guide here:
Hello,
my company just bought Soledad and I encounter a problem during the install :
when I click on the button "Install plugins ("Soledad needs some plugins to working properly. Please install and activate our required plugins") I get this :
"Désolé, vous n’avez pas l’autorisation d’accéder à cette page." ("sorry you're not allowed to go on this page") .
I tried to chmod 777 the directory but it didn't work
RESOLVED : I install the theme before to activate plugins and it works now.
Hi,
1/ If you got that message, seem all the recommend plugins has been installed - so, no anymore plugin need to install => you get that message.
2/ Do you set featured image for each your posts? If not, let's write a php script to move all first image on your posts content and set it to featured image for each post. Check more guide here:
https://wordpress.stackexchange.com/questions/60245/get-first-image-in-a-post
Use the result to set featured image for each post by use set_post_thumbnail() function:
https://codex.wordpress.org/Function_Reference/set_post_thumbnail
Best Regards,
PenciDesign