manuelmasia
Forum Replies Created
-
Forum: Plugins
In reply to: [PixGridder] Space to big between rows (tried the codes you provided)Never a problem. But please, clarify: what are you trying to achieve?
Manuel ??
Hi, I tried several themes, the shots are referring to TwentyFourteen, but was the same with other themes:
1. this is after saving on the backend: https://www.diigo.com/file/image/cebrobqzcdbrcpoqqzbodqosrr/Screen+Shot+2014-09-30+at+09.11.37.jpg
I think you could fix by removing lines 134 and 141 from
/inc/cores/save-settings.php
since they don’t refer to any input field… but, of course, maybe I’m missing something, I don’t know the plugin. That’s just a clue, starting from what I see.2. this is after submitting the post from the front end (if I try to submit an image too): https://www.diigo.com/file/image/cebrobqzcdbrcpqoozbodqpaao/Screen+Shot+2014-09-30+at+09.12.43.jpg
I think you could fix by replacing on
/inc/cores/save-post.php
:$ext = end(explode('.',$image_name));
with
$exploded = explode('.',$image_name); $ext = end($exploded);
Of course the “Warning” messages appear because of the notices, but if you could fix the other issue it would be nice. Thank you in advance. Hope to not bother you: your plugin seems very nice. Here my specifics:
WP 4.0, PHP 5.4.30
Manuel ??
Forum: Plugins
In reply to: [TT Guest Post Submit] Notices with WPDEBUG set as trueWell, it’s a pity, the plugin is full of notices, undefined variables etc., and this makes very hard working and debugging a theme if the plugin is enabled.
Thank you anyway.
Forum: Plugins
In reply to: [PixGridder] Pixgridder Column WidthsDon’t forget to rate the plugin in this case and thank you, I mark this topic as resolved.
Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in Posts, but it works in Pages.Sorry, works with pages only. The premium version allows to activate grids for other post types as well, but not the free version and, however, I usually discourage people from using it for posts, because this could generates some issues with post loops.
Manuel ??
Forum: Plugins
In reply to: [PixGridder] Pixgridder Column WidthsYou have to consider how many columns the grid allows, not how many columns you want to put into the grid, especially if they are different from each other ??
Forum: Plugins
In reply to: [PixGridder] Pixgridder Column WidthsOk… in this case you have to set the row in this way: 4 columns allowed, two columns inside it, the former 25% wide, the latter 75% wide: look at the shot
Hope this makes sense. Let me know. Manuel ??
Forum: Plugins
In reply to: [PixGridder] Pixgridder Column WidthsI need to see what you’re talking about… PixGridder creates grid and the cells of the grids have a width calculated as percentage of the whole section width. So maybe you’re simply using the wrong plugin for what you’re trying to achieve ?? Don’t know honestly, at least without seeing a live example.
Manuel ??
Forum: Plugins
In reply to: [PixGridder] Pixgridder Column WidthsHi,
you can’t ?? If you see the red alert it means the column can’t be reduce anymore, it has reached its minimum width… A screenshot would help to better understand, but I think that’s the crux of the matter.
Let me know. Manuel ??
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorHi, I know that the author of the theme customized PixGridder to make it fit his needs, so you should contact him: the official version of PixGridder works fine with WP 4.0 so maybe it is something in the theme. Since you paid for the theme I think you deserve an answer from its author in this case. Honestly I don’t know what changes he made.
Manuel ??
Forum: Plugins
In reply to: [Camera slideshow] 503 error after install Camera slideshowTry the new version, it fixes many issues on the activation
Forum: Plugins
In reply to: [Camera slideshow] Manage Your Slideshows BrokenJust update the official release too… sorry for the issues, trying to support the project again, but it is very hard ??
Forum: Plugins
In reply to: [Camera slideshow] WP 4 broken camera sliderPlease, check now ??
Forum: Plugins
In reply to: [PixGridder] Can this be activated for Post?Thank you for using PixGridder and sorry, but the free version doesn’t allow that.
Forum: Plugins
In reply to: [PixGridder] PixGridder doesn't show up in the page editorHi,
I think you should open a new thread in this case… and the link you provided doesn’t show any video… and the video responsiveness is a hot topic and apposite plugins have been developed to find a solution: https://fitvidsjs.com/
Manuel ??