vikparties
Forum Replies Created
-
Thank you, you may want to update the documentation as the Spotify parameter is not listed.
And here is a screenshot of how it looks and the inspection of the element:
http://zoomplayer.com/t/pinterest_16x16.jpgForum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] RTL supportresolved.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] RTL supportI solved the issue by creating my own theme.
You can modify an existing theme from this folder:
/wp-content/plugins/newsletter/emails/themes/You can simply add dir=”rtl” to one of the tables or “direction:rtl” to one of the classes to get it to work.
Forum: Plugins
In reply to: [WP Posts Carousel] RTL supportI fixed it myself by overriding the plugin’s CSS. For anyone who cares how I did it:
.owl-carousel .owl-stage-outer {
direction:ltr;
}.owl-carousel .owl-stage {
direction:rtl;
}Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] RTL support for ComposerI would like to see RTL support as well.
Forum: Plugins
In reply to: [Weblizar Pin It Button On Image Hover And Post] Issue with RTL siteIs it possible to just show the “Pinit” text like is shown in this image (without the icon):
http://ps.w.org/pinterest-pin-it-button-on-image-hover-and-post/assets/icon-128×128.png?rev=1063904This issue still exists in v3.0.7, here’s a screenshot:
http://zoomplayer.com/t/yaost.jpgAt least with Hebrew.
Forum: Plugins
In reply to: [Magic Post Listing] Cut content after [x] words brokenI understand the feature, it just didn’t work for me, I put in a limit of 10 words and the output was over 40.
Forum: Plugins
In reply to: [Magic Post Listing] Replacing post title and thumbnail orderNevermind, I figured I could rename the ‘default.php’ file in the “wp-content/plugins/magic-post-listing/app/widgets/MPL/tmpl/” folder and use my own file name which is then selectable through the plug-in.
Forum: Plugins
In reply to: [Magic Post Listing] Replacing post title and thumbnail orderI actually achieved this by editing the “wp-content/plugins/magic-post-listing/app/widgets/MPL/tmpl/default.php”, but it would be nice if there’s an option to control the layout without having to edit the plugin in such a way that it will break on the next update.
Forum: Plugins
In reply to: [Pretty Pinterest Pins] Upgraded to WP 4.1.1 – now not workingSame here, worked well until v4.1.1, now it only shows the “follow me on pinterest” button.