bjdyke
Forum Replies Created
-
I can’t help with your query but I stumbled upon it whilst looking for a way to display only events of a certain category – is that what the code above does?
This is the code I have to show all current events. Do you know how I would modify it to just show a certain category? [events_list s]<p>#_EVENTLINK kommer att hållas på #_LOCATIONLINK<br/>#_EVENTDATES klockan #_EVENTTIMES</p>[/events_list]
Forum: Fixing WordPress
In reply to: WooCommerce product-category page templatejmwebdesign please help me from start to finish! This all new to me. I have built my site and shop and simply want to be able to have pages in the shop by product category, preferably clickable from a list or drop down on the base shop page. How do I go about this and please can you explain each step? I hope you have the time to help. Thanks.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] radio buttons not showingWas able to find the relevant lines from my theme (Omega – Child Theme Family) and remove them and voila the boxes now appear and work.
Forum: Themes and Templates
In reply to: [Family] Radio Buttons and Check Boxes Do not WorkIf anyone else has this problem, then go to Appearance – Themes – Editor and edit style.css.
In the box sizing area (the second area) remove the line referring to webkit appearance, scroll to bottom and update to save the change.
/* Box Sizing
——————————————— */*,
input[type=”search”] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none; REMOVE ALL THIS LINE SO IT LOOK AS BELOW
}/* Box Sizing
——————————————— */*,
input[type=”search”] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
Forum: Themes and Templates
In reply to: [Family] Header image issueI would like the same so is there anyone that can help?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] radio buttons not showingThe check boxes or radio buttons dont show up on my theme. I dont know enough about CSS to try and implement any change hinted at by the above reply! Can you see what is causing the problem and help me fix it? I like the plug in a lot so would like to be able to use it!