Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Matt,
This version 4.6.3 works fine. So you don’t need to worry for it. We are sorry that we have no any idea about ETA.Thank you!
Theme Horse Support Team
KeymasterHi Matt,
This version 4.6.3 works fine. So you don’t need to worry for it. We are sorry that we have no any idea about ETA.Thank you!
Theme Horse Support Team
KeymasterHi YAN,
Which visual editor are you talking about? Could you send the screen shot of it?and for your second questions to disable comments on posts and pages,Go to particular page / post which you want to disable.
Click on screen options at right top of the page /postSelect the Discussion and comments so that it will display below the editor. You will be able to see like this.
view screenshothttp://awesomescreenshot.com/00330i7i64
Unselect both of them and it will not display the comment section.
Just follow this insctruction too
https://www.themehorse.com/theme-instruction/interface-pro/#disablecomment
Thank you!
Theme Horse Support Team
KeymasterHi Vicki,
Do you want to remove only category or other author , comments too? Just clearify it,To remove category just add this Custom CSS
.entry-meta .cat-links { display:none;}Hope this may help you
Thank you!
Theme Horse Support Team
KeymasterHi kai,
Could you please send the site url too? We may be able to help you.Thank you!
Theme Horse Support Team
KeymasterHi kai,
You may just check it in our demo site and its working fine. I have just checked it in my demo site and also in my localhost and its working fine.Thank you!
December 22, 2014 at 7:11 am in reply to: Replace Header Social Icons with 468×60 Adsense Banner #19608Theme Horse Support Team
KeymasterHi netizenpros,
This is not possible in our theme. It needs code customisation. So you need to hire a developer to fix it. Before customising the code first of all create a child theme then only customise the code. because while updating to our new version all your customisation code will be lost so better make child theme first.Thank you!
Theme Horse Support Team
KeymasterHi kai,
You may use this Breadcrumb NavXT
https://wordpress.org/plugins/breadcrumb-navxt/Thank you!
Theme Horse Support Team
KeymasterThat’s great kai
Thank you!
Theme Horse Support Team
KeymasterHi stphilips-webadmin,
We have already updated the revolution slider plugins, Yes there is some issue in revolution slider plugins so we have already updated it to prevent it from hacking.
Login to our site with the same username and password while you have purchase the theme and download the latest version of the theme.
If you have still one year subscription you will have access to the download the update file.Thank you!
Theme Horse Support Team
KeymasterHi Michael,
Go to public_html>wp-contect>themes>clean-retina-pro-2>images, Just add your both two images an write the css code in style.cssYou also have to customise the code. Adding only the css and images will not show any image. You need to set the default values in clean retina pro -> library -> admin -> theme-options.php and cleanretina-themeoptions-defaults.php, This is for the admin section.
To display it in front end then you need to customise the code inside clean retina pro -> library -> structure -> header-extension.php, Customise your code in this page to display it in the front end.
Thank you!
Theme Horse Support Team
KeymasterHi ksuna24,
The default featured image size is 670 * 300, So if you update bigger size than this then the featured image will automatically crop the image size into 670 * 300, IF you want changes on the size of image then the code is inside theme folder -> functions.php// Add Interface Pro custom image sizes add_image_size( 'featured', 670, 300, true ); add_image_size( 'featured-medium', 230, 160, true ); add_image_size( 'slider-narrow', 1038, 500, true ); // used on Featured Slider on Homepage Header for narrow layout add_image_size( 'slider-wide', 1440, 500, true ); // used on Featured Slider on Homepage Header for wide layout add_image_size( 'gallery', 474, 342, true ); // used to show gallery all images add_image_size( 'icon', 100, 100, true ); //used for icon on business layoutWe recommended you to create a child theme before making any changes on it.
Thank you!
Theme Horse Support Team
KeymasterHi Matt,
Recently we have version 4.6.3, we will have the latest version of revolution slider in our upcoming update. Wait with patience.Thank you!
Theme Horse Support Team
KeymasterHi Gianluca,
The sanitisation is for the security purpose. If you need customisation then you can customise the code, the file is inside theme folder -> inc -> widgets ->interface_widgests.phpYou may change the code from here but first of all make the child theme and then only customise the code. So that while updating to our new version you will be safe from data lost.
Thank you!
Theme Horse Support Team
KeymasterHi Gianluca,
we have sanitised the value. So that it will escape all the html tags and we have done sanitised to prevent our theme from hacking so each and every data is sanitised before updating in to the database.We are sorry that you can’t make the 3 pictures in a row. We have designed our theme this way. It needs code customisation.
Thank you!
-
AuthorPosts
