Forum Replies Created
-
Author
-
joeltoledoParticipant
OK Laura, thanks but this solution will change all the GRID KLEO POSTS.
Thanks for your help,
This ticket is closed for me.joeltoledoParticipantHello Laura,
at homepage where the KLEO POSTS displays the GRID content, not each post.
ThanksjoeltoledoParticipantI fixed this issue with plugin REALLY SIMPLE SSL.
CheersjoeltoledoParticipanton Chrome console there is the same issue :
Mixed Content: The page at ‘https://www.droithumain-france.org/’ was loaded over HTTPS, but requested an insecure image ‘http://www.droithumain-france.org/wp-content/uploads/2017/02/Sceau-FD-Bleu3002.png’. This content should also be served over HTTPS.
app.min.js:1 Mixed Content: The page at ‘https://www.droithumain-france.org/’ was loaded over HTTPS, but requested an insecure image ‘http://www.droithumain-france.org/wp-content/uploads/2017/02/Sceau-FD-Bleu3002.png’. This content should also be served over HTTPS.joeltoledoParticipantThis reply has been set as private.joeltoledoParticipantHi,
I installed Mailpoet Premium for 18 months with Kleo Theme and it worked fine. Now it appears that there is a javascript conflict with Kleo : I can’t upload content with the visual editor of Mailpoet and build a newsletter.
Here are the two conflicts :
http://www.droithumain-france.org/wp-content/themes/kleo/lib/importer/import.js?ver=1473179919
http://www.droithumain-france.org/wp-content/themes/kleo/lib/assets/admin-custom.js?ver=4.1Mailpoet support told me that “7thQueen have just need to enqueue those scripts on their pages, not all of them.”
They have a gist that they use to stop loading this files here – https://gist.github.com/vvaz/69af2589d25387a6afe1
joeltoledoParticipantHello,
I have upgraded VC to 4.5.1 and the homepage bad behavior was still there. I disable all plugin one by one and it SEO Plugin from Yoast which is conflict. Do you have any solution ?
The other thing is all add-on from Kleo disappeard because VC structure in admin changed.
Thanks,
Joël
joeltoledoParticipantHomepage not able to keep some enable features in the THeme General settings of the page in the Title section. For example when Hide the title and Hide the information are checked, and the page saved. When I come back to make some changes on the homepage, the boxes are not checked.
Thanks for your help.
Joël
joeltoledoParticipantHi, after all I was forced to re-install all from scratch.
It appears that the homepage have some troubles : it can’t keep some features such as hide Title, Hide, hide Information. I have always to check them when I upload a new version of the homepage.
http://www.droithumain-france.org
It is not a normal behavior.
Thanks,
joeltoledoParticipantIn fact I didn’t remember I put an invalide code into the frame of wp functions.php for better loading. Thanks. Joël
// Optimisation de Contact Form 7
add_action( ‘wp_print_scripts’ , ‘cf7_js’ , 100 );
function cf7_js() {
if ( !is_page(‘contact’)) {
wp_deregister_script( ‘contact-form-7’ );
}
}
add_action ( ‘wp_print_styles’ , ‘cf7_styles’ , 100 );
function cf7_styles() {
wp_deregister_style( ‘contact-form-7’);
wp_register_style( ‘contact7’ , get_template_directory_uri() . ‘/css/contact.css’ );
wp_enqueue_style( ‘contact7’, get_template_directory_uri() . ‘/css/contact.css’ );
} -
AuthorPosts