Han
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Celebrate] Front page titleTry this
<?php
/* If viewing a singular page, return. */
if ( is_singular() )
return;
?><div class=”loop-meta”>
<?php if ( is_home()) { ?>
<h1 class=”loop-title”>Home</h1>
<?php }
Forum: Reviews
In reply to: [Celebrate] Brilliant!Thank you Thomas for sharing some love ??
Forum: Themes and Templates
In reply to: [Celebrate] "Read More" linkJust added “read more” in version 0.2.8 .
Not live yet but you can download it here https://www.ads-software.com/themes/celebrate/developers/Forum: Themes and Templates
In reply to: [Celebrate] 404 Page Error…Hey Thomas,
Thanks for reporting the issue. Just fixed and uploaded version 0.2.8 .
Not live yet but you can download it here https://www.ads-software.com/themes/celebrate/developers/Forum: Themes and Templates
In reply to: [Celebrate] Font issuesCurrent text color is already the darkest black (#000) ??
As ThomasMilham said, you can modify the style.css, line 95, but I’ll suggest to override the style via custom css plugin, (you can find custom css tool in jetpack plugin)Forum: Themes and Templates
In reply to: [Omega] Favicon@omelc, you need to install Omega favicon. Hope that helps ??
Forum: Themes and Templates
In reply to: [Omega] A couple of issues…Hi timrix,
I just wrote 3 posts at themehall.com to answer your questions. Hope that helps.Forum: Themes and Templates
In reply to: [Omega] Theme title usedYou can also try to disable update check
Forum: Themes and Templates
In reply to: [Celebrate] Resizing ImagesI see issue. Please remove “height: auto !important “
from style.css line 335img {
height: auto !important;
max-width: 100%;
width: inherit;
}Forum: Themes and Templates
In reply to: [Celebrate] Resizing ImagesI don’t see any issue on Celebrate theme preview. It can display image of any size without issue.
Forum: Themes and Templates
In reply to: [Celebrate] Resizing ImagesCan you provide your site url and the page where I can see the issue?
Forum: Themes and Templates
In reply to: [Celebrate] Resizing Imageswhen you add image via “add media” button, before inserting the image into post / page, there is a size option in the right panel that you can choose. Also, make sure the image is successfully re-sized. I don’t think it’s theme issue (try switch to default theme)
Forum: Themes and Templates
In reply to: [Celebrate] Resizing ImagesIf you mean feature images, please go to Appearance > Theme settings and set the featured image size
Forum: Themes and Templates
In reply to: [Celebrate] Highlight Active Menu Link or jump to midpageYou can do it via custom css, like this
#menu-primary li.current-menu-item a {
background:#000;
}Forum: Themes and Templates
In reply to: [Omega] Decreasing width of layout@peteincali2103,
You can add this code into “Appearance > Customize”, go to Global Settings tab, Custom CSS.wrap { max-width: 950px; }
You can modify the max-width as you wish.