Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338718
    apeter
    Participant

    Hi, I’m using WP, CatchBox and the Media Gallery for quite some time. A longer time ago I experienced different representations in the editor and the articles.

    When inserting a picture in an article WP adds a grey frame and adds the caption of the picture – OK

    When viewing this article later on the caption get an added dash and a wrong font (something with serif)

    Where and how can I solve this? What do I need to edit?

    https://temp.mindtrips.de/pics/WP-Galerie.png shows the differences

    or

    https://www.mindtrips.de/urlaub/urlaub/ for a live view…

    #338721
    Sakin
    Keymaster

    Hi @apeter,

    The difference you are getting is due to an update in the WordPress core editor. The live site design is the main design of the theme. So, if you want it like on the editor then add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .wp-caption .wp-caption-text:before {
    	display: none;
    }
    
    .wp-caption .wp-caption-text {
    	padding-left: 10px;
    	font-family: inherit;
    	font-size: inherit;
    	color: inherit;
    }

    Regards,
    Sakin

    #338723
    apeter
    Participant

    Hi @Sakin,

    thank you very much, this solved my problem.

    Regards,
    Alexander

    #338733
    Sakin
    Keymaster

    Hi Alexander,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review? https://wordpress.org/support/theme/catch-box/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.