Jump to content

Steve Jabba

Clients
  • Posts

    37
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Steve Jabba

  1. Hi,

    I want to add image advertisements (with links) in a custom location, within topics on the forum.

    About 1/3 of the way down the topic, then 2/3 then at the end.

    I have read this documentation about how to set up custom locations but it makes zero sense. Of course, I do not have the expertise to understand the HTML and CSS of your theme template, pick out the correct part and then set up the custom location.  

    So can someone tell me how to do this?

    Thanks.

     

  2. I checked these instructions for manual ad placement.. https://invisioncommunity.com/4guides/monetization/internal-advertising-r57/#advanced

    I have to say, there is so much prior knowledge assumed. How can a non programmer who doesn't know code work out where to put the code, or even what to write, to display an ad exactly where he wants.  It makes no sense.

    Is there any way of placing an image ad on the forum in the header and footer postion, and preventing it from displaying in the checkout areas?

  3. 1 hour ago, Daniel F said:

    Disabling the "Show on non-content based pages " setting which appears while editing the advertisement, shouldn't show it on the checkout page

    EDIT : By the way, these are my own ads - image ads.  I'm not using adsense or anything like that.

    Did that. Still showing unfortunately. But thanks for responding.

     

  4. Hi,

    I am showing ads on my forum, but there seems to be no way to turn them off on key pages, such as checkout pages.

    The last thing I want is for users to see the ads and potentially get distracted when they are in the process of buying something.

    Can you tell me if it's possible to hide them on checkout pages (for example)

    Thanks!

  5. On 6/1/2021 at 1:59 PM, Davyc said:

    Unfortunately what you 'think' it should be isn't what it is.  If you don't want to work within the system then you are going to run into all kinds of different problems. And whilst this may not be a debate in your view, it has turned into one because you are unwilling to accept that this is the way the system works. There are thousands of lines of CSS code used by the IPS system and they attempt to cover the most important areas, they are not designed to cater for something that only a few people may use. So you can argue that the system 'should' do this or that, but it doesn't and it won't, so you need to bite the bullet and learn a little bit of CSS so you can make the changes you want, or live with it the way it is.

    I'm sorry if you don't find this helpful, but that's the way it is and it's unlikely to change.

    Responsive design isn't something a few people use : it's a universal requirement for any website.  This is a daft and pointless argument and I'm getting bored of it, so I shall bow out.

     

  6. 2 hours ago, Davyc said:

    Responsiveness isn't automatic - it needs to be told how to and that's done in the CSS files of which there are many used by the system.  Buttons aren't meant to be huge, but that doesn't mean they can't be, but you need to understand the principles of responsiveness.  This is where your custom CSS file comes into play and there are @media commands that instruct the system on what size something should be when viewed on different screen sizes (of which there are many).

    The only other way for you to achieve 'automatic' responsiveness within the system is to create your button as an image, but be warned about this too as the system will shrink your image to fit, but it will do so by reducing the overall size. It's the way the system works - it will only do what you tell it to do, it's not AI 🙂

    Whatever.  I don't need to know the technicalities, and I would rather remove my testicles with a rusty spoon than learn about CSS.  The point is modern websites should have responsive buttons, images ; this isn't even a debate.

    Here's an example of a website I own with large buttons. 

    https://sugardaddyguru.com/seeking-arrangement-fake-profiles-are-they-really-an-issue/

  7. 11 hours ago, Davyc said:

    Just be conscious of your font size and the length of your text line otherwise when using the IPS Button it will truncate your text if it doesn't fit the screen.

    Example below is a live example I posted on my own forum using the code line from the post above:

    image.png.139191c63803b4bea7522ba4d5fe274c.png

    And on browser console simulated mobile screen - the arrows point towards the edge of the screen. This simulation is for a Moto G4

    image.png.bdb32abf0c7687884f8347eeb7709877.png 

    And this is a simulation of an iPhone X

    image.png.87563e31add9c4f14867a7b3fc5e91a0.png

    The bigger the screen the more can be seen - so be aware of those font sizes and text line lengths.

    If you want to learn more about CSS then this is a good place to start >>> https://www.w3schools.com/css/

    Happy hunting 🙂

     

    I have to say this is pretty crap.  The fourm should automatically resize ; since it doesn't appear to, it's not mobile compatible.   This is ancient technology ; we've had responsive websites for years. I shouldn't have to bugger about trying to get the EXACT dimensions for every possible permutation.  

    Very poor indeed.

  8. 49 minutes ago, SeNioR- said:

    You can use the built-in classes to change the background color

    1. ipsButton_link
    2. ipsButton_veryLight
    3. ipsButton_light 
    4. ipsButton_negative (red)
    5. ipsButton_positive (green)
    6. ipsButton_intermediate (orange)

    example

    <a href="YOUR_URL" class="ipsButton ipsButton_negative ipsButton_medium">YOUR TEXT</a>

    or customize the button using inline CSS styles

    <a href="YOUR_URL" style="background:blue; color:yellow; font-size:30px;" class="ipsButton ipsButton_primary ipsButton_medium">YOUR TEXT</a>

     

    Thanks man this is absolutely perfect.  I have bookmarked it for future reference!

  9. 27 minutes ago, Nathan Explosion said:

    :rolleyes:

    Click 'Source' when posting, add the following to the link's <a> tag:

    class="ipsButton ipsButton_primary"

     

    Don't have a 'Source' button? Search the ACP for 'HTML' and give yourself the ability to post HTML.

    image.png

    I have enabled "source"

    Can you please just write out in plain text what I need to insert into a post in order to add a button which is clickable.  Is there any way I can change the colour and make it larger?

    I am not a coder and you guys seem to assume prior knowledge.  I have a rough idea what an <a> tag is but not sure how to construct it properly to incorporate this code.

    Please actually type it so I don't need to copy from an image - hope this is OK and should be simpler for you.

     

  10. I'm using adblocker plus, and it's blocking ALL of my affiliate links on my forum. 

    Example :

    To be fair, it does this on Youtube too when you enter links in the description of videos. 

    Needless to say this is far from ideal. I note when you use wordpress the links still work, at least when you embed them in a button.  And yes, I have tested and confirmed this, and I am sure.

    Example :

    So is there any way around this??  It has the potential to kill monetisation on your sites.

     

  11. Uh oh.  I just looked at the page with the buttons on using my mobile..It is literally the worlds most ridiculous looking button!  Not responsive at all.  Look at this mess (bottom of the image for the unobservant)

    132595142_mongedbutton.thumb.jpg.f09e0a6db841973bce2ac61b346c248b.jpg

    Does anyone know how to fix this? It looks ridiculous..

    Yes, I know I can make the button smaller, but then it looks absurd on desktop, lost and alone amongst the text and the rest of the post.  The whole point of a button is it's supposed to stand out.

     

×
×
  • Create New...