scil
Forum Replies Created
-
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] ProblemasPlease open new topics with revelant title, this one is closed.
The read-more-to-home-page sounds like javascript errors in your pages. Please also send link to your site (where it bugs) to let me have any clue.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] Cufon doesn't work in pop-upsAs far as I see Cufon is based on a script ran when the page is ready. As the popup is dynamicaly generated on clic it is not affected.
Calling the Cufon script again at the end of the popup generation script may work (in jquery_handle.js, at the end just before return true).
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Don`t arrange corect in pageIt is supported but the user interface doesn’t exist yet.
In flipping_team_shortcode.php line 92 use flipping_team_get_all( “id” ) instead of flipping_team_get_all( “alpha” ) (or just remove “alpha”)
I mark the thread as resolved for the first request. For readablility (in resolved topics and question search) can you open a new thread for future requests?
Thanks
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Don`t arrange corect in pageHello
The code is inserted into a pre tag, this breaks the page flow.?Remove it and it will lay well.
To remove the link edit file flipping-team-shortcode.php and remove the a tags at line 47 (or better replace it with $output .= ‘<p>’ . $member[‘website’] . ‘</p>’;).
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Change data displayThere is for now no way to add custom fields easily.
If you are familiar with php and sql you will have to edit the database structure, the functions to get members, and the shortcode generated code (and admin panel and edit/create member if you don’t want to edit phone numbers directly in database).
Other ways use existing data for other purposes:
If you don’t need the website field you could use it to display phone numbers and update shortcode to remove the link tag.
Without the flipping effect you can use the description to add phone numbers.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] CategoriesNice hack
To be more precise you need to duplicate the plugin and say it is a different one.
– Replace all sc_catalog_ by sc_catalog2_ in all php files (this will rename all function name and calls)
– On top of sc-catalog.php change the values of defines “sc_catalog” and “sc_catalog_db_version” to “sc_catalog2” and “sc_catalog2_db_version” (this will store your items in a different table)
– And as noticed update the shortcodes at the end of sc-catalog-shortcode.phpIf you want to apply different style edit the classes in sc-catalog-shortcode.php and sc-catalog.css.
I’m not sure renaming files is necessary. At least it could be for the php files (that were modified). For css, js and images, they are retreived from the plugin directory (which was renamed), the url will be automatically updated. If you need to rename the php files don’t forget to edit the links at the bottom of sc-catalog.php.
All of this is surely not as good as having categories directly in admin panel. This is not forgotten.
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Portuguese (Portugal) TranslationHello
Thanks for the contribution, it will be integrated soon in the next version.
Forum: Plugins
In reply to: [Flipping Team] [Plugin: Flipping Team] Not working in wp3.3.1?Hi
I’ve just rechecked with WordPress 3.3.1, upload did work well. Can I have more details about what is not working?
For example here is what I did:
– on member edit, clicked on choose image
– uploaded an image from my computer and saved it
– checked in media library tab the uploaded image
– clicked on display link, choosed size and clicked on insert in article
On which step something fails in your install ?Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] ProblemasI’m happy to see it working on your website ??
Considering the initial bugs I consider this topic resolved, but a notice on how to include the picture would be nice (planned for the 1.0.2 with minor bug fixes).
Please open new topics for other bugs or features requests.
Thanks all for your contributions and suggestions.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] ProblemasTo luchosar about details not showing: you have javascript errors on your page from other scripts (carousel and fancybox) that prevent catalog initialization scripts to run.
To sally: can you give me your image url (Link URL in the media library)?
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] ProblemasI’m working on these problems. For Sally it seems there was a problem in the database. I submitted a patch that may correct the bug, you can test it in the development version.
About the images not showing, can you send an url where I can see the result (for me to check the generated code)? I’ve checked several cases but all of them worked.
Thanks for your support.
Forum: Plugins
In reply to: [SC Catalog] [Plugin: SC Catalog] ProblemasHi
Thank you for the feedback and suggestions. The shortcode problem was fixed, you can update the plugin to the 1.0.1 version.
What do you mean by “see more” is not extended? It does not fill width? (it should normally fit window height)
Can you tell me more about the picture bug? I couldn’t reproduce it.
– Does the image appear well in the media library (I assume yes)?
– Does the image appear on the edit item screen after clicking the “choose image” button ?
– Can you send the picture informations (file name or better url, title, alternate text, description, link url, alignment and size)?
– Which browser do you useThank you