TT Themes
Forum Replies Created
-
Forum: Reviews
In reply to: [RestImpo] restimpo themeHi,
unfortunately, the header slideshow feature is available only in the Premium version. Here in theme documentation is a guide how to set the slideshow: http://restimpo.tomastoman.cz/wp-content/themes/restimpo-premium/docs/documentation.html#homepage-slideshow.
Here is a live demo how it looks like: http://restimpo.tomastoman.cz/.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [MineZine] Adding other Social Media buttons@pwycliffe: Unfortunately, the LinkedIn, Pinterest and Instagram social links are available only in the Premium version through the custom “MineZine Social” widget. Here you can see a live demo (the widget is located in the footer section, but it can be placed also into the right sidebar): http://minezine.tomastoman.cz/.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [HighTide] To disable comments in homepagePlease try to insert the CSS posted above into “Theme Options > Other Settings > Custom CSS” and then refresh your browser and clear cache (if necessary). You also can try to add the “!important” declaration within the CSS to ensure that it rewrites all other CSS rules:
#wrapper .footer-widget-area {padding: 10px 0 0 !important;} #wrapper .footer-widget {margin-bottom: 10px !important;}Best regards
Tomas TomanForum: Themes and Templates
In reply to: [HighTide] To disable comments in homepageI am glad that I could help you! 🙂
To reduce the height of the footer widget area, please use the following CSS:
#wrapper .footer-widget-area {padding: 10px 0 0;} #wrapper .footer-widget {margin-bottom: 10px;}And this one for the footer signature:
#wrapper .footer-signature .footer-signature-content {min-height: 22px;} #wrapper .footer-signature .footer-signature-content p {padding: 0;}Best regards
Tomas TomanForum: Themes and Templates
In reply to: [HighTide] To disable comments in homepageIf the CSS posted above does not work for you, please verify that you have not installed any plugin which could overwrite the default commets settings.
Forum: Themes and Templates
In reply to: [HighTide] To disable comments in homepageIf possible, please post here a link to your website so I could check it.
The following CSS should hide the comment form on your homepage:
.home #comments {display: none;}Best regards
Tomas TomanForum: Themes and Templates
In reply to: [HighTide] To disable comments in homepageDear Staka,
if you would like to close the discussion on your static homepage (disable the possibility to add comments), please go to “Pages > All Pages” and search here for the desired page. Then, click on the “Quick edit” link at this page and uncheck the option “Allow Comments”. Then just save changes.
Here you can find more information about Comments settings in WordPress: http://codex.wordpress.org/Comments_in_WordPress.Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MidnightCity] This theme not work for IE browser!This theme is supported in all major browsers. If you have some problems with displaying, please try to deactivate all your plugins (one after another) as there might be a plugin conflict. Especially the plugins which generate some Flash elements can be problematic. Here is a clean installation of MidnightCity theme which you can test for comparison: https://wp-themes.com/midnightcity/.
Best regards
Tomas Toman – TT ThemesForum: Themes and Templates
In reply to: [MidnightCity] how to remove thumnaid picture in post single?Hi,
the following CSS will change the color within the post info box:
#wrapper .post-info, #wrapper .post-info a {color: #ff0000 !important;}Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MidnightCity] This theme not work for IE browser!It seems that there is some problem with loading the main theme stylesheet (style.css) in IE. Please try to deactivate all your installed plugins as there might be a plugin conflict. Also, if you made some custom modifications in some source files of MidnightCity theme, please try to activate the Debugging Mode to check whether your modifications do not generate some errors. The best way how to modify an existing theme is to create a child theme.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MidnightCity] This theme not work for IE browser!Hello,
this theme is designed to be compatible with IE8+. You can check the following demo site to verify it: http://midnightcity.tomastoman.cz/. If you have some problems with displaying your website in IE, could you please provide me a link so I can check it?
To activate Google Analytics on your website, I can recommend you to install the Google Analytics by Yoast plugin.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MidnightCity] how to remove thumnaid picture in post single?The Color settings are available only in the Premium version. If you would like to change the default colors using custom CSS, you should create a child theme instead of rewriting the default style.css. Also, if you are using another color scheme than the default “Blue-Violet”, some colors are defined in a special stylesheet, which you can find in the “css” folder (blue-green.css, orange-green.css, red-blue.css or turquoise-violet.css – according to the color scheme set in “Theme Options > General Settings > Color Scheme”).
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MidnightCity] how to remove thumnaid picture in post single?Hello,
to remove the post thumbnails from the single posts, please go to “Appearance > Theme Options > General Settings > Display Featured Image on single posts” and set here the value “Hide”.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [PaperCuts] Affiliate bannersHello,
you can paste the HTML code of your banners into a Text widget located in the right sidebar (or in the footer widget areas). If this solution is not comfortable for you, please create a child theme and paste the HTML code into the appropriate template (most probably “header.php” or “footer.php”). Just copy the original template file from the PaperCuts theme into your child theme’s folder and make here the desired modifications.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [SeaSun] Possibility to disable featured images on blog page.Hello,
thank you for the tip, I will consider to add the option for disabling featured images within the post entries. In this moment, you can disable them using the following custom CSS:
.grid-entry .attachment-post-thumbnail, .post-entry .attachment-post-thumbnail {display: none !important;}Best regards
Tomas Toman