Webprese
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Is this plugin able to create MBTI test?Hey, I was looking for the same thing and found the test answers here: https://docs.google.com/open?id=0B9JhlzUVl1FBUkhrdjNCZGF4bHM
I got it from this article which has an example of how to create the test in wordpress: https://www.e-ucy.com/ptest/
I hope this help, it would be cool to see if it works!
Yeah I’d also like this.
I have four different sections on my site where I need this functionality, each with a different “load more” button required. For example I need “load more images” “load more videos” “load more albums” and “load more releases”.
Is there a way I can change the labels on the load more buttons for multiple instances?
It would be great if the plugin dev could answer this promptly, or if someone has figured it out to post here.
Awesome. Thanks for the data. Its a dev site at the moment and at the client review stage and this is one of the bugs. Its really only as issue with Safari iOS. I’ll keep checking for the update because I’m very keen on seeing this bug fixed so I can pass it on to the client.
Thanks for the responses and updating the plugin. Very much appreciated!
Great! When will you be releasing x1.4?
I’m having a similar issue and I’m not 100% sure how you fixed it. When one scrolls on iPad the popup flickers all over the page. I’d rather the page not scroll and instead just the content inside the popup scroll.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not uploading on front-endI’m having the same issue. I’d like to know the same thing as hazgeo.
I’d really like to get this working, if anyone has the solution that would be awesome.
I’m getting the following: ERROR: [field] couldn’t be empty.
So it seems the picture is not uploading.
Okay, I did this and it [seemed] to work.
Just to confirm, this:
public function remove_quick_edit( $actions ) { unset($actions['inline hide-if-no-js']); return $actions; }
will now look like this:
public function remove_quick_edit( $actions ) { global $post; if( 'easy-opt-ins' === $post->post_type ) { unset($actions['inline hide-if-no-js']); } return $actions; }
I’m having the same issue. Is there a quick fix for this until we can get the next release?
Forum: Plugins
In reply to: Woocommerce Email Template Remove SKUHi robbyooooo,
Did you ever find the answer to this?
I found an answer that says to edit:
"<?php echo $order->emailorderitems_table( true, false, true ); ?>"
but to remove the SKU only on emails, what exactly am changing these to?
If someone has the answer that would be awesome!
Forum: Fixing WordPress
In reply to: Link to Current User Profile in Menu NavigationThis is exactly what I need also! If you come up with the solution let me know.
Forum: Fixing WordPress
In reply to: Link to Current User Profile in Menu NavigationThis is exactly what I need also! If you come up with the solution let me know.