cos2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] WR Pagebuilder adds brI’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
In reply to: [Page Builder by WooRockets.com] WR Pagebuilder adds brfor better understanding i posted it in the woorockets Forum again:
https://www.woorockets.com/topic/problem-with-automatic-line-breaks/#post-5176Forum: Plugins
In reply to: [Page Builder by WooRockets.com] WR Pagebuilder adds brHi 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
In reply to: [Page Builder by WooRockets.com] CSS Class AccordionHi 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
In reply to: [Page Builder by WooRockets.com] CSS Class AccordionYou can see it here:
https://www.plugintestgr123.de/beispiel-seite/Forum: Plugins
In reply to: [Autoptimize] inline and defer CSSOK, understand that. Thank you ??
Forum: Plugins
In reply to: [Autoptimize] inline and defer CSSAhh ok. Code from a specific css file that loaded, or css code that is allready inlined in head?
Forum: Plugins
In reply to: [Lite Cache] Bypass Mobile Devices doesnt workof 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
In reply to: [NextCellent Gallery - NextGEN Legacy] centering thumbnails on pageHi,
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
In reply to: [Lite Cache] Bypass Mobile Devices doesnt workI 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|xoomWiziapp 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
In reply to: [Hyper Cache] Issue with WP Mobile Pack 2.0Same 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…