kjgbriggs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Admin Button StylingI have no idea, after spending 10+ minutes getting the “styles” of the button (shown below), they do absolutely nothing when used in conjunction with my button (also shown below).
.button-primary { background: #00a0d2; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat-x: initial; background-repeat-y: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 160, 210); border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15); box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15); color: #fff; text-decoration: none; } .button-primary:active { background: #0073aa; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat-x: initial; background-repeat-y: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 115, 170); border-color: #005082; color: rgba(255,255,255,.95); -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(0,0,0,.1); vertical-align: top; } .button-primary:hover { background: #0091cd; border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6); box-shadow: inset 0 1px 0 rgba(120,200,230,.6); color: #fff; } .button-primary:focus { border-color: #0e3950; -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8); box-shadow: inset 0 1px 0 rgba(120,200,230,.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8); background: #0091cd; }
<input style="width: 100%;" type="button" value="Update Code" id="generate_button" class="button-primary"/>
Anyone?
Forum: Plugins
In reply to: [Custom Post Type UI] Exporting Custom Post Type as Separate Plugin?Unfortunately, I have the need for custom capabilities, but not the understanding or experience to code them myself, a shortcoming on my part but something I do not really have the time to learn in any sufficient quantity at the moment.
Forum: Plugins
In reply to: [Custom Post Type UI] Exporting Custom Post Type as Separate Plugin?I am adding it in the Capability Type string box in the CPT UI menu.
The problem is every time I use any kind of capabilities or roles plugin (I have tried 5 now), they cannot see it, and when I add the custom capability, it does not give me access to the custom post type.
Forum: Plugins
In reply to: [Custom Post Type UI] Exporting Custom Post Type as Separate Plugin?I have added a custom capability to my post type, but I cannot add it to any of my roles, I have tried several plugins, can you suggest any way for me to give subscribers the ability to create my custom post type but no others, not even default posts?
Forum: Plugins
In reply to: [Custom Post Type UI] Exporting Custom Post Type as Separate Plugin?Also, is there any way to:
1) Add the creators name at the bottom of the page.
2) Move the post date and all that info to the top.
3) Add a gallery to a post.
4) What is Skills anyway? It’s blank…
5) Add a Contact Creator button to every post?Forum: Plugins
In reply to: [Custom Post Type UI] Exporting Custom Post Type as Separate Plugin?Must have missed this, thanks so much.
Forum: Fixing WordPress
In reply to: Evenly Distributing Images in RowAnyone got a plugin for this or anything?
Forum: Plugins
In reply to: [WooCommerce] Displaying Specific Items On HomepageI am using:
[products ids=”186, 119, 125″ orderby=’id’]
And the order is not changing to how I need it, I need it in the order it is written in the shortcode above, 186, 119, 125.
I have read through the page on shortcodes but cannot find anything that allows me to use a custom order like this.Forum: Plugins
In reply to: [WooCommerce] Displaying Specific Items On HomepageI have since noticed that I cannot change the display order of these, I have for example:
[products ids=”1, 2, 3″]
But they are displayed on the page as 2, 3, 1.
It is not price related as the first displayed is 6, then 2:50, then 8.I have tried switching the numbers over in the [products ids] thing but this changes nothing at all.
Forum: Plugins
In reply to: [WooCommerce] How do I add a custom ID to a product?I tried this but the ID put in there cannot be used for searching.
I need the catalogue ID’s to be searchable using our site search feature, which doesn’t pick up the SKU, only titles and things.Forum: Plugins
In reply to: [WooCommerce] Displaying Specific Items On HomepageThis did it, thanks.
I just checked their Shortcodes website again and it was indeed in there, must have missed it.Forum: Fixing WordPress
In reply to: Changing Page Text in Hyperlink?My permalinks are set to Post Name as it is what I am used to.
I am using a theme called Divi, it is quite well known and the WordPress page on creating custom page templates does not recommend doing this on a theme you didn’t create.The product name may not be the title of the page so it would be easier if I could add it as an appendix on the end of the URL link, and no, I am not comfortable with PHP, I know a few languages (Javascript, C#, Asp.NET, HTML, CSS) but no PHP and the syntax is completely different to what I am used to.
In my legal documentation, the product is always referred to as ProductName so that is what I need to change.
Forum: Fixing WordPress
In reply to: Adding new lines every Update?It was, it was actually WooCommerce that was causing it, the latest version had done something odd when updating, I removed and reinstalled and everything seems to be ok, hopefully.
Forum: Fixing WordPress
In reply to: Adding new lines every Update?Is anyone else having this on the new version?