Igor Benic
Forum Replies Created
-
Hi @nuverian,
as for shortcodes, the issue is here probably because the theme style is overriding the styles for the shortcode. I have in plan to make the styles better with each version.
Could you share with me the link to the page with the shortcode so I can take a look and maybe provide you an easy temporary style fix?
The shortcode either in free or premium is always the same. The templates that are available are only for the landing pages.
The multisite should not be an issue with it 🙂
Forum: Plugins
In reply to: [Sponsors] width of images in sliderHi @jenny7, I see the issue. I’ll see to add new options for that.
For now, you could fix it only by changing the code in the plugin.
What you could do is go to the plugin file includes/class-wp-sponsors-shortcode.php and then under$slickSettings[‘slidesToScroll’] = absint( $atts[‘slidestoscroll’] );
add this:
$slickSettings[‘variableWidth’] = true;
But if you use this shortcode elsewhere, that option will also be added there as well (in case you use the slider).
Forum: Plugins
In reply to: [Pets] Petfinder Showing All PetsHi @gsddebbie, @spiffyplugins, @nlombardo with the 1.1.0 that was just release, you can set attributes from this list: https://www.petfinder.com/developers/v2/docs/#get-animals into the shortcode.
Forum: Plugins
In reply to: [Pets] WPML Translation stringsHi @vitezpetra, thank you for the kind words and thanks for supporting with the premium!
All strings should be translatable through WPML as it uses the ‘pets’ text domain. Did you find some parts of it that is not translatable?
Hi @badalgupta,
since the main giveaway page is stripped from all other scripts/styles that are not needed, all the scripts added through other plugins are not there as well.
To track the pageviews, you should add the analytics script you use inside Giveaways > Settings > Scripts.
In case you’re using the shortcode or the giveaway “Page Layout” option, then you don’t need to do that because everything else is loaded on such pages.
Hi @spark36, since the plugin is using the core wp_mail function to send emails, SendGrid should be able to send such emails.
In case you’re using premium integrations such as newsletter, check if you have the checked to disable the subscribed email (in case your newsletter has a welcome email).
Forum: Plugins
In reply to: [Live Scores for SportsPress] Live Scores Widget doesn’t work on sidebarHi @rox9977, there should be a Calendar to select for events. That will trigger the update.
In the next version I’ll put fix to pull all live events in case there is no SportsPress Calendar selected.
Forum: Plugins
In reply to: [Live Scores for SportsPress] Live Scores Widget doesn’t work on sidebarHi @rox9977, I am working on a new version and I’ll push a fix with it.
Hi @spark36, I have not noticed any delays but since I am only working on integrations, such APIs delays can happen overtime with some services.
You can try subscribing to a giveaway on your own without AC integration being activated and see if the delay is still there.
Such thing (signing the user behind the scenes) could be possible in a future version but in a different way. Instead of singing them up when they subscribe, they could have an action to get more entries for subscribing to your list.
Do note that AC is a premium integration and all premium-related questions should be asked/submitted on https://www.wpsimplegiveaways.com/support/ so we don’t get banned here for not following the rules.
Really glad you’ve figured it out @spark36! Wish you many subscribers on your giveaways 🙂
Hi @spark36,
I always install a SMTP plugin and configure it with the email I use for the site (usually a gmail or hotmail account). This works well, but if you would like to use a separate emailing service then you can look into configuring your site with SendGrid or similar services.
Thank you @soobahkdo for answering this question and helping again!
Hi @spark36, I’ll take a look at this if shortening URL services have a way to integrate with them directly.
Maybe there can be a way to use pretty links plugin integrated with that. I’ll check it.
Thank you @soobahkdo for helping with a quick response!
Hi @uomiguel, the issue might be due to a CSS where that part is shown because of a flexbox property. If you could provide me with the page link, I can give you a snippet of code that could fix that for you.
Forum: Plugins
In reply to: [Pets] Petfinder Showing All PetsHi @gsddebbie @spiffyplugins @nlombardo, I’ll look into adding all the options in the shortcode and also as default options inside of the settings of Petfinder section.
Thank you @spiffyplugins for assisting and providing a solution.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Get rid of counter in the front-end