florencelecat
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] files attached not receiving (transformed on mail)Hy sorry for the delay to reply. I investigated and
i received mime format mail on outlook (mdaemon) but it works (the file attached is available) via webmail.Forum: Fixing WordPress
In reply to: impossible to connect to adminthank you for your reply. I finally found that it was caused by a plugin.
thanks a lot
Forum: Fixing WordPress
In reply to: impossible to connect to adminHy,
I can access to log and here are the main problem (admin-ajax.php)
i have two main error logs as below:FastCGI: An error happend on Fastcgi processing, fallback to CGI, referer: …/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=1&cronKey=…
wp-admin/admin-ajax.php” aborted: idle timeout (300 sec), referer: …/wp-admin/admin-ajax.php?
Is somebody had advice in order to solve my problem and connect to our back?
thanks a lotoHy,
I found via google search console. thank you for your replyForum: Plugins
In reply to: [WooCommerce] how to add require status for review fieldI mean that if you don’t fille review and just rate, an error message on a new page appears so you have to come back (and find)to the page (not very good to leave a review).
I just would like to add to the review title line the following mention = (* require)how can I do it?
thanks a lotForum: Plugins
In reply to: [WooCommerce] how to hide VAT data without disable vat calculationsI found the solution
thank youForum: Plugins
In reply to: [WooCommerce] how to hide VAT data without disable vat calculationsthanks. it is possible to help me as with a child theme I don’t know how to do and which css to add
Forum: Themes and Templates
In reply to: [Hueman] change message in Search widgetI have chosen the second option and perfect it is ok
thanks a lot
Forum: Themes and Templates
In reply to: [Hueman] have image on header instead of colour backgroundNo I did not modify the header.php, just css added and did not select any menu as you advised to me (.3).
what are you advice to me to have just my header image on top without margin or at least a very small one (2 or 3px)?http://compagnielafoliedelange.fr/
thanks a lot
Forum: Themes and Templates
In reply to: [Hueman] change logo size on footersorry I forgot
http://compagnielafoliedelange.fr/thanks a lot
Forum: Themes and Templates
In reply to: [Hueman] change colour of left sidebarsuper thanks a lot and if I want to have colour border espcially on right side as i already have for the whole page ?
thanks
Forum: Themes and Templates
In reply to: [Hueman] have image on header instead of colour backgroundThank you for your help
it is almost correct as I always margins on each side and at the bottom. for the bottom, it may be the location of the menu that I removed, isn’t it?
Please could you tell me how I reduce margin on each side and on bottom
thank you very much(url site: http://compagnielafoliedelange.fr/)
CSS added:
‘#header {
background: url(http://compagnielafoliedelange.fr/wp-content/uploads/2016/02/bandeau-haut1-e1456370561267.png) no-repeat center top;
height: 500px;
}
/* push the header menu down */
#header .pad {
height: 500px;
}
/* reduce content margin to align with bottom of menu */
#page {
margin-top: 0px;
}/* media queries to accomodate above changes */
@media only screen and (min-width: 720px) and (max-width: 1200px) {
#header .pad {
height: 500px;
}
#page {
margin-top: 0;
}
}
@media only screen and (max-width: 1200px) {
#header .pad {
height: 500px;
}
#page {
margin-top: 0px;
}
}’Forum: Themes and Templates
In reply to: [Hueman] have image on header instead of colour backgroundI forgot one thing as well regarding the header. is it possible to change the height? Where? custom CSS?
thank you very much for your help
Forum: Plugins
In reply to: [Contact Form 7] Contact form7 – File attached does not appear in the mailIt works now. thanks a lot, it was obvious but I did not see it.