Make category tags inaccessible links

Posted in: Newspaper
Post count: 17

Is there any way to stop the category tags being accessible links?

Remove Catagery Links

Post count: 6600

Hi,

Please use this custom css in theme panel > custom css: http://screencast.com/t/eD2HsYubJ

.single .entry-category a {
pointer-events: none;
cursor: default;
}

Thanks

Post count: 555

Hey @Lucian how can i do this for the homepage as well…

Post count: 6600

Hi,


@Steven
I’m not sure where on your homepage you want this as you don’t have any category tags there but you can try to use this css:

.home .entry-category a {
pointer-events: none;
cursor: default;
}

Hope this helps!

Thanks

Post count: 555

I was speaking about the “category names” over my blocks on my home page i’ll like to remove the link from them so they don’t direct to the category when someone click them..

Post count: 6600

Hi,

Please use this css like this:

.home .block-title a {
pointer-events: none;
cursor: default;
}

Thanks

Post count: 555

Thx it work…

Post count: 77

Hi Lucian,

I have the opposite problem: The category tag links on my site do not work at all.
When I click on them – nothing loads.

Are there settings I need to adjust for this to work?

Thanks!

Post count: 6600

Hi,

You should deactivate all plugins and check again. The problem in your case is not that the link on categories tags don’t work is that the category page it’s not loading.
Deactivate the plugins and empty cache if you use any and also purge files if you use any CDN plugins.
Please let me know what you find.

Thanks

Post count: 77

Hi Lucian,

Thanks for the quick reply.

I did as you said, and after deactivating all plugins, and turning them on one by one:
1) First of all – when trying to click on Category Tags or category links – I now get this message:

Parse error: syntax error, unexpected ”autoplay” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’ in /home/cobras7/public_html/Home/wp-content/themes/Newspaper/parts/page-category-slider.php on line 102

2) When I turned on the tagDiv speed booster plugin – that’s when the problem appears again and category tags don’t work at all and don’t even show the above Parse error message.

Any ideas for a solution?

Thanks!

Post count: 6600

Hi,

Please make sure that you have added this right, like this: http://screencast.com/t/l67985Kc
and try again.
Please let me know.

Thanks

Post count: 77

Great!
It’s working now,

Cheers for another excellent support!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.