Forum Replies Created
-
AuthorPosts
-
Corrado
ParticipantThank you… my project at the moment is in stand by so I’m not in a hurry, I restored the previous release and will wait next release and I hope that excerpt will be shown instead of the full text, I think is quite a common requirement.
Corrado
ParticipantOk
keep me informed
Corrado
ParticipantSettings > General IS IN ITALIAN and the website is only in Italian at the moment.
I’m a web developer so I manage several websites and some of them are multilanguage, usually I use and I know well WPML. In this project I do not need that at the moment so there is not WPML or anything else.
Corrado
ParticipantHi there I just uploaded the last plugin version and the issue is gone.
Good!Beside that I wish to translate in italian: NO MATCHING EVENTI LISTED UNDER SPORT. PLEASE TRY VIEWING THE FULL CALENDAR FOR A COMPLETE LIST OF EVENTI.
in your language file the string is there all seems fine and has been translated correctly but still my system is showing the english version not italian.
Corrado
ParticipantI deactivated again all the plugins but nothing new.
Corrado
ParticipantHi… Post Types Order plugin was its fault! deactivated and all is fine.
Corrado
ParticipantI did
all is the same
Corrado
ParticipantThis reply is private.
Corrado
ParticipantHi … i checked with the new release of the plugin and noted the problem I told you.
I did what you said but is not working it was before the new release.
you can see that well here
http://www.corradoprever.com/webtest001/eventi-piemonte/categoria/enogastronomia/Corrado
ParticipantKeep going with the good job, hope will be better soon.
Corrado
Participantis not the list, is the calendar itself, if there is 2 times in the calendar the same number example 3 September 3 October you get duplicate id issue
Corrado
ParticipantHi there, maybe I was not clear.
Anyway I solved the issue with a trick.Changing with Event Rocket the real homepage with events mainpage make WP quite mad because is not recognizing anymore which is the homepage.
Even the WP home conditional tag is not working for homepage anymore.
<?php
if ( is_home() ) {
// do something
}
?>So is not possible in a normal way to ‘take out’ something (some widget) ONLY from homepage.
On the other way you can take out or take in widget normally in every page, no problems on that.
My workaround was this one using JQUERRY
var address = window.location.href;
if( address == “http://www.mywebsite.com/”) {
$(“body”).addClass(‘myhomepage’);
}So now I have ‘myhomepage’ class ONLY on the homepage body and so can select and take out or take in what I want ONLY on homepage.
Just use css like this–> body.myhomepage #mywidget { display:none; }
Corrado
ParticipantI did, it show, but it works really badly…. always said nothing found.
Is not ‘really works’ because the page is single event.Corrado
ParticipantSure I need this plugin to sort
Corrado
ParticipantHi there, I did as you said, I can see the bar in single event page but is not working at all.
-
AuthorPosts
