mgason
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Export / Create List Of All My Blog Post URL's?Hi jasonpel,
sounds like you may have received some further assistance with this? Did you get it to a point where it showed all Urls with full title. If so please share, I need that exact thing right now.Forum: Themes and Templates
In reply to: wrap text to image breaks at h4Hi,
thanks. I was really just looking for a “it should not do that” or “thats just how it is.” No site to show.
I discovered my theme was using clear:both in its heading 1-6 css. Just in case they did that for some reason rather than just remove it from all headings, I made 2 classes to remove it which I use just when wrapping text with headings, using clear:left and clear:right to over-ride the basic theme h1-6Forum: Fixing WordPress
In reply to: page title tagline code not working for home?Hi,
I have been trying to turn that block into a if else statement without luck. My syntax seems goofy and I am not a php expert. Can anyone straighten me out?<?php //storefront_title(); ?> <?php if ( is_front_page() ) { <?php bloginfo('name'); ?> } elseif ( is_home() ) { <?php bloginfo('name'); ?> | <?php bloginfo('description'); ?> } elseif ( is_search() ) <?php bloginfo('name'); ?> | Search Results } elseif ( is_author() ) { <?php bloginfo('name'); ?> | Author Archives } elseif ( is_single() ) { <?php wp_title(''); ?> | <?php bloginfo('name'); ?> } elseif ( is_page() ) { ?> <?php bloginfo('name'); ?> | <?php wp_title(''); ?> } elseif ( is_category() ) { <?php bloginfo('name'); ?> | Archive | <?php single_cat_title(); ?> } elseif ( is_month() ) <?php bloginfo('name'); ?> | Archive | <?php the_time('F'); ?> } elseif (function_exists('is_tag')) if ( is_tag() ) { <?php bloginfo('name'); ?> | Tag Archive | <?php single_tag_title("", true); }?> } ?>
Forum: Fixing WordPress
In reply to: page title tagline code not working for home?Thanks that is a good point I will do that.
Do you see anything wrong with that first line is_home?
Even when I remove all the other if statements and leave just that one it does not work. even if I just put plain text in it.As I said if I delete all and leave page it works for home.
Forum: Plugins
In reply to: [Custom Field Template] CSS for custom fileds? make thumbnail biggerThanks,
I got that working.Hi,
I realized it was a conflict. I was interested to know if the Pro version would solve the conflict. It does! I got an answer from the creator of meteor slides plugin. here is his answer for shellbrodnax and anyone else who ever wonders……I don’t think The Events Calendar supports custom post types, and since it has been abandoned and only the pro version is being developed, support for custom post types will probably never be added.
I tested Meteor Slides with the pro version (of The Event Calendar) and they do work fine together. The only issue I ran into was that the CSS of the next link for the calendar is affecting the next link of the slideshow, but this is easily fixed by adding this rule to your stylesheet:”
.meteor-nav a {
text-align: left;
}If you do want to go with this plugin, I would recommend the pro version since the free version isn’t being maintained any more. I have used the free version on several sites and ran into issues with it.”
mark
awesome support, thanks!!
I will get the pro version, and remind Toby what a great guy you are ??Do we have a mutual friend, Toby Cryns?
Although I am in Australia right now I live in Minneapolis.PS the “get in touch with me” link on your portfolio page does not work ??
Ok so I posted on the meteor slides board, and someone tested the 2 together. Same issue. This could be to do with custom post types? Or not. Does anyone know if the pro version of the calendar will work with meteor slides?
meteor slides is free so if anyone who has Event Calendar pro could test them together I would be very grateful.
Thanks
Markah I was wondering about the pro version, so it is different.
Does it support custom posts?
Any idea if the pro one would not break the slideshow?
I have no problem blowing $30 if it works.Thanks,
I ca not swear by it as I have been working more on other parts of the site until now, but I thought the slideshow was working in the banner on the events page. It may be something i have done, although there is only one header.php
I did update wordpress to 3.1.2.
Again the header works on other pages though???
Did you see the link to the site which ended up on “thanks mark” in my previous post?
It is basically twenty ten theme with a few mods.thanks again
markForum: Networking WordPress
In reply to: WPMU and Dreamweaver CS5beastro is correct, I was having the same issue with a site, even though others worked.
I could find no difference in the worpress installs, MAMP setups or dreamweaver site settings. Then I checked the Permalinks setting, it was day name for the problem site. Changed it to default and all worked fine.
That seems to be a problem to me?
I want day name, how does one deal with this in Dreamweaver?many thanks to beastro for the tip
markForum: Plugins
In reply to: [Plugin: UPM Polls] UPM Poll Widget brokenworks great
I really would like to be able to have multiple polls in a sidebar
In fact that is something I am desperate for on my project.Forum: Plugins
In reply to: [Plugin: The Events Calendar] Fatal Error on plugin installationHi,
I am afraid the minimum php requirement is 5.1 as it mentions on the plugin installation page.
It would be nice if plugins provided that information in the short comments you see in wordpress plugins section.Forum: Plugins
In reply to: [Plugin: The Events Calendar] Date picker failureI made an events folder and copied the 4 files as suggested in the text file in the download. single.php, list.php, gridview.php and events-list-load-widget-display.php.
I tried adding
<?php get_sidebar(); ?>
to those files as suggested in other posts, although I am not sure I did it in the right place. I got no errors but it did not fix anything.
The theme is “Green Apples” and can be found in WordPress.