leogermani
Forum Replies Created
-
Forum: Plugins
In reply to: [Tainacan] Metadata order – and link to the itemHi,
about metada:
Note that metadata in Tainacan can be inherited by parent collections or by the repository level.
So, if you create metadata at repository level, they are going to be used in all your collections. You can, then, reorder then inside each collection and add new collection specific metadata.
Maybe you`ve created Metadata in repository level and did not visit the “Metadata” section inside your collections page to order them there. Thats my first guess.
About the link to the item. What are you refering to as “frontend”? Is it your theme? What theme are you using? Is there a link we can see it?
cheers
Forum: Plugins
In reply to: [Tainacan] Blank page on item pageFor the sake of history, this was the error I found
Fatal error: Uncaught TypeError: Argument 1 passed to Tainacan\Theme_Helper::is_post_an_item() must be an instance of WP_Post, instance of Timber\Post given, called in /home/leo/devel/wordpress/wp-content/plugins/test-tainacan/theme-helper/class-tainacan-theme-helper.php on line 125
Gantry plays around with the global $post variable… luckly there was an elegant solution.
Forum: Plugins
In reply to: [Tainacan] Blank page on item pageIve downloaded Gantry and I think I found the incompatibility.
I just made a small modification and I think it will work now, could you give it a try?
Just download version 0.3 again and let us know if it solves the problem.
Please note that although Tainacan will work with any theme, it is hard to tell how good it will look. If you want to give it a try, download our default theme at tainacan.org/new/download (the theme isnt released yet but there is a nightly build available).
We will work on shortcodes and Gutenberg block to make it easier for collections to look good in any theme, but I believe that to make it really good some tweaks will be necessary so the theme can support all Tainacan features. (more or less like Woocommerce an buddypress themes)
Hope it works fine for you. Please let us know and share any achievements.
Cheers
Leo,,
Forum: Plugins
In reply to: [Tainacan] Blank page on item pageIn that case, you are facing the famous White Screen of Death. I recommend you deactivate all plugins and activate one by one to find out which is causing the error.
Have a look at this link: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Please let us know what you find out.
And please upgrade to tainacan 0.3.
Cheers
- This reply was modified 6 years, 7 months ago by leogermani.
Forum: Plugins
In reply to: [Tainacan] Blank page on item pageHi @lesgrandsours,
Blank pages can be caused by Internal Server Errors.
You can check the error log from you server, or, as Mateus mentioned, set this WP_DEBUG constant to you wp-config.php file so the errors will be printed on the screen.
You can do this by editing you wp-config.php file and adding this line right below your database credentials:
define( 'WP_DEBUG', true);
Forum: Plugins
In reply to: [HipChat] Support for HipChat v2 APIHi,
Ive juts opened the repository for issues. Not sure if Ill be able to look after them thouth…
The right thing to do was to contact the manteiners of the official plugin and ask them to merge these updates to their repository…
Forum: Plugins
In reply to: [WP Users Exporter] Does not export checkboxVisit the plugin settings under Settings > WP Users Exporter.
There you can choose what fields will be available when exporting
Leo,,
Forum: Plugins
In reply to: [WP Users Exporter] Error message on export fileThis was fixed in the latest release, please upgrade.
thanks
Im trying to contact the author of the patch (2 years later). Thanks for bringing that up
Leo,,
Forum: Plugins
In reply to: [WP Users Exporter] Missing headers in the Excel Export? Find fix in here…This was fixed in the latest release, thanks
Forum: Plugins
In reply to: [HipChat] Incorrect character encoding when posting messagesThis is fixed by upgrading the Hipchat PHP lib.
I did it here: https://github.com/hacklabr/hipchat
Forum: Plugins
In reply to: [HipChat] GitHub repo for contributing? And notifications for commentsIve just did the same thing and also upgraded the hipchat php lib which was causing some encoding issues
Its here: https://github.com/hacklabr/hipchat
I also found another plugin that looks better. Didnt try it yet though: https://github.com/gedex/wp-better-hipchat
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?Unfortunatly Its not possible not to load the content of the tabs easily. This would be almost like writing a new plugin from scratch.
However Ive been using tabs with many videos in them without any problems…
Forum: Plugins
In reply to: [postTabs] How to disable tab headings from appearing in post descriptionHi Esther,
Can you explain the problem a little better?
Did it started happening after you did something particular? (changing the theme, for example) or it has allways been like this?
If you can share a URL where I can see it, even better.
Leo,,
Forum: Plugins
In reply to: [postTabs] postTabs loads ALL the content?Hi,
The easiest way is to disable the auto-load of your videos. The content of the tabs are loaded but hidden. Usually the browser is smart and dont load the embeds when they are hidden. Im not sure what this particular case is…