Hi,
When I turn off the header area, I still get a massive chunk of white space on my pages on mobile pages. How can I resolve this without resorting to css? (I’m stupid.)
Thanks
Thanks for the great work on this theme!
I would like to continue to keep this only as my blog’s main theme.
Just one issue persists, unable to see options for Comments.
Could you please advise?
]]>Is it possible to disable LESS files and use just CSS? Where do LESS files get introduced? Thanks!
Can I just replace themes/casper/style.css with themes/casper/css/style.css (so that it is not minified)?
]]>I added this code to customizer.php:
$wp_customize->add_setting('casper_social_medium', array('transport' => 'refresh', 'sanitize_callback' => 'casper_sanitize_uri'));
$wp_customize->add_control('casper_social_medium', array('section' => 'casper_social', 'label' => 'Medium', 'type' => 'text'));
and this code to header.php:
<?php if ( false != get_theme_mod( 'casper_social_medium')) { ?>
<a class="icon-medium" target="_blank" href="<?php echo esc_url( get_theme_mod( 'casper_social_medium') ); ?>">
<span class="hidden"><?php _e( 'Medium', 'casper' ); ?></span>
</a>
<?php } ?>
An item for Medium does appear in the customizer menu (as expected). However, after I add a URL and refresh the page (and restart my MAMP server), the Medium icon does not appear. Any idea what I’m doing wrong? Thanks!
]]>I am trying out the theme Casper
on my smartphone I can click to one side, but when I am on this side and want to use the menu (the three lines) to click to another side, it does not work.
I have to go to the home-side and then the menu-button allows to go to another side.
That is terrible.
Is it because I shoult buy the pay version or is is a mistake in the program or can I do anything to fix it?
]]>I’ve now had three people tell me that they think comments “aren’t working”… because there’s no indication on the homepage (or archive pages) that there are comments on a post… so they think there are no comments. An option to have have comment count display on the latest posts page would be awesome!
]]>This is a simple error to correct.
In the 404 page you have
<h2 class="entry-title"><?php _e( 'Oops! That page can’t be found.', 'casper' ); ?></h1>
The correct is:
<h1 class="entry-title"><?php _e( 'Oops! That page can’t be found.', 'casper' ); ?></h1>
]]>
Hi,
I love this theme, but I was wondering if instead of having the same background image on the header for each page, if there was a way to have the post’s “Featured Image” as the background?
Thanks!
]]>I’m sure this has been answered before, but I simply want to increase the page width to be a lot more than the current width. My website is https://chat.thanksdfg.com which has an iframe. I simply want to increase the width so the chat looks a bit better. Thanks in advance!
]]>Hello,
Does anyone know how to remove the little circle that appears under the header with this theme?
I have tried looking in the css and as a image, but I cannot find a solution.
Thanks!
]]>I am using Casper and can no longer adjust the colors. When I go to Dashboard-Customize-header color (or menu color)-colors-save & publish, the colors changes do not take place. This became evident about 2 weeks ago when I lost the red menu on my site and could no longer see the menu with the header picture I was using. Then I eliminated the header picture to see the menu but could not adjust the header color either. I have tried the twentyfourteen theme and custom colors works ok. I deleted the casper theme and then downloaded and activated it but the problem still exists. Looks like a casper specific problem. Any ideas how to fix this problem? My website is: catmountainhiking.org
Tom
]]>Hi,
I am trying to add a vertical division line between my two columns of code.
When I add the HTML code that creates the visual representation I have this issue:
https://pruf.us/test/?preview=true&preview_id=15&preview_nonce=9ec15d6dc5
I am aware that there is an edit option in the CSS stylesheet to fix this problem, however I cannot find it. Perhaps I am not aware of something with this theme.
Any help would be appreciated.
H
]]>Hi there, I noticed that the navigation disappears when the website is on mobile mode. Does anyone know how to fix this?
]]>It seems as though the hover state on the navigation menu items on the index/home page are not working. When on other pages, the hover state for the menu items work.
Any help would be appreciated!
Thanks!
]]>Any idea how I might prevent the hover effect on the site title from occurring?
I’ve made a child theme and in my style.css file I have done the following to no avail (#353535 is the color of the site title when there is no hover – it’s natural state color so to speak):
a.blog-logo:hover{
color: #353535;
}
blog-title a:hover{
color: #353535;
}
Love this. Looks great.
Is there any way to remove the ‘home’ button at the top of the theme?
]]>Hello,
I am having trouble centering the unordered list in the main nav area without its container going to the far right of the page, making the website wider than it needs to be. I believe it has to do with the position being relative. However, when I take out that rule the menu just kind of jumbles together.
I am also having trouble getting the submenu items to align with their parent.
Please, your help would be huge! Thank you.
]]>On the bottom of the page, I like to have the “older posts” navigation on the left, and “newer posts” navigation on the right. It makes it more consistent with navigating through individual posts in the theme and back and forward buttons of a web browser.
Can you either fix this (consider this a bug report or feature request) or give me some direction on where to look to fix it myself? I’m comfortable making child-themes and editing some code.
Thanks.
]]>