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,711 through 1,725 (of 5,207 total)
  • Author
    Posts
  • in reply to: HTML in Our Team widget #45960

    Hi Caroline,
    We are sorry for this. You can’t add any html on our team widgets. For this it needs code customization. To add that field and support html code its would be completely a new feature to be added in the theme. If you are good at coding then you can make a duplicate of ourteam widgets and customize the code according to your needs.

    First create a child theme. In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme. The widgets is displayed from theme folder -> inc -> widgets -> interface_widgets.php on line no 925. You need to make changes within this class.

    Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file. Hope this helps.

    Thank you

    in reply to: Pricing table widget for Interface Pro #45941

    Hi Michal,

    Currently there is no any plan to include pricing table widget into the theme. Yes you can use third party plugins. There is no any recommended plugins too. You can try so plugins which helps to create pricing table. Responsive Pricing Table, Pricing Table, Pricing Table Builder – Easy Pricing Tables

    Thank you!

    in reply to: Attitude Pro / how to customize 404 page? #45939

    Hi jeanlucgarnier,

    There is no any documentation available to customize 404 page. We have already replied on forum to customize 404 page using child theme. You can also search on forum. What you need to do is create child theme with two file (style.css and functions.php)

    This is an example how to unhook page 404.php and use your own content.
    First of all you need to unhook the functions and then only customize the code in your child theme functions.php. Here is a simple example how to unhook functions and customize the code. Below code should be added inside functions.php of child theme.

    // Unhook default Thematic functions
    function unhook_thematic_functions() {
        // Don't forget the position number if the original function has one
    
    remove_action( 'attitude_404_content', 'attitude_display_404_page_content', 10 );
    
    }
    add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header
    
    add_action( 'attitude_404_content', 'attitude_child_display_404_page_content', 10 );
    /**
     * function to show the footer info, copyright information
     */
     
     
    function attitude_child_display_404_page_content() {      ?>   
    <div id="content">
    		<header class="entry-header">
    			<h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></h1>
    		</header>
    		<div class="entry-content clearfix" >
    			<p>Thank you</p> 
    		</div><!-- .entry-content -->
    	</div><!-- #content -->
      <?php 
    }

    Thank you!

    in reply to: Attitude Pro – Parser Errors #45938

    Hi outsmarts,

    Please update to our latest version. This issues was solved more than a years ago.

    Thank you!

    Hi mrgrimsdale,

    This is not a theme issue. Its default WordPress core roadmap for private post and page.
    The page which you have set private will show 404 error page if someone tries to view that page.
    To view that page he/she must be login as administrator whether it will be phone or pc.

    Thank you

    in reply to: Not all blogs showing in slider #45926

    Hi Alexander,

    How you have setup your slider? I think this slider is not set by you right? To set you slider, you can either display page or post. First create a 4 blog post with image, content and title. Then after go to dashboard -> appearance -> customize -> featured page/ post slider -> featured page/ post sldider options and add the post id.
    view screenshot
    Thank you

    in reply to: Drop Down Menu Items #45925

    Hi karen2,

    Can you provide you site link? So that we can help you.

    Thank you!

    in reply to: Just upgraded to latest Ultimate theme wiped out site? #45872

    Hi floodm,

    Oh sorry to hear that. You must backup the file before updating if you have customized the code. So we always recommended to create a child theme so that while updating to new version your customized code will not be lost. There is no any way to revert you content.

    Yes you can once contact to your hosting provider. They must have backup of it of early date. So ask them to revert your theme before last backup taken. If there is no backup on hosting provider then you again need to made code customization.

    Thank you!

    in reply to: i can't find the social media icons in ambition pro? #45841

    Hi Irit,

    View this Link which helps you to add social icon as shown on demo site.

    Thank you!

    in reply to: More than one CTA-Buttons in PromoBox #45840

    Hi bin70,

    We were sorry for this. We don’t provide that service for code customization. You need to search a developer by yourself. There is no any additional feature on Pro version too.

    If you are familier with coding then create a child theme. And under that child theme create a duplicate promobox widget and customize the code. So that while updating to new version your customized code will not be lost.

    Thank you!

    in reply to: How to create Subheaders #45839

    hi Brenda,

    Could you provide your temporary username and password of your site via Emai. We will look on it.

    Thank you!

    in reply to: Make Polyang flags appear in header ++ #45824

    Hi Trine,

    Add that widgets in footer column and then provide us your site Url? If it will be possible to appear side by side in the middle, we will help you by providing custom css.

    Thank you!

    in reply to: Make Polyang flags appear in header ++ #45786

    Hi Trine,

    If you like to add then it needs code customization and need to hire a developer as this is a new feature to be added on the theme. Adding the icon on menu is not possible. Yes you can add icon on menu but it does not appear correctly.

    Thank you!

    in reply to: How to make slider image unclickable? #45782

    Hi cassandra,

    Yes if you click on image. It will take you to the detail page of that slider. You can view below link to make slider image unclickable
    LINK

    Thank you!

    in reply to: Image slider, changed sizes… #45780

    That’s great cassandra

    Thank you!

Viewing 15 posts - 1,711 through 1,725 (of 5,207 total)