m_i_n
Forum Replies Created
-
Thank you.
BTW, to be safe (except adding styles only if needed), I recommend to wrap it all with a container, and use selectors like:
.my-plugin-container label { ... }
I wouldn’t report issue, if that would be the case. Unfortunately, those styles DO affect whole dashboard (it’s printed everywhere). Please have a look:
You can visit for example Settings / Reading and see in the HTML code.
Disabling the plugin makes it back to normal.In the newest version problem still exists – https://snag.gy/8vVMt.jpg
<wpml-config> <custom-types> <custom-type translate="1">slider</custom-type> <custom-type translate="1">slider-item</custom-type> <custom-type translate="1">portfolio</custom-type> <custom-type translate="1">portfolio-item</custom-type> <custom-type translate="1">gallery</custom-type> </custom-types> <taxonomies> <taxonomy translate="1">portfolio-item-category</taxonomy> <taxonomy translate="1">portfolio-item-tag</taxonomy> </taxonomies> <admin-texts> <key name="website"> <key name="header"> <key name="logo"> <key name="text" /> </key> <key name="tagline" /> </key> <key name="footer"> <key name="text"> <key name="left" /> <key name="right" /> </key> </key> <key name="front_page"> <key name="box"> <key name="title" /> <key name="text" /> </key> <key name="posts"> <key name="goto"> <key name="text" /> </key> </key> <key name="columns"> <key name="column"> <key name="0"> <key name="title" /> <key name="text" /> <key name="more" /> </key> <key name="1"> <key name="title" /> <key name="text" /> <key name="more" /> </key> <key name="2"> <key name="title" /> <key name="text" /> <key name="more" /> </key> <key name="3"> <key name="title" /> <key name="text" /> <key name="more" /> </key> </key> </key> </key> <key name="post"> <key name="readmore" /> </key> <key name="not_found"> <key name="title" /> <key name="content" /> </key> <key name="contact_form"> <key name="subject" /> </key> </key> </admin-texts> </wpml-config>
My theme also have wpml-config.xml.
The steps are:
1. Configure the plugin for 2 languages (English & Polish),
2. visit Settings / Languages / Strings translation,
3. change one of admin-texts (for both English and Polish),
4. Theme gets its options by get_option()
5. Text on frontend are the old ones, and not the new ones, which I’ve edited in Strings translation.Forum: Alpha/Beta/RC
In reply to: Add Media – no way to order all attachmentsI just noticed that in the new Add Media section there is no way to order all the attachments of a post anymore. I have a few themes where I have created different page templates which use the post attachments to show different slideshows and galleries and now my themes users won’t be able to order the attachment images.
You have right. WP team threw this functionality in WP 3.5, but it was used by many themes and plugins, which now stop to works. What can I do in this situation? How can I replace in my theme old “gallery tab” functionality?
Forum: Themes and Templates
In reply to: Mobile Friendly themeThere is problem with free mobile themes, check something like https://themeforest.net/item/simple-mobile/110202, It’s quite cheap, but HQ.