Hello,
I’m looking for help in making the top header image smaller, particularly its height. I don’t mind that it’s full width, but with the height set as is it takes up too much of my web page. Any help would be much appreciated!
]]>Hi,
I noticed that after selecting multiple pages in the Admin > Pages list, and then bulk editing them (change author or disallow comments for example) then any pages that had a Custom Header Image set, will no longer have that and default to the global Header Image.
Note that this does not happen when using the Quick Edit option for single page editing from the list, only when bulk editing multiple pages…
]]>Bavota San konnichiwa.
Very nice theme!
I was wondering where does the name “Matheson” come from?
Arigato,
J
I can’t get the Default widget to disappear as it says it would do once the new widgets were added… how do I get rid of default widget text? I added widgets, but it is still there. Also, I have pages that I don’t want widgets on, so how do I get rid of it?
]]>I have a quote in the sidebar of my home page: I would like to change the quote on the front page of each category. Is it possible to do that in Matheson, or do I have to use the same quote on each page?
Thank you for the help.
]]>Hi, the last (april 17) update was fatal to my website. Everything got broke, and I could not even roll back, since even the admin area broke (http 500 error in backend). I had to restore a backup and lost 15 days of work!
When will you pull out a new update, that would be stable?
Thanks
Hello,
I am trying to understand how I can add double line spacing after paragraphs on Matheson.
From what I have found, it looks as though I need to edit this in appearance, then editor, however, I am not savvy with code so I would appreciate some guidance.
Has anyone else had this issue with double line spacing on Matheson?
Thanks so much for your help.
]]>Hi, is it possible to create two different post pages or blog pages on one website with Matheson?
Thanks!
]]>Hello,
I would like to upload a new banner on my website however when I try to customize the appearance then add new image as banner I received the following message on the right side:
?File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.?
When I tried to upload the same banner in JPG or PNG than the one already one the site I get the same issue. I tried in a different browser and with the image in different format like .PNG but still not working. Could you help me with that please? Thanks so much in advance! M
I know this must sound absurd, but I am a rank beginner and I don’t see where I am supposed to put my logo on the front page.
]]>I’m using the latest version available of Matheson Pro, and we’re having issues with the pull down menus activating on the mobile version. It seems to be mostly iPhone users who are reporting the problem. The web site is texasteenbookfestival.org if you want to take a look.
Is it just iPhone weirdness or is there something I’m maybe missing in getting it to work properly on mobile?
Thanks in advance!
Mauser
Hi,
Is it possible to edit the sizes of images rendered by Matheson. It’s a beautiful theme but the images render too large in my woocommerce store. I realise this theme does not declare woocommerce support anyway but I would really love to keep using the theme if it’s possible to change the sizes of images rendered.
]]>Hi,
Since upgrading I have been unable to get the site appearance back to how it was. Specifically I have the following problems.
Use Any Font was working for site title and tagline. It now isn’t.
The Category name is now displayed between the header and post, I can’t work out how to get rid of it.
Changes made with Taxonomy Order no longer have any effect.
Site is here https://www.ajwoodstoves.com
]]>I have a site that I built on a throwaway domain on the Matheson Pro theme. When I transferred everything to the new domain, imfi.us, the drop-down menu stopped working. I imported the theme settings and the content and re-added all media by hand.
I uninstalled and reinstalled the them completely and the problem persisted. I also have the same plugins installed and running that I had before I moved everything over to the new domain.
Help?
]]>Hi, I’m using WPGlobus for site translation and everything work fine except Jumbo Headliner Text field (Title is OK). There I see marks for languages. Is there anything different from other texts, where translation works fine?
Please see my webpage for better understanding here.
Thanks for any help.
Pavel
Is it possible to adjust the sidebar width?
]]>Advance apologies if this is a totally boneheaded question, but how do I get my header image to appear on my home page only? I have noodled around the Matheson theme settings and can’t find/figure out any way to do this. Could someone please point a newbie in the right direction. Thanks so much!!
]]>Custom Header Images don’t display on individual blog posts in spite of being selected. Instead, every blog post displays the header image from the main theme page. This is a recent development and I can’t seem to figure out what’s going on. Have tried disabling all plug-ins and it didn’t make any difference. Please advise. Thanks!
]]>I’m working on a website that is utilizing the Matheson theme as a base. I have been trying to add an image into the header but it keeps pushing the image to the bottom of the div. Any idea on how to get it to float in the center with the logo on the right and the nav bar?
]]>Hi,
Bumped into an issue that i can’t seem to figure out. Please help.
I have a wp blog(matheson theme) and a bbpress forum.
Trying to remove the sidebar from posts but keep it on side in the forum.
When i go to customize menu there is an option to make the posts 100% width. The sidebar moves to the bottom instead of going away. So i went to single.php and removed <?php get_sidebar(); ?> which removes it all together. Great, or so i thought.
The issue is now the forum is full-width and the custom sidebar is on the bottom instead of the side.
any suggestions to put the custom sidebar on the side of the forum page would be much appreciated.
Link to a post: https://goo.gl/0M2qbW
Link to the forum: https://goo.gl/KYCuXj
Hi,
I have a question concerning the mobile menu as it is not working on Safari for Iphone (I haven’t checked on other mobile devices). When I tap the menu button with the 3 horizontal bars, the button changes from transparant to light grey and that’s it. No menu appears.
I’ve created a child theme and have made several changes to the header and to the position and color of the menu block. I don’t think the issue is necessarily with the child theme though, because when I activate the original Matheson theme the behaviour is exactly the same.
The website is https://www.susannesluytermanvanloo.nl. Any help is much appreciated!
]]>Hey everyone, I’m having some trouble with my site and could use some help. I’m messing around with the code in the style.css file but changes don’t seem to be occurring (like I think they would) on my site when I update the file.
First of all, I’m trying to add more space between the title and description of my site. In the style.css, the code is
.site-description {
margin: 0;
font-size: 14px;
line-height: 1;
}
so I added a margin-top: 40; under the margin:0; to no avail. It stayed exactly how it looked before, reference: images. Along with the issue of my sites’ title and description being too close together, I also want to make the header image a lot smaller.
This was the code I tried to alter:
.header-img {
width: 100%;
display: block;
}
I made the width 75%, saved and updated and my site remained imperfect. Same link above for what the header part of my site looks like.
I would think this would be the chunk of code in the stylesheet to edit, but im not getting any results
/* =Header
-------------------------------------------------------------- */
#header,
.header-meta {
position: relative;
}
#site-meta {
text-align: center;
margin: 40px 0 60px;
}
@media (max-width: 768px) {
#site-meta {
margin-bottom: 0;
}
}
#site-logo {
margin: 30px 0 0 0;
}
.site-title {
font-size: 60px;
margin: 0;
}
.site-title a {
text-decoration: none;
}
.site-description {
margin: 0;
font-size: 14px;
line-height: 1;
}
.header-img {
width: 100%;
display: block;
}
#home-carousel .carousel-caption {
bottom: auto;
top: 10%;
}
@media (max-width: 480px) {
#home-carousel .carousel-caption {
display: none;
}
}
#home-carousel h3,
#home-carousel p {
color: #282828;
text-shadow: none;
}
#home-carousel h3 {
padding: 10px 60px;
border: 2px solid #282828;
display: inline-block;
font-size: 40px;
}
#home-carousel p {
font-size: 20px;
}
#home-carousel .item {
max-height: 600px;
overflow: hidden;
}
#home-carousel img {
width: 100%;
}
Here is a link to the full stylesheet: pastebin
I would also like to change the font of the title and description to Lucidia Calligraphy if anyone can help me with that
]]>How can I change the white background color?
I’ve tried to modify in Appereance – Customize – Colors, but it doesn’t work.
Even header text color seems not working.
Thanks
]]>Whenever I click on “Older” for posts, they repeat. I have gone into the reading settings and altered the number of posts to show, and while this will allow for more posts to be seen, every time I click, “older” it reloads the same set of posts. I have changed my theme, and it’s not an issue with other themes, which is why I’m contacting you.
I’m not sure if there’s an issue with the coding or not, but the older link loads the same set of posts instead of the others. I would greatly appreciate any help you can provide. My website is: https://www.mktginnovator.com/
]]>I am attempting to set up a site for video/photography. I added two posts which show up on my “home” or main page. I added three additional pages: Video, Photography, About me.
What I can’t figure out is how to get my video posts to not only show up on my “home” or main screen that appears when the site loads up, but to have them categorically show up in the pages that I added that ride across the top bar. I would like to have everything show up on the front page but then if you click into video or photo have those sections strictly showing the media that correlates with the heading. When I post I do not see any way by which to set it to appear within a certain page. Am I going about this the wrong way? Is the theme capable of doing this?
Hi guys,
thanks for great theme! I would like to contribute at least a little, so I’ve finished my translation of language files to Czech. I needed it for myself, only the premium stuff is missing.
However, here is complete Czech translation of your theme, please add to the language folder of this theme.
If you can list somewhere credits, my contacts:
Karolina Vyskocilova (https://kybernaut.cz)
[ redacted, support is not offered via email, Skype, IM etc. only in the forums ]
If you change some strings, feel free to send me an email and I’ll add them for you.
Best!
Karolina
Hello, I installed Matheson and I wonder how I can put in the Home: static page, the latest posts. I can’t find the way
]]>Using Matheson, is it possible to add a company logo
]]>How can i define and style the footer in mathson free theme, is there really no widget area intended?
thanks a lot!
you can find me page at https://www.refugeeswelcome.at if neccessary!
]]>I have a sidebar that shows up on all my other sub pages under a dropdown menu but will not show on one page. All the settings are the same when checking against the pages with working sidebars, the widgets and widget areas on the other sidebars all look the same. Could there be something in the php keeping it from showing?
Website is sbbl.biz, the page with the non-working sidebar is the residential page under the dropdown.
Thanks for any help in advance.
Ian G.
]]>