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,846 through 1,860 (of 5,207 total)
  • Author
    Posts
  • in reply to: Adding Company Logo to Left of Site Title #44119

    Hi 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!

    Hi 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!

    in reply to: How do I access the pro version? #44116

    Hi 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!

    in reply to: Theme Horst and WPML translation #44115

    Hi 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!

    in reply to: Categories posts type #44059

    Hi 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!

    You welcome lisa.

    There will be displayed only the selected Category.

    Thank you!

    in reply to: How can I put a videoslide like demo? #44057

    Hi 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!

    in reply to: Headers #44056

    Hi 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!

    in reply to: Delete or Hide home page header #44055

    That’s great john

    Thank you!

    in reply to: How can I change the font in Clean Retina #44053

    Hi 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_Themes

    Also 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!

    in reply to: New page is not showing on website #44052

    That’s great hkaut

    Thank you!

    in reply to: Categories posts type #44030

    Hi 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!

    in reply to: My Images are getting squished HELP… #44029

    Hi 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!

    Hi Lisa,

    I think that you have not assigned this topic to breastfeeding support category. Because i saw every your blog category is associated with breastfeeding support but not this category Let’s Talk About Vaccine Safety.

    Thank you!

    in reply to: Delete or Hide home page header #44027

    Hi 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!

Viewing 15 posts - 1,846 through 1,860 (of 5,207 total)