Description appears to be white text on a white background. Is there a CSS code we can add to make the text visible?
]]>
<div id="breadcrumbs_and_title">
<?php $search_term = get_query_var('s');?>
<h1><?php echo __('Results for Search Term: ', 'carzine');?>"
<?php echo $search_term; ?>"</h1>
</div>
</div>`
should be
<div id="breadcrumbs_and_title">
<h1><?php echo __('Results for Search Term: ', 'carzine'); ?>"
<?php echo get_search_query(); ?>"
</h1>
</div>`
To sanitize the user input (search query).
I uploaded the theme with slight adjustments on my GitHub, feel free to review and merge the other changes into your version: https://github.com/maltris/carzine
]]>I need the header image to show on all the pages and not just on the post page.
]]>I love this theme, thank you for all of your work.
Currently, when the date is displayed, it seems to only recognize UTC current date, not the date that my WordPress install is set for. I am UTC -5, and it switches to the next day after about 6pm CST in the US.
Is there a line of code to be edited in the theme that will allow this to read the correct time zone so my blog isn’t always a day ahead?
]]>Hi, I don’t know why but the <li>
tag (<ol>
or <ul>
same behavior) doesn’t work on pages. By editing the page it works but when the page is opened from the site menu the list doesn’t appear. Is there something missing on the css?
Let me know, many thanks.
Max.
[moderator note – fixed code, in the future, you can either use the “code” button or wrap text in backticks to prevent the parser from interpreting the HTML tags]
]]>zero support from the author. the last thing you want is to use this theme and wp continues to upgrade and this theme breaks and you are screwed after putting so much hard work into setting your site.
DO NOT USE. YOU HAVE BEEN WARNED!!!!!!!
]]>side widgets are fine but the side widgets need to be turned off when you are in the forum section. there is no reason to have the side widgets showing. also it makes the width of the forum too small. the forum needs to be the full width of your laptop, tablet, phone, etc.
]]>This is not a question but I figured I would post to help people. I’m no pro so this may not be all 100% correct but it is working well for me. I’m using simple custom css plugin and used the following to change all the colors and look of the site.
/*remove post meta */
.post-meta {
display: none;
}
/*#carzine_single_post_image {
height:100%;
}*/
.img-responsive {
height:100%;
}
img {
max-width: 100%;
height: auto;
vertical-align: 10px;
}
h1 {
display: none;
font-size: 30px;
}
#carzine_description {
font-size: 20px;
}
#carzine_top_date_and_social_area {
background: none repeat scroll 0% 0% #aa1111;
}
/*site title color*/
#carzine_logo_container a {
color: #aa1111;
}
/*tagline color*/
#carzine_description {
color: #fff;
}
.carzine_latest_post_title a {
color: #fff;
}
.widget li a {
color: #fff;
}
#breadcrumbs {
display: none;
}
.col-md-12 a {
color: #aa1111;
}
.col-md-12 p {
color: #fff;
}
a {
color: #aa1111;
}
/*search for color*/
.widget_search {
color: #fff;
}
.widget_search input[type="submit"] {
color: #aa1111;
}
/*solid line below posts, color and height*/
.carzine_latest_post {
border-bottom: 2px solid #aa1111;
}
.carzine_single_post {
border-bottom: 2px solid #aa1111;
}
/*widget menu fade colors and font size*/
.widget h3 {
font-size: 20px;
background: linear-gradient(to bottom, #400101 0%,#aa1111 100%)
}
.widget ul li a {
z-index: 10000000;
padding: 10px 0;
display: block;
font-size: 16px;
}
/*menu font*/
#carzine_menu_area ul li a {
padding: 10px 30px;
display: block;
font-size: 18px;
}
/*removes image gray/color hover*/
#carzine_menu_area ul li a:hover {
color: #aa1111;
}
.grayscale {
-webkit-filter: grayscale(0%);
}
/*fixes double menu in mobile*/
@media (max-width:768px){
div#main-menu{
display:none;
}
}
/*removes post comments section*/
#carzine_comments_section {
display: none;
}
]]>
I really like your theme. However, I am having an issue. When I select my main header and make it header 1 it is about the size of header 3 should be. Then Header 2 is larger than header 1. Please see https://totalmobiledetailing.com/index.php/car-detailing-faqs/ and look at the New vehicle protection services. That should be smaller than the other headers.
]]>Hi everyone,
I’m building a new website for my Pimp My Wheelchair Project using the Carzine Theme and I’m having issues editing how it shows on mobiles. At the moment on the desktop version I have a page for each mod that I have on my wheelchair, these show on the right hand side. I then have a couple of links that have nothing else to do about mods along the top.
The problem I’m having is that on the Mobile version of the site the Menu drop-down only shows the links from along the top. All the links to do with the mods are down the bottom of the page.
Is it possible to get the drop-down menu to show both the links from the right and the links along the top?
]]>Hi there is it possible to get a full age without the sidebar!
Cheers
]]>Hi there my social icon have turned square?? the icons at the top right, please advise, Actually I found out the the icons show on mobile devices but not on laptop. Please can you shed some light.
Cheers ??
]]>I want to display category results by a custom field that I have created in the posts , but only for certain categories. Is this possible?
For example, I have categories ‘used cars’ and ‘new cars’ where I want the posts sorted by vehicle model year (descending) instead of how it is currently sorted by publish date. I have other categories (such as news) that I do not need to sort this way, and that don’t utilize the custom field [meta-key] ‘year’.
Is there some code that I can insert into the category.php (or another .php) that will sort categroy results by my cutom field if a post-meta-key exists for posts in that category, and then sort by the meta-value descending?
]]>Hi there,
Trying to remove a sidebar for one particular page, I searched WP forums and got the following PHP code:
<?php if (is_page(‘235’)) : ?>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>
Which I added to the functions php file in child theme. Now I can’t access site at all – I get this error:
Parse error: syntax error, unexpected ‘<‘ in /home/aaiautoco/public_html/wp-content/themes/carzine-child/functions.php on line 11
I did manage to go in and delete this code, update but still getting error on front and back ends. Please help!!! ??
]]>Hello!
My Name is Arno and i have a question/problem.
I have tried several times to add a header image with the same bad result.
The header image is displayed wrong, seems like it′s just an cut out of the original image (like you zoomed in).
The image has a resolution from 1920x200px as the template recommends but its still not working.
I tried to use a bigger image and use the clip function but its not working at all.
Do you have any ideas?
Thank you very much!
Arno
]]>Hello
Thank you for this theme, I love it, I just it to get information about junkyards.
But I am having a problem. As you can see on my site https://www.deautosloperijen.nl/ the first message, the text under the photo is with three lines, the second message with two lines.
Therefore my second row with messages will only display one, how can I resolve this issue.
Thanks for your help
]]>Hi! First of all, thank you for this amazing theme.
I just have a minor issue (I think), and I need help on this one. I wanted to remove the hover effect in the featured image.
The featured image in my posts are in black and white, but when you hover your mouse over the image, you’ll see the colored image.
Sometimes though(and its weird actually) when you go to my homepage, you can see that all featured images are in colored, but when you hover your mouse over the images, they become black and white.
So, I just want to remove this effect. Hopefully, you can help me out.
Thank you so much.
]]>Hi guys,
I am using this great CarZine theme, but I hew few problems with align of some things on website.
1) Menu align
How can I align Menu list into the center?
2) Featured image in posts
When I click on post, featured image is aligned to the left. I want him again on center.
Could you help me please with these?:-)
Thanks
Ladis
Hello.
Right now I’m using version 1.3.1 of your theme.
I’ve noticed that when I zoom in I not able to see the slicknav menu for the mobiles.
I started with the version 1.2.5 (I think) and I could see the slicknav menu just fine.
I’ve done a bit of messsing around with the css so it’s possible I might’ve deleted something I wasn’t supposed to.
Can you help me out? In the preview page of the current version the menu is all messed up and when I zoom in I can’t see the slicknav so maybe it was the update?
]]>Hi there i have a question about Carzine Theme. i would like to remove the “Date” “Comments” and “Category Tag” from all posts including the home page…… PLEASE HELP
]]>Hi, I’m trying to use a custom page and create a new page not see that option as in other templates. My intention is to disable the column on the right in certain pages How can I do?
Thank you very much.
]]>Hi, I am so glad I found this theme, thank you. I would like to make a sticky or announcement post for category pages and have that post be full content. The following entries should just be the linked title of posts that follow. Actually excerpt of the posts would be okay too. I’ve tried a code replacement on the category.php file that nearly works. But two things happen. The right side bar shifts to left side of the page and it is below the post area. Next the dark grey inside the post area is gone leaving just the background. The post is not reader friendly like that. I am using the plugin for the sticky post function — WP-Sticky. The code I used to replace the code in the category.php files is:
<?php if (have_posts()) : ?>
<?php $count = 0; ?>
<?php while (have_posts()) : the_post(); ?>
<?php $count++; ?>
<?php if ($count <= 1) : ?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<div class="date">
<p><?php the_time('F j, Y'); ?></p>
</div>
<?php the_content(__('[Read more]'));?><div style="clear:both;"></div>
<div class="postmeta2">
<p>Filed Under <?php the_category(', ') ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> <?php edit_post_link('(Edit)', '', ''); ?></p>
</div>
<h1>Related Posts</h1>
<?php else : ?>
<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<?php endif; ?>
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
Is their a solution for making a post sticky and have that post entire contents displayed while having the rest displayed by its title only or excerpted? Thank You.
]]>Hi friends i want to change menu bar backgroung color from black to brown also menu bar font color from white to black how to do that my site is dateabike.com
]]>Hi friends i want to change the header blue color to brown how to do that
]]>Hi there,
How do I change the color of this? Can’t seem to find it in the CSS stylesheet?
It’s currently white and not easy to read. Please can you help?
Many thanks in advance,
Alison
I’ve tried everything to turn comments off, including suggestions from WP forums, but they’re still there? Want to turn them all off by default.
Tried this too which I found on WP forums:
Settings >> Discussion >> uncheck “Allow people to post comments on new articles”
Still there?
Please can you help urgently – many thanks, A
]]>Hi there,
If I make my home page a static one, the header image disappears – have tried any work arounds I can think of, but nothing is working – please help! ??
Thanks in advance,
Alison
Hello, me again. I was wondering how I could place a black box behind the Site Title and Tagline so the title would pop out. Right now I have a background image that is titled across the entire page (which I like) but I can’t read the Site Title very well. Also could you point me in the right direction on how I can change the color and size of the title?
Also how can I add a black box behind posts? For example on our home page right now (www.nedx275.com) I have a post called UNDER CONSTRUCTION, how can I place a black bar or something behind that so it can be seen?
Should I not have a tiled logo as a background? Is there a better way to do that instead of fighting with everything on top of it?
Thanks a bunch and thanks again for your help in the past…and I’m sure the future, lol. Sorry in advance I’m not a web guy by any means.
]]>Hi,
Thanks for the great theme. Love the color scheme that comes with it.
Everything seems to work well. The only issue I have is that on the front page (from a desktop, not mobile), the blog entries are inconsistent from row to row. The first row will have 2 posts, the second row will only have 1, then back and forth. I want to fill up the rows so that there are two posts on each row. Can you help me tweak that?
Here’s a link to my web site so you can see what I mean:
https://aboutbettafishtanks.com/
Thanks!
]]>Hello,
1st thanks for your template, I appreciate it. I am creating a page for a drag racing class I am involved in (I really have no idea what I am doing but I’ll figure it out) and I am using the header image as a location where my highest level sponsors will be advertised. How can I get the header image to show up on all pages?
Thanks again.
]]>