Aurélien Denis
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] Translate CPT slugsHi!
It seems to works fine now for both CPT archives and single CPT post!
Just 2 things:
is_singleis better 😉- It doesn’t work for Easy Digital Downloads post type. Need to spend more time on this
Thanks for your great help!
Forum: Plugins
In reply to: [MultilingualPress] Translate CPT slugsHey thanks for your detailed answer (I love “crêpes” too!).
It would be an amazing feature to get it in the plugin admin.
I tried your code but I get 404 error even if I flush permalink of both sites…
Forum: Plugins
In reply to: [MultilingualPress] Translate CPT slugsHi,
exactly!
Let’s say we have a CPT for Books. My URL is : domain.com/book/my-book
In French, it should be : domaine.fr/livre/mon-livre
Forum: Plugins
In reply to: [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] PHP WarningOK. Thanks.
Forum: Plugins
In reply to: [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] PHP WarningI can’t edit too. Thanks for tagging it. I’ll mark this topic as resolved since it’s not a bug in your useful plugin! FYI, we recommend it in our premium WordPress themes. 😉
Forum: Plugins
In reply to: [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] PHP WarningThanks for you answer which help me understand the behavior. I’ll check my server with my admin sys. 🙂
P.S : can you edit my post and removed the domain URL?
Forum: Plugins
In reply to: [Mailjet Email Marketing] Breaks admin CSSHey it seems to solved the bug!
Forum: Plugins
In reply to: [Mailjet Email Marketing] Breaks admin CSSHi,
here is a screenshot showing a conflit with Breadcrumb NavXT:
http://www.tiikoni.com/tis/view/?id=81d014dThe problem is related to the fact that this CSS is loading in all part of WP admin :
href=’//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css?ver=4.3.1′ type=’text/css’ media=’all’ />
Forum: Plugins
In reply to: [Mailjet Email Marketing] Breaks admin CSSHi,
here is a screenshot showing a conflict with the plugin Breadcrumb NavXT: http://www.tiikoni.com/tis/view/?id=81d014d
The problem is that this line is loading in all part of the WP admin:
<link rel='stylesheet' id='jquery-ui-css' href='//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css?ver=4.3.1' type='text/css' media='all' />Forum: Plugins
In reply to: [WP-DownloadManager] File does not existsThanks for your answer. The path was wrong. 🙂
Forum: Plugins
In reply to: [iQ Block Country] Filtering custom post type / custom taxonomiesHey thanks, I’ll test it!
Forum: Plugins
In reply to: [WPFront Scroll Top] Bug in WP-AdminHi,
oh sorry, I really think that was a bug… thanks for your reply!
Forum: Plugins
In reply to: [iQ Block Country] Filtering custom post type / custom taxonomiesHi Pascal,
can you send us a beta version?
Forum: Plugins
In reply to: [iQ Block Country] Filtering custom post type / custom taxonomiesHi Pascal,
thanks for your answer. I’m available to test if you like. 🙂
Same problem here. Tabs not working on multisite install.
Here is the console error (jQuery chosen precisely) :
<script type=”text/javascript”>
jQuery(document).ready(
function () {
jQuery(‘#yoast-ga-form-select-settings-analytics_profile’).chosen({
group_search : true
});
jQuery(‘#yoast-ga-form-select-settings-ignore_users’).chosen({placeholder_text_multiple: ‘Select the users to ignore’});
}
);
</script>Thanks