Igor Benic
Forum Replies Created
-
Hi @nanetto2, I am currently away so I can’t see what is causing it. Once I get home I’ll check. Maybe there is a conflict with css rules of the theme. I will see and fix it when I find what is causing it
Forum: Reviews
In reply to: [Multisite Featured Image] Does what’s on the boxThank you @flipersclub for this review! 😀 I am glad you find it useful!
Forum: Plugins
In reply to: [Multisite Featured Image] Support get_the_post_thumbnail_urlHi @flipersclub, I have pushed a new update for this plugin. The function
get_the_post_thumbnail_urlwill probably work for you now. Can you check?Hi @shannona, the primary goal of this plugin is to collect emails so that they may be informed when subscribed or if someone has won the giveaway. Due to that, I have not envisioned anything like this when making the plugin.
I suppose, you could hide it with CSS if you are embedding it into a post, page or in a widget. This can be done by entering custom CSS with a plugin or in a theme option if there is one.
The giveaway form can be hidden by using the code
.giveasap_form {display: none !important;}For hiding the form on the actual giveaway page, you can only do that by adding the CSS to the template file. That can be done with Plugins > Editor => Simple Giveaways and then open the template: giveasap/public/giveasap_template.php.
You can add this link to the URL after /wp-admin, to get to that plugin if you have the free plugin installed:
/plugin-editor.php?file=giveasap%2Fpublic%2Fgiveasap_template.php&plugin=giveasap%2Fgiveasap.phpThen find this part:
<link rel="stylesheet" href="<?php echo $style_href; ?>"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/fontawesome/4.6.3/css/font-awesome.min.css">And after that add:
<style> .giveasap_form {display: none !important;} </style>That won’t enable your users to register and collect entries to the actual giveaway and also will not send any emails from the actual Giveaway plugin.
Also, if you change the template file of the plugin, you will lose the CSS after the plugin gets updated.
I will see to include some new options of adding custom CSS to each particular giveaway.
But for additional form and other stuff, I’ll see what I can do in some future updates.
Thank you for contacting me.
Let me know in this thread if you need anything else:)
- This reply was modified 9 years, 1 month ago by Igor Benic.
Hi @jacktheadmin, thank you very much for all those ideas!
Each idea is a good one, I just have to see if it’s something possible to create for this plugin and my vision of it.
Ideas 1), 3), 4) & 6) are fine and I’ll look into them. For the idea 2) Custom URLs, I will have to see if that is something for this plugin. You can always create redirect URLs to get people to the right giveaway.
The idea 5) is a big one. It is similar to one I was thinking of, but just in the terms of getting new points (entries). Facebook Like & Twitter Follow is something I am looking into creating for getting ‘free’ extra entries. I am also thinking of implementing custom points for each social share.
I did not think of excluding social media, but sure, this is also a nice idea and I should look into enabling that also:)
Thank you for the time you have took to write the ideas down:)
Hi @soobahkdo, the shortcode has been introduced with the version 2.1.0.
Each giveaway should have a shortcode column in the giveaway list table under Admin dashboard. Just go to menu Giveaways and look at the column shortcode.
The shortcode is of the form [giveaway id=20] where number 20 is the ID of the giveaway.
When you edit a giveaway or insert one, you will have a url link: YOURDOMAIN/wp-admin/post.php?post=20&action=edit. The number after post= is the giveaway ID.
Hi @jacktheadmin, thank you for such a great review!
Forum: Plugins
In reply to: [Multisite Featured Image] Support get_the_post_thumbnail_urlI will look into it to see if that would be possible:)
Forum: Reviews
In reply to: [Multisite Featured Image] doesn’t workSorry to hear that, but I am not sure the reason for 1-star rating is correct.
Have you tried activating a theme bundled with WordPress? Those themes are done correctly and the plugin will work on it.
Please do the testing before giving such ratings on other plugins also. It devalues the plugin even though it’s not the plugins’ fault.
Forum: Plugins
In reply to: [Multisite Featured Image] not working with WordPress 4.7 ?Hi bowenac, I assume the same for your theme. Since it’s not a free but a premium theme I can’t be sure to look at the code.
I have tried my plugin with several themes that do use the appropriate function and that works as intended.
If the theme is coded differently, the plugin can’t generate the appropriate image.
Forum: Plugins
In reply to: [Multisite Featured Image] not working with WordPress 4.7 ?Hi Cor,
unfortunately, I see that the theme Dyad doesn’t use the preferred way of displaying the thumbnails so that is why this plugin won’t work with your theme.
This plugin uses the function the_post_thumbnail to return the HTML (https://developer.wordpress.org/reference/functions/the_post_thumbnail/). Since your theme also does not use this feature but uses their own custom one, this plugin can’t work with it.
You’re not missing anything. It has been updated to the latest version so there is no option to update.
Once there is a new version, you can update it through the Account page.
I tried to find the Account page on the network dashboard but I did not see it anywhere for some reason. That is why I went to do it this way.
I will see if I can find an answer. If not, I’ll contact the developers that provided this tool to handle upgrades in an easy way.
There might be something buggy with it.
I have updated it without any issues from the menu Giveaways > Account.
Now, there is not GiveASAP menu. It’s renamed to Giveaways, just so you know where to look at.
Do you have any server log? Maybe there is an issue with something else. A log file should provide other information on this situation.
The code should not be the issue since I have tried it on my own servers and everything worked as it should.
I did not try it on a multisite tho, but I can do that also and see what happens.
You can also send me an email with FTP & WP-Admin information on i.benic[at]hotmail.com so I can check it out myself.