How to link out to a page

Posted in: Newspaper
Post count: 11

Hi

Simple Question.

These Pictures https://drive.google.com/file/d/0B8MBLWqA2dD2U0tBWXdnLVN6amc/view?usp=drivesdk
link out to a Post.

I want the same thing but link out to a Page

How can i do this?

Thanks

Post count: 23312

Hello CodeisCode,

I suppose that you want to disable the link to post when you are hovering on the big grid image. To achieve this thing, please try the code below and place it in Theme->Custom Css area.
http://screencast.com/t/naLWJyYFW

.td_block_big_grid_3 {
pointer-events:none;
}

The result: http://screencast.com/t/5CtVdX5pE5

This is an example for big-grid 3. If you are using another big grid you have to use the corresponding class for the grid.

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response.

Thank you for the message!

Post count: 11

Hi Catalin

Thank you for your reply.

No that is actually not what i wanted to know.

I explain it here for you: https://www.dropbox.com/s/zbjbbwga1zqtriz/for%20Catalin.mov?dl=0

All the best
Corrado Izzo

Post count: 23312

Hello CodeisCode,

If you want to achieve as you wish, it is neccesary to do a redirect into your .htacces in WordPress or using a plugin with this functionality.
As a refference, pleace check this guide -> http://code.tutsplus.com/articles/options-for-301-redirects-in-wordpress–cms-21985

Thank you for the message!

Post count: 11

Catalin this solution is too complex

we found another way using a grid to do this.

Thank You
Corrado Izzo

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