Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter cos2000

    (@cos2000)

    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…

    Thread Starter cos2000

    (@cos2000)

    for better understanding i posted it in the woorockets Forum again:
    https://www.woorockets.com/topic/problem-with-automatic-line-breaks/#post-5176

    Thread Starter cos2000

    (@cos2000)

    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…

    Thread Starter cos2000

    (@cos2000)

    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

    Thread Starter cos2000

    (@cos2000)

    Thread Starter cos2000

    (@cos2000)

    OK, understand that. Thank you ??

    Thread Starter cos2000

    (@cos2000)

    Ahh ok. Code from a specific css file that loaded, or css code that is allready inlined in head?

    Thread Starter cos2000

    (@cos2000)

    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…

    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]

    Thread Starter cos2000

    (@cos2000)

    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…

    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)