ConVer93
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] Mobile featured image thumbs low resHi Anders,
Ive tried that and it hasn’t worked– ConVer93
Forum: Themes and Templates
In reply to: [Hitchcock] lost iconsI copied the assets folder to my child theme, works fine now
Forum: Themes and Templates
In reply to: [Hitchcock] Menu doesn’t appear on iPadI was being dim, I’ve sorted it through style.cc 🤣
Forum: Themes and Templates
In reply to: [Hitchcock] Menu doesn’t appear on iPadHi @anders
It shows now, I had it hidden, is there a way I can Increase it from 800px?
Many thanksForum: Themes and Templates
In reply to: [Hitchcock] Update category button not workingI found the issue, one of my plugins had disabled it
Forum: Themes and Templates
In reply to: [Hitchcock] Image LOGOtry
h1#blog-title a { color: transparent; } h1#blog-title { background: url("insert .jpg URL here") no-repeat scroll 0 0 transparent; color: transparent; height: 157px; width: 567px; }you can change the size accordingly
Forum: Themes and Templates
In reply to: [Hitchcock] Change order of the post in homepageChange the dates/ times on the posts that you have showing.
you can do this by going to the post – “published on” on the right panel, and change the time/date.
– ConVer93
Forum: Themes and Templates
In reply to: [Hitchcock] Remove / reduce header image at top of pageRemove
<div class=”header-image” style=”background-image: url( <?php echo $image_image_url; ?> );”></div>
from Header.php-ConVer93
Forum: Themes and Templates
In reply to: [Hitchcock] Change amount of recent posts on homepageAweosme, thank you so much!
Forum: Themes and Templates
In reply to: [Hitchcock] Change amount of recent posts on homepageHi Anders,
I’ve done that, but i want to remove the option of being able to scroll through, so it only displays the 3 most recent and no more?
ConVer93