yajanssen
Forum Replies Created
-
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] dropdown does not workHerm71, are you looking to have a list like mine on a separate page http://ctproductsandservices.com/directory-of-members/, or are you set on having a dropdown.
Forum: Fixing WordPress
In reply to: wordpress update 3.5.2 problemUpdate WordPress
Downloading update from http://wordpress.org/wordpress-3.5.2-partial-1.zip…
Download failed.: Couldn’t resolve host ‘wordpress.org’
Installation Failed
Have no idea what it means. Can anyone tell me what to do?
Where can I find the maintenance mode?Forum: Plugins
In reply to: [List Custom Taxonomy Widget] dropdown does not workOne more try. Is there any chance to have a third choice in the widget. To save it in a list form, like the preview, but that it can be published in a list form. The line spacing should be single.
http://screencast.com/t/QsePQ07sIw
http://screencast.com/t/Fi2a4htjC3wForum: Plugins
In reply to: [List Custom Taxonomy Widget] dropdown does not workMy website is http://www.ctproductsandservices.com and I have the dropdown on http://ctproductsandservices.com/add-a-listing/
Footer 1
Hope that is it?Forum: Plugins
In reply to: [List Custom Taxonomy Widget] dropdown does not workI am not really too savvy, could you tell me how and where I can put the dropdown?
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] dropdown does not workYou are right: redirect isn’t working from the dropdown submit page to the taxonomy page, but the direct link from the list view is working fine.
I tried to do what you said, but it did not work
http://screencast.com/t/HtrzlSGj
Am I doing something wrong?It would be a dream come true, if it would work.
Forum: Plugins
In reply to: [WP Super Cache] garbage collection form not coming upI disabled super cache – told by a ninja.
Hello Wayne,
I need an alphabetical list also for my website http://www.ctproductsandservicdes.com. Is there any chance you could help me?
I am not to savvy though.
YvonneForum: Fixing WordPress
In reply to: Error Message on Google Chromefixed the problem. Thank you
I installed the plugin pagenavi and followed the directions and I had to uninstall.Forum: Plugins
In reply to: [WP-PageNavi] I can't find any navigation anywhere on this theme. Any Help?Re: http://www.ctproductsandservices.com
Problem Page: http://ctproductsandservices.com/custom-post-types-landing-page/?landing_page=listing
I would like to paginate it, since it is too long and it gives an error message.
http://screencast.com/t/JUeQ9jsqTf
I was told by woothemes tech to get WP-PageNavi.
I uploaded, followed instructions for installation and usage.
Add <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?> in Listings: footer.php
What am i missing?Forum: Plugins
In reply to: [The Events Calendar] Plugin: The Events Calendar –By the way, I posted the 3b. question a lot longer than 1 week ago.
I totally am confused now. I did alright when I had the event calendar and the community events, except the County (Country without the R).
Then I got PRO and now everything is mixed up. I will have to start all over again. Nothing is in place. I will try tomorrow. Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Plugin: The Events Calendar –3b. Wanted to add County and eliminate CountRy
Everything else has been done. Thank you.Forum: Plugins
In reply to: [The Events Calendar] Plugin: The Events Calendar –Need answers to Question 1, 3a and partial 3b.
Question #2 has been resolved
Question #3b: My steps –
I omitted the following in the editor: (this omitted province and country.)<tr class="venue"> <td><?php _e('Country:','tribe-events-calendar'); ?></td> <td> <?php $countries = TribeEventsViewHelpers::constructCountries( $postId ); $defaultCountry = tribe_get_option('defaultCountry'); if (isset($_VenueCountry) && $_VenueCountry) { $current = $_VenueCountry; } elseif (isset($defaultCountry[1]) && tribe_get_option('defaultValueReplace')) { $current = $defaultCountry[1]; } else { $current = null; } ?> <select class="chosen" tabindex="<?php $this->tabIndex(); ?>" name='venue[Country]' id="EventCountry"> <?php foreach ($countries as $abbr => $fullname) { echo '<option value="' . esc_attr($fullname) . '" '; selected(($current == $fullname)); echo '>' . esc_html($fullname) . '</option>'; } ?> </select> </td> </tr> <tr class="venue"> <?php if(!isset($_VenueStateProvince) || $_VenueStateProvince == "") $_VenueStateProvince = -1; ?> <td><?php _e('State or Province:','tribe-events-calendar'); ?></td> <td><input tabindex="<?php $this->tabIndex(); ?>" id="StateProvinceText" name="venue[Province]" type='text' name='' size='25' value='<?php echo ( isset($_VenueStateProvince) && $_VenueStateProvince != '' && $_VenueStateProvince != -1 ) ? esc_attr($_VenueProvince) : esc_attr(''); ?>' /> <select class="chosen" tabindex="<?php $this->tabIndex(); ?>" id="StateProvinceSelect" name="venue[State]"> <option value=""><?php _e('Select a State:','tribe-events-calendar'); ?></option> <?php foreach (TribeEventsViewHelpers::loadStates() as $abbr => $fullname) { echo '<option value="'.$abbr.'"'; if( $_VenueStateProvince != -1 ){ selected((( $_VenueStateProvince != -1 ? $_VenueStateProvince : $_VenueState) == $abbr)); } echo '>' . esc_html($fullname) . '</option>'; } ?> </select> </td> </tr>**********************************************8
Then I added:<tr class="venue"> <td><?php _e('County:','tribe-events-calendar'); ?></td> <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' name='venue[County]' size='25' value='<?php if( isset($_VenueCounty) ) echo esc_attr($_VenueCounty); ?>' /></td> </tr>*************************
What am I missing? When I enter it in my event, it does not take.
Any way, I can use the taxonomies of my theme “Listings”?Forum: Plugins
In reply to: All-in-One Calendar by Then.lySuddenly my dashboard came back after I out of frustration started hitting the enter button several times. but now I have a different problem. And I sent it to Then.ly.
Forum: Plugins
In reply to: error message trying to add new plug-inNo, i tried it over and over again.
I have a problem when I would add a new plugin:
The error message:An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
The last problem I tried to get an answer from through wordpress, without any luck.
When I want to Update WordPress:
I get this error message:Downloading update from http://wordpress.org/wordpress-3.4.1-partial-0.zip…
Download failed.: Couldn’t resolve host ‘wordpress.org’
Installation Failed