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,381 through 1,395 (of 5,207 total)
  • Author
    Posts
  • in reply to: Footer Note #50612

    Hi earnsomething.in,

    We are going to lunch our MagCast Pro version soon. That feature will be available in Pro version. To maintain security of your site you can use security plugin as itheme security, wordfence, sucuri security etc and also many spam protector plugins available free at wordpress.org.

    Thank you!

    in reply to: Changing colour of Menu hover colour #50604

    hi escotb,
    Sorry this feature is not available in free version. You have to upgrade to pro version to get this feature.
    Thank you!

    in reply to: Header image on Ambition Pro #50590

    Hi sue3,

    You can’t add different header image on different page. This feature is not available in our theme.

    Thank you

    in reply to: Insert a break (newline) in a slider description #50588

    hi Anne,
    The content will automatically move to next line however you cannot break the line adding html code there. We are sorry that we have designed our theme this way.
    Thank you!

    in reply to: changes in child theme don't show up anymore #50543

    Hi jurriaana,

    We have designed our theme using action hook. So making the same structure will not overwrite the parent theme. Its our Coding Standard. The above link was just an example to help you. Adding that code to child theme will not make your site slow because anyway either from parent or from child theme your code must be loaded.
    Thank you

    in reply to: changes in child theme don't show up anymore #50531

    hi jurriaana,

    Making the child theme directory in inc/structure/ will not overwrite the parent theme. First of all you have to create a two files styles.css and functions.php file. First of all you have to unhook the functions and customize the code according to your necessary.
    We have written many times how to unhook functions. You can search on forum too.
    For more reference visit below link
    Link

    Thank you

    in reply to: Put WMPL Language switcher next to the menu #50530

    You welcome Malo

    Thank you!

    in reply to: Put WMPL Language switcher next to the menu #50503

    hi Malo,
    Please add below code in child theme functions.php file

    function language_selector_flags(){
        $languages = icl_get_languages('skip_missing=0&orderby=code');
        if(!empty($languages)){
            foreach($languages as $l){
                if(!$l['active']) echo '<a href="'.$l['url'].'">';
                echo '<img src="'.$l['country_flag_url'].'" height="12" alt="'.$l['language_code'].'" width="18" />';
                if(!$l['active']) echo '</a>';
            }
        }
    }

    and go to theme folder -> library -> structure -> header-extension.php on line no 159 you will find below code.
    <?php get_sidebar( 'header' ); ?> After this code paste below code.
    <div id="flags_language_selector"><?php language_selector_flags(); ?></div >
    and add below Custom CSS Code

    .flags_language_selector {
    	float: right;
    	 margin: 9px 0 0 0;
    }
    #branding .searchform {
    	float: left;
    }

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes
    Thank you

    in reply to: Left Side Bar not showing up on some of my pages #50502

    This is not a theme issue. Please validate your page using W3C Markup Validation We have encountered that there is many html code error in your content which you have added.

    Thank you

    in reply to: interface pro – adding more pages to homepage #50500

    You welcome Infoyed

    Thank you

    in reply to: can't find custom header code on inherited site #50485

    You welcome Marijean,

    Thank you!

    in reply to: interface pro – adding more pages to homepage #50484

    Hi INFOYED,
    You can create a new page from dashboard such as SOLID FRAMEWORK, RETINA READY, RESPONSIVE DESIGN, MULTIPLE LAYOUTS.
    Make again a Parent page Portfolio and under that page you can add other pages like solid framework just you have created. Let us say you created a portfolio page 1
    Drag the service widgets again/ Recent Work widget again and select portfolio page 1 from the dropdown. Now you will have an extension portfolio.

    To change the 3page to be centered with respect to the homepage.
    Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_recent_work .one-fourth {
        width: 29.3%;
    }

    Thank you!

    in reply to: TH: Two Column Grid #50483

    You welcome Oscoli Jemas

    Thank you

    in reply to: Slider Image #50448

    Hi WorldCatholicFaith,
    You slider image must be at least 666*810 width and height. Bigger than this image doesn’t matter. But if you upload an image smaller that this then it can’t crop and there will be size variation. So please upload some big image and everything will work fine.

    Thank you

    in reply to: TH: Two Column Grid #50447

    Hi WorldCatholicFaith,
    Just visited to your site and you are using 3 lines of title on first image. So there is a blank space on the third image. Could you please make the same line of title to fit that image on white space.
    Thank you!

Viewing 15 posts - 1,381 through 1,395 (of 5,207 total)