Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi charlman,
After purchasing you can download your interface pro theme from your account page. Download it on your pc.
Log in to the WordPress Dashboard.
Go to Appearance->Themes.
Click on Install Themes at the top.
Click on Upload
Browse the zip file of Interface Pro
Then Click on Install Now to install the theme.Thank you
Theme Horse Support Team
KeymasterHi charlman,
If you have customize the code and changed the css file then yes while updating to new version your code customization will lost. Before updating, first make a backup of your site and theme and then only change it manually on the new version. While updating theme plugins does not be affected.
Thank you
Theme Horse Support Team
KeymasterYou welcome Sheena Bell
Thank you
Theme Horse Support Team
KeymasterHi peggyshearn,
It seems that you have customized the code and you have used the plugins which we cannot give support for third party plugins. You can ask support to main plugin author.
Thank you
Theme Horse Support Team
KeymasterHi Folke Straube,
Log in to the WordPress Dashboard.
Go to Appearance->Themes.
Click on add new button at the top
Click on Upload button
Browse the zip file of Interface Pro
Then Click on Install Now to install the theme.Thank you
Theme Horse Support Team
KeymasterHi happyeungin,
Mobile Menu is working fine in the theme. Can you provide us the screenshot of the Menu where it is not working properly on mobile devices?
Author information is not supported in free version. This feature will be added in the pro version.
Thank you!
Theme Horse Support Team
KeymasterHi happyeungin,
We have researched about schema.org and found that its mission is to create, maintain, and promote schemas for structured data on the Internet. We have developed our theme as of the wordpress.org guideline with simple and clean code. Schema structure data is a completely new feature to add in the theme however our theme is developed with simple code.
It needs code customization to add the schema structure feature for each and every article. You have to hire a developer as this a new feature to add in the theme.
Thank you!
April 27, 2017 at 4:40 am in reply to: Conflicts between Ambition Pro and My Calendar plug in #51119Theme Horse Support Team
KeymasterYou welcome Jeffrey
Thank you
April 25, 2017 at 11:58 am in reply to: Conflicts between Ambition Pro and My Calendar plug in #51100Theme Horse Support Team
KeymasterHi Jeffrey,
Sorry we misunderstood. We are thinking about the Calander in main content area.
You have added custom css for sidebars width 31%. so its conflict with our responsive css. To make the sidebar width 100% in mobile devices.
Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.@media only screen and (max-width: 767px){ #secondary { width:100% !important; } }
Thank you
Theme Horse Support Team
KeymasterHi frsmnk,
To remove the icon while there is no menu
Go to Appearance -> Customize -> Additional CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.@media only screen and (max-width: 767px){ .menu-toggle { display:none; } }
Remove above custom css if you add a menu.
Thank you!
Theme Horse Support Team
KeymasterHi Sheena Bell,
Sorry it needs code customization. You need to hire a developer for this as this a new feature to be added in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi smirnovie,
Yes currently Interface Theme doesnot support WooCommerce. We will update it in new version very soon.
Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.woocommerce-page #sidebar { display:none; }
Thank you
Theme Horse Support Team
KeymasterHi happyeungin,
MagCast pro will release within couple of weeks.
For better SEO and Schema markup we recommended you to use some SEO Plugins. You can google for the best SEO Plugins.Thank you
Theme Horse Support Team
KeymasterHi happyeungin,
Each and every post section will have hentry on blog page and it is not an issue of the theme. This was came from WordPress core and it is not an issue.
Thank you
April 24, 2017 at 10:50 am in reply to: how to delete the permalink(landing pages) of image in the media library #51087Theme Horse Support Team
KeymasterHi happyeungin,
We don’t support that level of code customization. You can create a new attachment.php file in your child theme and customize the code.
We recommended not to change the code because if you change the code then while updating to our new version all your customisation 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!
-
AuthorPosts