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 - 3,511 through 3,525 (of 5,207 total)
  • Author
    Posts
  • in reply to: Revolution Slider update – Soak Soak Vulnerability #19615

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

    in reply to: Revolution Slider update – Soak Soak Vulnerability #19616

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

    in reply to: Interface PRO Visual editor (post/page) problem #19614

    Hi 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 /post

    Select the Discussion and comments so that it will display below the editor. You will be able to see like this.
    view screenshot

    http://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!

    in reply to: Eliminate Category in Post Title #19612

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

    in reply to: Width of Menu items #19610

    Hi kai,
    Could you please send the site url too? We may be able to help you.

    Thank you!

    in reply to: Backwards Footer Credits #19609

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

    in reply to: Replace Header Social Icons with 468×60 Adsense Banner #19608

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

    in reply to: breadcrumbs #19607

    Hi kai,
    You may use this Breadcrumb NavXT
    https://wordpress.org/plugins/breadcrumb-navxt/

    Thank you!

    in reply to: replacing text for slider-button #19606

    That’s great kai

    Thank you!

    in reply to: Revolution Slider and Site Hack Vulnerability #19547

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

    in reply to: A couple question #19546

    Hi 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.css

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

    in reply to: Image size for "related" articles #19545

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

    We recommended you to create a child theme before making any changes on it.

    Thank you!

    in reply to: Revolution Slider update – Soak Soak Vulnerability #19544

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

    in reply to: Our Team Widget #19543

    Hi 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.php

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

    in reply to: Our Team Widget #19523

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

Viewing 15 posts - 3,511 through 3,525 (of 5,207 total)