Forum Replies Created
-
AuthorPosts
-
November 8, 2017 at 10:58 am in reply to: Removing 'comment count info' from under a title of post #53982
Theme Horse Support Team
KeymasterHi Pentalogia,
Just add below custom CSS code to remove the comment count section.
.entry-meta .comments { display: none; }
You are not viewing the Interface Pro forum because your subscription may has been expired.
Please renew your subscription to access the forum.Thank you!
Theme Horse Support Team
KeymasterHi @geyjo,
You can try using the 90% as well. Use the below custom css for it.
@media only screen and (max-width: 767px) { .narrow-layout .wrapper { width: 100%; } .container, .narrow-layout .container{ width: 90%; } }
Theme Horse Support Team
Keymaster@geyjo please use below custom css.
@media only screen and (max-width: 767px) { .narrow-layout .wrapper { width: 100%; } .container, .narrow-layout .container{ padding : 0 15px; } }
Thank you!
Theme Horse Support Team
KeymasterNovember 2, 2017 at 10:11 am in reply to: Mobil device doesn't not show photo under the slider #53907Theme Horse Support Team
KeymasterHI Barbara,
It’s due to the background-attachment fixed which is not supported my some browser in mobile devices.
To fix it just add below custom css code:@media only screen and (max-width: 767px) { .header-main, .widget_promotional_bar .promotional_bar_content, #colophon .info-bar { background-attachment: scroll; } }
Thank you!
Theme Horse Support Team
KeymasterHi Russ,
Thank you for sending login credential.
We will reply you via email related with this issue.Thank you!
October 31, 2017 at 4:58 am in reply to: Getting rid of grey thick box around main content on every page. #53873Theme Horse Support Team
KeymasterHi @ce-ibanez
Please use below css code to change the grey color to white for thick box around main content on every page.
#page { background-color: #fff; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Rnazarioc,
Sorry! It needs code customization you need to hire a developer for it as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Paula.macia,
Please remove the advertisement that you have placed in the footer sidebar. Its takes its exact width and will not look nice for mobile devices. Add the advertisement only which support responsiveness.
Thank you!
October 26, 2017 at 6:32 am in reply to: Business Page Section, no aparece en theme interface free. Porque? #53763Theme Horse Support Team
KeymasterHi rnazarioc,
That’s because you have not selected the business template for your main page. You need to choose Business Template via Template drop down. If you have any issue while setup the theme here is Theme Instruction
Thank you!
Theme Horse Support Team
KeymasterHi Greyhare,
Yes it will stay the same. No any data will be lost from your site. You can update it without any issue.
What we would like to know you is we have moved some options from Appearance > Theme Options to Appearance > Customize
Please see the changelog. There are lots of features and bug fixes.
If you have customize the theme code just backup the old version of the theme before updating a new one.
If you got any issue then please let us know.Thank you!
Regards,
Theme HorseOctober 20, 2017 at 9:22 am in reply to: I need to Copy the DEMO "ULTIMATE PRO" into my new website #53690Theme Horse Support Team
KeymasterHi @escoluis,
First thank you for selecting our theme.
We have received your email and will reply you via email for further enquiry about your request.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi @escoluis,
First thank you for selecting our theme.
We have received your email and will reply you via email for further enquiry about your request.Thank you!
Regards,
Theme HorseOctober 12, 2017 at 6:42 pm in reply to: Question: Does this theme have a slider for testimonials? #53602Theme Horse Support Team
KeymasterHi Tim,
Sorry there is no testimonials section that rotate but you can add some plugin that have rotate testimonial slider features in this theme.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Jquincy,
First add the logo from go to
Appearance > Customize > Design Option > Custom Header
there you can see header logo option add the logo and select header logo only option.And now go to
Appearance > Customize > Design Option > Custom CSS
and paste the below css code.#branding { background-color: #000; } #access { background-color: #fff; }
Thank you!
Regards,
Theme Horse -
AuthorPosts