Forum Replies Created
-
AuthorPosts
-
December 10, 2014 at 7:05 am in reply to: post title and post content not showing in the slider in small screens #19262Theme Horse Support TeamKeymaster
Hi Harriet,
To position the height of the slider title and description.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text { bottom: 50px; }
Note: Increase/Decrease the above 50 digit to change the height of the title and description.
and Which text in mobile device that you want to reduce the size please clarify it?
Thank you!
Theme Horse Support TeamKeymasterHi Simon,
Oh…! Sorry we are missing this. We will update it within couple of week.
Thank you!
Theme Horse Support TeamKeymaster@daniel67alvarez Sorry this features is only available in the pro version of theme. If you are interested you can purchase it here https://www.themehorse.com/themes/attitude-pro/
Thank you!
Theme Horse Support TeamKeymasterHi Melanie,
Please remove all above css from your custom CSS and try below one:#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { text-transform : none; }
Hope this will solve your problem.
Thank you!
Theme Horse Support TeamKeymasterHi Konrad,
Sorry for late reply. We have researched about it. Yes there is some Google font issue in the theme. We will update it in upcoming version.
For now just Go to theme directory -> inc -> functions -> functions.php on line no. 67You will find the below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic');
replace above with below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext');
Thanks for reporting the issue.
Theme Horse Support TeamKeymasterHi Daniel,
Oh now we got it what you are trying to say?
We have visited the link http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page that you have provide and a CSS code compatible to our theme and it works.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to stick the bottom of the page:
html, body { height:100%; } .wrapper { min-height:100%; position:relative; } #colophon { position:absolute; bottom:0; width:100%; }
Thank you!
Theme Horse Support TeamKeymasterHi Isabella,
Sorry, All the widgets will display on different section in business sidebar.
So you can not put login section in the third column of service widget.Thank you!
Theme Horse Support TeamKeymasterHi Edwin,
Ok, then remove previous CSS code and paste below one
#secondary .widget-title { margin-bottom: 15px; } .widget { text-align: center; }
Thank you!
Theme Horse Support TeamKeymasterHi Edwin,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget-title { padding-bottom: 15px; } .widget { text-align: center; }
Note: Decrease/Increase the 15 digit above to change the space of widget title.
Thank you!
Thank you!
Theme Horse Support TeamKeymasterHi Theburgernerd,
We have researched for Google structure data errors for pages and found that for pages there will be no author to place the vcard and author and no published date in pages to put update. You can also test the pages of WordPress default themes http://twentyfourteendemo.wordpress.com/
Thank you!
Theme Horse Support TeamKeymasterHi Gokarff,
Sorry for the late reply we missed your query.
Could you please provide us your site url? So that we can have a look into your header image.Thank you!
Theme Horse Support TeamKeymasterHi Daniel,
Sorry we are missing to reply this topic.
Anyways Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to stick the bottom of the page:#site-generator { position: fixed; width: 100%; }
Thank you!
Theme Horse Support TeamKeymasterHi,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 767px) { body.custom-background { background-size: 200px auto; } }
Hope this will solve your issue.
Thank you!
Theme Horse Support TeamKeymasterSure we will update it in 2/3 days. Thank you for reporting the error.
Theme Horse Support TeamKeymasterHi Daniel,
We think that you have set News menu as your Static Front page. Please set it to latest post as your front page display.
Thank you!
-
AuthorPosts