Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterGreat! 🙂
Theme Horse Support Team
KeymasterHi ruth elizabeth smith,
To hide the header image in all pages apart from the home page Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.page .header-image { display: none; } .home .header-image { display: block; }
Thank you!
August 24, 2016 at 7:35 am in reply to: Newest blog post not appearing on the blog digest page. #46620Theme Horse Support Team
KeymasterHi Lisa,
Could you please check deactivating all the plugins one by one that you have activated in your site.
It may be plugin conflict.Thank you!
August 24, 2016 at 7:26 am in reply to: Footer Parse Error: syntax error, unexpected in Altitude Pro 1.7 Version #46619Theme Horse Support Team
KeymasterHi Afan,
You have to manually update the theme to the latest version. So Please login to our site with the same username that you have purchase the theme and you will redirected to your account page where you can see the download section to download the latest version of the theme and update the theme manually, If you have customize the theme main code please backup the current version that you are using in your site before updating to the latest version.
Thank you!
Theme Horse Support Team
KeymasterHi Boni,
To change the link color login to your WordPress admin site and go to the Appearance > Theme Options > Design Options > Color Options > Color Skin > where you can change the Link of the Color.
And to add the underline please clarify in which section link you need to add underline?
Thank you!
Theme Horse Support Team
KeymasterHi Cassandra,
Can you clarify which line you are talking about? So that we can provide you a custom CSS code to remove those line.
Thank you!
Theme Horse Support Team
KeymasterHi Dawn,
For the slider same like our demo you have to purchase the single license of Revolution Slider Plugin here.
Thank you!
Theme Horse Support Team
KeymasterHi Jim,
You can use Image Slider where you can add title, link, content and Image of your choice.
Thank you!
August 19, 2016 at 10:49 am in reply to: Change link colour on posts, and edit snippets shown on home grid page #46540Theme Horse Support Team
KeymasterHi Sukriti,
First thank you for using our theme.
You will have the both feature in the premium version of WP Portfolio theme which will be release very soon.
For now to change the hyperlinks color go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.a, .main-navigation a, .entry-title, .entry-title a, .widget ul li a, .site-info .copyright a { color: #333; }
Please edit above HEX color code
#333
to your own HEX color code.And for to hide the excerpts add below CSS code too in custom CSS option.
.post-main .post p { display: none; }
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 for using our theme.
Theme Horse Support Team
KeymasterHi Taryl,
You are using Attitude Pro not a free version. So you have to download the theme from your account by logging into our site.
After downloading the theme you have to update it manually first activate the different theme and delete the old version of Attitude Pro and upload/install the latest version that you have download from our site.Thank you!
Theme Horse Support Team
Keymaster@dinobuffagni We have fixed that issue and already updated the theme last year.
Please login to your site with the same username that you have purchased the theme before and download the theme from your account page. If you have not access to download the theme file then it may be of subscription expired So, renew you subscription to access the theme file and update the theme.Thank you!
Theme Horse Support Team
KeymasterHi Jim,
To shortened the post/page title in slider go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.featured-text .featured-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Chaimongkol,
To change the font family of your own for widget-title. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:.widget-title { font-family: "Philosopher",sans-serif; }
Change above font family Philosopher with the one you have integrate as mentioned above.
Thank you!
Theme Horse Support Team
KeymasterYou are always welcome. 🙂
August 10, 2016 at 11:27 am in reply to: How can I get demo content?How can I setup exactly same as demo #46400Theme Horse Support Team
Keymaster -
AuthorPosts