TT Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [RestImpo] Masonry GridDear Mike,
I am sorry, but I am not considering to add support for the Masonry Grid layout in the near future for any of my themes. I recommend you to use the Masonry Layout (Pinterest Like Grid) plugin to enable this functionality.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Menu HelpHi Matt,
the Search form probably can be removed through the plugin settings panel.
The custom CSS that I posted in my previous reply allows you to hide the white background around the post/page titles. For the sidebar widget titles please use this custom CSS:
#wrapper .sidebar-headline-text, #wrapper .sidebar-headline {background: none;}
This custom CSS allows you to change the menu colors (text and background):
#wrapper .menu-box-wrapper {background-color: #555555;}
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Menu HelpHi,
to 1 – 2: If you create a custom menu in “Appearance > Menus” and assign it to the “Main Header Menu” location, the menu will be displayed as a drop-down list on mobile devices. To create a more customizable mobile menu, I recommend you to use the Responsive Menu plugin. Then you can hide the default drop-down mobile menu by inserting this custom CSS into “Customize > HappenStance General Settings > Custom CSS”:
@media screen and (max-width: 1012px) { #wrapper .menu-box-container {display: none;} }
This CSS will prevent scrolling of the menu:
@media screen and (max-width: 1012px) { html #wrapper #header .sticky-nav {position: relative !important; top: auto !important;} }
to 3: Unfortunately, I am not sure whether I correctly understood your question. If you would like to hide the white background around the post/page titles, then please add this custom CSS:
#wrapper .entry-headline-text, #wrapper .entry-headline {background: none;}
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] I don't want my menu to be all uppercaseHi,
please add this custom CSS:
#wrapper .menu-box a, #wrapper .menu-box .selectnav {text-transform: none !important;}
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] Boarders inside widgetHi,
this custom CSS should remove the table borders from the search results page:
.gsc-results-wrapper-overlay table, .gsc-results-wrapper-overlay th, .gsc-results-wrapper-overlay td {border: none !important; padding: 0 !important;}
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [NatureSpace] Hide private email addressHi,
if your e-mail address is displayed in the meta data line as the post author’s name, you can hide it by selecting “Hide” in “Customize > NatureSpace Posts/Pages Settings > Display Meta Box on single posts” and in “Customize > NatureSpace Post Entries Settings > Display Meta Box on Post Entries”.
If you would like to hide only the author’s name but keep the other meta data, then please put the following custom CSS into “Customize > NatureSpace General Settings > Custom CSS”:
#wrapper .post-info-author {display: none;} #wrapper #main-content .post-meta .post-info-date {border-left: none; padding-left: 0;}
If you can see the e-mail address elsewhere, please post here a link to your website so I could check it.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Is the Events Calendar Required?Hi Dave,
no, the Events Calendar is not required. It is only a recommended plugin. If you do not need to manage events on your website, it is not necessary to install the Events Calendar plugin.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [SongWriter] Boarders inside widgetHi,
please add this custom CSS to get rid of the borders:
.gsc-search-box, .gsc-search-box th, .gsc-search-box td {border: none !important; padding: 0 !important;}
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MaidenHair] Make Background Image StationaryHi Suyogya Shukla,
no problem, you are welcome! ??
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [MaidenHair] Make Background Image StationaryHi @thefloodshark,
there is no need to add any custom CSS to make the background image stationary. You only need to select “Background Attachment > Fixed” in “Appearance > Customize > Background Image”.
Best regards
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Happenstance Child ThemeHi,
your website seems to work correctly at this moment. If your problem continues, please post here the full content of your child theme’s “functions.php” so I could check it.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Anchor Links Not Directing ProperlyI can confirm that the anchor links work properly for me at this moment. Anyway, I recommend you to disable the “sticky” menu on the “Services” page by inserting this custom CSS into “Customize > HappenStance General Settings > Custom CSS”:
html .page-id-100 .sticky-nav {position: relative !important; top: auto !important;}
If you disable the “sticky” menu on that page, the heading of the linked section will not be hidden under the menu bar.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Anchor Links Not Directing ProperlyHi,
can you please provide a link to your website so I could see it in action?
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] Happenstance Child ThemeHi,
if you have put all your custom CSS into “Customize > HappenStance General Settings > Custom CSS” in the original (parent) theme, just switch back to the parent theme and copy all the custom CSS into your child theme’s “style.css”.
Best regards,
Tomas TomanForum: Themes and Templates
In reply to: [HappenStance] WooCommerce "Add to Cart" ButtonHi,
the following CSS allows you to change the “Add to Cart” buttons color:
html .woocommerce a.button.alt, html .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #169FE6 !important;}
Best regards,
Tomas Toman