Site logo

Archived topic

The blog post titles are not clickable on mac machines

7 replies · Started by Gurer on December 28, 2021

Viewing posts 1–8 of 8

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?

I tried, same problem.

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!

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

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 :)

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

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.

This archived topic is closed to new replies.