Forum Replies Created

Viewing 30 posts - 31 through 60 (of 120 total)
  • Author
    Posts
  • 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

    in reply to: breadcrumbs doesn't work #1362859

    Hi Ismael,
    Thanks for supporting. Works.
    But Isn’t there another way? With your solution I have to do it manually on EVERY Site by hand, wright?

    And where can I change the text (also other text-elemts) „You are here“ (I only found, how to disable displaying it)?

    Best Regards
    Tim

    in reply to: How to change search setting for SearchWP? #1362858

    Sorry, things getting confused. The code I want to implement in enfold-themes enables displaying the filenames on the search site (for e.g. xyz.pdf, xyz.docx and so on), not only the lnked title – so that the user can see, if its a PDF, Doc or Page.

    Thanks.

    in reply to: No Update versions shown #1361067

    This means, every time I do a update via FTP, there will be a second theme installed and I have to delete the older one?

    Regards
    Tim

    in reply to: No Update versions shown #1361003

    Here it goes. As you see, in “Design-> Themes” you will find separate Enfolds, the Child, 4.9 and 5.1.1….

    in reply to: No Update versions shown #1360941

    Unfortunately I can’t attach jpgs here.
    But its simple: Enfold itself says 5.1.1. installed
    Worpress says that Enfold 4.9 is installed and need an update.

    in reply to: No Update versions shown #1360927

    Hi,
    after installing 5.1.1 per FTP-Upload 1 week ago, today (!) theme-manger of WP says the them needs an update? Checking it in Enfolds “Theme-Update” it says 5.1.1. But WordPress says its still 4.9. This triggers warning-mails by Wordfence. How can I fix this?

    Best Regards
    Tim

    in reply to: How to reduce thumbnails? #1360924

    You can close this one.
    Thanks.

    in reply to: How to reduce thumbnails? #1360731

    Hallo guenni07,

    thanks, works well!

    Best regards,
    Tim

    in reply to: Behaviour of Header at breakpoints #1359911

    Hi,
    works, but only if adding !important

    If its not a bug, then where can I adjust it in enfold options without tweaking with css?

    Best regards
    Tim

    in reply to: No Update versions shown #1359856

    Hi, I didn’t meant the update ist ok, only the chekc of the registration number….

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