Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Kazuhiko,
You cannot add both site title and site logo on the same time. It needs code customization as it would be a new feature to be added in the theme. So you need to hire someone to fix it.
Thank you!
April 8, 2016 at 9:43 am in reply to: Can't delete the 'Short description' on the 'Featured post/page slider' #44117Theme Horse Support Team
KeymasterHi Maja,
It is better to help you if your provide your site link to us. Just paste the below custom css. Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-content { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi Anders,
We have not included a gallery icons. If you like to set a gallery page as in our demo site then visit theme instruction
Thank you!
Theme Horse Support Team
KeymasterHi Markus,
Our theme is not still compatible with WPML. Recently we are busy on some other projects. So, Currently its no compatible with WPML
Thank you!
Theme Horse Support Team
KeymasterHi whoisjackie,
go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.post-featured-image { width: 34.57%; float: left; margin-right: 4.67%; } .entry-content { padding-bottom: 0; }Thank you!
April 6, 2016 at 9:54 am in reply to: Latest Blog post not showing up on the syndication page. #44058Theme Horse Support Team
KeymasterYou welcome lisa.
There will be displayed only the selected Category.
Thank you!
Theme Horse Support Team
KeymasterHi rmora,
To set the video slider first you have to activate the Revolution Slider Plugin where you can purchase the single license from here.
After that activate the plugin in the site and create a slider via revolution slider option and go to Appearance > Customize > Ambition Theme Options > Featured Content Setting and choose Revolution Slider option then go back and refresh the page you will see the revolution slider option where you can set the revolution slider that you have set.
The revolution slider will not work on free version of Ambition
Thank you!
Theme Horse Support Team
KeymasterHi Petar,
If you like code customization then the google analytics code should be added in either header or footer. You create an account on google analytics and they will provide some code to verify it. You add that code on your server and verify it.
If you make direct code customization then updating to new version your customized code will be lost. So better make child theme and add the code.
Here is a step by step information how to install google analytic code
Thank you!Theme Horse Support Team
KeymasterThat’s great john
Thank you!
Theme Horse Support Team
KeymasterHi Hkaut,
To change the font family to Trebuchet MS in all my pages and posts you need to create a child theme.
Note: To create a child theme visit this below link
https://codex.wordpress.org/Child_ThemesAlso we have replied many times how to create a child theme. You just create a child folder and under it create style.css file and add below code.
/* Theme Name: Clean Retina Child Theme Theme URI: https://www.themehorse.com/themes/clean-retina Author: Theme Horse Author URI: https://www.themehorse.com Description: Clean Retina is a Simple, Clean and Responsive Retina Ready WordPress Theme which adapts automatically to your tablets and mobile devices. Along with the elegant design the theme is easily customizable with numerous theme options. Some of the highlighted options are 9 home page layouts(corporate layout also included), 5 layouts for every post, featured slider to highlight your post and page, custom post type to show gallery, 11 social icons, webmaster tools, custom background, custom Header, custom menu, custom favicon, custom CSS, custom webclip icon and many more. Also supports some of the popular plugins like Breadcrumb NavXT, WP-PageNavi and Contact Form 7. Currently translated in Polish, Romanian, French, Swedish, German, Spanish, Persian and Russian. Get free support on https://www.themehorse.com/support-forum/ Version: 3.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: black, gray, white, light, blue, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, custom-background, custom-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post Text Domain: cleanretina Template: clean-retina */ @import url("../clean-retina/style.css"); body, input, textarea, h1, h2, h3, h4, h5, h6, #site-title, .slogan, .entry-title, .custom-gallery-title, #access a, #access select { font-family: "Trebuchet MS",Tahoma,sans-serif; }Thank you!
Theme Horse Support Team
KeymasterThat’s great hkaut
Thank you!
Theme Horse Support Team
KeymasterHi whoisjackie,
Blog image large is our default layout. So blog image medium will only displayed on choosing blog image medium template. On tag, category etc it will display blog image large. To have blog image medium it needs code customization. Go to theme folder -> library -> structure -> content-extension.php on line no 131 you will find this code
$image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';replace with
$image .= get_the_post_thumbnail( $post->ID, 'featured-medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';Note: 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!
Theme Horse Support Team
KeymasterHi Boni,
Are you trying to say that what you have view in the front end same like that you want to display in visual editor?
It seems that you have to upload a larger image. Now you have set a small size images in your blog post. Please provide us the screenshot which images are you talking about.
Thank you!
April 5, 2016 at 9:57 am in reply to: Latest Blog post not showing up on the syndication page. #44028Theme Horse Support Team
KeymasterHi Lisa,
I think that you have not assigned this topic to
breastfeeding supportcategory. Because i saw every your blog category is associated withbreastfeeding supportbut not this categoryLet’s Talk About Vaccine Safety.Thank you!
Theme Horse Support Team
KeymasterHi John,
Just visited to your site and its not working. Yes to remove the element it needs code customization or also you can hide it through css. Once try this below css.
.entry-title { display:none; }Thank you!
-
AuthorPosts
