plugins Bugs

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: plugins Bugs

Post by cmb » Mon Sep 15, 2014 4:21 pm

Termin wrote:Your code does not solve the problem, the page is allowed to search
On http://www.mapsky.ru/?Регистрация the following is missing:

Code: Select all

<meta name="robots" content="noindex">
This should have been generated by my code.

Please double-check the code. What you have posted is not complete.
Christoph M. Becker – Plugins for CMSimple_XH

Termin
Posts: 101
Joined: Thu Jan 27, 2011 8:55 am
Contact:

Re: plugins Bugs

Post by Termin » Mon Sep 22, 2014 4:41 am

For CMSimple_XH lacks three important plugins: image compression without loss of quality should be integrated in cms and a separate plug-in to reduce css. Last compatibility with the editor with tags HTML5, which will eventually become permanent.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: plugins Bugs

Post by cmb » Mon Sep 22, 2014 10:55 am

Termin wrote:image compression without loss of quality should be integrated in cms
Can you please explain what you mean.
Termin wrote:a separate plug-in to reduce css
A CSS minifier would be nice. However, recently I investigated a bit on this issue, and found that minifying the CSS will only bring moderate improvements compared to minifying (or avoiding) JavaScript. And most likely it is more important to add compression (can be done by configuring the server accordingly) to CSS and JS.
Termin wrote:Last compatibility with the editor with tags HTML5, which will eventually become permanent.
AFAIK there are no editors which widely support the new HTML5 elements (e.g. <figure>), yet. I hope that will improve in the future.
Christoph M. Becker – Plugins for CMSimple_XH

Termin
Posts: 101
Joined: Thu Jan 27, 2011 8:55 am
Contact:

Re: plugins Bugs

Post by Termin » Tue Sep 23, 2014 8:58 am

Hi cmd,

In the system on the download page of images to make the button: Optimize image.
This button will compress images without quality loss.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: plugins Bugs

Post by cmb » Tue Sep 23, 2014 12:11 pm

Hi Termin,

ah, you mean something like http://www.clickonf5.org/5379/wp-smushi ... imization/. That would be nice to have.

For now one has to use Photoshop, Gimp or something like this, or maybe an online service like https://compressor.io/.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

Termin
Posts: 101
Joined: Thu Jan 27, 2011 8:55 am
Contact:

Re: plugins Bugs

Post by Termin » Wed Sep 24, 2014 11:05 am

HI cmb,

Magical things happen after you upgrade CMSimple_XH, how to deal with it? :(

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
^
http://www.mapsky.ru/?sitemapper_index

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: plugins Bugs

Post by cmb » Wed Sep 24, 2014 11:33 am

Termin wrote:Magical things happen after you upgrade CMSimple_XH, how to deal with it?
There are two linebreaks at the beginning of the generated HTML of http://www.mapsky.ru/. These linebreaks are not part of the template; I assume there are comming from a config or language file, or from a plugin file (index.php or admin.php).

To find out which file(s) emit(s) the linebreaks, you should enable debug mode; this might show a respective warning.
Christoph M. Becker – Plugins for CMSimple_XH

Termin
Posts: 101
Joined: Thu Jan 27, 2011 8:55 am
Contact:

Re: plugins Bugs

Post by Termin » Tue Mar 17, 2015 12:32 pm

Hi cmb,

new socialshareprivacy plugin is not normal.

[ external image ]

For the button like image is not needed, already few uses, including website http://www.heise.de/ct/artikel/2-Klicks ... 33879.html

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: plugins Bugs

Post by cmb » Tue Mar 17, 2015 1:22 pm

The screenshot looks awful. On my demo site you can see how it is supposed to look for the vertical layout (default plugin stylesheet). I don't know what's wrong in your case.
Termin wrote:For the button like image is not needed
What do you mean exactly? Is it about the gray dummy images? Or about the on/off images?
Termin wrote:already few uses, including website http://www.heise.de/ct/artikel/2-Klicks ... 33879.html
They're using a newer jQuery plugin there, which is called Shariff. This works rather different than socialshareprivacy. I have already considered to switch to Shariff, but I wanted to "finish" Socialshareprivacy_XH first (including support for XING and LinkedIn). And even though Shariff is superior, it would require PHP >= 5.4 (at least when I use it out-of-the-box).
Christoph M. Becker – Plugins for CMSimple_XH

Termin
Posts: 101
Joined: Thu Jan 27, 2011 8:55 am
Contact:

Re: plugins Bugs

Post by Termin » Wed Mar 18, 2015 1:02 pm

Hi cmb,
What do you mean exactly? Is it about the gray dummy images? Or about the on/off images?
Yes grey small images not spoil the view.

-----------------------------------------

Still, the plugin page_params has no date ISO 8601 of updating/datetime the content for search engines.

id = "pp_last_update" ← Bugs

P.S.
rather Shariff

Post Reply