Pierre_02
Forum Replies Created
-
Hi,
some news ? Because it’s a developpment website, i have to reactive its login process to hide it…
Have you’ve been able to do some tests ?
TIA,
Pierre.
Hi angelo,
here is a pae with a tag.
http://dev9.tips02.fr/events-tags/anticipez_transposez/in the “footer” you’ll find to link part to paginate :
the one with “Page 1 sur 2” is a function I wrote to make the paginate working the other one is the WP native.
previous_posts_link(‘Β« Page prΓ©cΓ©dente’); and next_posts_link(‘Page suivante Β»’, $query->max_num_pages);TIA,
Pierre.
Hi caimin,
yes for sure, this is the first thing I’ve done. I’ve made a lot of tests and the only one who’s working is to pass the ‘page’ variable in a querystring :(…
I wrote a little function for that, but it’s really not clean.I’ve done a little echo of the page/paged variable like this :
global $paged;
echo “$”.get_query_var(‘page’).”$”.get_query_var(‘paged’).”$”.$paged.”$”;/*** WRONG PART, as the pagination works on others CPT, I’ve used the standard pagination rewrite rule, so below this line is useless ***/
And I’ve done some tests with others customs posts types, I use to compare the results by passing the ‘page’ variable as querystring.On first page my tags page returns : $$0$0$. That’s the same value that with other CPT.
On second page it returns : $2$0$0$. That’s not “correct”, my others CPT return $$2$2$.
It’s, perhaps, the beginning of an explanation
/*** END WRONG PART, SORRY π ***/PS. The rewrite works fine for events but not for tags.
TIA for help.
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] French translationOk Tom, french translation done ;).
You just forgot to add a reference to “megamenu” line 2551 of
classes/settings.class.phppreventing the translation to be applied ;)…You can contact me at the email address above to get the files ;).
Friendly,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] French translationHi Tom,
yes no problem for me I’ve already done some plugin translation (around 8 or 10) so it’s not a problem for me ;).
I’ve to go for one week, but I’ll can work on it when I’ll be back.
It will be simplier if you send me a mail, BTW I’ll be able to send the files to you when the translation will be done ;).Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] French translationHi again Tom π !!
a little up for the french translation ;)…
If you want to contact me about it, here is my mail : translate@tips02.fr
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] Add the possibility to have a differnt color by borderTrue ;).
Ok, I understand i’ll do it by css rules.
Anyway thanks again for your quick answer.
Amicably,
Pierre.
COOL π !!
Once again, thanks a lot Tom π !!
Amicably,
Pierre.
Resolved :).
Forum: Plugins
In reply to: [Max Mega Menu] Add the possibility to have a differnt color by borderMy “problem” still exists for the sub-menu…
I have no possibility to add a border on mouse over for sub element in a flyout menu.
So my request for a future implementation of a customized border width and color is still valid too :).
Thanks again Tom.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] Add the possibility to have a differnt color by borderOk π !! I’ve find a way to do it π !!
But the idea for the littles arrows is still valid ;)…
TIA,
Pierre.
Done π !
Thanks again !!
π Great !
I really appreciate your help !
Thanks a lot Tom ! You’re a cool guy π !!
Have a great and nice day π !!
Friendly,
Pierre
Hi Tom,
No, I just want to be able to add mine (no need to change it) ;).
TIA Tom.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] How to keep class define with "menu_class"Ok, thanks Tom, I’ll find an other way to do it ;)…
Amicably,
Pierre.