Tom Christian Posted July 2, 2015 Posted July 2, 2015 Header Image by IPS Themes [Support Topic]Rules:1. Visit the IPS Themes documentation section before posting.2. Search through this topic before posting as your question may have already been answered.3. Post detailed questions, provide screenshots and provide URL's. ----------------Visit the file on the marketplace.
Tom Christian Posted July 2, 2015 Author Posted July 2, 2015 Is this supposed to link to Mailchimp? No. Thanks
socceronly Posted July 2, 2015 Posted July 2, 2015 Could something like this be upgraded to rotate header images and/or change header image module?Different one for Commerce, Calendar, Forums, Pages.... or by Category in Pages?
Tom Christian Posted July 2, 2015 Author Posted July 2, 2015 Could something like this be upgraded to rotate header images and/or change header image module?Different one for Commerce, Calendar, Forums, Pages.... or by Category in Pages?Yes it's possible, I'll keep the idea in mind. It'll most likely be a separate plugin if I were to build it.
socceronly Posted July 6, 2015 Posted July 6, 2015 Fantastic Tom. I think a lot of people might find a use for that.
Tom Christian Posted July 6, 2015 Author Posted July 6, 2015 Fantastic Tom. I think a lot of people might find a use for that. I would.How would you envisage such a plugin being configurable? What would be an intuitive way of selecting different images for different applications? The simplest way I can think of is just an upload field which simply assigns the uploaded images according to the order you have the applications setup in the ACP.
wmarcy Posted July 6, 2015 Posted July 6, 2015 I want the ability to rotate between logos, I don't need a specific order to rotate.
Kevin 7 Posted July 18, 2015 Posted July 18, 2015 Why are neither of the versions downloading proper files. I am getting broken files and no XML nor upload files/folders.File attached. Any help? Header Image IPS4 v1.0.0
Tom Christian Posted July 18, 2015 Author Posted July 18, 2015 Why are neither of the versions downloading proper files. I am getting broken files and no XML nor upload files/folders.File attached. Any help?Header Image IPS4 v1.0.0It should be downloading a ZIP. Download the latest 1.0.2 version. If you have issues, I suggest contacting Invision as it sounds like an issue with the marketplace. I'm afraid I have no control over that.
Kevin 7 Posted July 18, 2015 Posted July 18, 2015 It should be downloading a ZIP. Download the latest 1.0.2 version. If you have issues, I suggest contacting Invision as it sounds like an issue with the marketplace. I'm afraid I have no control over that.Resolved! Thanks, my mistake.
motomac Posted December 10, 2015 Posted December 10, 2015 Does it replace original logo? Is there any way to change only background image and leave current logo image?
mesteele101 Posted December 10, 2015 Posted December 10, 2015 3 hours ago, motomac said: Does it replace original logo? Is there any way to change only background image and leave current logo image? Only adds a background to the top, and doesn't mess with the logo.
motomac Posted December 13, 2015 Posted December 13, 2015 I found a bug: if image file has parentheses like "my_background_(cool).jpg", it is not displayed.
mesteele101 Posted December 13, 2015 Posted December 13, 2015 6 hours ago, motomac said: I found a bug: if image file has parentheses like "my_background_(cool).jpg", it is not displayed. I'd like to fix this one... Fix: DON'T WRAP THE NAME IN PARENTHESES
Tom Christian Posted December 20, 2015 Author Posted December 20, 2015 On 12/13/2015 at 7:33 AM, motomac said: I found a bug: if image file has parentheses like "my_background_(cool).jpg", it is not displayed. On 12/13/2015 at 1:56 PM, mesteele101 said: I'd like to fix this one... Fix: DON'T WRAP THE NAME IN PARENTHESES Sounds like an issue with the core software. This plugin simply utilizes functionality that is provided out of the box. If it's that much of an issue for you, I suggest creating a bug report with IPS, if not, simply rename it like @mesteele101 suggests
TheGreyWizard Posted February 17, 2016 Posted February 17, 2016 I'm having an issue with my SSL & the header background image not having the S on the end of it, so I need to edit the image link from HTTP to HTTPS and can't seem to find it anywhere in the CSS - can you please pinpoint where the URL is placed within the them code so I can manually add the S so my SSL is working 100%? Thank you.
Tom Christian Posted February 17, 2016 Author Posted February 17, 2016 49 minutes ago, TheGreyWizard said: I'm having an issue with my SSL & the header background image not having the S on the end of it, so I need to edit the image link from HTTP to HTTPS and can't seem to find it anywhere in the CSS - can you please pinpoint where the URL is placed within the them code so I can manually add the S so my SSL is working 100%? Thank you. This plugin uses the default IPS framework image upload feature. Your issue is likely unrelated to the plugin and more with your installation settings.
TheGreyWizard Posted February 18, 2016 Posted February 18, 2016 IPS says it's the plugin - and as far as the installation everything seems to be working properly - I just need to add an S onto the end of the HTTP so that my website has full SSL encryption. I can not seem to find it within the code to manually edit and hoping someone could help me pin point it's exact location within the CSS so that I can manually add the S.
Cyboman Posted February 19, 2016 Posted February 19, 2016 I also vote for rotating header banner. If possible with simple fadein/fadeout effect and an option to link each banner/background picture. And if the image behaves responsive and always shows with full width - on desktop as well as on mobile - I could create big and beautiful ad banners with massive marketing impact.
Tom Christian Posted February 19, 2016 Author Posted February 19, 2016 16 hours ago, TheGreyWizard said: IPS says it's the plugin - and as far as the installation everything seems to be working properly - I just need to add an S onto the end of the HTTP so that my website has full SSL encryption. I can not seem to find it within the code to manually edit and hoping someone could help me pin point it's exact location within the CSS so that I can manually add the S. The support staff will send you a canned response saying "it's not their fault" if the issue involves ANY third-party theme or plugin. As I said, this plugin is incredibly simple and only uses default framework code provided to me by them. No protocols are being forced in the code. See for yourself <style> #ipsLayout_header header { background-color: {setting="ipsthemesHeaderImage_color"}; background-image: url({file="\IPS\Settings::i()->ipsthemesHeaderImage_image" extension="core_Theme"}); background-repeat: no-repeat; background-position: {setting="ipsthemesHeaderImage_position"}; background-size: cover; {{if \IPS\Settings::i()->ipsthemesHeaderImage_fixed}} background-attachment: fixed; {{endif}} } </style> If you want a temp workaround, just delete the plugin and add the above code to your site's CSS with a few edits: #ipsLayout_header header { background-color: #fff; background-image: url(https://urltomyimage.jpg); background-repeat: no-repeat; background-position: top; background-size: cover; } 9 hours ago, Cyboman said: I also vote for rotating header banner. If possible with simple fadein/fadeout effect and an option to link each banner/background picture. And if the image behaves responsive and always shows with full width - on desktop as well as on mobile - I could create big and beautiful ad banners with massive marketing impact. I don't really have the time for this but might consider it as a premium plugin. Is this the kind of product you and others would be interested in paying for?
Cyboman Posted February 19, 2016 Posted February 19, 2016 Of course I'm willing to pay for a stable and beautiful solution. If I create marketing banners with full header size, nobody would get around these informations. Massive marketing impact. Maybe with an option to only show on the main site or in intervals, so it won't penetrate the forum experience. But it must be guaranteed, that the clickable marketing header banners display resized to your resolution width (responsive), so text informations on the banners don't get cropped or obscured by other forum elements, f.e. on tablets or smartphones.
TheGreyWizard Posted February 19, 2016 Posted February 19, 2016 Ok but can you help pinpoint exactly where in the code/CSS the image link is being imputed? I can not find it and need to add an S manually to the HTTP to fix my SSL. OhioCannabis.com Thank you.
Tom Christian Posted February 19, 2016 Author Posted February 19, 2016 27 minutes ago, TheGreyWizard said: Ok but can you help pinpoint exactly where in the code/CSS the image link is being imputed? I can not find it and need to add an S manually to the HTTP to fix my SSL. OhioCannabis.com Thank you. No, I can't pinpoint this as I don't control it or know where it's generated. It's IPS framework code.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.