manafactory
Forum Replies Created
-
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingI’m sorry but we cannot be involved in specific css problem and customizations.
We have few time and we must focalize on new development and bug fixes.I suggest you to try forcing height and text-decoration
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Plugin updateCiao,
puoi indicarmi il sito in cui riscontri il problema?Per aggiornarlo manualmente puoi scaricare il plugin e sovrascrivere la directory esistente.
Il fatto che tu non riesca ad aggiornarlo dal repo wordpress mi fa ipotizzare che il problema sia altrove, non riesco a replicare il comportamento che hai indicato.Attendo tue
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingHi prouin
try to force css rules with !important directive, like this:.ginger_container.top { left: initial !important; right: 20px!important; top: 20px!important; height: 220px!important; width: 200px!important; } .ginger_btn{ padding:3px !important!important; font-size:12px !important!important; width: 120px !important!important; margin:3px !important!important; } .linkstyle a:link { color: #ffffff!important; text-decoration: underline!important; } /* visited link */ a:visited { color: #cccccc!important; } /* mouse over link */ a:hover { color: #ffffff!important; } /* selected link */ a:active { color: #ffffff!important; }
In my local install it worked
Hi,
in the last release you will find a feature to disable accepting cookies in privacy policy page
And also the possibility to configure pages in which disable ginger bannerBye
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Turning cookie notice off for specific pagesHi Paul,
in last release (3.1.5) you will find the option to disable ginger for specific pagesBye
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] NID cookie doesn't blockedWe will investigate on it.
Clearly if google map is not blocked, cookies are not stoppedForum: Plugins
In reply to: [Ginger - EU Cookie Law] StylingHi Phil,
we have not received your mail, can you write here your problem?Forum: Plugins
In reply to: [Storymaps] Media image is ignoredI have found the problem:
on storymap-core.php
$image = get_field(‘sms_media_image’, $slide->ID);
$image = ($image != null) ? wp_get_attachment_image_src($image) : false;This second line is unuseful, wp_get_attachment_image_src expect an id.
If you comment that line on row 249 it work.Maybe developer should fix it
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] NID cookie doesn't blockedThanks for the tip
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Ginger Cookie mi blocca un pluginciao,
ho controllato il tuo html, e ho notato queste 2 righe:jQuery("<div id='pw_woo_ad_grid_result_470_yoursearch' class='selected-result'></div>").insertBefore("#pw_woo_ad_grid_result_470"); jQuery("<div id=\"pw_woo_ad_grid_result_470_temp\" style=\"display:none\"></div>").insertBefore("#pw_woo_ad_grid_result_470");
Se guardi la differenza tra la prima e la seconda, nella prima utilizzi un apice (‘) per l’id del div inserito da jquery, nella seconda un backslash (\”)
Utilizzando in entrambe le righe il backslash \” dovresti risolvere il problema.
ho anche notato 2 errori nel markup html (dopo aver accettato Ginger):
un errore jquery:
Uncaught TypeError: Cannot read property ‘length’ of undefinede una serie di errori html:
https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.equilibratamente.it%2Fit%2Fshop-lista%2FTi consiglio di risolvere entrambi per essere certo che Ginger non spagini
Ciao
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] NID cookie doesn't blockedHi Salsereta,
can you send me an example url?Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Ginger Text Overwrites SEO DescriptionHi,
we have released a new releade (3.1.4) that implement googleoff indicization as described here:
https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/preparing.htmlthanks for the tip
You can force alignment with css custom inside ginger options, with this rule:
.ginger_banner{
text-align:center;
}@blindpet you can update to 3.1.3 release to test Matt suggestion with bwp options
@matt thanks for the tip.
We will correct misspelling in the next release, and we will delay a bit ginger script action as suggested!