crimay71
Forum Replies Created
-
Forum: Plugins
In reply to: [List Petfinder Pets] Petfinder is down at the moment…. Error CodeI’m having the exact same issue. https://sandbox.northmeckanimalrescue.org/adopt/
I have set everything up and it doesn’t work. I get an error 999 and Petfinder is down. Is there a solution to this?
Forum: Plugins
In reply to: [Custom Post Type List Shortcode] Multiple ColumnsI fixed this using CSS. If anyone else needs a multiple columns add this to your custom css file:
.cpt-list-wrapper { -webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;}Forum: Plugins
In reply to: [Enable Media Replace] Media doesn't get replacedI use your plugin on all my WP sites and it has stopped working with the 4.2.2 WP upgrade. Doesn’t write over the original file anymore.
Forum: Plugins
In reply to: [Simple Links] Display category name above link listNevermind… I added a filter to allow short codes in the widget area and used short codes to display the categories in the order I needed. Then I just hardcoded in the category names with a link to the page. The plugin really is nice but it would be great if the paid plugin offered a built-in solution to sort categories in the widget.
Forum: Plugins
In reply to: [Simple Links] Sort Order in CategoriesNevermind… I added a filter to allow short codes in the widget area and used short codes to display the categories in the order I needed. However, that plugin still didn’t work with the widget. Would be nice if the paid plugin offered a built-in solution to sort categories.
Forum: Plugins
In reply to: [Simple Links] Sort Order in CategoriesI just tried this plugin and it doesn’t sort categories in the widget. I also tried the short code above, listing my categories/tax, in a text widget and it doesn’t work. Any suggestions?
Forum: Plugins
In reply to: [Simple Links] Display category name above link listAlso need to find a way to add a link to the category name. For example,
If cat-id=11 then ($cat->name)I see this page, SimpleLinksDisplayByCategory.php, but not sure that’s the one to change.
Thanks again for your help.
Forum: Plugins
In reply to: [Simple Links] Display category name above link listThanks. I purchased your plugin. I need to know where I can sort the Categories so they appear in a certain order. Currently it’s set to ASC order. I need to be able to sort them by cat ID.
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Custom Field not rendering in Page SnippetHello? Anybody supporting this plugin?
Thanks. I was trying to find a better way to make changes to the plugin so they wouldn’t get deleted on upgrade.
Just to clarify, wpmm_styles: I create this file, add my changes, and put in the assets>css folder? Do I need to make reference to it in the maintenance file head?
Thanks for your help.
Nevermind, found the CSS under the background edited class.
Forum: Plugins
In reply to: [Blogger Importer] Posts imported but not in correct order (date/year)I also have this issue but exported from an existing WordPress press install on another server. Then installed on the new server and now there’s no order to my posts on the blog page. However, they are ordered on the Category pages. Sixwebsolutions, were you able to find a solution to the blog page issue?
Forum: Plugins
In reply to: [White Label CMS] No custome images workI am having the exact same issue. I am running the newest WP install with Genesis framework. I installed this plugin on a different site and it works fine. Thinking maybe it doesn’t work with Genesis? Is there a solution?
I have spent HOURS digging through documentation and forum posts and it looks to me like many, many people have had the same issue. How to customize the design of their Category page. In order to do this “properly” one must create a new taxonomy template. Why is there not an example or starter taxonomy-events-categories.php file? I have spent more time digging through this forum and the WP tutorials then necessary. Might I suggest adding in a dummy file to your next update that people can work with. Creating a taxonomy template from an archive file and then having to figure out how to insert the event manager code…. it’s beyond most people. Thanks for listening!
Could really use some help on this issue.