Forum Replies Created

Viewing 15 posts - 61 through 75 (of 116 total)
  • Posted in:
  • in reply to: Plugin Updates Update Download #202936
    Ian
    Member
    Post count: 121

    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

    in reply to: Issues with Page Heading after update #202932
    Ian
    Member
    Post count: 121
    This reply has been marked as private.
    in reply to: Issues with Page Heading after update #202420
    Ian
    Member
    Post count: 121

    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

    in reply to: Intro Animations on mobile #202004
    Ian
    Member
    Post count: 121

    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

    in reply to: Don't close Modal on Submit #198211
    Ian
    Member
    Post count: 121

    That worked thanks!

    in reply to: Don't close Modal on Submit #197702
    Ian
    Member
    Post count: 121

    Rui,

    The form has ajax set to false.

    -Ian

    in reply to: Update error #195425
    Ian
    Member
    Post count: 121

    Same issue here trying to update from 2.12.

    in reply to: Page Title Output Change After Swift Framework Update #185107
    Ian
    Member
    Post count: 121

    OK – how i missed seeing that update is beyond me. 🙁

    THANKS – for the great support, all is working now!

    in reply to: Page Title Output Change After Swift Framework Update #185100
    Ian
    Member
    Post count: 121
    This reply has been marked as private.
    in reply to: Page Title Output Change After Swift Framework Update #181111
    Ian
    Member
    Post count: 121

    No everything is fully up to date.

    in reply to: Image box update #172894
    Ian
    Member
    Post count: 121

    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

    in reply to: Image box update #172581
    Ian
    Member
    Post count: 121

    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.

    in reply to: Body Class with filter #170605
    Ian
    Member
    Post count: 121

    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

    in reply to: Body Class with filter #170588
    Ian
    Member
    Post count: 121

    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!

    in reply to: Body Class with filter #170567
    Ian
    Member
    Post count: 121

    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

Viewing 15 posts - 61 through 75 (of 116 total)