WebMaestro.Fr
Forum Replies Created
-
Forum: Plugins
In reply to: [Ray Enterprise Translation] Little PHP Notice popping up?? Indeed. Clicked the wrong link in the plugin files it seems. Sorry about that.
Forum: Plugins
In reply to: [Image Parallax] one page theme problemHi Vachos,
Sorry for the late reply.I don’t know what the problem could be… did you find a solution ?
Forum: Plugins
In reply to: [Image Parallax] don't want to see the "end" of the pictureHi Nadja,
Sorry for the late reply.You’ll need to use CSS for that, probably something like
.wm-parallax { position: fixed; top: 0; height: 100%; width: auto; min-width: 100%; }
.Have a good day !
Forum: Plugins
In reply to: [Image Parallax] Original resolution pictures belowHi Azateink, sorry for the late reply.
The size of the effect rely on the predefined “large” images size, in your Media Settings.
Forum: Plugins
In reply to: [Image Parallax] Theme CSS overrides plugin CSSHi again !
More restrictive CSS has been used for the new 2.1 version.
Try it out.
Forum: Plugins
In reply to: [Image Parallax] Theme CSS overrides plugin CSSHi !
Sorry but I can’t see the effect on your page, and I can’t see the preview as I don’t have the permissions to do so.
I believe that the theme should keep the priority on the styling, to allow people to keep control from their custom stylesheet. Though I will use more restrictive CSS rules on a next version to avoid such troubles.
Thanks for the heads up on this issue you had, and expect an update soon.
Forum: Plugins
In reply to: [Image Parallax] ScrollThe plugin only reacts to mouse position, and since the last version to device orientation. It is possible to apply the settings to work on Y axis only, but not on scroll.
Forum: Plugins
In reply to: [Image Parallax] Images fuzzy/blown upThe new version of the plugin uses the “large” images, so the parallax will be resized as defined in your WordPress Media settings.
Forum: Plugins
In reply to: [Image Parallax] Image MovementThe new version of the plugin provides an “invert” setting.
Forum: Plugins
In reply to: Editors can only edit Subscribers profilesThanks Leo’ ! This will surely come in handy on some next projects.
Forum: Plugins
In reply to: Editors can only edit Subscribers profilesI’m always scared not to be clear enough, so let me put it like this :
How can I allow my Editors to update Subscribers profiles ? How can I make sure they can’t access other roles profiles (Contributors, Administrators…), even with an “edit_users” capability ?Forum: Plugins
In reply to: [Image Parallax] [Plugin: Image Parallax] not working for wordpress 3.4.1Hey guys, sorry I wasn’t notified of your messages here.
Here is a answer I gave for similar “issues” : https://webmaestro.fr/image-parallax-plugin-for-wordpress/#comment-336
Hi !
I got the exact same problem. Did you found a solution ?
Forum: Networking WordPress
In reply to: get_template_directory_uri() issues with sub-directory themeOkay, the problem was coming from the theme, of course.
To avoid this, modify /wp-content/themes/roots/inc/config.php
and just turn those two lines (6 and 7) to comments :// add_theme_support('root-relative-urls'); // Enable relative URLs // add_theme_support('rewrite-urls'); // Enable URL rewrites
Fixed the problem for me.