Forum Replies Created

Viewing 15 replies - 136 through 150 (of 595 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    this custom CSS will do the trick:

    #wrapper .site-description {width: 100%; max-width: 100%; text-align: center;}

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    I am sorry, but the custom color and font size settings are available only in the Premium version. With the Free version, you will need to create a child theme, detect the requested color and font-size properties using the Developer Tools in Google Chrome and overwrite them through your child theme’s “style.css”.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    I can see that you are running a different theme than HappenStance at this moment. Anyway, this CSS should work with the basic HappenStance configuration:

    @media screen and (min-width: 1012px) {
    body .menu-box-container, body .menu-box-wrapper, body .menu-box {width: 800px;}
    body .menu-box-container {float: none; margin: 0 auto;}
    }

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    If possible, please post here a link to your website so I could see your header configuration. Thanks!

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    by default, the e-mail address isn’t clickable in order to protect against spam. To change it, please search for the following code in “header.php”:

    <span class="header-contact-email"><i class="icon_mail" aria-hidden="true"></i><?php echo esc_html(get_theme_mod('happenstance_header_email', $happenstance_defaults['happenstance_header_email'])); ?></span>

    and edit it in this way:

    <span class="header-contact-email"><i class="icon_mail" aria-hidden="true"></i><a href="mailto:<?php echo esc_html(get_theme_mod('happenstance_header_email', $happenstance_defaults['happenstance_header_email'])); ?>"><?php echo esc_html(get_theme_mod('happenstance_header_email', $happenstance_defaults['happenstance_header_email'])); ?></a></span>

    Then put this custom CSS into “Customize > HappenStance General Settings > Custom CSS”:

    #wrapper .top-navigation .header-contact a {float: none; margin: 0; padding: 0; font-size: 13px;}

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    please use this custom CSS to center the menu (the home icon has to be hidden):

    #wrapper .link-home {display: none;}
    #wrapper .menu-box {height: 30px;}
    #wrapper .menu-box, #wrapper .menu-box ul {text-align: center;}
    #wrapper .menu-box ul li {display: inline-block; float: none;}
    #wrapper .menu-box ul li a {border: none;}
    #wrapper .menu-box ul ul li {display: block; float: left;}

    This CSS will round off the edges of the menu bar:

    .menu-box-wrapper {border-radius: 20px;}

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    thank you for the login details. It seems that there was a problem with caching on your server. When I deactivated the W3 Total Cache and refreshed the homepage, both “Header Logo” and “Header Image” options have started to work. If you encounter the problem again, please try to empty all caches using the W3 Total Cache (through “Performance > Empty All Caches”) and refresh your browser.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    When you open the theme customizer panel through “Appearance > Customize”, which tabs can you see there please? The option “Header Logo” is located under the tab “HappenStance Header Settings” (I am sorry for confusion – the option is called “Header Logo”, not “Logo URL” as I wrote before).

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    The option “Logo URL” should update the image in the header-content DIV:

    <img class="header-logo" src="http://www.anitabydesign.com/wp-content/uploads/2016/01/Anita-A-by-Design-Banner-Art-copy-2.jpg" alt="Anita by Design">

    The header image under the main header menu container is editable through “Appearance > Header”.

    If the “Logo URL” still does not work properly for you, please try to deactivate all installed plugins as there might be a plugin conflict.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    the header logo is editable in “Appearance > Customize > HappenStance Header Settings > Logo URL”.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    The ALT text is not supposed to be shown on hover. There is the “Image Title Attribute” for this purpose. This option is visible in the section “Advanced Options” when you edit an image.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    That is true, the alternative text is also important for SEO. Because I haven’t found any issues with the ALT tags on your website, I thought you confused the alternative texts with captions, so I only described the main differences in their displaying.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    in most cases, the Posts page is set as homepage (and there is no need to have breadcrumb navigation on homepage), so I decided to not include the breadcrumb navigation in the “index.php” template. I will consider to update it by adding the condition if ( is_front_page() && is_home() ) { so the breadcrumb navigation would be displayed if the Posts page isn’t set as homepage.

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    when I display the source code of your homepage, I can see that the alternative texts are generated correctly:

    <img class="alignnone wp-image-86" src="http://test.everest1953.co.uk/wp-content/uploads/2015/11/h12.jpg" alt="The Hillary Step (C) Doug Scott Mountaineering" width="191" height="137">

    If you would like to set captions for the pictures, then please follow this guide. The captions will be displayed below the image. Alternative text is showed only if the image can’t be displayed (for example if the image has been deleted from server).

    Best regards,
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    this custom CSS allows you to change background color of the navigation bar:

    #wrapper .menu-box-wrapper {background-color: #ff0000;}

    This CSS will change text color of the menu links:

    #wrapper .menu-box a {color: #000000;}

    Best regards,
    Tomas Toman

Viewing 15 replies - 136 through 150 (of 595 total)