Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
March 8, 2017 at 7:10 am in reply to: text widgets don't line up on static front page (business template activated) #50313Theme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
March 2, 2017 at 7:19 am in reply to: Ambition Pro theme: How to add the social links about the header navigation #50225Theme Horse Support Team
KeymasterHi Sid,
To add social links as show in Ambition Pro Theme preview site, Visit this link which helps to set you social links.
Thank youTheme Horse Support Team
KeymasterHi 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
March 1, 2017 at 11:18 am in reply to: SSL Certificate – images redirecting to http instead of https #50213Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterHi 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 TextThank you
Theme Horse Support Team
KeymasterYou welcome Alexander
Thank you!
Theme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterYou welcome Emily
Thank you
Theme Horse Support Team
KeymasterHi 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.phpfunction 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
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts