stenp
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive tables problemBrilliant! Thank you. It solved the problem.
Sten
I solved the problem. In the um settinga page I found that the button link contained the faulty referens. Cannot figure out how it happend.
I tried and it works as expected. Thanks for a quick fix. I’ll continue to try out MLA for a while before I decide it’s the best tool for my needs.
Forum: Plugins
In reply to: [Fullscreen Galleria] Orderby has no effectI Solved the problem. It is in galleria-fs.js and the randomize-photos function. It always randomizes the photos whatever you set the orderby parameter to.
I just changed the following line:
var photo = Math.floor(Math.random() * fsg_json[ID].length);
to:
var photo = 0;
Now the orderby and order parameters works.
Maybe the developer have a better solution in the future.Forum: Plugins
In reply to: [Fullscreen Galleria] Orderby has no effectNow I have tried other gallery plugins incl the WP default and they handles the orderby correct. I am just in the process of selecting the most suitable gallery plugin for my needs and I really love the way the fullscreen is implemented so if anyone has anything to add to this problem please post info.
Forum: Plugins
In reply to: [Fullscreen Galleria] how to create multiple gallery in a postYou can combine the plugin “Media Library Assistant” with “Fullscreen Galleria”. First install MLA and then create att_categories in MLA, associate photos to the att_categories and then use shortcode like this example:
[mla_gallery attachment_category=”ADD YOUR MLA ATT_CATEGORY HERE” mla_alt_shortcode=”fsg_photobox” mla_alt_ids_name=include]
You can add any fsg_photobox parameter like this example:
[mla_gallery attachment_category=”ADD YOUR MLA ATT_CATEGORY HERE” mla_alt_shortcode=”fsg_photobox” mla_alt_ids_name=include cols=”4″ rows=”4″ repeat=”false”]In this way you can have multiple galleries bases on different MLA att_categories.
Hope this is useful even if it was 2 months ago the question was posted.