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,411 through 1,425 (of 5,207 total)
  • Author
    Posts
  • in reply to: How to setup up Gallarey like Demo moveing #50314

    Hi kmatsunami,

    To set Gallery view here.

    14) Set up Custom Gallery
    Go to Galleries->Add New in your dashboard.
    Add Title which will be Image title.
    Add featured image for this post.
    Click on Publish.
    If you have multiple images(other images too) to be shown. Repeat the first four steps again.
    After you are done with adding the posts in Galleries.
    Create a Page, give it title.
    On the right hand-side, click on template dropdown.
    From the dropdow, select any of from three template ( Gallery four column template, Gallery three column template, Gallery two column template )
    Click Publish button.
    Now choose this page as menu.

    Thank you!

    Hi jos,
    Right Sidebar will not be displayed on the business template. We have designed our theme this way. We have desinged it to display only our custom widgets in business template via Business Page Sidebar.
    Thank you

    in reply to: strange menu text in bold over header #50312

    Hi Derek,
    You have added a title. Use Plain title of that slider. It will only support plain text there. So don’t add html text over there and remove it.

    Thank you

    in reply to: Woocommerce shop page #50228

    Hi Hi Benjamin,

    Yes that is not ideal. We are sorry for now as this ultimate pro is not compatible with WooCommerce. There needs to be changing a lots of code and some functions need to be added inside function.php file, also we need to add some css to make it fully compatible. We will release this in near future. Thank you for your patience.

    Thank you

    Hi Sid,
    To add social links as show in Ambition Pro Theme preview site, Visit this link which helps to set you social links.
    Thank you

    in reply to: Woocommerce shop page #50224

    Hi Benjamin,

    Currently Ultimate is not compatible with WooCommerce. It needs code customization. To support WooCommerce is completely a new feature to be added in the theme. Currently we are busy on some other projects so may be in future we make compatible with it.

    Show page will load archive-product.php so you can create a archive-product.php inside theme folder and customize the code if you knows coding well.

    Thank you

    Hi Désirée,

    The theme doesnot have anything to do with SSL. We are not using any http:// code in our theme. You can activate any other theme and can test the issue. The two sites are working fine means its not the theme related issue.

    Just visited to you site and its a server error. Also you can try Easy HTTPS Redirection to redirect to https.

    Thank you

    in reply to: Mobile display issue. #50196

    hi bartkphoto,
    If there is a same issue while activating the default WordPress theme or any other theme then its not the issue of our theme. However, we may help you solve this issue what you need to do is just provide us the temporary login credential of your admin site as well as your ftp login detail if you feel secure via email. There might be something issue with your host or anything else.
    Also we have quick research into your site and found that something was injected into your site and trying to redirect to the different site.

    Do not share any login credential in this forum because this forum is public and visible to all.

    Thank you!

    in reply to: Images Sizes/Ratio for Magcast Slider and Widgets #50186

    Hi D.,
    We have cut the image size into three sizes.

    add_image_size( 'magcast-slider-image', 666, 810, true ); // for slider
    add_image_size( 'magcast-large-thumb', 965, 575, true ); 
    add_image_size( 'magcast-small-thumb', 467, 350, true );

    So use better a big size image then it will automatically cut into pieces and will be displayed as in our demo site. If you have already uploaded the image then one regenerate thumbnails using regenerate thumbnails plugin.
    Thank you

    in reply to: Buttons #50185

    Hi Alexander,
    We have two button in our slider. Read More button will appear by default. To add Get it now button, Go to dashboard -> appearance -> Customize -> Ambition Theme Options -> Featured Content -> and add Slider Secondary Button Text

    Thank you

    in reply to: How to hide sidebar position on certain pages #50184

    You welcome Alexander

    Thank you!

    in reply to: Colors and front page article #50183

    Hi nuunander,
    1. Menu link color when the users mouse is over it
    2. Read more- buttons background and text colors
    => Color Options are available in Pro version with unlimited features. So you can upgrade to Pro version of attitude theme.

    3. The article which I use as my front page only shows part of the article. I would like to see the whole article in the front page. Is this possible?
    => Go to Pages-> Create Blog Page -> and select template (blog full content display template) from template section.

    Go to dashboard -> settings -> reading -> Choose static page -> Front page: (select blog/article page just you have created in above step)
    Thank you

    in reply to: Home page layout #50113

    You welcome Emily

    Thank you

    in reply to: responsive toggle menu not displaying #50098

    Hi mlewebsiteinfo,
    Did you made any code customization in the theme? It seems that while creating child theme you have done something mistake.
    Please add below code in functions.php

    function ultimate_enqueue_styles() {
    
        $parent_style = 'ultimate_style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme.
    
        wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'child-style',
            get_stylesheet_directory_uri() . '/style.css',
            array( $parent_style ),
            wp_get_theme()->get('Version')
        );
    }
    add_action( 'wp_enqueue_scripts', 'ultimate_enqueue_styles' );

    Thsnk you

    in reply to: How to hide sidebar position on certain pages #50070

    Hi Alexander,

    Can you provide the site Url so that we can provide you the exact custom css. Also let us know on which page do you only want to display.

    Thank you!

Viewing 15 posts - 1,411 through 1,425 (of 5,207 total)