Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • thank you for getting back to me.
    I read the instructions for the Sharing Add On but I cannot access the post where the sharing add-on shows up. I go to Appearance, Customize, click on the menu link to my posts. The page shows up with my posts displayed. When I try clicking on a post, the display refreshes but I am still on the page, not a post.

    I disabled all of my plug-ins, cleared my cache (used a different browser too). Nothing worked except to disable the Hueman add-on. I tried disabling the add-on and then adding it back in again, too. I was really looking forward to using those shortcodes.

    I don’t have a lot of plugings: contact7, Huge IT Responsive Slider, Smooth Scroll Page, and TablePress. I added XML Sitemap today, after discovering the problem. Regardless, I disabled them all, opened in a new browser but no success.

    Part 2. More experimentation
    I made a new page, made that one be the post page. Accessed individual posts in the customizer. Then I activated the Hueman plugin. Could not access individual posts.

    So I put a post that only had one category item on my main menu. Then I could bring it up in the customizer, but then still did not have the Single Post Settings option.

    This issue has several threads and a solution can be found but you have to edit a php function.

    https://github.com/presscustomizr/hueman/issues/361
    that leads to this link:
    https://github.com/presscustomizr/hueman/blob/master/functions/czr/class-czr-init.php#L351

    You have to edit the php file class-czr-init.php found in wp-content->theme->functions->czr

    go to line 351 and take out the space preceding the word “default”
    also on line 357.
    php is so picky

    I fixed it!! Those Lynda.com php classes are paying off. I edited the function as described in the github link displayed above using FTP and Deamweaver. LOL Dreamweaver spotted it right away but did not indicate the space before “default” was the problem.
    $wp_customize->get_setting( $custom_css_setting_id ) ->default = $new_def;

    BTW, this happens on both line 351 and line 357.

    I have the same problem. I disabled all plugin, disabled my child theme (why such light colored fonts), and reinstalled WordPress 4.7. The pages that don’t work are Appearance->Customize and Header. The actual website works fine.

    I have the same problem. After I updated my WordPress and updated plugins, the Theme Customize page is just blank, php error. I disabled all my plugins – nothing too extreme there anyway. My web page still works just can not use Appearance -> Customize or Header.

Viewing 5 replies - 1 through 5 (of 5 total)