ThemeMeme
Forum Replies Created
-
Hi Jamie,
Has the update been delayed for some reason?
I believe the problem is the following code:
<p class="agree-to-terms-container" style="display:none;"> <label for="agree_to_terms"> <input class="input-checkbox" id="agree_to_terms" type="checkbox" name="agree_to_terms" value="1"/> I have read and accepted the <a target="top" href="https://thebookcoverdesigner.com/vendor-terms/">terms and conditions</a>. </label> </p>
Specifically the ‘display:none’. It’s coming from element.style
I have a page set for Vendor Terms on the Pages page within WC Vendors, so I believe this is a bug.
Forum: Reviews
In reply to: [Sydney] Easy theme for a userThanks for the review!
Forum: Themes and Templates
In reply to: [Hiero] Post categories not showing on pages / excerptsCan you share a link to your site please so we can see?
Forum: Plugins
In reply to: [Simple Social Icons] Left alignSolved myself!
Forum: Plugins
In reply to: [GD Star Rating] Reduce number of stars from 10 to 5I’ve seen this done on other sites, so it must be possible. Does anyone have any other idea? Here’s an example of one of my pages when you can see it’s out of 10 stars, whereas I want ratings to be out of 5.
https://responsivethemeshq.com/2013/03/skyfashion/
Thanks
Forum: Fixing WordPress
In reply to: My posts look different to my pages. Why?No I didn’t. Thanks again.
Forum: Fixing WordPress
In reply to: My posts look different to my pages. Why?Well, that was lucky!
I added <?php comments_template( ); ?> to my index.php after the line <?php get_template_part( ‘content’, get_post_format() ); ?> and it works!
Thanks very much deepbevel.
Forum: Fixing WordPress
In reply to: My posts look different to my pages. Why?Thanks guys, looking much better!
https://thepennyauctionsite.co.uk/record-madbid-ipad-price/
One more question: my comments don’t seem to be working. Try and make a comment…it doesn’t seem to want to do anything.
Forum: Themes and Templates
In reply to: Twenty Eleven header image resize not workingWorks now. Thanks very much ??
Forum: Themes and Templates
In reply to: Twenty Eleven header image resize not workingFor those of us with smaller sized brains, what do you mean by ‘placed a div around the header img in my header.php’? I mean, exactly what code have you added to your header.php, and where? Would appreciate a reply muchly!
Thanks,
LeoForum: Fixing WordPress
In reply to: Increase default thumbnail size? How?That is very helpful, thank you.
What I have realised now though is that I actually want two different thumbnail sizes: one for the ‘homepage’ and one for the individual posts pages. So on the homepage I want the thumbnails to be the default 150 by 150, and on the posts pages I want them bigger.
I will look into how to do this myself before asking more specific questions. Although any suggestions in the meantime would be appreciated!