Niki Campbell
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Archive page – as a grid layout?No problem. I understand that.
I am just wondering about a display issue – in this grid format, it shows a regular row with 3 across, and then the next row has only one listing. Is there something that I can add to the shortcode to allow it to diplsay with 3 listings in each row?
https://prnt.sc/26euwilForum: Plugins
In reply to: [WooCommerce Bulk Discount] Apply discount to all productsYes – I’m looking for the same thing ?? Just a global setting – so if someone buys a certain amount (quantity or dollar) within the site, they get the discount?
??
thanks though…
…okay, this is truly a mistake of mine!
When I am not logged in it does not happen…the wpadmin bar was doing it for me (erghh – sorry to wrap you into that)
it is not actually a visible margin – but if you go into firebug and click on the html tag – you can see on the right that there is a 32px margin from the top on the html tag. It doesn’t matter for safari or chrome – but in Firefox (on my computer at least) it makes the page scroll 32px…
here is a screengrab of what I’m talking about:
https://www.dropbox.com/s/aca81o3azlz9zms/margin-top.pngthat 32px is making the page scroll even when there is no content to scroll for. It would be nice to eliminate the scrolling – it feels unprofessional – especially on the homepage.
(I forgot to add the site link…)
https://www.morinwood.ca/new-website/
…I’ve added !important to my child theme. The strange thing is that is it not referencing coding from the stylesheet for that margin – and it is not in the functions. I just cannot over-ride. It works in firebug – but not in the child theme doc.
okay – I have a similar specific problem with twentyfouteen. I cannot for the life of me override this margin:
html {
margin-top: 32px !important;
}That’s great! Thanks for responding. Has that link ability been added yet?
It is not another plugin, it is the main theme (the item being replaced is one of the custom-post-types of the theme)
what is the namespace that adrotate uses? What I would like to do is change the namespace for adrotate if possible.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Using WooCommerce for event / course bookingsI would also like this feature or plug-in. I would be happy using variable products, no problem. I just need one extra detail
I am creating a site for a cooking school that offers course. They want a person to be able to book for their whole group (maybe purchase the course 5-10 quantity)
…But an important detail for them is to get the information (name email) for each person enrolled, not just the person who made the purchase.
Is there a way to collect extra information with the order. If a person buys 5 of the course – then they can put in the information for the 5 people who will be registering? Metadata – an input box for each of the items sold?
Thanks ??
I also was having this problem, not with the child categories having the same name, just with the parent not nesting the child categories to be able to add easily. They do not display in alphabetical order – or any other order that I could make sense of.
Also – when I used the “search” function to try to narrow down the options listed – it would not bring up all the categories, only some of them.
Hi Mark, thanks so much for responding ??
It is comment spam. I’ve used the blacklist from hackrepair.com
In Wordfence I have manually blocked all new spam comment IP’s that we are getting. Each day there is new IP comment spam. So I add the new IP as blocked permanently. Are there an extra measures that I should take that I am not aware of?
Question: Is it possible to reduce spam to nothing? (I want to know what my client can expect from me) – if not – in general, what is a reasonable amount to stop fighting against?
Question: In Wordfence – how many blocked IPs are too many? If the list keeps on getting longer will it slow the site down? How do people handle that list?
In WORDPRESS > SETTINGS > DISCUSSIONS I have added a few words in the “Comment Blacklist” box – but I don’t want to add words that might be legitimate….any insights on how to refine it as much as possible would be great.
Thanks!
You have to add text-indent: -9999px;
hmmm…I am not an expert – I just know what I know ?? – the child style.css will over ride the parent though. But I don’t know if your child theme is active – or where you are adding the new coding. I wish I could be more helpful! Without knowing what you are altering it is kind of impossible for me to know. Sorry I can’t be of more help!