TT Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SeaSun] insert logo in header area@mbrhc: You can replace the Site Title by your custom logo through “Theme Options > Header Settings > Logo URL”. Just click on the button “Upload Image” and upload the logo or choose a previously uploaded image.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] How to set up mobile viewingDear Erik,
I am glad that I could help you!
Best regards,
Tomas TomanForum: Reviews
In reply to: [HighTide] guidelines@furciferrising: Here you can read about the current requirements for the theme screenshots. The theme screenshot should accurately show the theme design, but it may not represent the look when you activate the theme for the first time. If you set a header image in “Appearance > Header”, a background image in “Appearance > Background” and create a custom menu in “Appearance > Menus”, the resultant layout will look exactly the same as you can see on the screenshot. The illustrative pictures visible on the screenshot have been taken from https://unsplash.com/ and are licensed under the CC0 which means you can copy, modify, distribute and use the photos, even for commercial purposes, all without asking permission. I will add this information into the “readme.txt” file in a future update.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] How to set up mobile viewing@himanshu31shr: I am sorry, but this forum can be used only for questions regarding to the PhotoStory theme. Please post your question in the support forum intended for your current theme: https://wordpress.org/support/theme/harmonux-core.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] How to set up mobile viewingYou also can try the following plugin which allows you to create a highly customizable mobile navigation which can replace the default theme navigation: Responsive Menu.
Then, you can hide the original theme navigation using the following custom CSS:@media screen and (max-width: 1100px) { #wrapper .menu-box {display: none !important;} html #wrapper #page {margin-top: 0;} }Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] Weird Flashing@squeezy: I just have checked the linked page in Chrome, but I haven’t found any issues. Could you please provide a screenshot of the problem? And can you see it also if you switch to another theme?
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] How to set up mobile viewingDear Erik,
there are many responsive themes which display the menu as a drop-down list. The main reason of this is to save the space on a mobile screen. You can try to paste the following CSS into “Theme Options > Other Settings > Custom CSS” to increase the height of the drop-down menu:
.js .menu-box .selectnav {height: 40px; line-height: 40px;}This theme should be fully compatible with the Jetpack plugin.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] users plugin@deborhaeliana: So far, I have not encountered any compatibility problems with the Users Ultra plugin, so it should work well.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [PhotoStory] How to set up mobile viewingDear Erik,
by default, the menu contains automatically generated links which unfortunately are not displayed in the mobile view. Please go to “Appearance > Menus”, create here a new custom menu and assign it to the “Fixed Menu” location. Here you can find more information about managing menus in WordPress: Menu Guide.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] Premium version 'colors' don't override menu style@taylornatalierose: If you have some questions relating to the Premium version, please submit a topic in my dedicated support forum: http://www.tomastoman.cz/forums/forum/restimpo/. I’ll do my best to assist you.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] how to show categories on blog pages onlyYou’re welcome!
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] how to show categories on blog pages onlyDear judyvorfeld,
if you would like to display only the posts from some specific categories on your blog page, please go to “Appearance > Theme Options > Homepage Settings > Display Latest Posts” and set here the value “Hide”. Then, go to “Appearance > Widgets”. For each category, place one “RestImpo Posts-Default” widget into the “Latest Posts Homepage widget area”.
Or, you can place a “Categories” widget into this area to show only the list of all your categories.Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] Disable color linesI am glad that I could help you! 🙂
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] Disable color linesPlease try to modify the CSS in the following way to hide the lines above the active menu items:
#wrapper #wrapper-header .menu-box .current-menu-item a, #wrapper #wrapper-header .menu-box .current-menu-ancestor a, #wrapper #wrapper-header .menu-box .current_page_item a, #wrapper #wrapper-header .menu-box .current-page-ancestor a { border-color: white !important;}To align your menu with the bottom of the logo, please use the following CSS:
body .menu-box a {padding-top: 54px; height: 70px !important;}Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RestImpo] Hide site descriptionHi,
you can simply remove the site description by setting the value “Hide” in “Theme Options > Homepage Settings > Display Site Description”.
Or, you can use the following CSS:
.header-description-wrapper {display: none !important;}Best regards,
Tomas Toman