Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Ciubo_4ever,
To have a 100% width of the slider to your screen size first you have to choose image slider where you can upload max width images and
Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:.featured-slider .slider-cycle .slides a img { width: 100%; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Lindaspiller,
To have a one column portfolio on mobile Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 480px) { .narrow-layout .post-main .post, .post-main .post { width: 100% !important; } }
Thank you for using our theme.
Theme Horse Support Team
KeymasterGreat! 🙂
Theme Horse Support Team
KeymasterHi Jurriaana,
It needs code customization you need 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
Keymaster🙂
Theme Horse Support Team
KeymasterGreat!
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 Toddw,
Sorry! We have provide you a mistake code.
We have corrected the above custom css code could you please try above code once.Thank you!
Theme Horse Support Team
KeymasterHi Jasyn,
Sorry! You can not show the sidebars only in blog page.
Sidebar will be visible for all the pages including blog page.
To show sidebar only in Blog page 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 Toddw,
Can you please add those custom CSS and let us know? So, that we can see your live site why it’s not working?
Thank you!
October 24, 2016 at 12:03 pm in reply to: The blog page images are centered on one page left aligned on another #47775Theme Horse Support Team
KeymasterHi Boni,
Archive page will load default blog layout which is blog large Image.
The only way to achieve the blog medium layout for archive page by adding custom CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:.archive .post-featured-image { float: left; width: 34.57%; margin-right: 4.67%; }
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Tony,
The only one way to have a logo and site-title/tagline by creating a image with logo in left and the title “Marianne Fry Lectures” and the tag line to right and set it as header image.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterTo change the main contain background color add below custom css
#page { background-color: #eee; }
Thank you!
Theme Horse Support Team
KeymasterHi Toddw,
Responsiveness works with media screen size not with resolution. Even you mobile resolution is higher but the screen size will be small and according to the design of this theme you can not see the featured slider image clearly if we display title and content.
Anyways, we have provided you a custom CSS to display the title and content of the featured slider So, please 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: 767px) { .featured-text .featured-title, .featured-text .featured-content { display: block; padding: 3px 10px; font-size: 12px; line-height: 16px; } }
Thank you!
Theme Horse Support Team
KeymasterHi Marekmak,
To change the background color you have to upgrade to the premium version of WP Portfolio theme where you can have a lots of features with color option to change the specific section. However, you can change it via custom css to set the background go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
#page:before, .entry-main { background-color: #fff; }
Change above HEX color code #fff to you own HEX color code.
Also we have spend lots of time and efforts to develop this theme available free for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/wp-portfolio
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Patricia,
Please provide us the site URL? So that we can see the exact issue.
Thank you!
-
AuthorPosts