zitrusman
Forum Replies Created
-
@chokdk Sure!
I assigned the class .soundcloud-velocity myself. In fact the container for the Velocity shortcode.
The theme I’m using is offering this option.Here is a screenshot of it:
https://www.dropbox.com/s/pfghfc4wc2slb5f/soundcloud-velocity.jpg?dl=0Does it help you?
Cheers.Hi @dcooney
Thanks for the hint.
The actual code is:
.soundcloud-velocity .velocity-embed .fluid-width-video-wrapper, .soundcloud-velocity .velocity-embed iframe {height: 350px !important}In my case: I made an extra class .soundcloud-velocity to target only soundcloud embeds. FYI. 🙂
Forum: Plugins
In reply to: [issuupress] Going Mobile Soon?Yeah, that would be awesome. Any progress on this?
Thanks in advance.
Hey.
Thanks for the answer. I already found this page.
It’s not clear for me how to assign these roles.I tested it.
For example: I had the user_login, user_mail and role.
For role I tried to assign the name of the role via a string. Like “administrator” or “subscriber” and my own role “niederoesterreich”.
But that didn’t work. Neither for the standard roles nor for my own created role.Am I wrong with this approach?
Forum: Plugins
In reply to: [Features by WooThemes] "Items Per Row" does not work with Theme SuperstoreOh, addition:
I got an another theme as you do!
I got the Peddlar Theme from WooThemes.
So that’s why I’m thinking it has something to do with the CSS.Forum: Plugins
In reply to: [Features by WooThemes] "Items Per Row" does not work with Theme SuperstoreHey timit.
I had the same problem.
Apparently it only has something to do with your CSS!I cross checked it with the setting on the widget. For example, every time I changed the size to 200px nothing happend visually. BUT then I looked in HTML source code.
<img width="150" height="200" src="http://..." class="attachment-200x200 wp-post-image" alt="jacket">So the HTML code is changing! Hurray.
Then I took a look at the row thing and changed it from 3 to 4 items per row.
Again. Nothing happend. Visually.But you can check the change in the HTML code.
If you want to have 4 items, the code needs to like like this:<div class="feature first">...</div> <div class="feature">...</div> <div class="feature">...</div> <div class="feature last">...</div>As you can see, the first and the last div-item got an extra class. So this is working. Hurray again.
And now you need to play around in CSS with the width of the “feature” classes. And maybe with the img-tags inside these classes.
Cheers
Forum: Plugins
In reply to: [Custom Content Type Manager] Getting the description field of a custom fieldYes sir!
Thanks for that!
Forum: Plugins
In reply to: [Custom Content Type Manager] more dimensional input fieldsNice that there is already a request.
We thought about a workaround with the relation-meta field, yes.
For now we are working with string seperators. Not the best, but it works. 🙂Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Dont work for "Forgot password"function.php of current theme.
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Dont work for "Forgot password"Hey dimitrow.
I just found a quick workaround for this Problem.
It doesn’t solve the problem from the plugin at all. And it’s ONLY for the “Forgot Password Mail” and not multilinguale or anything fancy. 😉Put this code in your functions.php
add_filter ("retrieve_password_message", "own_retrieve_password_message", 10, 2); function own_retrieve_password_message($message, $key) { global $wpdb; $user_login = $wpdb->get_var("SELECT <code>user_login</code> FROM <code>".$wpdb->users."</code> WHERE <code>user_activation_key</code>= '".$key."'"); ob_start(); include("email_header.php"); echo '<p>Text here</p>'; echo '<p>Maybe more Text</p>'; echo '<p> Here comes the link: <br>'.wp_login_url("url").'?action=rp&key='.$key.'&login='.$user_login.' <p>'; include("email_footer.php"); $message = ob_get_contents(); ob_end_clean(); return $message; }Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Dont work for "Forgot password"Hey,
thanks for your work!
But Unfortunately i got the same issue as dimitrow.WP: 3.5.1 & Version 3.9 of your plugin.
Any ideas?
Forum: Plugins
In reply to: [Gravity Forms - Placeholders add-on] Text disappears on click into the fieldThanks steedancrowe!
That helped.Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Multisite or Network Compatible?Gentlemen wait!
The Plugin works in the Network!
I thought it doesn’t because:
Some plugins allow you to disable the plugin on the subsite of the network.
For example: you have 3 subsites and a plugin is only activated on 2 of them.That caused the “problem”. I was looking like crazy for activating the plugin on a subsite. But the Meteor Slides worked already. I just didn’t see the “Slides” menu on the left… ^^
Greetings.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Multisite or Network Compatible?Good day!
Flowers first:
Your plugin is dope! Really like it.But unfortunately it doesn’t work on multisites. I “Network Actived” the plugin, but can’t activate the plugin on a subsite.
Any ideas?
I’m using WordPress 3.4.1, four Subsites an Medteorslides 1.5
Thanks in anticipation.
hey.
i have the same issue, but i don’t have the Advanced AJAX Page Loader Plugin.
so it seems to be a problem with woocommerce.the thing is:
if i got more than one product and delete one with the little x, it’s no problem.
but when i try to delete the last (or only) product from the cart… this won’t happen.i checked your site and apparently you have the same problem.
any ideas? 🙂