TT Themes
Forum Replies Created
-
Hi,
if you deactivate ALL installed plugins, do the characters still appear there?
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RetroTale] Images won't stretch across entire pageHi @findyourlobster,
I am sorry, but this support thread is determined only for the RetroTale theme. I can see that you are using a different theme at this moment. Please contact your theme’s author for further help. Thank you for understanding.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] How to disable a horizontal bar?Dear Gary Stripling,
the upper top bar is determined for showing the latest posts in a carousel-slider format. You can hide it by selecting “Hide” in “Theme Options > Header > Display Carousel Box”.
Note: Since you are using the Premium version of this theme, please use the support page on my website in case of any further questions. This support forum on wordpress.org is determined only for the Free version. Thank you!
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] Expand ads size in Primary SidebarHi,
the default width of the Right Sidebar is 370 px. To change it, please put the following custom CSS into “Appearance > Customize > SongWriter General Settings > Custom CSS”:
body #content {width: 670px;} body #sidebar {width: 470px;}The sum of both “width” values always has to be 1140 px.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Page Background ColorI am glad that I could help you!
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Page Background ColorDear Gary Stripling,
I recommend you to set a RGBA color for the main content area through custom CSS:
#wrapper #wrapper-content {background-color: rgba(255, 255, 255, 0.6);}You can generate the appropriate RGBA color code on this site.
Best regards,
Tomas TomanHi,
please change the value of the
right: 0;property on the first line of the above posted CSS to a negative value (with minus), for example:right: -20px;.Best regards,
Tomas TomanHi,
the easiest way how to set a different background image for a particular page is to use the Custom Background Extended plugin.
If you would like to set it without a plugin, please put the following custom CSS into “Theme Options > Other Settings > Custom CSS”:
.page-id-123 {background-image: url(http://path-to-the-image) !important;}Just replace the number “123” with the appropriate page ID. The value of the “background-image” property (“http://path-to-the-image” in the example code) has to be replaced with URL address of the requested background image that you have previously uploaded via “Media > Add New”.
Best regards,
Tomas TomanHi,
if possible, please post here the code that you have put into “header.php”. It seems that the AdSense banner is outputted outside the
<div class="custom-header-banner">element. The AdSense code has to be placed inside this element in order to make it work as I described.Or you can try to move the banner itself through CSS:
.header-content .adsbygoogle {display: block !important; margin: 0; position: absolute; top: 30px; right: 0;} @media screen and (max-width: 1012px) {#wrapper .header-content .adsbygoogle {position: relative; top: 0; right: 0; margin: 20px 0 0; max-width: 100%; float: left;}}Best regards,
Tomas TomanHi,
please search for the following code in “header.php” that originally outputs the header search form:
<?php if ( get_theme_mod('songwriter_display_search_form', songwriter_default_options('songwriter_display_search_form')) != 'Hide' && !is_page_template('template-landing-page.php') ) { ?> <?php get_search_form(); ?> <?php } ?>and replace it with your banner code, for example by something like this (it is important to include the class=”custom-header-banner” to be able to style the banner through CSS):
<div class="custom-header-banner"><img src="http://url-address-of-your-banner-image" alt="" /></div>Then put this custom CSS into “Appearance > Customize > SongWriter General Settings > Custom CSS” to move the banner to the right side:
.custom-header-banner {display: block; margin: 0; position: absolute; top: 30px; right: 0;} @media screen and (max-width: 1012px) {#wrapper .header-content .custom-header-banner {position: relative; top: 0; right: 0; margin: 20px 0 0; max-width: 100%; float: left;}}To put some code in the spaces between post entries on the homepage, please open the file “content-archives.php” and insert the requested code just at the end of it.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [NatureSpace] Changes Not AppearingHi,
please try to deactivate all installed plugins (one after another) as there might be a conflict with a third-party plugin causing this problem. If this does not help, I recommend you to install W3 Total Cache and empty all caches as described in this guide.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [MaidenHair] Translate "Latest Posts"Hi,
the posts page heading can be changed in “Appearance > Theme Options > Post Entries Settings > Latest Posts section headline”.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RetroTale] When to expect premium version?Hi,
1 – Yes, both Free and Premium versions are fully responsive and mobile-ready.
2 – The theme has been built with SEO in mind. It is compatible with popular SEO plugins like All in One SEO Pack or Yoast SEO.
3 – The price for the Premium version is 300 CZK, that approximately corresponds to 12.6 USD according to the current exchange rate. Is it one time payment.
4 – Yes, it is possible to make the sliders clickable.Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [RetroTale] When to expect premium version?Hi,
I am very sorry for the inconvenience. I am currently rebuilding my website. I hope it will be ready for launch within 2 weeks. Thank you for understanding.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [LiveRide] Widgets in left barI am sorry for the inconvenience. The website is back in operation.
Best regards,
Tomas Toman