Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] How to: Remove author bar from top of post TravelifyHi @haivri,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
.single .entry-meta-bar { display: none; }Best Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] Missing fontHi there,
As stated above, the issue will be resolved in the future version of the theme ASAP.
Cheers,
MovinHi @cedam lee,
I hope you are well today and thank you for your question.
You can try achieving this by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/feature-image-in-a-post/#post-28250
Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] #branding CSS not applyingHi Jamie,
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinHi @szwp,
I hope you are well today and thank you for your question.
It seems you are referring posts as blogs, please correct me if i am wrong.
To try it go to http://www.cafesami.com, open any blog belonging to the Technology & Trends category (menu Explore -> Technology & Trends), scroll to go to the end of the blog and click on the link to navigate to the next blog.
I visited your site but didn’t find the sub menu “Technology & Trends” under Explore menu but i found “Learning Classical & Flamenco Guitars”
Please advise.
Kind Regards,
MovinHi @szwp,
Thank you for your question.
You can try achieving this by adding the following code in the functions.php file of your child theme.
function modify_travelify_next_previous_post_link(){ remove_action( 'travelify_after_post_content', 'travelify_next_previous_post_link' ); add_action( 'travelify_after_post_content', 'custom_travelify_next_previous_post_link', 10 ); } add_action( 'init', 'modify_travelify_next_previous_post_link' ); /** * Shows the next or previous posts link with respective names. */ function custom_travelify_next_previous_post_link() { if ( is_single() ) { ?> <ul class="default-wp-page clearfix"> <li class="previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . __( 'Previous', 'travelify' ) . '</span>' ); ?></li> <li class="next"><?php next_post_link( '%link', '<span class="meta-nav">' . __( 'Next', 'travelify' ) . '</span>' ); ?></li> </ul> <?php } }Best Regards,
MovinHi @szwp,
I hope you are well today and thanks for posting here.
I could confirm the issue on your site but it’s working fine on my test site.
This can be child theme issue on your site so to confirm it just temporary use the Travelify theme instead of child theme on your site. If everything works fine then it’s your child theme issue so just share me your child theme so that i can troubleshoot it.
Also this can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Site logo and titleHi @zaruhi,
I hope you are well today and thank you for your question.
Yes we can achieve this by developing some custom CSS code.
Could you please share me your site URL where you are displaying it so that i can help you to achieve it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] NavigationHi @zaruhi,
You are most welcome here 🙂
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinForum: Themes and Templates
In reply to: [Unite] Changing the fontHi @jeanjensendk,
I hope you are well today and thank you for your question.
You can change the font on your site from the following theme option.
Admin Area -> Appearance -> Theme Options -> Typography -> Main Body Text
Best Regards,
MovinHi @alphaaero,
I hope you are well today and thank you for your question.
Please can you tell me how I can make all the Menu Items on the nav bar the same size,
I visited your shared site and it’s displaying same size for me.
Please advise.
I would also like to Change the colour of the division lines between each item.
You can try changing that color by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS
.navbar-default .navbar-nav > li > a { border-color: #fff; }Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.aspBest Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Center Header Image HorizontallyHi @mikhaela,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where you are displaying that image so that i can help you to center it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Fixed HeaderHi @alphaaero,
I hope you are well today and thank you for your question.
You can try achieving this by developing custom code solution as shared in the following reply.
https://colorlib.com/wp/forums/topic/homepage-with-widgets/#post-38739
Best Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Change Menu Bar and Footer ColorHi @northwoods Creative,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Cheers,
MovinForum: Themes and Templates
In reply to: [Unite] Link Slider ImageHi @anw618,
I hope you are well today and thanks for posting here.
I visited your shared site and found i am getting redirected to the pages successfully on clicking on the slider images.
It seems you managed to achieve it.
Please advise.
Kind Regards,
Movin