Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi fra_nce,
Sorry that feature has been removed from wordpress.org guidelines and it falls under plugin territory. You can try some plugins which supports analytics and add the above code.
Thank youTheme Horse Support Team
KeymasterHi Emily,
No you can’t orderthe posts on the homepage. Latest post will be displayed at the top.Go to Dashboard > Customize > Additional CSS and paste below code to remove the ‘featured button’
.post-main .sticky .sticky-post { display: none; }
Thank you
Theme Horse Support Team
KeymasterHi chrish_61,
To increase the image size you need code customization. Inside theme folder > functions.php on line no 153 findadd_image_size( 'slider-wide', 1440, 500, true ); // used on Featured Slider on Homepage Header for wide layout
and replace with
add_image_size( 'slider-wide', 1666, 500, true ); // used on Featured Slider on Homepage Header for wide layout
Install regenerate thumbnails and regenerate thumbnails once.
We recommended you not to change the code but if you change the code then while updating to new version all your customized code will be lost. So better create a child theme and then customize the code.Thank you
Theme Horse Support Team
KeymasterHi preciouskittens,
We are not sure what are you talking about? If the error is from plugins then you ask help with plugin developer. Support related to plugins will not be provided by us.
Just visited to your site and i didn’t see any issue related to it.
Thank you
February 6, 2017 at 7:39 am in reply to: Google Fonts Link changed from http://www to https://www. #49778Theme Horse Support Team
KeymasterHi embesedin,
What are you trying to say? Could you elaborate it?Thank you
Theme Horse Support Team
KeymasterHi corryt32,
Sorry this feature is not available in our theme. You can check out in our demo site here.
Thank youTheme Horse Support Team
KeymasterHi Brian,
just visited to your site and i think now you are all done. You have sucessfully created a gallery.
Thank you
Theme Horse Support Team
KeymasterYou welcome Magnus
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/interface
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterYou welcome samberry150
Thank you!
Theme Horse Support Team
KeymasterHi Magnus,
Making the same structure and folder doesnot overwrite the file. YEs you can overwrite the child theme but first you need to unhook the functions. Also you can see on forum. We have replied many times about the child theme how to unhook function. Hope this helps you.
Thank you
February 2, 2017 at 4:57 am in reply to: Update caused my pages at the bottom of the site to disappear #49720Theme Horse Support Team
KeymasterHi adamfaily,
Did you made any code customization in the theme? If you customize the code in theme then while updating to new version all your customized code will be lost. So better make a child theme to avoid content loss while updating to new version.Are you talking about the blog post? You can increase the number of blog post from dashboard -> settings -> Blog pages show at most (default 10)
Change default value 10 to some thing more like 50. Then it will display upto 50 post. Before 50 post your previous button will not appear. To do this you don’t need to create any child theme and while updating to new version your customized code will not be lost.
Thank youTheme Horse Support Team
KeymasterHi samberry150,
You can use
[bbp-register]
shortcode on your page/post to add user registration. You can also view this link for more detailThank you
Theme Horse Support Team
KeymasterYou welcome Daniel
Thank you
Theme Horse Support Team
KeymasterYou welcome Paulien
Thank you
Theme Horse Support Team
KeymasterHi Daniel,
Yes that’s possible. Go to specific post. At top right section click on screen options. Select Excerpt. Then the excerpt section will appear on the blog page below editor. You can add your description there. Hope this helps you.
Thank you -
AuthorPosts