Fiable.biz
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Tools to develop wordpressThank you very much for your quick answer and your useful wordpress link. I’ve begun reading https://developer.www.ads-software.com/plugins . But you suggest proprietary IDEs to develop an opensource CSM. Hmmm… I hope I will find an opensource tool to find the places a PHP function is called and manage my small project. I also discovered recently PHP documentor, which helps.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to track function callsThank you very much fort your quick answer. But I’m not going to ask you each time I want to find a function call. As far as I know, there is nothing in PHP itself to find this. Isn’t there a convenient tool to find calls?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Fields variables documentationHello. Thank you for your answer. I don’t understand well your idea. One of the questions is sorting. Pods::find will not directly say that L212-2-1 is before A213. So I think I need to overload, or override the method. If I don’t have a dedicated class, my version of the method will not be used.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Fields variables documentationThank you. If field variables are not “really documented that well”, are there documented at all? Second question: is there anywhere an introduction to Pods code, or/and a guideline for contributions to the code?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Hierarchical data structureHello. I don’t understand why I was not notified when you posted. Thank you very much. Do you mean I shouldn’t use Pods at all? I need new fields and, later on, I would like to use that legal database in more than one website. So Pods advanced content type seemed to me an appropriate tool.
Thank you very much. I suggest to make the page https://pods.io/docs/build/how-to-create-a-custom-post-type more explicit.
Hello. I suggest you report this as an issue:
https://github.com/pods-framework/pods-website/issues- This reply was modified 4 years, 9 months ago by Fiable.biz.
Forum: Plugins
In reply to: [CKEditor for WordPress] How to add a skin to the rolling listThe solution I found is not elegant:
after having added the desired skin(s) in
wp-content/plugins/ckeditor-for-wordpress/ckeditor/skins
as explained above, edit the file
wp-content/plugins/ckeditor-for-wordpress/ckeditor_class.php ,
search for the word “kama”: you find the line
return !empty($skins) ? $skins : array('moono','kama');
and add “moonocolor” (If moonocolor is the skin you added), like this:
return !empty($skins) ? $skins : array('moono','kama','moonocolor');
Does anyone know a better solution?
Forum: Plugins
In reply to: [qTranslate X] Pre-path mode leads to error 404The fact that I should have gone to Settings – Permalinks – chosen “Post name” and “Save Changes”.
Forum: Plugins
In reply to: [qTranslate X] Pre-path mode leads to error 404Thank you very much indeed! But where is this piece of information? I can’t see it on page
https://www.ads-software.com/plugins/qtranslate-x/installationForum: Plugins
In reply to: [qTranslate X] Pre-path mode leads to error 404Deactivating all these plugins have no positive effect!
The site is now on line there:
https://myhome-cicm.org
but without the option “Use Pre-Path Mode”.Forum: Plugins
In reply to: [qTranslate X] Pre-path mode leads to error 404Thank you for your very quick answer. We’re quite new to WordPress, coming from Drupal. If I understand well this ecosystem, comparing qTranslate-X with HotThemes, the less you pay, the better is the service. ??
Title remover is there:
https://www.ads-software.com/plugins/title-remover
So far, our site is only local. I would prefer to solve the problem before putting the site alive.Forum: Plugins
In reply to: [qTranslate X] Pre-path mode leads to error 404Thank you. We reinstalled the package (which includes WordPress itself) from scratch, and tried again: the same problem occured. Changing the theme to “Twenty Fifteen” doesn’t solve the problem. The other active plugings are:
- Hot effects rotator
- Hot full carousel
- Hot gallery
- Hot lightbox
- Hot maps
- Simple local avatars
- Title remover
All were included in “kindergarten” package, except the last one.