Forum Replies Created
-
AuthorPosts
-
chikamiku
ParticipantDavinder,
Thank you so much. It worked great.
Thanks again.
chikamiku
ParticipantThank you again. The link is as follows. However, I was able to solve it by unchecking featured image in the theme settings area.
Thanks and best regards
chikamiku
ParticipantAndrea,
I have the same problem. Whenever I adda post, the image shows up twice. I am using agency theme. I tried to find the code in its functions.php file. But did not find the code. Could you please suggest any alternative to this?
Thanks
chikamiku
ParticipantAndrea,
Thank you so much. May I know how to comment it out as I have tried other methods but failed so far?
Thanks and regards
chikamiku
ParticipantBrad,
Thank you again. However, I am still struggling with this all. I thought I should try to create CPTs by adding few code lines instead of using a plugin. So I used the following code. I created a file called archive-trade-shows.php with the following code inside it. But with no luck.. Any clues on how to do that please.
Thanks again.
//* Add a custom post type
add_action( 'init', 'cd_post_type' );
function cd_post_type() {
// Trade Shows custom post type
register_post_type( 'tradeshow',
array(
'labels' => array(
'name' => __( 'Trade Shows' ),
'singular_name' => __( 'Trade Show' ),
),
'has_archive' => true,
'public' => true,
'show_ui' => true, // defaults to true so don't have to include
'show_in_menu' => true, // defaults to true so don't have to include
'rewrite' => array( 'slug' => 'portfolio' ),
'supports' => array( 'title', 'editor', 'genesis-seo', 'thumbnail','genesis-cpt-archives-settings' ),
)
);
}chikamiku
ParticipantHello Brad,
Thank you again for the message. I got the following results after implementing both the links you sent me.
http://www.halalfriendlyhotel.com/masajid/The Masajid post type is showing up. However, I click on single post types as you can see the above.
I used the second link you sent me to create the files the tutorial you asked me to follow and got the following result for hotels post type. http://www.halalfriendlyhotel.com/hotels-2/
Could you please guide me where am I making mistakes?
Thanks and I hope to hear form you soon.
Thanks
chikamiku
ParticipantIs there any step-by-step tutorial explaining all these things in a genesis way? I got some clue for non-genesis themes. but I wanted to get info with reference to Genesis framework only.
Thanks and regards
chikamiku
ParticipantI created these custom post types by using a plugin called Custom Post Types UI. Creating a post type is perhaps not an issue. I am unable to to go to the next steps of actually displaying the post types properly in the top nav, and, in banners linking to images. on the homepage of the site or anywhere else.
I perhaps know the answer would be in creating custom templates for the purpose. But which code to use. Any code examples would be great if possible.
In the top nav, I want to link a post type showing all the posts in that post type. However, once I click on a certain post title, it should take me to that single post . This is some thing which regular posts already implement. But I do not know how to do it for custom post types.
Thanks again for the quick response.
Thanks and regards
chikamiku
ParticipantHi Folks,
Is there any suggestion you have on how to start creating a website like I mentioned in my previous message? There are some folks who misuse these forums to sell their own services.
Thanks
chikamiku
ParticipantThanks dfor the suggestion. However, it did not work at all.
Regards,
chikamiku
ParticipantSorry to bother you again. My site address is http://www.exoticskins.jp/ostrich/
Thanks and I hope to hear from you.
Regards
chikamiku
ParticipantThis reply has been marked as private.chikamiku
ParticipantThank you again Actually, someone helped me this way as well by hard-coding the password in the DB But........
chikamiku
ParticipantThanks for the offer to help me. The message I receive is as follows.
ERROR: The password you entered for the username admin is incorrect..
I tried to login from a different computer, this time from a linux machine. But again no results. Any clues please?
Thanks
chikamiku
ParticipantI am sorry. The website I am talking about is as follows.
Thanks and I hope to get some feedback opn the responsive design issue.
chikamiku
ParticipantHow about using AgentPress theme?
Regards
February 21, 2013 at 10:53 am in reply to: Modern Portfolio Primary navigation vs custom menu #21992chikamiku
ParticipantThank you so much for the great support. Now I understand the issue full well and will handle it as you suggested.
Thanks and regards
chikamiku
ParticipantThank you all for the amazing support. It was fantastic indeed. Now I know full well how to handle this issue.
All the best,
chikamiku
ParticipantChrissy,
Thanks. You are right. Tjis is also mentioned in the theme tutorial. However, I am not sure about the primary navigation. Where should it be placed?
Any idea on this?
Thanks
-
AuthorPosts