Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWelcome anytime @amitmozar
Theme Horse Support Team
KeymasterWelcome anytime Henny
Theme Horse Support Team
KeymasterHello Henny,
You have placed the code inside below media screen:
@media only screen and (max-width: 736px) {
which will hide only in max screen size 736px.So, please add the close curly bracket
}
above.entry-meta .by-author,
so that the metas hide in all the screen size.Thank you!
Theme Horse Support Team
KeymasterHi Valeri
We have removed the login credential from the above reply as this is a public forum and visible to public.
Could you please provide us the same main admin login credential here and will login to your site and activate the pro theme and let you know.Thank you!
Theme Horse Support Team
KeymasterHi there,
Can you please clarify how and what error you got during installation?
Thank you!
Theme Horse Support Team
KeymasterHi Henny,
We can not see those custom CSS code.
Can you please add above custom CSS code so that we can check into your site.Thank you!
Theme Horse Support Team
KeymasterHi Valeri,
Yes we will definitely help you to install the pro version. Your content and data will not be lost except some theme settings that you have to set it again as pro version works like a new theme activate into your site.
There is no SEO in the Pro version, plugins will handle it perfectly. As you are using Yoast SEO it’s a best choice.
And for Russian Language you have to create.mo
.po
file via plugin.If you have any question please let us know.
Looking forward for your purchase.
Thank you!
Theme Horse Support Team
KeymasterHello Henny,
Can you please share us your site Url? So that we can check the problem.
Thank you!
Theme Horse Support Team
KeymasterHi Henny,
To hide the
by author
andcomment
meta just go to Appearance > Customize > Design Option > Custom CSS and paste the below custom css code:.entry-meta .by-author, .entry-meta .comments { display: none; }
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi there,
Sorry! You can show My info only in theme built-in front-page template, for this 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 there,
Empty category do not shows in the list. Please assign at-least one post for each category to show it on the list.
Thank you!
Theme Horse Support Team
KeymasterHi there,
To disable the slider just go to Appearance > Customize > Banner > Featured Slider there you can see the Slider Number option where you have to set 3 and choose Three Column for Select Slider Style option.
And for Tweets you can use Tweets plugin.Thank you!
Theme Horse Support Team
KeymasterHi there,
To hide the page name from your home page just go to Appearance > Customizer > Additional CSS and paste below line of code
.home .site-main .entry-header { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi @themehorse6,
To use the yoast breadcrumb just go to the theme main directory > inc > header-extension.php file on line no:460 you will see below line of code:
if ( function_exists( 'bcn_display' ) ) { echo '<div class="breadcrumb">'; bcn_display(); echo '</div> <!-- .breadcrumb -->'; }
just replace the above code with below one
if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); }
Note:We recommended you to customize the theme main code by creating a child theme rather than editing direct in the theme main code.
Thank you!
-
AuthorPosts