Forum Replies Created

Viewing 15 replies - 571 through 585 (of 595 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear Nailah,

    you do not need to create the child theme in this case. You can set your logo in “Appearance > Theme Options > General Settings”. You can find here the field called “Logo URL”. Click here on the button “Upload Image” and upload your logo image from your computer or select an existing image from the Media Library. After saving Theme Options, your logo automatically will replace the Site Title and Description in header.

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear Vivian,

    thank you for your suggestions. I surely take them into consideration when I will prepare the next update.

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear Vivian,

    the 1.0.3 version includes only a few minor repairs of bugs found after the initial release. I uploaded it just before starting this support topic.

    The changelog is located in theme folder and its name is “changelog.txt”. I also publish the information about updates on my website, which is linked in this theme: http://www.tomastoman.cz/leatherdiary-1-0-3-release/.

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    “Full Width” is the custom Page Template, so it works only for the pages, not for posts. But if you want to hide the right sidebar on all pages and posts, you can use “Theme Options > General Settings > Display Sidebar” (select here the option “Hide”).

    If you want to hide the right sidebar only on some posts, you can do it using Custom CSS. Please view the source code of the appropriate post. In the opening <body> tag, you can see unique “postid” class for each post (for example: class=”single single-post postid-1662 single-format-standard logged-in admin-bar no-customize-support”). Using this unique class, you can hide the sidebar only on some specific posts:

    .postid-1662 #sidebar {display: none;}

    And then you can enlarge the main content area:

    .postid-1662 #main-content #content {margin-right: 0; width: 100%;}

    For the next updates of LeatherDiary theme, I am considering about adding more options for displaying the right sidebar to make this theme even more customizable.

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    please send me a link to your website with LeatherDiary theme, so I could help you more accurately based on your custom settings. For correct responsive displaying, you should add the following custom CSS code (after your code published above):

    @media screen and (max-width: 1100px) { html #wrapper #page #main-wrapper #main-content #content div.entry-content {width: 100% !important;} }

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear viviansank,

    if you want to create some effect for a menu (you probably thought the effects after placing mouse cursor on a menu item), the best way is to add custom CSS code into “Theme Options > Other Settings > Custom CSS”. If you have a specific idea for some effect, please send me a link to your website and describe this effect – I could help you to create the appropriate CSS code.

    Also the Top menu position can be changed using custom CSS. If you do not use the Social Networks links in header, this CSS code should working for you (please insert it into “Theme Options > Other Settings > Custom CSS”):

    #wrapper #top-navigation ul {position: absolute; right: 0;}

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear Juanplav,
    this option works only if the “Display Logo/Site Title in header” option is set to the value “Site Title”. If you choose here the option “Logo”, only the uploaded image is displayed.

    Theme Author TT Themes

    (@tomastoman)

    Dear Juanplav,
    this option works only if the “Display Logo/Site Title in header” option is set to the value “Site Title”. If you choose here the option “Logo”, only the uploaded image is displayed.

    Theme Author TT Themes

    (@tomastoman)

    Dear Jack.Arthur,
    thank you very much for your response. I will take your remarks into consideration for the next update.

    Theme Author TT Themes

    (@tomastoman)

    Dear Jack.Arthur,
    I’m sorry that you do not like this theme. Could you please specify, what exactly has disappointed you? Your feedback would be useful for me to improve this theme.

    Best regards
    Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    Dear Guillaume,

    this is feasible using custom CSS code. Please try to add the following CSS code into “Theme Options > Other Settings > Custom CSS”:

    #top #header #menu-container {right: auto; top: auto; left: 0; bottom: 0; padding: 15px 0 50px; width: 720px; max-width: 720px; box-shadow: 0 0 5px #222222; background: #E85A40; background: -webkit-gradient(linear, 0 0, 0 100%, from(#E85A40), color-stop(1em, #D12607), to(#881702)); background: -webkit-linear-gradient(#E85A40, #D12607 1em, #881702); background: -moz-linear-gradient(top, #E85A40, #D12607 1em, #881702); background: -ms-linear-gradient(#E85A40, #D12607 1em, #881702); background: -o-linear-gradient(#E85A40, #D12607 1em, #881702); background: linear-gradient(#E85A40, #D12607 1em, #881702);}
    #top #header #header-title {max-width: 100%; padding-top: 15px;}
    #header .site-title {width: 100%; text-align: center;}
    #header .site-description {padding-bottom: 50px; width: 100%; text-align: center;}
    #header #menu a {color: #ffd36a;}
    #header #menu a:hover, #header #menu .current-menu-item > a, #header #menu .current-menu-ancestor > a, #header #menu .current_page_item > a, #header #menu .current-page-ancestor > a {color: white !important; border-bottom: none !important;}

    Of course, this example code can be edited or completed as needed.

    Theme Author TT Themes

    (@tomastoman)

    Hello,

    creating a space between posts could be possible using custom CSS. Please try to copy the following CSS code into the “Custom CSS” textarea located in “Theme Options > Other Settings”:

    .home #content, .archive #content {background: none !important; padding-left: 0; padding-right: 0; width: 710px; box-shadow: none !important;}
    .home #content .post-entry, .archive #content .post-entry {background: white; padding: 25px 35px; margin-top: 20px; max-width: 640px; box-shadow: 0 0 3px #555555;}
    .home .post-entry .publish-date, .archive .post-entry .publish-date {left: -20px;}
    .home .slideshow-home, .archive .archive-title {background: white; padding: 35px; margin-top: -15px; box-shadow: 0 0 3px #555555;}

    Of course, you can edit or add any values as needed to fit your website.

    Theme Author TT Themes

    (@tomastoman)

    With the new 1.0.2 update, the header menu is (on mobile devices) displayed above the logo box, so I will mark this topic as resolved.

    Theme Author TT Themes

    (@tomastoman)

    I found that displaying “Continue reading” message in header is caused by conflict with plugin WordPress SEO by Joast. To fix it, please delete the following code from functions.php (located in wp-content/themes/visitpress on your web server, or you can edit it using “Appearance > Editor” panel in your WordPress administration):

    /**
     * Place the "Continue reading" link in the excerpt.
     *
    */
     function visitpress_new_excerpt_more($more) {
           global $post;
    	return '...<br /><a href="'. get_permalink($post->ID) . '">'. _e( 'Continue reading', 'visitpress' ). '</a> >';
    }
    add_filter('excerpt_more', 'visitpress_new_excerpt_more');

    Theme Author TT Themes

    (@tomastoman)

    The “Home page slideshow” widget area is located only on homepage with latest posts. But it is possible to add any slideshow into the content of a static page or post using shortcode: [cycloneslider id=”slideshow-id”] (the shortcode for the specific slideshow appears in “Cyclone Slider” panel in WordPress administration).

Viewing 15 replies - 571 through 585 (of 595 total)