[Support request] The blog post titles are not clickable on mac machines

Home Forums Support [Support request] The blog post titles are not clickable on mac machines

Home Forums Support The blog post titles are not clickable on mac machines

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2062080
    Gurer

    Hi,
    The blog post titles are not clickable on mac systems. They are simple text.
    How can we solve this?
    https://www.wpdemopark.com/blog/
    https://ibb.co/sjpbYjD
    Kind regards

    #2062119
    Leo
    Staff
    Customer Support

    Hi there,

    That’s strange – we haven’t received any reports on this before.

    Any chance you can disable all plugins except GP Premium and GenerateBlocks to test?

    #2062132
    Gurer

    I tried, same problem.

    #2062241
    Leo
    Staff
    Customer Support

    The username and password you’ve provided in the original topic aren’t working for me.

    Can you confirm?

    Please make sure other plugins are disabled so I can try to debug this.

    Please start a staging site if this is a live site with traffic.

    Thanks!

    #2062454
    Gurer

    Hi,
    I attached login details. You can debug. You can disable plugins which you want, no problem.
    This site is not live now.
    Thanks

    #2063095
    Ying
    Staff
    Customer Support

    Hi Gurer,

    I logged in and activated the parent theme, the link works on Mac right away.

    So it should not be a theme issue, please check the custom functions you added to the child theme.

    Let me know 🙂

    #2063120
    Gurer

    Hi,
    The code in child theme is;

    add_action( ‘enqueue_block_editor_assets’, function() {
    wp_enqueue_style( ‘your-handle-here’, get_stylesheet_directory_uri() . “/block-editor.css”, false, ‘1.0’, ‘all’ );
    } );

    And the block-editor.css code is;
    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBold.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBold-3.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBook.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamLightItalic.ttf’) format(‘truetype’);
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBoldItalic.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBook-4.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBold-2.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBook-2.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBook-3.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamMedium_1.ttf’) format(‘truetype’);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamLight.ttf’) format(‘truetype’);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: ‘Gotham’;
    src: url(‘/wp-content/uploads/2021/12/GothamBookItalic.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    }

    These are added by the help of your documents. Are they wrong? How can we correct these?
    Thanks

    #2063224
    Ying
    Staff
    Customer Support

    Have you tried delete them one by one to locate which code is causing the issue?

    Make sure all plugins except GP premium are deactivated.

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