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 - 2,176 through 2,190 (of 5,207 total)
  • Author
    Posts
  • in reply to: Featured images in responsive layout. #40664

    Hi samanta.berzina,

    The site link you have provided is not an interface theme. Just activate the interface theme and let us know.

    Also one thing, You have changed the image size in functions.php file to match the size of all the other images in your blog post. Once you install the regenerate thumbnails plugins and regenerate all the image size.

    Hope doing this may solve your problems.
    Thank you!

    Hi kat,

    You mean to add gallery in your website. To enable the WordPress gallery feature first of all you need to install jetpack plugins. After activation of jetpack plugins
    Goto jetpack-> setting-> and activate Carousel and Tiled Galleries

    For more reference visit this link
    Hope this may help you!
    Thank you!

    in reply to: Collapse / expand search bar #40636

    Thank you for helping us
    Thank you!

    in reply to: meta slider not going full width #40635

    You welcome Akbar

    Thank you!

    in reply to: meta slider not going full width #40610

    Hi smakbar51,

    Are you using revolution sliderwidgets to display slider. To add revolution slider in your home page. Just goto dashbaord-> Appearance-> Customize-> Featured post/page slider-> slider option and select Revolution Slider from (select slider options radio button)

    Then again goto Appearance-> Customize-> Featured post/page slider-> Revolution Slider Options and choose your slider.

    Hope this may help you!
    Thank you!

    in reply to: table plugin #40572

    Hi tactusmihi,

    We cannot recommended any table plugins. You can create a table directly from the page/post editor.

    Also you can google and try any some free WordPress Table Plugins.

    Thank you!

    in reply to: Read more and typo options #40571

    Ok sure elena,

    Just create a new topic and post there if you have any issue.

    Thank you!

    in reply to: Problem on the category-overview-side #40570

    Hi mk,

    Yes We have that title in our theme. You can visit to our theme. It seems that you have added some css.

    .entry-title {
         display: none;
    }

    So you are not getting this title in your category page. Remove that above code from your code.

    Thank you!

    in reply to: Where is the page template option? #40569

    hi Aida,

    What are you trying to say? Please clarify it. The template page(options) is available below Update/ Publish button at any page you create. For default page you can leave it to default template. You don’t need to select any template. You can use template for Business Home page, Contact Page etc.

    Thank you!

    in reply to: delete read more button only from slider #40568

    Hi superkefje,

    Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-slider .call-to-action {
        display: none;
    }
    

    Thank you!

    in reply to: Hide header image on homepage #40564

    Hi Cassie,
    Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .home .header-image {
        display: none;
    }

    hope this may help you. If you have any issues then its better to provide site Url too.

    Thank you!

    in reply to: Adding tag list to single posts #40563

    Hi rbc.graphicdesign,

    Suppose if you have a tag name “holiday” and you like to display all holiday tag only in your blog. Then you can go to dashboard-> appearance -> menus -> add custom link
    View this Screenshot

    If you are taking about code customization then while customising the code create a child theme and then customize the code. So that while updating to new version your customized code will not be lost. The content for single.php is displayed from theme folder (interface)-> inc -> structure-> content-extension.php from line 264, you can find this code
    if ( ! function_exists( 'interface_theloop_for_single' ) ) :

    You can make code customisation over this function.

    Thank you!

    in reply to: SSL Certificate – images/layout not displaying #40562

    Hi francois.jourjon,

    I just visited to your site and your parent theme css is not called. So once you add this code that we have provided.

    /*
    Theme Name: Clean Retina Child
    Theme URI: https://www.themehorse.com/themes/clean-retina
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Version: 2.0.1
    Text Domain: cleanretina
    Template: clean-retina
    */
    
    @import url("../clean-retina/style.css"); 
    .entry-meta .date {
    display: none;
    }

    Thank you!

    in reply to: Change Height of primary menu container #40498

    Hi chriswieser,

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    in reply to: I purchased the Ultimate theme a few years ago… #40493

    HI russell,

    As we have moved all the theme options to customizer as of WordPress guidelines. Because now theme options is not allowed in theme. Did you customize the code creating the child theme or not? If you have not customized the code using child theme then while updating to new version all your customized code will be lost. If you have created the child theme and customized the code then just replace this below all code from child theme

    global $ultimate_theme_setting_value;
    $options = $ultimate_theme_setting_value;

    and add

    global $options, $array_of_default_settings;
    options = wp_parse_args( get_option( 'ultimate_theme_options', array() ), ultimate_get_option_defaults());

    Hope this may help you. If you are using slider background image then you need to add the same image again via customizer.

    To go back to website you can contact to the web hosting provider to set site back before 2 weeks. They must have backup of it.

    Thank you!

Viewing 15 posts - 2,176 through 2,190 (of 5,207 total)