Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Entwerfer,
You need code customisation for it. We don’t have this typography options to 16px so you need code customisation.
Thank you!
Theme Horse Support Team
KeymasterHi kelsey,
We don’t have this feature too. So you need code customisation or If you are unable then you may hire a developer to fix the issue.Thank you!
Theme Horse Support Team
KeymasterHi kelsey,
We don’t have this category-archive.php page. I think you have customise the code. You have designed our theme this way so you need code customization for it.
To sort it alphabetically you need to pass an argument such as$args = array( 'posts_per_page' => -1, 'orderby'=> 'title', 'order' => 'ASC' );If you are unable then you may hire a developer to fix the issue.
Theme Horse Support Team
KeymasterHi Karen.
To eliminate the box framing the image you just add this css inside custom css which is under theme options.post-featured-image a { border: none; }Hope this may help you
Thank you!August 19, 2014 at 6:20 am in reply to: Keep "next post" and "previous post" links within same category #13102Theme Horse Support Team
KeymasterHi Kelsey,
We don’t have this feature in our theme. If you are good at coding then you can customisation your code or hire a developer to fix the issue.We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
KeymasterNo Problem MUGSINIQUE
Thank you!
Theme Horse Support Team
KeymasterHi eshafer525,
This feature is not available in home page. You need code customisation for it or hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterIf Katherine,
Could you provide the site url ? Did you install some plugins? IF you have added some plugins then just deactivate it one by one. There may be plugin conflict. IF you are still unable then just mail us at [email protected] with this forum topic url, site url and temporary username and password.Thank you!
Theme Horse Support Team
KeymasterHi Gentry,
Sorry for the wrong reply.
Could you once deactivate all the plugin once. It may be plugin issue. If there is still problem then please send your temporary username and password at [email protected]We will look over it and don’t forget to send the site url and also the forum support question link too.
Thank you!
Theme Horse Support Team
KeymasterHI Kelsey,
I just used your contact form and its working fine. I got the confirmation. Just view this screenshot.
http://awesomescreenshot.com/07f3bt1l7eI think at that time there may be any server issue.
Thank you!
August 18, 2014 at 5:47 am in reply to: Keep "next post" and "previous post" links within same category #13070Theme Horse Support Team
KeymasterHi Kelsey,
I could not see any previous button and next button. Could you specify particular link.Thankyou!
Theme Horse Support Team
KeymasterHi Mike.
What is your exact problem ? Could you please send the url of your site too.Thank you!
Theme Horse Support Team
KeymasterHi Herz84,
Recently we are not working with polylang plugin. So you may get better solution to the plugin forum. Just contact with them. If we get any solution then we are ready to help you.
Thank you!Theme Horse Support Team
Keymasteryes exactly you are correct. The first is from plugin and the second you need to change it from pot file. Pot file for espanish language is already available. Its nothing difficult. You just download the free version of our theme from
wordpress.org/themes/clean-retinaand go to the folder languages and copy all the file and paste on your pro theme inside language folder.
Then before wordpress installation there is wp-config.php file. you can change it from there. Default its like this
define(‘WPLANG’, ”); and replace it with define(‘WPLANG’, ‘es_ES’);
Hope you got what i mean.
Thank you!August 17, 2014 at 1:18 pm in reply to: changing the image sizes & link elements of the "Theme Horse: Services" widget #13054Theme Horse Support Team
KeymasterHi peter,
we have designed our theme this way. So you need code customization for it. You can go to the theme folder -> functions.phpThis image is displayed from icon
here is the code of sizeadd_image_size( 'icon', 100, 100, true );
So you may change the size of icon you want. Hope this may help youTo make icon and image link you need code customization.
inside theme folder -> library -> widgets -> interface_widgets.php file on line no 292 to 299 but
we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost.Thank you!
-
AuthorPosts
