chocula
Forum Replies Created
-
Forum: Plugins
In reply to: [Fetch Tweets] Tweets not updatingJust downloaded it and tried it but still not updating. I am using the single theme.
Forum: Fixing WordPress
In reply to: Recent posts on homepage showing full post not excerptI managed to fix it using this code instead of
the_excerpt
<?php $content = get_the_excerpt(); echo wp_trim_words( $content , '30' ); ?>
incase anyone else has this issue
Forum: Fixing WordPress
In reply to: Recent posts on homepage showing full post not excerptGood point, I don’t need a category so i removed it. Unfortunately it hasn’t made any difference
Forum: Plugins
In reply to: [WooCommerce] Add parent category to body class on single pagei should have said above i want to add it as a body class on the page
Forum: Plugins
In reply to: [WooCommerce] Product Category in cartI wanted it in addition to the product name. The reason being is that my shop is setup slightly differently. The category is is an style name and then within that style name there are product variations. (i realise that might not make sense!)
Forum: Plugins
In reply to: [Dynamic Product Gallery for WooCommerce] Add span around main imagehi steve thanks for your reply,
the amount of code that i want to add is minimal and i can easily migrate this change to new versions or if it is in the updates then i can just overwrite it. Unfortunately i can’t wait a couple of months though : (. please would you just be able to tell me where to change this?
Thanks
Forum: Plugins
In reply to: [Dynamic Product Gallery for WooCommerce] Add span around main imageI would really appreciate any help you can offer Steve
Forum: Fixing WordPress
In reply to: Parent page title on subpage$post_parent = get_post(80);
the site is hosted by dreamhost so i imagine it has the latest stable
Forum: Fixing WordPress
In reply to: Parent page title on subpageFatal error: Only variables can be passed by reference in /website/name/etc/wp-content/themes/etc/content-page.php on line 18
Forum: Fixing WordPress
In reply to: Parent page title on subpagehmm, i tried doing that but i get a php error..i put it in the content-page.php
Forum: Fixing WordPress
In reply to: Parent page title on subpagebrilliant, thank you very much
Forum: Fixing WordPress
In reply to: Parent page title on subpageOk thanks for that. How would i do that so it only shows on the child pages of one parent…not all pages that have parents?
Forum: Fixing WordPress
In reply to: Navigation link highlightfollowing on from your suggestions i added this code to the css
#access .current-page-ancestor > a { font-weight: normal; color: #FFFFFF; }
which has achieved the desired effect. thank you
Forum: Fixing WordPress
In reply to: Navigation link highlightHey,
here is a link to the site https://www.headspacedance.com. There are currently only sub, sub pages on the work section.
Thank you
Forum: Fixing WordPress
In reply to: Site speed and white flashok so i sorted the background flash by removing the ie6 png fix i had on the site…just need to sort the speed now..