Digital experiences for all disciplines
Forum Replies Created
-
-
Since you are no longer able to provide the plugins directly anymore, I do have one suggestion.
A sticky in the forms that lists the latest plugins and there release date would be handy to remind us to go back and download them from Envato.
I am not always getting update notifications in the WordPress Admin.
Thanks
This reply has been marked as private.Rui,
I took a bit more of a look at some of the notes for the 3.0 update and saw there could be some issues with child theme elements.
I was using a modified version of “single.php” called “recipe.php” I have now removed it so I could do some more troubleshooting.
I went back into “Theme Options / Default Meta Options” and turned “Default Show Page Heading” off and back on saving both times.
I now am not getting a “Page Heading” at all. http://sandboxes.iansterne.ca/sandbox21/recipe/easy-caesar-salad/
Right now it is using single.php but I would like to change it back to an updated version of “recipe.php” is there a way to get the page heading to show back up?
-Ian
Rui,
You will notice as you scroll down the page one image covers up the other http://acediykit.com/for-homeowners/
This is intended to show how the product a thin window fill can change a bad situation to a good one.
-Ian
That worked thanks!
Rui,
The form has ajax set to false.
-Ian
Same issue here trying to update from 2.12.
OK – how i missed seeing that update is beyond me. 🙁
THANKS – for the great support, all is working now!
This reply has been marked as private.No everything is fully up to date.
It makes a lot of sense if you are using SPB Sections to have an image box be able to pick up the featured image.
-Ian
The featured image assigned to the post or page. You know the one you set in the bottom right hand corner. That way it could easily be added to a page template.
Rui,
Just for your info got this working not exactly elegant but works!
add_filter('body_class','browser_body_class'); function browser_body_class($classes = '') { $month = date('n'); if($month == 1) $classes[] = 'winter'; elseif($month == 2) $classes[] = 'winter'; elseif($month == 3) $classes[] = 'winter'; elseif($month == 4) $classes[] = 'spring'; elseif($month == 5) $classes[] = 'spring'; elseif($month == 6) $classes[] = 'spring'; elseif($month == 7) $classes[] = 'summer'; elseif($month == 8) $classes[] = 'summer'; elseif($month == 9) $classes[] = 'summer'; elseif($month == 10) $classes[] = 'autumn'; elseif($month == 11) $classes[] = 'autumn'; elseif($month == 11) $classes[] = 'autumn'; return $classes; }
-Ian
Rui,
Thanks for the help, still not working, I will keep trying to figure this one out.
By the way I am using a great plugin Code Snippets for managing snippets that I would highly recommend to any of your users.
Thanks again!
Throwing a couple of errors:
Warning: array_unique() expects parameter 1 to be array, string given in /home/isterne/public_html/sandboxes/sandbox25/wp-includes/post-template.php on line 721
Warning: join() [function.join]: Invalid arguments passed in /home/isterne/public_html/sandboxes/sandbox25/wp-includes/post-template.php on line 516
class=””>-Ian
-
Posted in: Reply To: Body Class with filter