Posts by: mahotilo

Posts: 28
Post: 11918
Topic: Unable to upload files / connect to backend
Is it possible that some file size limitation has been exceeded?
2 years ago
Post: 11835
Topic: Add buttons
You can also try this Simple_Button plugin
Edited: 2 years ago
Post: 11834
Topic: Plug-in can not save to _addondata
Sorry, wrong post :)
Edited: 2 years ago
Post: 11767
Topic: Responsive image

Hi Jürgen.

I have found that this change is needed to force one onclick response when "Show Caption" is set to "always".

ResponsiveImage.js

   // on touch enabled devices use: first tab->show caption, 2nd tab->follow link
   $(".responsive_image_wrapper").on('click',function(e){
     if ("ontouchstart" in document.documentElement && $(this).find(".responsive_image_caption_wrapper.caption-show-hover").length > 0) {

.............

     }
   });

});

3 years ago
Post: 11662
Topic: ShowAllAchors for TS 5.2

ShowAllAchors 1.0 needs update for TS 5.2.

I have used your trick from Responsive Image to fix the plugin but can't send you a PR.

  public static function PageRunScript($cmd) {
    global $page, $dirPrefix;
    if( \gp\tool::LoggedIn() ){
      $ckeditor_basepath = (version_compare(gpversion, '5.1') > 0) ?
       \gp\tool::GetDir('/include/thirdparty/ckeditor/') :
       \gp\tool::GetDir('/include/thirdparty/ckeditor_34/');

...

          background: url(' . $dirPrefix . $ckeditor_basepath . 'plugins/link/images/anchor.png) no-repeat left center;

 

UPD

FYI. I have also changed style of marker to have less influence on the layout of the page.

 <style>
        body.showAllAnchors .GPAREA a[id]::before,
        body.showAllAnchors .GPAREA a[name]::before {
          content: "";
          background: url(' . $dirPrefix . $ckeditor_basepath . 'plugins/link/images/anchor.png) no-repeat left top, #0000ff33;
          border: 1px dotted #0000ff;
          z-index: 10;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.6;
        } 

Edited: 3 years ago
Post: 11654
Topic: Compatibility with new TS

Thx.

I found this. It is invisible and therefore somehow remained in the text field after adding user text.

Now it is clear. I was worried because the error was about CKE, but persisted in user mode also. Now I know why.

3 years ago
Post: 11652
Topic: Compatibility with new TS

Hi, Juergen.

I see an error in console with current TS master.

velocity.min.js:3

GET http://www.test:8080/include/thirdparty/ckeditor_34/skins/kama/icons.png 404 (Not Found)

So the plugin uses a hardcoded link to kama theme and needs some update.

3 years ago
Post: 11647
Topic: Broken support for TS<5.2

Well. 

I checked it again on user's site. It has not a clear TS from .com, but a master from github. This master dates back to 2017 and has version number Typesetter 5.1.1-b1.

Tada!

I think it is time to change the version on github and in your (and mine) checks.

3 years ago
Post: 11645
Topic: Broken support for TS<5.2

On old site with TS 5.1 a user had a proposition to update plugin. And he agreed.

But after update he can't edit section.

An error message  is about '/include/thirdparty/ckeditor/ckeditor.js'

Edited: 3 years ago
Post: 8826
Topic: test topic
Opps, what about this letters? Sincerely С уважением, Константин Махотило 2016-02-20 7:46 GMT+02:00 Typesetter : > ok, let's see what happens? > > On Fri, Feb 19, 2016 at 10:33 PM, Typesetter > wrote: >> >> test topic >> >> In gpEasy Core >> test responding via email >> You received this message because you are following this forum or topic on >> TypesetterCMS.com >> >> View this topic | TypesetterCMS.com | GitHub >> >> Unfollow/Unsubscribe > > > You received this message because you are following this forum or topic on > TypesetterCMS.com > > View this topic | TypesetterCMS.com | GitHub > > Unfollow/Unsubscribe
7 years ago

News

elFinder 2.1.50 in Upcoming Release
12/28/2019

A new release for Typesetter is in the works with a lot of improvements including the ... Read More

Typesetter 5.1
8/12/2017

Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More

More News

Log In

  Register