Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Slatcher,
To show the thumbnail please edit all the post and set the featured image.
Thank you!
October 6, 2016 at 1:52 pm in reply to: Is there a way to display images different sizes in posts? #47437Theme Horse Support Team
KeymasterHi Iansandswriter,
For this:
1. Set the image to small size.
2. Remove the header image.
3. Hide the meta tags from the post. To hide the meta tags you have to upgrade it to pro version OR just add the custom CSS
Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button..single-post .entry-meta { display: none; }
Theme Horse Support Team
KeymasterHi Nklee,
Sorry! It needs code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Cral-lobbes,
Site Identity area is flexible by default.
Thank you!
October 3, 2016 at 5:57 am in reply to: Is there a way to display images different sizes in posts? #47393Theme Horse Support Team
KeymasterHi iansandswriter,
Sorry! We are not getting what you exactly mean? Can you please clarify?
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi paul,
Yes it may be the issue of the browser? You may have set large text size manually in your mobile set.
You can refer to this link as well to set the text size.Thank you!
Theme Horse Support Team
KeymasterHi Paul,
Thank you for the screenshot
Can you please check it by activating the default WordPress theme and provide us the screenshot.
Also do check from other mobile device.Thank you!
Theme Horse Support Team
KeymasterHi Paul,
It seems that you have customize the theme code which create an issue where the mobile phone displays all fonts very big.
You can check our demo site in your mobile device where there is no any issue.Thank you!
September 29, 2016 at 7:50 am in reply to: How cna I create a BLANK landing page with no menus, sidears, headers or footers #47327Theme Horse Support Team
KeymasterHi Boni,
Sorry! What you are trying to say? Please clarify.
Thank you!
Theme Horse Support Team
KeymasterHi Timo,
That’s great. 🙂
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/interface
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi,
1. To set the post column to 3X3 go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.post-main .post { width: 33.33%; }
Also by upgrading to the WP Portfolio Pro you can set different column for post and have lots of features you will enjoy.
2. Sorry Can you please clarify your second question?
3. Sorry you can not reorganize the post for this you have to customize the theme code you have to hire a developer as this is a new feature to add in the theme.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Paul,
Can you please send us the screenshot?
Thank you!
Theme Horse Support Team
KeymasterHi,
Sorry! For this it needs code customize you have to hire a developer as this is a new feature to add in the theme OR wait for the premium version of the theme which will launch on next week.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi,
To remove the small dotted underline below menu go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.site-header:after { content: normal; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Timo,
To display mobile version to be wide layout while setting narrow layout go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
@media only screen and (max-width: 1078px) { .narrow-layout .wrapper { width: inherit; } } @media only screen and (max-width: 767px) { .narrow-layout .wrapper { width: inherit; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .narrow-layout .wrapper { width: inherit; } }
Thank you!
-
AuthorPosts