is it possible to use Settings → Reading to static page and choose any other Page form the Website? I don’t want to test it because im not sure if this will have any effect to your theme.
]]>I’m having something weird going on in Chrome. Occasionally the footer doesn’t appear and will sometimes appear on some pages but not others. I’ve cleared all sorts of cache- from browser cache to WordPress cache to Site Ground cache. It might work for a little bit but quickly converts over. This is happening on several devises both desktop and mobile and happens in Chrome only.
I’ve deactivated different plug-ins and nothing consistently fixes it. I’ve run optimizations with no consistent success either. I’m at a loss here.
]]>I love the small .post-inner and I found a way to implement my forum without using the theme .post-inner rules.
Now I will test integrate HivePress in your amazing theme. This will challenge me because I have to set the .post-inner just for this specific side to the maximum of the white box. In a former question you answered this can be solved by using not the standard WP editor but unfortunately I haven’t found a possibility in other random editors.
Do you have any recommendation how I can solve this issue?
Is there any possibility to get an Scrolling Header Menu instead of an fixed one?
]]>Hey! Due to the fact das Font Awesome 5 is already a bit “outdated” and all new social networks are just added to Font Awesome 6 do you see any chance to update your amazing theme?
]]>My client wants her website background to be all white. How do I remove that grey gradient that goes from top to bottom? Thank you!
]]>I found via search the Additional CSS Code to change the color of the Menu.
/* Menu Color */
.main-menu > li > a { color: #FFFFFF; }
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a { color: #0b8ed0; }
/* Ende colors */
How can I change the Sub-Menu Colors / hover to the same colors?
How can I change the Colors for the Mobile Versions
Hello,
which additional CSS code do I have to use to change the color of the title and the post text to #000? I check the style.css but I haven found the right code
]]>Hey! Is there any possibility to hide the header with the social menu on some pages? I already use your tip for “Home” via Custom CSS “.home .header { display: none; }”
Background for my question: I will implement my phpBB Forum in your Theme via W3ALL iFrame plugin. As soon as the Forum is added, it looks a bit strange with the header above the forum.
I have the issue, that the forum shows up in the Background. That’s not normal like it should
Hey,
I will integrate via iframe one of my google maps in the theme. it wasn’t an issue before but how can I change the size of the frame. Especially on desktops the size of the map is to small.
I know I could change the post-inner from 520px to auto but I like the thin style. I just need more width on this specific page
Apparently the compatibility of this theme with Woocommerce was lost few days ago on my site : the product pages display only the featured image, the title and the product description ??
If I switch to the theme Twenty Twenty-two, all the elements of the product pages are correctly displayed.
It seems that is not a problem of my child theme since if I switch to the parent theme Hitchcock the problem remains.
Why does the last row in the grid has 2 empty spaces ?
Also endless scrolling is not working. Does anybody know why ?
]]>Hi,
first of all, thank you for your work, when I had to choose my first theme, I landed on Bjork and loved it, and when I looked for the second one, I found out that Hitchcock was yours too, so, I love your taste and your work.
Sorry to bother you for something that maybe a professional could do in no time, but I’m using “multiple themes” plugin in order to have my main site with the Bjork theme, and for a single project, I would love to have another feeling, using Hitchcock.
My problem is that while in the main site the logo is essential and needs to be shown, in the Hitchcock pages I would love to hide it. If I remove it, it’s removed from the entire site, so the Bjork pages won’t display it, and if I modify Hitchcock’s css style sheet switching custom-logo-link img to display:none
.custom-logo-link,
.custom-logo-link img {
display: none;
}
it still shows the logo.
Sorry again for my bothering you, but I hope this could help other newbies like me too.
Thanks and keep up the great work!
Can the leading be changed to the header menu isn’t so far apart?
]]>For some reason the header image and white box are no longer showing. I didn’t make any changes to them. However, I was saving changes to a page and it crashed.
]]>Hi,
I’m a History teacher moving from Drupal 7 to WordPress because Drupal 10 is made for programmers, and I am not one. I do understand how coding works; I’m just not very good at writing new code. My current site is at worldwar2database.com.
For 1,000 WWII images, I’m using WordPress plugin Media Library Assistant to pull IPTC metadata and on the attachment page I have all the info about the photo (photographer, dated created, location, etc.)
I didn’t realize that attachment pages were not posted to Hitchcock. I have a child theme (named WW2MMDB) that has the attachment page code, which is a shortcode embedded in the attachment page. David the MLA plugin writer helped me understand the coding.
I’m wondering if there’s an easy way to publish the attachment page to the front page of either the WW2MMDB child theme, or the Hitchcock theme? I’m not really great with WordPress but I understand I don’t want to have both the attachment page and also a post page with the same info because Google SEO hates that…
Thanks so much!
Somehow the Social Menu dont show up under the header.
is there any setting to let it show?
]]>Novice level question, but is there a way to set the logo to link to a specific page? I currently see no link option at all, and using the recommended plugin (SMNTCS) did not work. I do not see where the logo is referenced in the header php file either. Thanks – Matt
]]>I have struggled for several hours trying to figure out how to change the background of every new page I create. Each page appears over the header picture as a white page with whatever I create on top of it. This looks horrible. How can I make the white page transparent? Heck even black would be better for me than the bright white square.
]]>First of all: thank you so much for sharing this great theme!
Since Mastodon is becoming more and more popular, I would like to add a Mastodon icon to the social menu. Is that possible, or is it there already?
By the way, is there a list with the available icons for the social menu somewhere?
Thank you kindly for your help.
]]>Please I would like to keep the categories to be able to use them in the menu bar but I would like to remove the text/breadcrumbs on the entire site, including woocommerse.
WP 6.2 WC 7.6.1 Theme is Hitchcock
Page is down for maintenance
Thank you
Hello,
is there any chance to remove the “Search Field/Buttom” in the Header Menu?
]]>Hi ! If a post is protected with a password, its thumbnail is hiden until the password is entered. I found nothing about password in singular.php and I just found this (about password) in my content.php child-files :
<?php
$thumbnail_url = ( has_post_thumbnail() && ! post_password_required() ) ? get_the_post_thumbnail_url( $post->ID, 'post-thumb' ) : '';
$style_attr = $thumbnail_url ? ' style="background-image: url( ' . $thumbnail_url . ' );"' : '';
?>
I moved && ! post_password_required(), but it doens’t work.
Please, could you help me ?
Many thanks.
Best regards.
]]>Hello, my Page isn’t online yet but how can I change the order of the Main Page.
Standard order: Social Menu, Posts, Footer 1, Footer 2.
I prefer to remove the Posts from the Mainpage because I will work with the widget in Footer 1 instead
]]>I found out how the conditionals worked, but I’ve met a problem that I’m having trouble solving.
I used the conditional to only show the post if it is_front_page() is false and that works. The problem I have now is that the “wrapper” div only covers some of the page because the post div is gone from the front page. I can easily write .wrapper {height 800px;) which will cover my page but I would like it to fill my whole page without exceeding the max.
Can you give some advice?
Thanks in advance.
]]>Hello
I can’t find out how to delete the ”aller au contenu” (go to content in english) button on the mobile version of the woocommerce page, it takes a lot of place and hides the menu button. Love the theme and wouldn’t want to change it just because of this.
Thank you in advance!
]]>Is it possible to make the spacing between the thumbnails on the frontpage smaller so images are closer together?
]]>Hello,
I hope you can support me: on the starting page of my Hitchcock theme the hover effect does not work anymore. I tried to reinstall the theme but this didn’t help.
Any idea how to reset the theme?
Thanks
Georg
]]>Hello!
Please, is it possible to remove the date from the articles?
Thanks!
]]>Hi ,
Long time hitchcock theme user and since I moved host, I have seen more and more of this issue. Note that I did experience it before switching, maybe Im just looking at it more often.
Issue is the menu/background wont load and revert to “basic html”
https://ibb.co/JrkzvpB ( on this pic on the left you see showing the issue, on the right its outputting correctly.)
I deleted the theme and reinstalled it , same issue. Funny enough is it :
Load perfectly
Firefox Desktop on Mac
Wont load :
Any browsers on my iphone or Chrome
Firefox on Linux
Edit: only seems to affect Main page, sub page or sub category are not affected ?!?!
Any ideas ?
Much appreciated
]]>