Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I have a small issue since the 1.1 update (I updated to 1.2 today but the issue is still there).
When you set a link on the column, it doesn’t seem to work anymore, it replaces the link with the current page.
I had to remove the links on the columns of my homepage and just add buttons, but it looks a bit strange as you can hover the columns but not click on them. I’ve tried on other pages and the issue was the same.
My homepage is critonapps.com. Basically each column on the homepage would link to a dedicated page, but since the update it only linked back to critonapps.com.
EDIT: you can see it on my test website: https://louis.infoapps.co.uk/ (same website, I just use it to test modifications before updating the actual website).
Kind regards,
Louis
Hello,
We will add this at our Update list.
Please, can you send me credentials as private, so I can help you fix it?
Thanks
Hello,
Found the issue.
Please make this modification. Go to folie/includes/codeless_builder/shortcodes/cl_column.php
Replace line 35s: <a href="<?php esc_url( $custom_link ) ?>" class="column_link"></a>
With :<a href="<?php echo esc_url( $custom_link ) ?>" class="column_link"></a>
Thanks
You must be logged in to reply to this topic.