Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193816
    Bhuvnesh
    Participant

    Hello X theme, I want to change slider of category page.

    I have a category blog when I visit that page I see a slider at top with slides of posts but I am not getting in which manner (order) these posts are coming.

    I want to have specific posts to show on slider instead of randomly picked.how to do it?Please help.

    Thanks.

    #1193904
    Christian
    Moderator

    Hey there,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Also, to assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1195176
    Bhuvnesh
    Participant
    This reply has been marked as private.
    #1195191
    Rad
    Moderator

    Hi there,

    Sure, please go to Admin > Appearance > Customizer > Ethos > POST SLIDER – ARCHIVES > Display and set it to featured.

    Then edit your chosen posts ( Admin > Posts ) and go to Ethos Post Settings setting and toggle on the Post Slider Display – Archives option. It will then feature your post on archive slider.

    Cheers!

    #1195197
    Bhuvnesh
    Participant

    wow amazing. Thanks Guys. It’s such a nice theme I ever used. quick solutions.

    So I also have one more question. I moved my theme from one place to another and so I lost my corenrstone for some pages and now its text or visual. I saw your other posts that it happens due to serialization.

    So is there no way to get back to cornerstone without loosing data. And if not then I want to write some custom css and custom js, how will I add it because in cornerstone I could do it via your panel. can you please tell me this as well.

    Thanks.

    #1195210
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates.

    To properly migrate Cornerstone data, please follow the instructions from our knowledge base here: https://community.theme.co/kb/cornerstone-migration/

    Hope this helps.

    #1195211
    Bhuvnesh
    Participant

    Thanks for sharing this url but issue is I have already migrated and its a long time back now I can’t do that again because on production I have lots of other data.

    So is there no way to get back to cornerstone without loosing data. And if not then I want to write some custom css and custom js, how will I add it because in cornerstone I could do it via your panel. can you please tell me this as well.

    #1195229
    Rad
    Moderator

    Hi there,

    What do you mean by getting back to cornerstone without corrupting any data? You mean, you wish to create pre-made cornerstone settings? I’m not sure if I understand your question this time 🙂

    If your site is already migrated, I’m not sure what process you’re trying to do 🙂

    Thanks!

    #1195237
    Bhuvnesh
    Participant

    Rad. What I am saying is that e.g my site was on localhost and 6 months back I migrated my site to production domain.

    after migration I lost cornerstone due to serialization and now I see that data in “text or visual editor” now I want to add some custom css and custom js.

    If I click on cornerstone tab then it shows that you may lost data so I dont want to loss my data to come on cornerstone. So I have two questions

    1) Is it possible to come to cornerstone from visual editor without lossing of data.
    2) IF not how can I write custom css and js in text editor like we do in cornerstone.

    I hope you clear now 🙂

    #1195250
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1195267
    Bhuvnesh
    Participant
    This reply has been marked as private.
    #1195292
    Rue Nel
    Moderator

    Hello There,

    I am another staff checking on this thread!

    1) Is it possible to come to cornerstone from visual editor without losing of data.
    As along as you did not do anything or edit using the text/visual composer, you should be able to edit back in Cornerstone provided that you have followed the migration process correctly. Once the Cornerstone data is corrupted, you won’t be able to edit it back again in Cornerstone. For full details about the migration to preserve Cornerstone data, please check this out: https://community.theme.co/kb/cornerstone-migration/

    2) IF not how can I write custom css and js in text editor like we do in cornerstone.
    You can always write a custom css or custom js by adding it in the customizer > css/js. Just make sure that you add the page id/post id so that it will only affect that page. You can follow these examples:
    CSS

    .page-id-1807 element {
      // your styling here
    }
    
    .postid-1800  element {
      // your styling here
    }

    Javascript

    (function($){
      $('.page-id-1807 element').....  
    })(jQuery);
    
    (function($){
      $('.postid-1800 element').....  
    })(jQuery);

    To find out the page ID or post ID, please check out our knowledge base: https://community.theme.co/kb/how-to-locate-post-ids/

    Hope this helps.

    #1195308
    Bhuvnesh
    Participant

    coool. Thanks I think this will solve all my other issues.

    #1195315
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1193816 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>