Title: cos2000's Replies | WordPress.org

---

# cos2000

  [  ](https://wordpress.org/support/users/cos2000/)

 *   [Profile](https://wordpress.org/support/users/cos2000/)
 *   [Topics Started](https://wordpress.org/support/users/cos2000/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cos2000/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cos2000/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cos2000/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cos2000/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cos2000/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] WR Pagebuilder adds br](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/#post-5517358)
 * I’ve coded a Bugfix for the LineBreak Bug:
 * Edit the File: \wp-content\plugins\wr-pagebuilder\core\helper\html\tiny-mce.php
 * Search for this code:
 * `$element['std'] = str_replace("\n", '<br>', $element['std']);`
 * Replace it with the following 2 lines:
 *     ```
       $element['std'] = str_replace("\n<br>", '<br>', $element['std']);
       $element['std'] = str_replace("\n", '<br>', $element['std']);
       ```
   
 * This will fix the “LineBreak” Bug…
 * Hope Adam can assume it in the new Version as BugFix…
 * Best Regards…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] WR Pagebuilder adds br](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/#post-5517310)
 * for better understanding i posted it in the woorockets Forum again:
    [http://www.woorockets.com/topic/problem-with-automatic-line-breaks/#post-5176](http://www.woorockets.com/topic/problem-with-automatic-line-breaks/#post-5176)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] WR Pagebuilder adds br](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wr-pagebuilder-adds-br/#post-5517309)
 * Hi Adam,
 * there is no answer – Read the last 2 Posts from JoeHana and ramsesz. They have
   the same Problems…
 * > JoeHana says: same problem here, but it adds Tags after each saving, no matter
   > if something has been changed or not.
 * Same Problem like mine. The Problem Comes ONLY in textelements in Page Builder.
   All other WYSIWYG Editors works fine…
 * > You Say: To completely tell the editor to enter a new line, you will have to
   > hit Enter twice and the content will be wrapped by a p tag instead (if you 
   > temporary disable WR PageBuilder, you will see the same result).
 * No its not true. This behavior is ONLY in textelements in Page Builder, nowhere
   else! And it saves every time a “br” when i save, if something has been changed
   or not…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] CSS Class Accordion](https://wordpress.org/support/topic/css-class-accordion/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/css-class-accordion/#post-5500631)
 * Hi Adam,
 * thanks for your Help!
 * Is it possible this styles for all elements to the documentation from time to
   time? I think this can help everyone to use own styles.
 * Best regards,
 * CoS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] CSS Class Accordion](https://wordpress.org/support/topic/css-class-accordion/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-class-accordion/#post-5500447)
 * You can see it here:
    [http://www.plugintestgr123.de/beispiel-seite/](http://www.plugintestgr123.de/beispiel-seite/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] inline and defer CSS](https://wordpress.org/support/topic/inline-and-defer-css/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/inline-and-defer-css/#post-5274038)
 * OK, understand that. Thank you 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] inline and defer CSS](https://wordpress.org/support/topic/inline-and-defer-css/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/inline-and-defer-css/#post-5273963)
 * Ahh ok. Code from a specific css file that loaded, or css code that is allready
   inlined in head?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lite Cache] Bypass Mobile Devices doesnt work](https://wordpress.org/support/topic/bypass-mobile-devices-doesnt-work/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/bypass-mobile-devices-doesnt-work/#post-5158689)
 * of course i empty the Cache. With hyper Cache all works fine. Lite Cache brings
   me every time this error.
 * I tested to create 2 Caches too. one for mobile, one for Desktop. same Problem
   too, in hypercache 2 Caches works fine. there are the only Problem that i doesnt
   know which devices supports the mobile Theme creator so that i can build a identical
   Agent list…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextCellent Gallery - NextGEN Legacy] centering thumbnails on page](https://wordpress.org/support/topic/centering-thumbnails-on-page/)
 *  [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/centering-thumbnails-on-page/#post-4961824)
 * Hi,
    there is a solution. 1. go to /wp-content/plugins/nextcellent-gallery-nextgen-
   legacy/css/nggallery.css 2. Search for .ngg-gallery-thumbnail-box Delete float:
   left; Add display: inline-block; 3. Search for .ngg-galleryoverview Add text-
   align: center;
 * The problem is: Performing an update to the plugin will reset these settings.
   
   Is there a possibility to add a shortcode which allows to set the alignment (
   left|center|right)? For example: [nggallery id=2 alignment=center]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lite Cache] Bypass Mobile Devices doesnt work](https://wordpress.org/support/topic/bypass-mobile-devices-doesnt-work/)
 *  Thread Starter [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/bypass-mobile-devices-doesnt-work/#post-5158557)
 * I take the Mobile Plugin Wiziapp
 * Tested with a fresh WP 3.1.9 copy with 2 Plugins (Lite Cache and Wiziapp) only,
   with standart WP Theme and a choosed wiziapp Theme…
 * Under **“Mobile->Mode”** i select “[enabled] Detect Mobile Devices and Bypass
   the Cache”
 * Under **“Mobile->Mobile Theme”** i select “Use the Active Blog Theme”
 * Under **“Mobile->Mobile Agents”** i take the original list:
    _up.browser|up.link
   |mmp|symbian|smartphone|midp|wap|phone|iphone|ipad|ipod|android|xoom_
 * Wiziapp creates the Mobile Theme on the Fly, if it detect a Mobile Agent…Without
   Cache it works fine…
 * After activating lite cache, Desktop works, but mobile gives just a error “no
   data recived” – i dont know the original error message in english. In german 
   it says “keine Daten empfangen”, which means “no data recived”…
 * The Mobile Devices for our Test was a Android Tablet and a Android Phone. With
   Hyper Cache (2 different Caches) it works…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Issue with WP Mobile Pack 2.0](https://wordpress.org/support/topic/issue-with-wp-mobile-pack-20/)
 *  [cos2000](https://wordpress.org/support/users/cos2000/)
 * (@cos2000)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/issue-with-wp-mobile-pack-20/#post-5015699)
 * Same Problem here…
 * What brings me the Option “WordPress Mobile Pack” when i have to add all mobile
   devices manually? So it makes no difference to activate or deactivate this Option….
 * The Problem is that “WP Mobile Pack” has no open list with devices.
 * What devices i have to add to be sure that Hyper Cache detect the mobile device
   and WP Mobile dectects it too?
 * I want to prevent with 100% that no “mobile” site saved in the “Desktop Cache”
   and no Desktop Site saved in the “Mobile Cache”…
 * Both Plugins (WP Mobile Pack and Hypercache) should use the same Device List 
   to prevent this. It should be enought to enable the Option “WP Mobile Pack” so
   that Hyper Cache detect that WP Mobile Pack Shows a Mobile theme now and save
   this in the Mobile Cache automaticly…
 * A good way is when WP Mobile Pack Shows an Header Information like “this is a
   mobile theme”, Hyper Cache dected this and store it in Mobile Cache…So the “Device
   Detection” can be handled by WP Mobile Cache…
 * Where i got the device List from WP Mobile Cache, which i can use in Hyper Cache
   too?
 * What is the sence of the Option “WP Mobile Pack”?
 * Thank you for any Help…

Viewing 11 replies - 1 through 11 (of 11 total)