victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Preview of an article #88

Closed ErikXXon closed 9 years ago

ErikXXon commented 9 years ago

I try out the newest beta 27 of Arlima, and you are doing a great job. Have one problem, with the preview of articles. See screenshot.

preview-of-article

victorjonsson commented 9 years ago

Great catch! I will look into it.

victorjonsson commented 9 years ago

Do you get any error in the js-console? What version of Wordpress are you running?

ErikXXon commented 9 years ago

I get no errors in js-console, I run Wordpress 4.1.1 Updated yesterday from 3.0.beta.61 (article preview worked with that version )

ErikXXon commented 9 years ago

Find out that if I remove this filter from functions.php the preview work :)

function my_arlima_tmpl_width( $preview_width, $list ) { $preview_width = array(612, 377); return $preview_width; } add_filter('arlima_tmpl_width', 'my_arlima_tmpl_width', 10, 2);

victorjonsson commented 9 years ago

Oh, great I will start looking there...

victorjonsson commented 9 years ago

I have not ben able to reproduce this error but I found some other 4.1-related issues. Please update to latest version from the master branch and let me know if the problem persists

ErikXXon commented 9 years ago

Ill update to the latest and take a look. Thanks

victorjonsson commented 9 years ago

If you updated yesterday you must update again today :) ... yesterdays code contained a couple of bugs..

ErikXXon commented 9 years ago

Ill update the master and try again, thanks Victor

ErikXXon commented 9 years ago

The latest Master update it works fine, as it should and no trouble (WP 4.1.1) I published an article with success, but will look around if I find something else. Thanks