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 - 2,086 through 2,100 (of 5,207 total)
  • Author
    Posts
  • in reply to: images blurry on IPAD only #41878

    That’s great a.dewilliencourt

    Thank You!

    in reply to: Weird CSS/Boxes showing up on my new Attitude Premium #41877

    ok great David

    Thank you!

    in reply to: Problems with the Slider #41876

    Hi Andre.

    For this you need to use breadcrumbs. Install this Breadcrumbs NavXT in your dashbaord and now you can have it below title.

    Hope this may help you
    Thank you!

    in reply to: Help with "Set up Homepage Slider" #41875

    hi luizaugusto.mb,

    On you page create a page title and add description on that page and also add featured image. View this below screenshot for more easy way.
    http://awesomescreenshot.com/0fd5ky558e

    hope this may help you
    Thank you!

    in reply to: Next Page Option #41874

    Hi lemonpath,

    Yes,Why don’t you try removing this Custom CSS too? You can make a backup of it, remove it and test it. There may be some conflict with plugins too. So you need to deactivate the plugins and check whether your problem solves or not. Deactivating plugins, i don’t think you will lose some thing. If deactivating also doesnot works then reactivate the same plugins.

    For the test method just download a clean-retina-pro theme and unzip the folder. change the filename of it and also change the theme name on style.css too. Again zip that theme and install and activate it. If this solves the problem then there is something issues on your current active theme.

    As also there may be some scripts on widgets too. So check it and try removing it also. There is no other way than this. You may also try this in your local environment using mamp (for mac) or xaamp or wamp (for windows)

    Thank you!

    in reply to: Link a Post to a Page #41873

    Hi info175.

    This feature is not available in our theme. It needs code customization or hire a developer to fix it. Before making code customization first you need to create a child theme and then customize the code. So that while updating to new version your customized code will not be lost.

    Thank you!

    in reply to: Slider on tablet #41838

    hi a.dewilliencourt,

    Sorry for late reply. We missed you forum question. We have replied you in your previous post.

    Thank you!

    in reply to: Comments Field #41836

    Hi kim1,

    Recently the WordPress default comment settings is off. So you need to on it individual. Goto specific post and at the top of the page click on screen options. Select Discussion. View below screenshot.
    http://awesomescreenshot.com/07a5kvsg7e and after doing it you will get the below section on your post. Check it both if it is unchecked. view screenshot
    http://awesomescreenshot.com/0ce5kvsl50

    Hope this may help you
    Thank you!

    in reply to: Switch off mobile theme #41834

    Hi Dieuwertje,

    We are sorry for this. It needs code customization. you need to remove all responsive css from style.css file on line no 2398 /* =Responsive Structure to all below code and as well as you have to remove this code from header-extension.php on line no 21 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> and add <meta name="viewport" content="width=1078" />

    Each and every time you update to new version you need to do the same customization.
    Hope this may help you
    Thank you!

    in reply to: Weird CSS/Boxes showing up on my new Attitude Premium #41833

    Hi David,

    This is not an issue. The above large blue, and large gray box at the top that scrolls through several blog titles is of slider. You can remove it if you don’t want any slider.
    Please goto dashboard -> appearance -> customize -> Slider Options -> Slider Options -> Disable Slider and you can disable it. Just check it and uncheck it 2 or 3 times if it does not work. 🙂

    Hope this may help you
    Thank you!

    in reply to: left and right sidebars #41831

    Hi Jeremy,

    This feature is not available in our theme. It needs code customization. You need to hire a developer to fix it. Sorry for this.

    Thank you!

    in reply to: Adding google map image #41829

    hi Kathryn,

    Where did you tried to add the Url? Could you please provide the site Url so that we can have a look on it.

    Thank you!

    in reply to: Child Theme with functions.php and style.css #41828

    Hi Laura,

    Just try this below code. In style.css add

    /*
    Theme Name: Interface Pro Child
    Theme URI: https://www.themehorse.com/themes/interface-pro
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Description: Interface Pro is a Simple, Clean and Flat Responsive Retina Ready WordPress Theme. It is easily customizable with numerous theme options. Some of the highlighted options are two site layout (Narrow and Wide), 4 layouts for every post/page, 5 Page Templates, 8 widget areas, 6 custom widgets, featured slider to highlight your post/page, 10 social icons, top and bottom info bar to hightlight your contact/email/location and many more. Also has custom background, header, menu, favicon, CSS, webclip icon, and logo. Supports popular plugins like Breadcrumb NavXT, WP-PageNavi and Contact Form 7. It is also translation ready. Get free support at https://www.themehorse.com/support-forum/ and View beautiful demo site at https://www.themehorse.com/preview/interface-pro
    Version: 3.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: white, light, green, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, custom-background, custom-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post
    Text Domain: interface
    Template: interface-pro
    */
    

    and under functions.php add below code

    <?php
    add_action( 'wp_enqueue_scripts', 'interface_enqueue_styles' );
    function interface_enqueue_styles() {
        wp_enqueue_style( 'interface', get_template_directory_uri() . '/style.css' );
    
    }
    ?>

    Thank you!

    in reply to: Help with "Set up Homepage Slider" #41826

    Hi luizaugusto.mb,

    Just follow these simple step to setup slider.
    Create any poge / post from your dashboard. Identify the id of that page / post. At the top of Url section you see something like this yoursite.com/wp-admin/post.php?post=85&action=edit Can you see the numeric no 85? That is the page/ post id.

    So then after goto dashbaord -> appearance -> customize -> featured post page slider -> featured post page slider options and add that page/ post id. View below screenshot.
    http://awesomescreenshot.com/0a55kvnz91

    Hope this may help you
    Thank you!

    in reply to: Title size, slider link #41825

    Hi Andra,

    1) You cannot add any tag in the site title. So, it is not possible better you can try uploading images rather than site title.

    2) Sorry its already there. User can click on the image and it will take you to the linked page. To link an image to a specific page you have to customize the code or you need to hire a developer.

    Thank you!

Viewing 15 posts - 2,086 through 2,100 (of 5,207 total)