Code

Discussion on MeMeMe - The Meme Generator | WP Plugin

Discussion on MeMeMe - The Meme Generator | WP Plugin

Cart 705 sales
Recently Updated

nicolafranchini supports this item

Supported

254 comments found.

Hi, I experienced a bug. “[mememe-list author=”1”] did not show the memes according to the particular user. It shows only memes from main administrator, even in the user profiles.

I did small modification to the mememe plugin code and not it is working fine.

here is the original code:

$author = (int) $args[‘author’]; if ( 0 !== $author ) { if ( get_current_user_id() === 0 ) { return false; } else { $options[‘author’] = get_current_user_id(); } }

$options[‘author’] = get_current_user_id();

here is the modification I did

$author = (int) $args[‘author’]; if ( 0 !== $author ) { if ( get_current_user_id() === 0 ) { return false; } else { $author = get_current_user_id(); } }

I changed the ”$options[‘author’] = get_current_user_id();” into ”$author = get_current_user_id();”.

I don’t know whether this is a bug or not. I am not a coding expert. I wanted to know if it is okay to use the code which I modified. Will it cause to other bugs or not ?

The reason I publish this in public is, there are many developers here, could anyone please tell me this is okay to use? memes are correctly sorted according to particular user with the modified code.

Hi, and thank you. Yes, you actually spotted and fixed a bug! The variable used below is $author and not $options[‘author’] indeed. Thanks for your contribution, it will be included inside the next release. P.s: I doubt you will find here another developer who takes some time to review the code of this plugin, feel free to contact me through the support form for any doubt.

Can we get these meme templates on their own URLs so that they can be indexed by Google? Currently it’s just one meme generator.

I just figured out how to do this based on your response: chose new post and add the generator to only show certain template :D

Theres a bug if you show parent page when making new pages with single templates

I’ve replied to your email

i contacted you on twitter about custom work… but either way, i paid freelancers to edit your plugin to use animated gifs.. id like to give you the code for this

Hi, please contact me using the support form, so we can carry on the discussion via e-mail. As far as I know the problem is not to import animated gifs on the canvas, but export the final meme as animated gif.

ok will write you, and yes i have solved that problem :)

Great Plugin

I have a images site -I need to circulate the advantages of the Plugin to all the images of the site

-Images are displayed single, not carousel

Is this possible?

If that extra cost for customization? how much does it coast?

Thanks

hi, I’m sorry but I’m not available for customizations. The images are worpress attachments, and the generated memes are custom post types containing the relative attachment. You can hide the carousel below the generator and setup a templated gallery, which opens the selected template inside the generator.

is it very customizable, as instead of downloading the image i would like to allow to charge users and allow them to send it in a buddypress message as a greeting.

so what im asking is the code very easy to customize.

Ok so when the post is created, is the post author saved as the logged in user creating it?

Yes. you can opt if set pending or published the generated posts. If you set pending, only memes created by site administrators will be automatically published, all the others will wait for the site administrator approvation.

thanks for your prompt response.. i have purchased

when copy paste a sentence in the text box , the generated meme does’‘t have the same layout . the text does not wrap as shown in the text box instead the generated meme has a texts / sentence in straight line!

Yes, of course, if you set line breaks according to the box size, you will always have the same text size. If you want to resize the text, it needs white-space: nowrap, which needs explicit line breaks.

Hi, about Mememe. If I buy the extended license, I can use it for commercial porous? For a multisite with my clients?. Thank you

So, We use subdomains, not domains. is fine all under the same domain with the extended license?

Anyway my service is $20, so can’t buy a license per client of $29.

I wanted to know about this option, please.

To buy an extended license that is $125 to use the meme generator plugin for customers under the same sub-domains, to use the plugin together with many other plugins too.

The users will never have access to the code, or to download the plugin, only to use it.

If you tell me, yes, I buy it.

Thank you and sorry so large question :)

Ok, thanks for these detailed informations, I’ve replied to your email.

Yes, thank you!

Hi, need to confirm if we can upload images to create our own memes. We are looking at adding this plugin but need a confirmation before the purchase.

Yes, the administrator uploads the available templates, and optionally also the guests can use theis custom pictures to create memes, as you can see with the online demo

Здравствуйте, https://okotkritki.ru/%D0%93%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%82%D0%BE%D1%80/dobroe-utro на странице не работают лайки но они мне и не нужны, как их вырезать удалить из кода чтобы не отображались?

Hi, you can disable the rating under MeMeMe Settings > Generated Memes > Rating > Enable meme rating.

Спасибо! А еще подскажите пожалуйста на отдельной странице как вывести заголовок название открытки? https://okotkritki.ru/%D0%93%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%82%D0%BE%D1%80/lyubimoj-v-den-rozhdeniya

That depends on your theme. For further support please use the support form

The meme is generating fast and etc, but I notice it is a little slow when the user writes to the generator.

What can I do to make it faster? What can influence this?

Tks!

I don’t know, I’m sorry, I think that part mostly depends on browser’s performances

I have recently been having problems with iphones using the plugin.

When opening the page with the generator, when we click on a template it does not appear for editing.

The image of the default template that loads at the beginning does not open either, leaving the space in gray color.

Can you check it please?

Tks

I disabled the jetpack plugin and now it works correctly.

Thanks!

Thanks for your feedback, I’ve replied to your email.

Is this working with buddypress? User make theme and send it to activity wall?

The generated memes are custom post types, so I guess they cn be easily linked everywhere.

Hi, how to import all your memes and templates that are in plugin? I see 0 templates and 0 everything once installed.

Hi, the plugin doesn’t include any image, but you can easily find the most popular meme templates searching “meme templates”. Upload them inside the administration area under MeMeMe > Templates, and start creating your memes with the generator.

I cannot find them properly. I remember earlier, like two years ago you gave a link where I downloaded a lot of templates. Do you still have that by any chance?

Hi, for support requests please contact me using the Support Form, thanks.

Hello, I got “Page Not Found” after generated a meme. In page I created for list of generated meme, it shows also like that when I clicked on it.

Webserver: nginx

I think it broke with cache. After I disable cache, it works.

Can you help to fix the conflict when using with W3 Total Cache? The error when guest upload image, it doesn’t show in gallery.

For support requests please use the support form, maybe I haven’t understood your issue. The images uploaded by guests will never be shown in templates gallery, these are managed by administrators in wp backend, otherwise you could have a lot of garbage images inside your galleries. If you mean that the meme galleries are not updated, maybe you should disable the cache for that specific page, but I honestly never heard about this issue with W3.

Hi every time I try to save meme I keep getting this error

Security check failed.

No matter how much I confirm aecurity it keeps giving me same error Security check failed.

Please help

That message appears when the security nonce is not validating. Never heard about this problem, it should appear only if you are trying to “hack” your website. For support requests please use the support form, and send me the url of your generstor

Would you consider adding speech bubbles?

At the moment no, maybe in the future

Hello sir. Search functionality is not working how can I fix it. even if I want custom search functionality how can i handle that please share

Hi, for support requests please use the support form

Ratings are not working. Thumb up and thumbs down. How to fix?

For support requests please use the support form

There is also duble image when a new meme created. It shows 2 meme at the page. How to fix?

Hi, for support requests please use the support form. That depends on your theme, which is outputting both featured image and post content inside its single page.

Hi, after saving a new meme. It gives a 404 error. I think it’s because of Wordpress’s long hated htaccess rewriting rules. How can I fix this? Thanks

Fixed this already.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey