Results 1 to 10 of 10

Thread: Image Problems After Hotfix And Child Theme Fix

  1. #1
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts

    Image Problems After Hotfix And Child Theme Fix

    Edit Page.pngDashboard.pngFront Page.pngAdmin - Ads Page.jpgSingle Page.png


    I Documented This Hoping That I Would Get To Trash It Or At Least Find My Mistake However I Am Instead Using It To Show My Process In Order To Ask For Help Trouble Shooting Or Point Out An Unknown Error On My End, Or In The Code…

    I Have Already Been Talking To “Talent” About This Here:
    http://forums.appthemes.com/simply-r...ngle-ad-91323/
    Read This:
    http://forums.appthemes.com/report-c...e-order-91320/
    And Have Reviewed And Installed Dev As Per Here:
    http://forums.appthemes.com/report-c...t-fixes-89387/

    While I Am Sure These Fixes Work For Others … I Feel Something Is Still Wrong …. Perhaps It’s The Multisite Or Subdomain Setup I Don’t Know… But I Do Need Some Help.


    The Problem(S) Is/Are:

    · On The Single Page Ad - Only One Image Is Visible And It Is No-Thumb-250.Jpg Not One Of The Uploaded Images
    · On The (Contributor) Edit Page All 3 Images Are Visible And In The Right Order
    · On The Home Page The First Image Is Showing
    · On The Admin Page The Last Image Is Showing As Previously Noted

    My Setup Is:
    · Wordpress 4.4 – WPMU – Subdomain – Full SSL
    · Classipress - Version: 3.5.2-Dev-2015-12-30.3 [A6172c7421]
    · Simply Responsive CP - Version: 1.3.5.2

    Here Is My Exact Process:

    1. Download Dev Build 3.5.2 @ 01/03/16/ 1pm CST - 1,852 Kb
    2. Download Simply-Responsive 1.3.5.2 @ 01/03/16/ 1pm CST - 403kb

    3. Log In As – Admin (Chrome)
    4. Disable - All Plug Ins
    5. Rename - Plugins Folder - Via SFTP (Winscp)
    6. Rename - Mu-Plugins Folder - Via SFTP (Winscp)
    7. Reload Plugins Page - Verify All Plugins Are Gone

    8. From Site Dashboard – Appearance / Themes - Activate Twenty Fifteen Theme
    9. From Network Dashboard – Themes / Installed Themes – Network Disable - Classipress Theme
    10. From Network Dashboard – Themes / Installed Themes – Network Disable - Simply Responsive CP Theme
    11. From Network Dashboard – Themes / Installed Themes – Delete - Classipress Theme
    12. From Network Dashboard – Themes / Installed Themes – Delete - Simply Responsive CP Theme
    13. Refresh Themes Page Verify Only - Twenty Fifteen Theme Exists
    14. Verify Both Themes Are Gone - Via SFTP (Winscp)

    15. From Network Dashboard / Updates – Wordpress Updates – Wordpress 4.4 – Re-Install Now

    16. From Network Dashboard / Themes – Add New – Upload Theme – Choose File- Classipress Dev.Zip (1,852kb) –Install Now –Return To Themes Page

    17. From Network Dashboard / Themes – Add New – Upload Theme – Choose File- Simply-Responsive.Zip (403kb) –Install Now –Return To Themes Page
    18. From Network Dashboard / Themes – Classipress – Network Enable
    19. From Network Dashboard / Themes – Simply Responsive CP – Network Enable
    20. From Site Dashboard / Appearance / Themes –Classipress – Theme Details - Version: 3.5.2-Dev-2015-12-30.3 [A6172c7421]
    21. From Site Dashboard / Appearance / Themes – Simply Responsive CP– Theme Details - Version: 1.3.5.2
    22. From Site Dashboard / Appearance / Themes – Classipress – Theme – Activate (New Theme Activated. Visit Site)
    23. From Site Dashboard / Appearance / Themes – Simply Responsive CP – Theme – Activate (New Theme Activated. Visit Site)

    24. Open Site In SFTP (Winscp) Go To: ~/Public_Html/Wp-Content/Themes/Simply-Responsive-Cp/ Download Functions.Php
    25. Edit Functions.Php (Editpad Pro 7)

    Line 180 =
    Code:
    $Attachment_Ids = Get_Post_Meta( $Post->ID, '_App_Media', True );
    Replace With
    Code:
    $Attachment_Ids = (Array) Get_Post_Meta( $Post->ID, '_App_Media', True );
    Asort( $Attachment_Ids );
    26. Save / Upload Functions.Php To ~/Public_Html/Wp-Content/Themes/Simply-Responsive-Cp/ Via SFTP (Winscp)

    27. Refresh Site

    28. Open Site In New Browser (Firefox) Log In As A Contributor
    29. From Home Page – Post An Ad – Fill Out Info – Ad Image (From PC) X’s 3 (All Images Loaded And Visible) – Continue – Continue – View Ad Listing


    30. On The Single Page Ad - Only One Image Is Visible And It Is No-Thumb-250.Jpg Not One Of The Uploaded Images
    31. On The (Contributor) Edit Page All 3 Images Are Visible And In The Right Order
    32. On The Home Page The First Image Is Showing
    33. On The Admin Page The Last Image Is Showing As Previously Noted

    34. 30 – 3 Above Were All Tested With The Following Roles – Visitor –Contributor – Admin

    35. 30 – 3 Above Were All Tested With The Following Browsers- Chrome – Firefox – Firefox – Developer – Opera – IE (All Latest Versions)

    36. I Have Also Tested All Of This With Only The Following In .Htacess

    Code:
    <Ifmodule Mod_Rewrite.C>
    Rewriteengine On
    Rewritebase /
    Rewritecond %{REQUEST_FILENAME} !-F
    Rewritecond %{REQUEST_FILENAME} !-D
    Rewriterule . /Index.Php [L]
    </Ifmodule>
    # END Wordpress


    Any Help With This Would Be Greatly Appreciated

    The Images Are

    Edit Page – Shows The Correct Order Of Images
    Dashboard – Shows The Correct Image In The User Dashboard
    Front Page – Shows The Correct Image
    Admin Ads Page – Shows The Wrong Image (Reverse Order)
    Single Page – Shows NO Image

  2. #2
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Forum Member styki's Avatar
    Join Date
    Nov 2011
    Posts
    90
    Thanks
    20
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: February 2nd, 2015, 03:02 PM
  2. Replies: 0
    Last Post: February 1st, 2015, 04:42 PM
  3. Child Theme Problems
    By richardf in forum ClassiPress General Discussion
    Replies: 11
    Last Post: April 22nd, 2014, 01:15 PM
  4. [SOLVED] Child theme set-up problems
    By m4rty5miff in forum Help Using ClassiPress
    Replies: 3
    Last Post: August 19th, 2013, 10:57 AM
  5. Child theme php problems
    By ben15 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: April 16th, 2013, 03:33 PM