badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 5,207 total)
  • Author
    Posts
  • Hi 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

    in reply to: upgrade from V2 to V 3.05 #51172

    Hi 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

    in reply to: Embedding Videos #51171

    You welcome Sheena Bell

    Thank you

    in reply to: Image in post appears horizontal instead of vertical. #51136

    Hi 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

    in reply to: How can I download themes I purchased. #51135

    Hi 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

    in reply to: How to control this distance here? #51121

    Hi 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!

    in reply to: Google Structure data tool (hatom hentry) #51120

    Hi 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!

    in reply to: Conflicts between Ambition Pro and My Calendar plug in #51119

    You welcome Jeffrey

    Thank you

    in reply to: Conflicts between Ambition Pro and My Calendar plug in #51100

    Hi 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

    in reply to: Menu icon appears even with no menues #51099

    Hi 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!

    in reply to: Embedding Videos #51098

    Hi 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!

    in reply to: Woocommerce product page #51097

    Hi 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

    in reply to: how do i change the font of the theme? #51089

    Hi 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

    in reply to: Google Structure data tool (hatom hentry) #51088

    Hi 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

    Hi 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!

Viewing 15 posts - 1,306 through 1,320 (of 5,207 total)