Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterThat’s great a.dewilliencourt
Thank You!
January 27, 2016 at 5:42 am in reply to: Weird CSS/Boxes showing up on my new Attitude Premium #41877Theme Horse Support Team
Keymasterok great David
Thank you!
Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
Keymasterhi 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/0fd5ky558ehope this may help you
Thank you!Theme Horse Support Team
KeymasterHi 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) orxaamp or wamp(for windows)Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi a.dewilliencourt,
Sorry for late reply. We missed you forum question. We have replied you in your previous post.
Thank you!
Theme Horse Support Team
KeymasterHi 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/0ce5kvsl50Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi 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 codeand as well as you have to remove this code from header-extension.php online 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!January 26, 2016 at 12:05 pm in reply to: Weird CSS/Boxes showing up on my new Attitude Premium #41833Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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 thisyoursite.com/wp-admin/post.php?post=85&action=editCan 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/0a55kvnz91Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts
