BluePrintAds
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed BlankThanks! We are running on AWS servers if that helps. I’ll have our server guy look into it, but as long as it is working we are good. I have some other issues with the feed not validating, but I’ll open a new thread. Thanks again for the support!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed BlankI’ve been struggling with this for over a week and can’t seem to get anywhere. I like the simplicity of your plugin, however I’m hitting a hard deadline to get this done for the client. Any help would be great. Thanks!
Forum: Plugins
In reply to: [User Access Manager] UAM breaks jquery in AdminWell, that worked. In incognito I was able to post comments to the system.
I can’t tell all of the sales people to use incognito mode, what can we do to clear this for everyone?
Thanks for the quick reply! Much appreciated!
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Show Featured Image?Hello! Decided to give this plugin a shot for a client’s site. Wanted to display the thumbnail. So, I altered the plugin code. NOTE: Any edits to the core plugin will be erased when updating.
Essentially I just used WordPress’ built in functionality to display the thumbnail and altered the output the plugin builds. Pretty basic.
Find the section:
if ($posts && !$no_upcoming_events)
This is the output the plugin builds if you have events in the system.
Change the specific $output entry that begins
$output .= '<h4 class="entry-title summary">
to
$output .= '<h4 class="entry-title summary">'.get_the_post_thumbnail($post_id, array(350, 350) ).'<a href="' . tribe_get_event_link() . '" rel="bookmark">' . get_the_title() . '</a></h4>';
Now, this is set to pull a 350×350 thumbnail of the featured image. If you need something larger just adjust those values in the array.
Forum: Plugins
In reply to: [Car Demon] Reorder/delete a car detailsHey hma66, I’m happy to help you out with whatever you need to make CarDemons work for you. Would you mind sending me an email at [email protected] with the issues you are having and we can get things all taken care of for you. Thanks!
Forum: Plugins
In reply to: [Car Demon] Cannot Organize vehicles from the cars-for-sale pageHey crazygraphics! I’d be happy to help you out however we don’t want to make a mess of these forums. Would you mind emailing me your troubles at [email protected] and I’ll get you straightened out. Thanks!
Forum: Plugins
In reply to: [Car Demon] Car Demon Homepage Vehicle Plugin – 403 Access DeniedHey rvarizona, I’d be happy to assist you with this! Can you email me your receipt/confirmation to [email protected] and I will get it taken care of immediately. Thanks!
Forum: Plugins
In reply to: [Car Demon] Car Demon, widget sidebarHey eprunier, when I load up the site and go to the inventory page I can see your sidebar. It currently holds Archives & Meta widgets.
What widgets are you trying to place in their spots?
Forum: Plugins
In reply to: [Car Demon] Cannot Organize vehicles from the cars-for-sale pageI replied to a similar request in the other thread. However I’ll repeat the information here. What you are trying to do is exactly what the Car Demon Advanced Search Plugin does. It is a commercial plugin but gives you the functionality you are looking for.
You can achieve a similar effect by using other third party search plugins however they wouldn’t be designed specifically for CD and might have their own hurdles.
If you want more information on what CarDemon can offer, shoot me an email at [email protected]
Forum: Plugins
In reply to: [Car Demon] Display cars in order of brandAhhh thanks eprunier89. This is already easily done. I would highly suggest looking into CD’s Advanced Search plugin. It is a commercial add-on to CarDemon that does exactly what you’re asking for.
There are most definitely free options as well by using other search/sort plugins however they wouldn’t be specifically designed for CD use.
Forum: Plugins
In reply to: [Car Demon] Translate frontHey mrozendaal, would you mind sending me the dutch translation? It would be nice to build in a language selector to CD. My email is [email protected]
Forum: Plugins
In reply to: [Car Demon] Best themes to use with car-demon plugin.Car Demon works with any theme by default. However there can always be issues with third party themes.
Car Demon does offer some pro themes you might be interested in on their website.
I have used the plugin on multiple client sites and built custom themes so that is another option. There are lots of designers out there to pick from.
Have you looked at themes? What are you trying to accomplish with your site?
Forum: Plugins
In reply to: [Car Demon] Compatibility with recent WordPress versions ?Thanks bastien31. I’d like to see the issue you were having so that I can solve it. Feel free to email me at [email protected]
Forum: Plugins
In reply to: [Car Demon] Chage the order of car detail iconsThe Car Demon plugin is pretty robust by default. Using the taxonomy system you can make pages/links to display what you’re asking for.
yoursite.com/make/toyota would display only toyota inventory.
You can alter the display of your listings to make the Make (and other fields) into links to the taxonomy pages by copying and editing the theme files into your site theme.
I apologize if this all seems cryptic. Its hard to go through each step in the forums. I can try and walk you through it in this forum or you’re welcome to email me at [email protected]
Forum: Plugins
In reply to: [Car Demon] Display cars in order of brandI have a few different options for you but first are you wanting this to be done in live time? Ex: From the /cars-for-sale page do you want to add the sort by Make option?
Or do you want a stand alone page that displays them in that order?