Igor Benic
Forum Replies Created
-
Hi @randit, sorry for such a late response.
For now, there is no other way, but I’ll add your request in the backlog of features so I can also add that as a new feature in a future version.
Hi @bjrnet21, I wanted to let you know that I’ve pushed a fix for that in 2.27.0
Hi @angolanmade, usually SEO plugins have such options to change archive page titles.
For example, I’ve tried using Yoast SEO to do that. I went to Yoast > Search Appearance > Content Types and then under “Simple Giveaways” under the “Settings for Simple Giveaways archive” I changed the SEO title into Contests (alongside some of the Yoast variables).
Hi @uomiguel,
I’ll have to check that out. I’ve not yet seen this error.
Are you using the Page Layout option?
Forum: Plugins
In reply to: [Sponsors] Display more than one logo at a time in the slider?At the moment no, but I do plan to see how to enable that through attributes.
Forum: Plugins
In reply to: [Sponsors] Display more than one logo at a time in the slider?Hi @streamalex, yes, you can use the attribute slidestoshow and add for example slidestoshow=5 and it should show 5 logos.
You can also add slidestoscroll to define how many logos will be scrolled when clicked on next/prev arrows.
You can see all attributes listed on the plugin page: https://wordpress.org/support/topic/display-more-than-one-logo-at-a-time-in-the-slider/
Thank you @bjrnet21 for letting me know about that. It does make more sense to open it as a separate window/tab.
Forum: Plugins
In reply to: [Sponsors] Creating tiers for sponsor logosHi @furnishingdig, if you are using the widget, you can add each widget for each category and then choose a different image size for that instance.
That will create the desired effect you want.
Forum: Plugins
In reply to: [Sponsors] Carousel feature?Hi @barbsm2,
there is now a slider option with version 3.2.0. If you’re using the block option, you will also see all available options if not, please check the shortcode attributes on the plugin page: https://wordpress.org/plugins/wp-sponsors/
If you set the “style” attribute to be the slider, it will create the slider of sponsors.
Forum: Plugins
In reply to: [Sponsors] Image size when using shortcode and grid styleHi @frischid,
I’ve checked the image size and it seems to use all image sizes put there as the option. I’ve tried using all available styles/layouts to be sure.
If you could provide me with a page where that happens, I could check it out what is going on.
I did push a 3.2.0 now and that might fix it. But there was no much change into that part.
- This reply was modified 6 years, 7 months ago by Igor Benic.
Forum: Plugins
In reply to: [Sponsors] Style questionHi @uwew,
I have pushed 3.2.0 version that fixes the paragraph issue here and I’ve just saw that you wanted to have the container class with the category.
I’ll try to add that with 3.2.1 as soon as possible.
Hi @bjrnet21, if you are logged in on your website,the giveaway will use that email address.
Hi @bjrnet21,
here is the CSS that might fix it for you 🙂
.site-main .content-area .sg-theme-layout { width: 100%; margin-left: 0;Â }
.content-area .sg-theme-layout .giveasap_box header.giveasap_section { padding: 0 30px; }.content-area .sg-theme-layout .giveasap_section h1 {
margin-top: 0px;
}Hi @pepperf,
the email can’t be changed through the admin area.
You could change it directly in the database going to your database and finding the table giveasap_entries, find the email and change it to the correct one.
Then, you can go back to the admin area on the page Giveaways > Subscribers, find the subscriber and click on the email button in the last column. That should resend the email they should have get.
Hi @bjrnet21,
you can add this custom CSS to left align the header:
.content-area .sg-theme-layout .giveasap_section h1 { text-align:left; font-weight: 500 }
I saw that the font-family is the same so you could try using the font-weight setting to set a different thickness of the letters (the higher the number, the bolder the text is).
To remove the border (a shadow actually):
.content-area .sg-theme-layout .giveasap_box { box-shadow: none; }