BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11545

    Hi
    Wanted to ask if there is an update

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11335

    Sorry I am again.
    I have noticed the topic still something.
    If you use the widget text in the widget area, the text is output via the Wiged area and is not limited to the widget panes.

    The problem appears on longer string strings Example: http: //testwp.pokerteufel.com/2017/09/05/hallo-welt/
    The link chain is output via the widget area

    This is so with both widget areas

    http://testwp.pokerteufel.com/

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11323

    The problem with the font is caused by inheritance or rather by inheriting from your theme.

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    The line with
    font: inherit;
    obviously inherits the representation and overwrites the input.

    To prevent this heir, I have found at G …. e nothing – sorry.
    You might have to create a new CSS rule for this class itself …….
    In truth, I’m too amateur – but able to learn when someone has a solution

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11308

    to 2.

    in the Dashboard under Design – Customizer – Additional CSS

    .alignleft {
    padding-right: 15px;
    }

    enter. The 15px are changeable according to the fallen

    to point 1 I still need a solution

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11304

    Hello

    For the problem with the short code in the widget area I found a solution with the installation of a plugin shortcodes Ultimate, so the shortcodees commands are executed in the widget.
    Unfortunately I have found for the other problems still no solution. If anyone has an idea, I am grateful for a tip or solution

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11274

    the BBCode strong …. strong is not printed as bold text

  • Participant
    Level: Initiated
    Posts: 9
    Thomas lefoldt on #11201

    Property the error with the date output rausgefunden
    There was a mistake in the translation of the theme

    But the / strong function does not work.