Pierre_02
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Still a little bug if a post title or tag contain the (more) signHi TacoVerdo,
here it is : https://cdn.tips02.fr/uploads/sites/2/2015/11/screenshot.jpg
Amicably,
Pierre.
Hi,
Could you, please, add the possibility to apply a selected template, easyly, too all selected galleries ?
TIA
Pierre.
Yep, same problem here :)… Once a template have been apply, I have no solution to apply, easyly, a new template to all my selected galleries.
De rien Rachelle ;).
And as I saw you use the Divi theme, you can customize yourself the spinning wheel ;).
by adding this in your styles.css file for example :
.fbx-loader>div:before {
font-family: ETmodules;
content: “\e07c”;
}PS Don’t forget to remove the rule “display:none;” above, if you want to be able to see this “cool” effect ;).
Amicalement,
Pierre
Hi,
you can easyly hide the spinning wheel from lightbox by adding this in the stylesheet of your theme (in styles.css) ;)…
.fbx-loader {
display: none;
}Amicalement,
Pierre.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Possible set quality crop+1 ??
Hi angelo,
I don’t understand your “answer”… I talk about pagination with YOUR custom post type… I use “standard” WP query, who usually works perfectly. The only CPT where it doesn’t work is yours. I thoudght you could have a look on your side to see where is the problem (perhaps in the rewrite rules you add in wp_options).
I don’t understand why you “refugees” behind the support policy rather than trying to help me and probably correct a little bug on your side.Pierre
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.
https://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.php
preventing 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 : [email protected]
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.