OutoftheHat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Affiliate Links; Where and How To?When you generate the affiliate link, it’ll look something like this: <iframe style=….a load of code…></iframe>
You can put this inside a post or page, via the box where you type the content. However, before you paste it in, change the editor from ‘Visual’ to ‘Text’, using the tab on the top-right of the data entry box.
Alternatively, go to Appearance > Widgets and add a ‘Text’ widget into one of the widget areas, then paste the code into the the widget details box.Forum: Fixing WordPress
In reply to: I can't understand wp_insert_link();Earlier versions of WordPress had a blogroll, which was simply a list of links displayed next to the blog. This was disabled from V3.5, but a plugin was created to turn the functionality back on if needed (see https://codex.wordpress.org/Links_Manager). The blogroll showed on the dashboard as a ‘Links’ option, to enable you to add new links to the blogroll. The function above simply adds a link to the blogroll or modifies it, but of course that doesn’t really do anything useful, as all that is now disabled by default.
I’m guessing you didn’t actually want to add a link to the blogroll…Forum: Fixing WordPress
In reply to: Social media sharing : error 32300Have you tried some of the solutions suggested in this post? https://wordpress.org/support/topic/jetpack-publicize-error-32300?replies=13
As you’ll see, it might be to do with your host blocking the connection.Forum: Fixing WordPress
In reply to: How To Override Theme Margins for Text?Positioning of text like this (and pretty much everything to do with how the site looks) is controlled by Cascading Style Sheets. If you’ve not used CSS before, it’ll be a challenge to track down the code that’s controlling that text and apply changes. There are plenty of online resources about CSS and books, but it will take some time to get used to how the different rules apply. You may find that your theme has an option that enables you to control these settings, but not all themes do. Perhaps the quickest way to find out would be to contact the theme developer, linked at the bottom of your homepage.
Would you be interested in writing the custom code to achieve this? If so, at what price…? TIA.
I notice your answer focuses on discount. I am interested in the simpler situation, i.e. assign a membership level by email domain of person registering, or even by IP address. e.g. fred@corporatemember.com registers, so he should get full access because his company subscribes. I am not a current user, but a prospective purchaser.