• Resolved adminfdp

    (@adminfdp)


    Hi!

    I installed ResponsiveBoat and I’m trying to customize it through their menus and options.

    But in my case, it works just partially.

    I changed Main Content fields and header logo, but when saved, only shows changes for “Green button” and header logo. Not for title nor Red button label. (Into the preview the changes are applied, but not to the rest of the site when you save).

    The same on Identity section. I updated logo, but when saved, always shows the title, not the logo.

    It seems that the new values are saved just partially, but if I re-enter into the customiser, I can see the previous changes, but they are not applied !.

    Why this strange behavior?

    Best regards

    • This topic was modified 7 years, 9 months ago by adminfdp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I have had the same problem. I did not find any CSS with the Red Button Label.

    I need help as well.

    Regards

    Hello,
    to solve logo problem must be used custom_logo functions. I solved it so:
    go to header.php on the line 222:
    else:

    and replace with:

    							elseif(has_custom_logo()):
    									the_custom_logo();
    								else:
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customiser works just partially’ is closed to new replies.