Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi samanta.berzina,
I have just visited to your site and now its working perfect. You can view this below screenshot of mobile view.
http://awesomescreenshot.com/0b25inwvd2Thank you!
Theme Horse Support Team
KeymasterHi minmoko,
We have already fixed this issues on version 2.0.2, We don’t think that there is deprecated issues in version 3.0.2. As we have tested in our local server too with no issues.
You just do one thing.
Go to theme folder-> inc -> widgets-> interface_widgets.php on line no131, 201, 310,380, 529,697remove that all function with this functionsfunction __construct()For example:-
function interface_featured_image_widget(){ // your code }remove above functions with this functions
function __construct(){ //your code }After doing it whether your problems solves or not let us know. If you face the same issues please upload your theme at server and Email Us your temporary username and password. We will look over it.
Thank you!
Theme Horse Support Team
KeymasterHi minmoko,
We have already fixed the deprecated issue in our latest version. Just try latest version of our theme. Which version are you using? let us know.
Thank you!
Theme Horse Support Team
KeymasterHi vindio,
I just visited to your site and you are not using Attitude Pro theme. I think you are using lighter theme. Just activate our attitude theme and let us know if you have any issues there.
Thank you!
Theme Horse Support Team
KeymasterHi samanta.berzina,
Did you change the default image size “featured”?
Just change only the numeric value 622 or 300. After changing this image size you need to regenerate the thumbnails.
add_image_size( 'featured', 622, 300, true ); // don't change the name featured.Thank you!
Theme Horse Support Team
KeymasterHi info110,
If you like to change the character not word then it needs code customisation. You can use similar this way.
<?php $service_excerpt = get_the_excerpt(); $service_content = substr($service_content, 0, 100); echo $service_content; ?>This above code will only display upto 100/ less characters including space too. Now you can change the value of 100 what ever you want.
Inside the theme folder -> inc -> widgets on line no 286 you will find this code
<?php the_excerpt(); ?>Here you need to add the above code.If you are still unable to fix it then you need to hire a developer and also before making any changes in the code first of all create a child theme and then customize the code. So that while updating to new version your customized code will be safe.
Thank you!
Theme Horse Support Team
KeymasterThat’s great rebel
Thank you!
December 28, 2015 at 6:16 am in reply to: Remove slider from blog page when home page is static #40729Theme Horse Support Team
KeymasterYou welcome Shelley
Thank you!
Theme Horse Support Team
KeymasterHi smakbar51,
Go to dashboard-> appearance->menus and view the below screenshot.
http://awesomescreenshot.com/0e55ighfcb
Just drag and drop menus.Thank you!
Theme Horse Support Team
KeymasterHi Damien,
It would be better if you provide your site Url too and also Email Us your temporary username and password. Before doing it first of all deactivate all the plugins that you have installed in your dashboard and let us know.
Thank you!
Theme Horse Support Team
KeymasterHi info110,
You need to increase the excerpt length for it. Goto theme folder-> inc -> functions-> functions.php on line no 146, there you can increase/decrease the excerpt length.(Currently its 50)
Before making any changes in the code first of all create a child theme and then customize the code. So that while updating to new version your customized code will be safe.
Thank you!
Theme Horse Support Team
KeymasterHi samanta.berzina,
Did you made any code customization on it? If not then first of all deactivate all the plugins that you have installed in your dashboard. If you again have the same issues then let us know.
Thank you!
December 28, 2015 at 5:20 am in reply to: Clean Retina – Media Library – Insert Media – Create Gallery – Scrolling Bug? #40722Theme Horse Support Team
KeymasterThat’s great kat
Thank you!
Theme Horse Support Team
KeymasterHi jay.pomerantz,
We don’t have any issues regarding to front page. I think you like to implement it as in our demo site right?
Just view this theme instruction how to set business layout.Hope this may help you
Thank you!December 24, 2015 at 11:16 am in reply to: Remove slider from blog page when home page is static #40667Theme Horse Support Team
KeymasterHi Shelley,
We are sorry that according to WordPress guidelines we have to remove revolution slider which is zipped inside our theme.
If you don’t want to display slider in blog page then leave default to post page. We will provide you an screenshot.
View below screenshot.
http://awesomescreenshot.com/02c5ibbu4fTo set blog page. Go to dashbaord-> pages-> blog(your blog page). Select blog image large template.
View below screenshot.
http://awesomescreenshot.com/03f5ibc58bHope this may help you
Thank you! -
AuthorPosts
