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 - 3,226 through 3,240 (of 5,207 total)
  • Author
    Posts
  • in reply to: image or icon for list or header text #21658

    Hi spching2006,

    Could you please provide the site Url too? We will look over it.

    Thank you!

    in reply to: uninstall interface 1.2 #21657

    Hi b.shantiko,

    Do you mean to say uninstall and reinstall new version? If then you may simply activate the WordPress default theme twentyfourteen/ twentyfifteen theme and delete the old version and download the latest version of interface and upload it and re activate it.
    If you have made any customization on the core file then all your customization code will be lost. If no changes on the core file then you are safe to update a new version too.

    Thank you!

    in reply to: Child Theme Function.php – syntax error #21656

    You welcome birgitta_roos

    Thank you!

    in reply to: Service icon link to page #21655

    Ok that’s great felipe1

    Thank you!

    in reply to: Service icon link to page #21654

    Ok that’s great felipe1

    Thank you!

    in reply to: Add Event or Message in Calendar #21653

    Hi Isabelle,

    You may try some plugins that are in wordpress.org, This plugins may help you. We will support only the theme regarding issues.
    https://wordpress.org/plugins/the-events-calendar/changelog/

    Thank you!

    in reply to: Featured Image Upload #21651

    Hi Roy,

    You may increase the memory size from .htaccess file or from the wp-config.php file.Or you may try this plugins too.
    https://wordpress.org/plugins/add-from-server/
    Hope this may help you

    Thank you!

    in reply to: Left / Right Sidebar – Different menus Depending on Page #21649

    Hi All,

    Sorry we can not update the theme with this features. It needs code customisation. You have to hire a developer for this. Make sure that first create a child theme before customizing the code.

    Thank you!

    in reply to: Child Theme Function.php – syntax error #21609

    Hi birgitta_roos,
    Just add this below code

    //mod content
    function hatom_mod_post_content ($content) {
    if ( in_the_loop() && !is_page() ) {
    $content = '<span class=”entry-content”>'.$content.'</span>';
    }
    return $content;
    }
    add_filter( 'the_content', 'hatom_mod_post_content');
    
    //add hatom data
    function add_mod_hatom_data($content) {
    $t = get_the_modified_time('F jS, Y');
    $author = get_the_author();
    $title = get_the_title();
    if(is_single()) {
    $content .= '<div class=”hatom-extra”><span class=”entry-title”>'.$title.'</span> was last modified: <span class=”updated”> '.$t.'</span> by <span class=”author vcard”><span class=”fn”>'.$author.'</span></span></div>';
    }
    return $content;
    }
    add_filter('the_content', 'add_mod_hatom_data');

    Thank you!

    in reply to: Service icon link to page #21608

    Hi felipe1,
    This services widgets is displayed from the theme folder -> inc -> widgets -> interface_widgets.php line no 278 and you will fine this code

    if ( has_post_thumbnail() ) {
         echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>';
     }

    and replace it with this below code

    if ( has_post_thumbnail() ) {
     							echo '<a href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( $post->post_title ) . '">';
     							echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>';
     							echo '</a>';
     						}

    Before making any changes first make child theme and then only customize the code. If you add this code directly inside the interface_widgets.php file then it will work but while updating to our new version all your customisation code will be lost. If you didn’t make any changes then you need to make the same changes for each and every time.

    Thank you!

    in reply to: Backup and Restore theme #21607

    Hi Bruno,

    Did you change the Url of your site in database? You need to change the Url of database in the new server while importing.

    Thank you!

    in reply to: Where do I go to change the default teal color of the theme? #21606

    Hi Lanai,

    To change the Typography font family and sizes
    Go to Dashboard-> Appearance-> Theme Options-> Design Options-> Typography Options there you can change the google font with sizes.
    And to change the color of the text
    Go to Dashboard-> Appearance-> Theme Options-> Design Options-> color Options and change the text color.

    Thank you!

    in reply to: Broken header image/logo link #21583

    Hi scott foster,

    We got your message. Yes your website is almost hacked.
    First change all of your ftp and WordPress dashboard administrator password and install the fresh copy of WordPress as well as all the themes and plugins with new database before doing it, first make a backup of your current site.

    We also recommended you to use the security plugins for your WordPress Site and use strong password on Ftp, Cpanel and WordPress dashboard. You can also find more security articles via google too.

    Thank you!

    in reply to: embed page #21573

    Hi christian,

    This feature is not available in our theme. We only support theme issue. You may just follow this link for more reference
    http://wpquestions.com/question/showChrono/id/9252
    http://stackoverflow.com/questions/21584610/hide-header-if-in-iframe

    Thank you!

    in reply to: "Blog Fullcontent display" not displaying #21572

    ok that’s great Toan

    Thank you!

Viewing 15 posts - 3,226 through 3,240 (of 5,207 total)