Tagged: slider new page automatic post
- This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago by
Anonymous.
- AuthorPosts
- July 5, 2016 at 20:41 #9719
Eleanor WinterParticipantI have several carousel sliders based on posts with featured images. They all open new pages when ‘read more’ is clicked and I don’t want them to. I see no option to change this using automatic posts. Am I missing something or is there some CSS I can use?
July 6, 2016 at 11:15 #9727
AnonymousInactiveHello Warmwinterarts
I just sent your issue to our developers department. As fast as they will reply – I will answer you. Do not worry, it will be very soonJuly 7, 2016 at 03:22 #9745
Eleanor WinterParticipantThanks. I look forward to hearing from you.
July 11, 2016 at 10:58 #9843
AnonymousInactiveHello warmwinterarts,
as for your question, actually our developers found the option http://prntscr.com/brdxes – where you can switch off the read more linking option. If you ust switch it off everything would go like you want. Is it ok for you?July 12, 2016 at 03:13 #9876
Eleanor WinterParticipantOk. Actually no. I need the read more to go to a new post as I am using a post feed. I just don’t want the post to open in a new window. I am fairly sure there are no options to do this so I would like to know if there is some custom css i can use.
July 12, 2016 at 18:53 #9895
Eleanor WinterParticipantCan I please get some help with this because if this doesn’t work then the carousel is not right for me at all.
July 13, 2016 at 00:22 #9924
Eleanor WinterParticipantThanks for the email response but it gave me no usable information. I need to be able to disable the opening of a post in a new page. This must be to do with your plugin. I’m not able to use it with this problem.
July 13, 2016 at 00:36 #9925
Eleanor WinterParticipantOk – just to further explain. If I actually disable the ‘read more’ and click on the picture it does open in the same window. However, I really want the ‘read more’ text – but if I click on that it opens a new window. So it’s something to do with the ‘read more’ function of the plugin.
July 13, 2016 at 16:25 #9936
AnonymousInactiveHello warmwinters,
ok now this time I hope it will be better function for you.<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘.slider-container’).find(“a[href^=’http’]”).each(function(){
jQuery(this).attr({
target: “_self”,
});
})
});
</script>Add please, this code and this function would be disabled. But please, be attentive. With the next update we will provide this option in our plugin and it would be activated. So after updating of the plugin, please, just switch it off in the usual settings tab.
Or give us please, your WP access in the internal support ticket and we will make it directly in your plugin by ourselves.
Hope this time, it is what you mean - AuthorPosts
- You must be logged in to reply to this topic.