Forum Replies Created

Viewing 30 posts - 31 through 60 (of 130 total)
  • Author
    Posts
  • in reply to: No Pics in Masonry on Blogsite #1422593

    OK, I looked wrong, there is a “Beitragsbild”.
    It’s clear then, you can close this ticket.
    Thanks

    in reply to: No Pics in Masonry on Blogsite #1422590

    Hi Mike, thats what I#m wondering. If you look at the second site, where it works, its also not an “Beitragsbild”!!
    How does this come? It works in one version with a “normal” img in the other only with “Beitragsbild”?

    in reply to: No Pics in Masonry on Blogsite #1422448

    Ok, here you go

    in reply to: No Pics in Masonry on Blogsite #1422420

    in reply to: New Icon Twitter to X #1422415

    Thanks

    in reply to: Alternative main menu #1421783

    HI Mike,

    looks exactly like what I need. How can I figure out the ID of the menus I created in the WP-Backend?

    Thanks
    Tim

    in reply to: Alternative main menu #1421741

    Hi Nikko,
    I don’t want to use plugins for every special need – it’s a security risk and make mainteancing the site more work. It is a bad habbit, using plugins for every need…
    Please show me a way via functions.php or so. Must be possible. “For a specific site id use a specific menu”. I guess the metioned plugin does it exaktcly like this.

    Thanks
    Tim

    in reply to: Alteranative Header or Header Logo #1421004
    <body class”page-id-456″>
    <div class=”logo”>
       <img src="pic.jpg"
    </div>
    <//body>
    in reply to: Alteranative Header or Header Logo #1421003

    Yes I did. Via css-trickery.

    Here is how: Every Single Page gets its own class in the body-tag, so you can adress img-replacement of the img tag.
    <body class”page-id-456″>
    <div class=”logo”>

    </div>
    <//body>

    CSS img-replacment:
    .page-id-456 .logo img {content: /uploads/other_pic.jpg;}

    But, then you have to use hard coded URL and if somerthings changing you have ti fix this. And if you have more then one site in others languages you have to figure out alle the different classes. So the solution above only makes sense when you have single-pages!!!

    So, is there a solution in Enfold itself?

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378827

    Thanks Mike, that clears up things. Strange, that the Insta-Link is working anyway…
    Isn’t there a solution via functions.php to change normal to share-links in the footer? Otherwise I have to edit every site/post by hand to implement a code block…

    Best
    Tim

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378810

    Possible, that FB has changed the syntax and Enfoldy isn’t correct anymore?
    Pleas have a look in private area fpr details.

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378809

    Hi Mike, thanks.
    I used this code and delete everything than facebook because I want exact this layout.

    BUT: FB is the only share-link which is not working. So that could not be the final solution. Why are the other 3 Links working but not facebook?

    Best Regards
    Tim

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378561
    This reply has been marked as private.
    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378557

    Does this mean the link works on your site? Its not only a problem in my network also the client have the same problem!

    in reply to: SocialMedia-Link for FB doesn't work (anymore) #1378556

    You’ll find in the private area.

    in reply to: Problems with user rights #1377395

    For people with same problems: this occurs with the plugin “Wp Optimize” and its caching-system. After giving the Editors admin-rights and then switch back to Editor-Role it works as expected.

    in reply to: How to use invisible recaptcha (v2) #1375998

    Hi,

    v3 doesn’t support invisible captchas, only v2!

    Best
    Tim

    in reply to: Missing Social Icon #1370663

    Ok, your hint with “shield icon” reminds me using AdGuard. If I disable it, it works fine.
    Problem solved, thanks.

    in reply to: Change meta-tag for one specific site #1369832

    Found something.
    This Plugin deletes metatag robots:

    But how can I bring it back for all other pages except 632 like in your example?
    Like this?
    function custom_index_for_evry_page(){
    if ( is_page( ) ) {
    ?>
    <meta name=”robots” content=”index, follow”>
    <?php
    }
    }
    add_action(‘wp_head’, ‘custom_index_for_every_page’, 1);

    in reply to: Change meta-tag for one specific site #1369827

    Something like this in the functions.php, but I don’t know the exact syntax:

    function new_meta_tag() {
    if (is_page (‘5408’)) {
    ??? (‘<meta name=”robots” content=”noindex, nofollow, noarchive”>’), ‘???’, false???);
    }
    }

    add_action(‘???’, ‘new_meta_tag’);

    in reply to: Change meta-tag for one specific site #1369825

    I know this, but I want this for explicit one single page, not the whole homepage!
    So not for domain.de but domain.de/id=23

    Is it clearer know?

    Thanks

    in reply to: Local fonts doesn't work #1369666

    I forgot to say, that this happens after updating the theme….

    in reply to: local google-fonts incorrect bold-type for -tag #1366553

    Have you seen the screenshots? Did you see it there?
    So please check it on a Mac (of your collegue or a freind)! There is defintely a problem going on with local google-fonts!

    best
    Tim

    in reply to: local google-fonts incorrect bold-type for -tag #1365380

    Sorry, but I wrote often, that its about fonts-width, not layout-elements?
    You’ll find the link to the screenshots in the privat area.

    As You see the text in the -tag differs in every Browser (thikness of the fonts and letter-spacing in safari is much bigger). But only in this tag, not in <p>.
    Examples are from Chrome, Safari, Firefox (all under OS X).

    Best Regards
    Tim

    in reply to: local google-fonts incorrect bold-type for -tag #1365083

    Hi Nikko,

    local fonts are not really bold, like fonts come per <link> fontsapi from google online.
    How can I attach pics here? But you don’t need them: just compare the thickness of the text within -Text.

    Beste
    Tim

    in reply to: local google-fonts incorrect bold-type for -tag #1365046

    I change google fonts to local usage. It works, except the letters in the-tags are not shown correctly. I send you links (local and via<link>` in the header) in the privat area.
    Have look at
    <strong>Sie sind noch kein Mitglied und wollen unsere Praktiker testen?</strong>

    in reply to: breadcrumbs doesn't work #1363895

    Hi,

    this works, thanks.

    Can you please answer also this question:

    Can I set the breadcrumb underneath the div#av_section_1 (or before div#after_section_1) in this construct for ALL Sites (even the site color-section or not):
    add_action(‘ava_after_main_container’,’new_ava_after_main_container’);
    function new_ava_after_main_container(){
    if ( is_page( [59,89] ) ) {
    $bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( ‘separator’ => ‘/’, ‘richsnippet’ => true ) );
    echo ‘<div class=”stretch_full container_wrap alternate_color light_bg_color title_container”><div class=”container”>’ . $bc_sc . ‘</div></div>’;
    }
    }

    in reply to: breadcrumbs doesn't work #1363776

    Hello Mike, works perfect, thanks.

    But what about the problem with the links? Only the last entry, ist active as a clickable link – it should be the exact other way? In a breadcrumb-trail it makes no sense that the last entry is clickable, i’m already there… So every entry of the trail should be a link, but not the last one. Can you clear this up, please?

    Can I set the breadcrumb underneath the div#av_section_1 (or before div#after_section_1) in this construct:
    add_action(‘ava_after_main_container’,’new_ava_after_main_container’);
    function new_ava_after_main_container(){
    if ( is_page( [59,89] ) ) {
    $bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( ‘separator’ => ‘/’, ‘richsnippet’ => true ) );
    echo ‘<div class=”stretch_full container_wrap alternate_color light_bg_color title_container”><div class=”container”>’ . $bc_sc . ‘</div></div>’;
    }
    }

    in reply to: breadcrumbs doesn't work #1363746

    Hi Yigit,
    works so far, but I can’t disable the background-color, so that ONLY the breadcrump trail will be shown AND the header background reaches to the top of viewport (there alway stays a fullwidth container width color). Any Ideas?

    As a second option I would like place the breadcrumb after the header (between Head and av-section-1, so that it occurs between the header-image and page tite in the whitespace.

    I’m used, that breadrumbs entries are usable links (except the last entry /actual page). But even the entries are wrapped with a, they aren’t clickable?

    Thanks for helping out. Links in the private area.

    in reply to: breadcrumbs doesn't work #1363312

    Hello Ygit,

    thanks for supporting.

    For Topic 1 I need a solution for EVERY site EXPECT start-page… Your solution means, I have to edit it by hand, when a editor creates new sites, right? Also I must insert 50 IDs….

    Best Regards
    Tim

Viewing 30 posts - 31 through 60 (of 130 total)