TT Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [HappenStance] Header & MenuIf possible, please change the mentioned code in “header.php” so I could see both the Logo and the Site Title in your header. At this moment, I can see only the Logo there so I am unable to provide you the appropriate CSS with your current header configuration. Thank you.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Header & MenuHi @jmbfishing,
the code that you need to edit is shown in this reply. The code is located in “header.php” on lines 55 – 59. You can edit it directly in “Appearance > Editor”, but a better way is to create a child theme to avoid overwriting your customizations when you update the original theme.
The default font used for the Site Title and other headlines is “Oswald”.
Best regards,
Tomas TomanHi,
the reason why the Featured Images are that big in the HappenStance theme is because it looks better on high-resolution devices. If the images are compressed to an adequate size (about 100 – 200 kB) before uploading, it shouldn’t significantly slow down the loading time. But as I wrote in my previous reply, I am going to add the possibility to show the Featured Images in the “Thumbnail size” defined in “Settings > Media” in the next update for cases where the original images are too large.
A scaled image is an image that has been resized through CSS (so the size of the original image is different than the size visible in a browser). In fact, images are always scaled (based on the viewport’s width) in modern responsive design. Since version 4.4, WordPress takes a smarter approach to displaying appropriate image sizes on any device using the “srcset” attribute.
Best regards,
Tomas TomanHi,
the documentation for the free version is accessible through the panel “Appearance > About HappenStance”. The default width for Featured Images is set to 1170 px that corresponds the layout width. The height is calculated automatically to keep the aspect ratio of the original image. If the width is less than 1170 px, then the original image is used.
In the next update, I am going to add a new option that will allow to select the “Thumbnail size” defined in “Settings > Media” for the post thumbnails on the Blog page (and on all other archive pages).
Best regards,
Tomas TomanYou are welcome! Have a nice day, too!
Tomas Toman
Hi,
thank you for your suggestions, I will consider them for the future updates.
If you would like to have 2 grid of items in the “Grid – Masonry” format, you can achieve it through custom CSS:
body .grid-entry, body #main-content .js-masonry .sticky { width: 50%; }Best regards,
Tomas TomanHi,
I will consider to add direct support for Yoast SEO breadcrumb in a future update.
The YARPP plugin works automatically with the theme (as well as many other popular plugins like Jetpack’s Related Posts), so in my opinion there is no need to propose it in the theme. The plugins that are recommended by the theme require some template modifications in order to integrate it nicely with a theme.
To eliminate the padding around the header logo on mobile devices, please add this custom CSS:
#wrapper .header-logo {display: block; float: left !important; margin: 0 !important;} #wrapper .header-content-wrapper {padding: 0 !important;} #wrapper .header-content {padding: 0 !important; width: 100% !important; max-width: 100% !important;}I am sorry, but I am not considering to remove the padding around the logo by default, because there is the standard Header Image option (under “Appearance > Header”) for the purpose to show a full-width header image. The logo option is primarily intended for a small picture to replace the Site Title.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] CSS MenuHi,
thank you for clarification. Unfortunately, there is no “home” button in the drop-down menu that is shown on the mobile devices. The “home” button is displayed only in the desktop view. The drop-down menu contains only the links that are inserted into the Main Header Menu in “Appearance > Menus”. If you would like to display the “home” button beside the drop-down menu, please put the following custom CSS into “Appearance > Customize > HappenStance General Settings > Custom CSS”:
html #wrapper .menu-box .link-home {display: block !important;} .js .selectnav {width: 80% !important; float: right !important;}If you would like to completely hide the drop-down menu, then please use this custom CSS:
.js .selectnav {display: none !important;}Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] Recommended image sizesHi,
the recommended size for header image is 1800 x 400 px. The maximal width for Featured Images (post thumbnails) is limited to 1170 px (which corresponds the page container width). All other images can be of any size.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] Remove comments countYou are welcome! 🙂
Forum: Themes and Templates
In reply to: [SongWriter] Remove comments countHi,
you can hide the default comments count by inserting the following CSS code into “Appearance > Customize > SongWriter General Settings > Custom CSS”:
#wrapper .post-info-comments {display: none;}To substitute the WordPress comment count for Disqus comment count, please follow this guide.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [MaidenHair] Adding Shadow to Site Title and Changing Font TypeHi,
the following CSS allows you to set a shadow to the site title (here you can find more information about the “text-shadow” property):
.site-title { text-shadow: 2px 2px #666666; }Unfortunately, there is no “font type” property in CSS. It is only possible to define the font-style, font-variant, font-family, font-size and font-weight properties.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] CSS MenuHi,
for the next time, please create a separate topic for each new question. It helps to make the forum clearer. Thank you!
Unfortunately, I am not sure whether I correctly understood your question. If you can see some new menu button, it is most probably generated by a third-party plugin. Please try to deactivate all installed plugins to see whether it disappears then.
If your problem continues, please post here a screenshot of your issue (or post here a link to your website) so I could check it.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [BrickYard] How to insert ads ?Hi,
you will need to insert your Google AdSense code into “single.php”, just above the following line:
<?php brickyard_get_display_image_post(); ?>Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [StairWay] Tekst Widgets non compatible with latest WP update?Hi,
I tested this theme with WordPress 4.5.1, but I haven’t noticed any issues with widgets. Does the Text widget work correctly if you switch to the default Twenty Sixteen theme please?
I recommend you to deactivate ALL installed plugins to check whether there isn’t a plugin conflict causing this problem. If this does not help, please try to install the W3 Total Cache plugin and empty all caches as described in this article.
Best regards,
Tomas Toman