projectcloud
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Full RSS FeedHi Mike.
Sorry for the delay. I thought about what you said. If I do that then content copiers would have access to the RSS feed by default. I want to serve summaries for all my post types. I use the secret rss feed for my mobile app.
Forum: Plugins
In reply to: [WP Job Manager] Full RSS FeedHi Mike,
Thank you for the time you have given over the last few days. Unfortunately, no matter what I do it only provides a summary. The other plugin I mentioned only works when the format is yourwebsite.com/category/feed or yourwebsite.com/custom_post/feed
If it would be possible to view the feed in this format, it should work since it works for my other custom posts.
Forum: Plugins
In reply to: [WP Job Manager] Full RSS FeedThe name of the other plugin is WSU Dual RSS Feed.
It works for my other posts and custom posts.
Forum: Plugins
In reply to: [WP Job Manager] Full RSS FeedHi,
Sorry about the delay. I have chosen summary on purpose as I do not want the entire content to be available on RSS. I use a plugin that creates a secret RSS feed for all posts and custom posts. It isn’t working for jobs though.
Is there a way to access the feed apart from accessing https://projectcloud.info/job_feed/?
Thanks.
Forum: Plugins
In reply to: [WP Job Manager] Full RSS FeedCurrently, I can only view 1 or 2 lines. I would like to show the entire post.
Forum: Themes and Templates
In reply to: Same code, different results on twentytenHi,
Anyone with a solution? It looks fine on mozilla firefox but not so good on explorer and chrome?
Forum: Themes and Templates
In reply to: Same code, different results on twentytenBtw thanks for the suggestion regarding the child theme. I usually update manually, so i’ve managed to evade the loss of theme modifications.
Forum: Themes and Templates
In reply to: Same code, different results on twentytenThe plugin is excerpt. I’m sorry for the typo.
Forum: Themes and Templates
In reply to: Same code, different results on twentytenHi,
Thanks. I use a plugin called except. I’m trying to understand the report. It seems like a lot of errors. Thanks
Forum: Themes and Templates
In reply to: Same code, different results on twentytenThe code for my menu is
/* =Menu -------------------------------------------------------------- */ #access { background:none repeat scroll 0 0 #A3C159; display: block; float: left; margin: 0 auto; width: 940px; position:absolute; text-align:center; } #access ul{ display:inline; zoom:1; } #access .menu-header, div.menu { font-size: 13px; margin-left: 12px; width: 928px; } #access .menu-header ul, div.menu ul { list-style: none; margin: 0; } #access .menu-header li, div.menu li { float: left; position: relative; } #access a { color: #fff; display: block; line-height: 38px; padding: 0 10px; text-decoration: none; } #access ul ul { box-shadow: 0px 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); display: none; position: absolute; top: 38px; left: 0; float: left; width: 180px; z-index: 99999; } #access ul ul li { min-width: 180px; } #access ul ul ul { left: 100%; top: 0; } #access ul ul a { background: #666; color: #fff; line-height: 1em; padding: 10px; width: 160px; height: auto; } #access li:hover > a, #access ul ul :hover > a { background: #333; color: #fff; } #access ul li:hover > ul { display: block; } #access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #fff; } * html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover { color: #fff; }
Forum: Themes and Templates
In reply to: Same code, different results on twentytenAnother thing which might be important is that this is the only category with two layers of sub-catgories appearing on the menu.
1
2
2.1
2.1.a
2.1.b
2.2
2.2.a
2.2.b
3When I go to 2 or 2.1, the page is screwed up but with 2.1.a/b , etc the page appears fine.
Thank you for taking the time to answer my query.