To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/sparkling/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Movin,
I am sorry. Of course I will do so. I left this here because it is related to the topic and your earlier response.
Apologies and best regards,
George
Hi!! I’m trying to download the pluging colorlib-plugin.php_.zip (attached) but I get the message Sucuri WebSite Firewall - CloudProxy - Access Denied.
Can you help me, please?
This is confusing to me. When I add this code, the posts disappear in my design view. To be clear, I can’t even see them from the WordPress dashboard. However, they are still accessible to the user. I would also like to see no trace of these posts on the production site, except for their role as a slider. Please advise.
@oneillg You can try achieving this by using the attached modified plugin that contains following code but please note if the user accesses post URL directly in the browser then the user can access the post.
@ce6449 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/sparkling/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
I have the same issue as tomkennedy. I’m using the child theme.
I don’t want my ‘slider post’ to show up as a post: I am only using it to set a single slider image. I want my home page to display a single slider image, a sticky post, below that, post summaries.
I added the code you provided to my child theme functions.php file, but it has not had any discernible effect.
I tried making the slider post private, but that seems to prevent the featured image being used as a slider image.
I am very new to all of this so I am not sure I added the code correctly. Could you confirm I have put it in the right place?
<?php
// Add your custom functions here
function exclude_category( $query ) {
if( ! is_category() && of_get_option( ‘sparkling_slider_checkbox’ ) == 1 ){
$slidecat = of_get_option( ‘sparkling_slide_categories’ );