Forum Replies Created
-
AuthorPosts
-
November 20, 2017 at 11:31 am in reply to: Featured Image Slider Options…. Just give 2 Slots to set images into Slider #54101
Theme Horse Support Team
KeymasterHi Escoluis,
Try clicking on Save button after you set up the slides number and you will have 5 options to set the slide.
Thank you!
Theme Horse Support Team
KeymasterHi Chriswieser,
It seems that you have customize the theme main code for navigation. And the feature you are trying to add 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
KeymasterWelcome anytime @stellafrancis255
November 17, 2017 at 6:26 am in reply to: can i remove the front page header from the subsequent pages #54082Theme Horse Support Team
KeymasterHi Rob,
Please add below custom CSS code to hide the header image in all subsequent pages. And for to make subsequent pages show different images it needs code customization you need to hire a developer as this is a new feature to add in the theme.
.wp-custom-header { display: none; } .home .wp-custom-header, .blog .wp-custom-header { display: block; }
Thank you!
Theme Horse Support Team
KeymasterHi Charles,
We won’t renew charge automatically.
You will have to renew your subscription manually after it expire from your account page. Just go to the account page and go to the order detail tab there you will see renew button to renew your subscription.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Stefanie,
Oh! Sorry forget to add the CSS for mobile devices. Please add below custom css.
@media only screen and (max-width: 767px) { #main { padding-bottom: 212px; } }
Thank you!
Theme Horse Support Team
KeymasterHi Carl,
Sure we will push this to the upcoming version.
Thank you!
November 13, 2017 at 4:28 am in reply to: No responsive menu on iphone after update to Attitude 4.0 #54036Theme Horse Support Team
KeymasterHi Gordon,
Yes you can disable it on larger screen if you do not have any content inside it.
Thank you!
Theme Horse Support Team
KeymasterHi Carl,
Please replace the above custom css code with below one.
.widget_categories li { position: relative; padding-top: 4px; } ul.children li { border-left: 1px solid rgba(0, 0, 0, 0.2); padding-left: 20px; } ul.children li:before { content: ""; left: 0; position: absolute; top: 13px; height: 1px; width: 15px; background-color: rgba(0, 0, 0, 0.2); }
Thank you!
Theme Horse Support Team
KeymasterAdd below custom css with the above one which will not hide your footer content and background color will be fixed too.
#main { padding-bottom: 134px; background-color: #fdf5e6; }
Thank you!
November 9, 2017 at 4:45 am in reply to: No responsive menu on iphone after update to Attitude 4.0 #53993Theme Horse Support Team
KeymasterHi Gordon,
We have changed the design appearance for menu in smaller device and now you have to show the hgroup-wrap to show the menu.
While investigating your site we found that you have added below custom css code which hide a menu and appearance of the menu.
Please remove the below code to show the menu button.#access ul { margin:0px 0px 0px 33px; } .hgroup-wrap {display:none;}
Thank you!
Theme Horse Support Team
KeymasterWe see that your site is still loading previous theme code. So, please completely clear your cache and let us know if your still have an issue.
Thank you!
November 8, 2017 at 10:58 am in reply to: Removing 'comment count info' from under a title of post #53982Theme 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!
-
AuthorPosts