Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterGreat!
Your issue is solved.
Please let us know if you have any other issue regarding the theme.Thanks
Theme Horse Support Team
KeymasterHi 100offdeal,
To show only 2 categories on Featured Image block, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.post-block .category-meta .cat-links a:not(:first-child):not(:nth-child(2)), .post-img-wrap .category-meta .cat-links a:not(:first-child):not(:nth-child(2)) { display: none; }
Thanks
Theme Horse Support Team
KeymasterHello Leanne,
It’s a wired problem. We do found that it’s also not loading in safari as well, while visiting the direct link of the image browser asks for permission and downloads the corrupted file. May be the images have some issue.
What we recommend you to do is:
1. Try creating a fresh post with a new featured image and check it visiting your site.
2. Check the file directory and image file permissions.
3. Try activating the default WP theme and repeat first step one more time.Thank you!
Theme Horse Support Team
KeymasterHi @forum80,
If you have a customized file in Child Theme then that customized files will always override the Main theme and we have noticed that you added customized style properties to style.css file in your Child Theme. You have also made change to the layout width though the theme already have the narrow layout option.
To make the layout full width Please go to the style.css file of the Child Theme and remove the below mentioned code that you will find on line no: 52.
/* max-width: 90%; */
Thanks
Theme Horse Support Team
KeymasterHi @chapline,
Please go to ‘Appearance > Customize > Ambition Theme Options > Custom CSS’ and paste the below CSS code.
body.home { background-color: lightgray; } body.home #page { background-color: transparent; }
Thanks
Theme Horse Support Team
KeymasterHi @daniel-lacatus,
Thank you for purchasing the Theme. You can go through the documentation here for the Theme Instruction. The Theme is very easy to use. All you need to do is you can play with the customizer options from ‘Appearance > Customize’.
Please Let us know if you again any other queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterYou haven’t set the home page to ‘Front Page Template’. Please set the home page to ‘Front Page Template’ from page editor then only you can use the widgets on templates widget area.
please go through the link (here) to set Front Page Template.Thanks
Theme Horse Support Team
KeymasterHi @ezedikechinedu1,
Could you explain a bit more on which section you want to display like that. Almost all the posts on Front Page Template will show horizontally. Even you can use ‘Horizontal/vertical Posts’ Widget and set to ‘Horizontal’ option.
Thanks
Theme Horse Support Team
KeymasterOk we have made a minor changes to the above code that we have provided. Please follow the same instruction using the same code again. This time you don’t have to remove the Page title.
Thanks
Theme Horse Support Team
KeymasterThe Theme you are using is not developed by us. Please contact and consult with the respective Theme Author.
Thanks
Theme Horse Support Team
KeymasterPlease go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 992px) { .site-footer .widget-area .col-lg-3:not(:first-child) { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; } } @media (min-width: 768px) { .site-footer .widget-area .col-lg-3:first-child { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
The above code will make the first column to full width and other 3 columns are made to 33.33% which will be equally fit down to full width to show other widgets as well.
Thanks
Theme Horse Support Team
KeymasterHi @barber-vicente,
Could you please share us your Site URL so that we can figure out the issue and also please check by deactivating the each plugin one by one. Some plugin that you are using might have affected the theme.
Thanks
Theme Horse Support Team
KeymasterHi @anthony-joki,
It is totally a new feature for the Theme to display specific posts on specific page. As per your requirement you need to hire a developer for code customization.
Thanks
Theme Horse Support Team
KeymasterHi @goodmails2u,
Actually the image with any sizes will get covered and fit on the templates. Thought we have used 800px width and 480px height for our demos. this size will get fit on any pages and templates.
Thanks
Theme Horse Support Team
KeymasterHi @100offdeal,
You can use Text Widget on first footer column to show those type of content and Can make the first Column to full width and hide the other 3 footer column widget section by adding Custom CSS code.
Thanks
-
AuthorPosts