miratuweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Paginate] Override in Basel ThemeHi, this is the code, but it doesn’t work. If I insert your code the site crashes.
if(1 != $pages)
{
echo “<div class=’basel-pagination’>”;
if($paged > 2 && $paged > $range+1 && $showitems < $pages) echo “«“;
if($paged > 1 && $showitems < $pages) echo “‹“;for ($i=1; $i <= $pages; $i++)
{
if (1 != $pages &&( !($i >= $paged+$range+1 || $i <= $paged-$range-1) || $pages <= $showitems ))
{
if ( $paged == $i ) {
echo “<span class=’current’>”.$i.”</span>”;
} else {
echo ““.$i.”“;
}
}
}if ($paged < $pages && $showitems < $pages) echo “›“;
if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo “»“;
echo “</div>\n”;
}Forum: Plugins
In reply to: [WP-Paginate] Override in Basel ThemeYes, I tried with all the options in the settings, but it doesn’t work.
ThanksOk, thank you. The problem is that the fields are required, and if you hide some of them, you can’t go on filling the form.
Hello, djdminus, the form doesn’t work if you hide the css. And there isnt’t update for this. And they told me in Support that they can’t give me the code for fix it.
The address field is removed with CSS, but is still activated, and people can’t register, neither a guest. PLease, how I can deactivated the address field.
Thanks
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Events in Team contentOk, thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Events in Team contentYes