Darkn3ss
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I have same problem with other 2 sites
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Ginger Cookie mi blocca un pluginHo praticamente cercato in ogni singolo file del plugin
non c’è nessun “<div id=’pw_woo_ad… sto impazzendoForum: Plugins
In reply to: [Ginger - EU Cookie Law] Ginger Cookie mi blocca un plugingrazie mille della risposta.
Devo ritrovare dove sta quel codice jquery perchè è un plugin che lo creaForum: Plugins
In reply to: [Filterable Portfolio] Hide "All"I answer himself.
I’ve used a javascript on header page of my theme.<script type="text/javascript"> function goToAnchor() { var redirecthome = "http://www.yoururl.it/#home"; var redirectall = "http://www.yoururl.it/#all"; if (window.location.href !== redirecthome){ location.href = "#home"; } } </script>where “#home” is the slug of one category called “home” then in home page appears category home only.
I call the function this:
if (is_page(3394)){ ?><script>goToAnchor();</script><?php }where 3394 is the ID of my home page.
Forum: Plugins
In reply to: [Filterable Portfolio] cropped imageI resolved himself, thi is the solution:
in portfolio.php I changed the function add_image_size in
add_image_size( ‘portfolio-thumb’, 600, 424, false );
Viewing 5 replies - 1 through 5 (of 5 total)