scil
Forum Replies Created
-
Forum: Plugins
In reply to: [SC Catalog] Insert image not workingHi there,
Scil is a company and fortunately (or unfortunately ??:-)) we have been very busy for the last weeks and we’ll keep being that much occupated until july
We’ll try to have a quick look on what is going on with SC-Catalog, but may be it won’t be before a while.
If anyone sends us the patch, of course we would immediately commit it.
Sorry for all our trustful users : we made SC-Catalog for our own purpose and didn’t realised there would be so much demands on it !
Forum: Plugins
In reply to: [SC Catalog] Error on WordPress 3.5Fixed in 1.3.2
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] Catalog Popup no textWhat do you have in your text content? I can see four empty paragraphs on the eggs page.
Have you done any modification to the standard plugin?
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Error While activating the pluginI rechecked the plugin on version 3.4.2 and it’s working fine…
Can you try to add a new line with ?> at the end of flipping_team.php to see if it solves the problem (it would surprise me but as much as this error)?
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] How to remove the image link ?Can you post your website url to check what’s going on?
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] I do not workAre the images displayed in the administration panel?
You also need to “add image to document” to set it as the member image.
I will need some more information as I can’t reproduce it.
Which version are you using? Did you made any change to the file?
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Member OrderThe members are sorted alphabetically. You can switch to an id order by editing flipping_team_shortcode.php by removing the parameter “alpha” on flipping_team_get_all() at line 97.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] How to remove the image link ?Check in sc-catalog-shortcode the function sc_catalog_shortcode_one. There you can move the “a” tag to an other place (on the title).
To remove the line around the image add the rule border:0; on the image class.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] link on the article pageYou will have to edit jquery_handle.js to change where the details are shown. At line 60 you set where the details are shown in.
You will also have to disable the popup by commenting line 26.
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Changed in CSS …. Error in FlipYou have an error in scroll-top.js, the parser doesn’t seem to like at line 7 the string on multiple lines.
$(“body”).prepend(‘<a
id=”top”>\n<a
href=”#top” id=”gototop” class=”gototop”>Top of page’);Putting it on a single line may resolve the problem.
You can use the function flipping_team_display_one(flipping_team_get(36), flipping_team_opt_use_flipping_effect()), with 36?being the id of your member.
For css reason surround this call by <ul class=”team-members-list”>
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] catalog better category managementSure it may be very interesting. You can send your code at the email in the copyright notice. If it brings something good (which seems to be the case) there is no reason not to include it.
Thanks for your contribution
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Cyrilic desc not workingIs cyrilic well displayed on the other parts of your site?
If yes can you check that the encoding of the team table in your database has a correct encoding?
If no you website encoding doesn’t support it. You can change it or try to escape all characters
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Changed in CSS …. Error in FlipI can’t give much advices with so few details… May I have your website url to see what’s going on?
Anyway, have you changed the name of the class .team-member-flip? It will break all.