prouin
Forum Replies Created
-
sorted
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingThks a lot. Can you delete this then ?
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingAny feedback ?
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingPending only 2
1/ I would like to decrease the position of the Ginger pop up (check 1 ->)
4/ I would like to underline in white the -> not working.Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingThanks for your help !
For me it is not.
check below screen dump.
https://prntscr.com/a0imcqwould like to have the
1/ I would like to decrease the position of the Ginger pop up (check 1 ->)
2/ I would love to center the button OK
3/ On overlay would love to have the same size. OK
4/ I would like to underline in white the -> not working.Many thanks for quick feedback!
GrazieForum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingAny feedback ?
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingI m trying to style Ginger EU for a client on https://www.gainjet.net/gainjetsite
I would like to have the following result.My issues :
1/ I would like to decrease the position of the Ginger pop up
2/ I would love to center the button
3/ On overlay would love to have the same size.
4/ I would like to underline in white the but the CSS styling is not working.Here is my custom CSS
.ginger_container.top {
left: initial;
right: 20px;
top: 20px;
height: 220px;
width: 200px;
}
.ginger_btn{
padding:3px !important;
font-size:12px !important;
width: 120px !important;
margin:3px !important;
}
.linkstyle
a:link {
color: #ffffff;
text-decoration: underline;
}/* visited link */
a:visited {
color: #cccccc;
}/* mouse over link */
a:hover {
color: #ffffff;
}/* selected link */
a:active {
color: #ffffff;
}Additionally the Ginger EU cookie pop up is featured on left page on IE instead on right (as it is on Chrome/Safari/Firefox).
Here is my html
<h1 style=”font-size: 13px; color: #fff; margin-bottom: 0px;”>Cookies Policy</h1><p style=”font-family: Roboto, sans-serif; font-size: 10px; text-align: justify; color: #fff; line-height: 19px;”>GainJet.com uses cookies to improve user experience. We also show safe and secure advertising to support this site. By using our website you consent to our cookies in accordance with our Cookie Policy.</p>Thanks a lot for your kind help.
Best rgds
Forum: Plugins
In reply to: [Contact Form 7] not validating contact form 7New update solved it. Thks
Forum: Plugins
In reply to: [Contact Form 7] not validating contact form 7Unfortunately no. Don’t understand really where is the conflict and how to solve it?
Your help is highly appreciated.
Phil
solved.
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Can't see tagssame for me.
Forum: Fixing WordPress
In reply to: PHP warning: require_once … failed to open streamOk. sounds ok now. I have found the original package
require_once(TEMPLATEPATH . ‘/functions/admin-menu.php’);
is the right code.
do not understand what happened. All is fine now.
thanks for your help !!!Great support.
Philippe
Forum: Fixing WordPress
In reply to: PHP warning: require_once … failed to open streamnot working
Parse error: syntax error, unexpected ‘)’ in /homez.707/brandingy/www/wp-content/themes/chronos_wordpress_theme/functions.php on line 8
Philippe
Forum: Fixing WordPress
In reply to: PHP warning: require_once … failed to open streamjust like that. nothing else.
instead of require_once(TEMPLATEPATH . ‘/functions/admin-menu.php’);right ?
Philippe
Forum: Fixing WordPress
In reply to: PHP warning: require_once … failed to open streamI realize that it would be more
get_template_directory(TEMPLATEPATH. ‘/functions/admin-menu.php’);
right ?
Philippe