burria
Forum Replies Created
-
Forum: Plugins
In reply to: [Laika Pedigree Tree] Nothing is showing in pedigree treeHello @1sadia11,
thats weird, did you connect the pet with a father and&or a mother?
I’m not sure I understand your second question, but it’s a pet per post.Forum: Plugins
In reply to: [Felicette Pedigree Litters] Parents and childrenHi @thenoisies, thank you very much.
You can create litters with Felicette and then show them in the individual page generated in Laika. You’ll have to configure it in settings.
Hi, sorry for answering so late. I was thinking about short codes but at the moment I only fix bugs for lack of time. Maybe in the future.
Forum: Plugins
In reply to: [Laika Pedigree Tree] FooGallery on Pet Page doesn`t workHi @monafp, maybe you could try with javascript/JQ, it’s not the more elegant solution but it may do the job.
take a look at that:
https://stackoverflow.com/questions/7628627/change-order-divs-with-jquery
Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BRYou should try changing the theme though
Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BRin “Aparencia” change your theme to check if its and incompatibility with your theme.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Laika Tree on mobile DeviceIt needs some changes to become responsive, at the moment it’s not supported and you must edit it with your own meta queries for small devices (in the CSS).
- This reply was modified 8 years, 7 months ago by burria.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BRem “escolher da lista” no filho, você vê a mãe e ao pai?
Pode colocar o tema Twenty XXX (default), assim vamos saber se o problema é do tema.Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BRHi,can you try with the default theme?
Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BRI fixed that line, but I’m not sure if it will fix your issue, because I’m unable to reproduce it (I see a couple of unrelated warnings though). Please update your plugin and tell me if it works.
If it doesn’t work, can you show me your configuration wp-admin/options-general.php?page=laika-fields
Does the content gets created even though there are warnings?
Thanks
Forum: Plugins
In reply to: [Laika Pedigree Tree] Plugin doesn’t work WP version 4.8.2-pt_BR@silvestrejn thank you, I’ll try to reproduce it and fix ASAP.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Sort ThumbnailsNo @ruupster, I gave you a way to solve the problem in case you’re in a hurry, as usually is the case when developing a website (because timelines) but this feature will be added, probably in the next month.
Forum: Plugins
In reply to: [Felicette Pedigree Litters] Finding the parents@tinyma This feature has been implemented in the last update
Forum: Plugins
In reply to: [Laika Pedigree Tree] Sort ThumbnailsHi @ruupster, no you can’t but you can do it yourself if you know how to theme.
Create a custom page in your theme, then copy showall-fields.php from laika. replace the “$showall .=” for echo.
Now at the query arguments add
‘orderby’ => ‘name’ for example, more info at https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_ParametersForum: Plugins
In reply to: [Laika Pedigree Tree] Tumbnail title’s missingHi @ruupster, thank you for your support.
This probably is a theme issue. Please can you check this:
-Try to select into the white space, maybe the color of the links are white
-In chrome Ctr+u and then Ctr+f and input/search = <h5>nameofyourmascot</h5>Do you use the default CSS in laika settings?
About automatically adding the ID’s could work, but this way let you write a non existing ID for the parent and then when you create the parent you can give to him that ID.