Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988873
    3xoneagency
    Participant

    I asked a question, and then I got a reply that didn’t help-So I sent a private message with clarification 72 hours ago and still no reply.

    #989041
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Looking at your ticket history we have replied to the problems you were facing. We are waiting for your comments on the said tickets.

    https://community.theme.co/forums/topic/help-multiple-issues/

    https://community.theme.co/forums/topic/i-need-help-2/

    However please note that forum response time can take up to 24 hours. Complex questions may take longer, and all questions are answered from oldest to newest. In that regards your patience is much appreciated.

    Thanks.

    #993801
    3xoneagency
    Participant

    I have already answered in a private message the first one.

    #993870
    Joao
    Moderator

    Hi There,

    I am not sure what happened but the last message we have registered on the first topic is from Christopher, for some reason if you sent a message after him it did not arrive.

    Could you kindly send us again your message with your issues so we can assist you?

    Thanks,

    Joao

    #994023
    3xoneagency
    Participant

    Yes, and just so you know, everything someone had told me to do, none of it worked-This is what he advised me to do

    Hi there,

    #1 Please add following code in Customize -> Custom -> CSS :

    .x-container.main:before {
    top: auto;
    }
    .x-navbar {
    background-color: rgba(5, 0, 35,0.5);
    }
    #2 Adding slider to blog page is not currently possible without customization. Please follow this thread to add slider to blog page. Since that thread is old you may need some extra customization after implementing the code.

    #3 Please upload your .png file here http://www.favicon.cc/ to generate .ico format. Then upload it to your site using media, copy generated URL that shows its path and paste it under Customize -> Site icons -> favicon field.

    Hope it helps.

    For 1 and 3-Nothing changed at all.

    #994024
    3xoneagency
    Participant

    Wait-it looks like the favicon worked-but looks awful-I will have to play around with that

    #994029
    Rahul
    Moderator

    Sure, let us know how it goes and if you need any further help!

    Thanks

    #994172
    3xoneagency
    Participant

    Nothing else is working. The code doesn’t work for the topbar. The opacity is at .25 and no matter what code I put i, nothing changes.

    #994310
    3xoneagency
    Participant

    Okay-now I have real issues-I followed EXACTLY WHAT You guys had said about adding a child theme and now the site is completely locked up and I can’t get into it-This is ridiculous. I’ve never had so many issues on a site for simple things.

    #994364
    3xoneagency
    Participant

    Okay-as able to fix that but still have no idea how to add rev slider before opening page. If I add a welcome page-there is no way to find the blog

    #994509
    Friech
    Moderator

    Hi There,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Then add the code below on your child theme’s functions.php file.

    function custom_slider() { 
     if(is_home()): ?>
        <div class="custom-slider">
          <div class="x-container max width">
            <?php echo do_shortcode( '[rev_slider alias="wedding-home"]' ); ?>
          </div>
        </div>
      <?php endif; 
    }
    add_action('x_before_view_ethos__landmark-header','custom_slider', 30);

    Change the [rev_slider alias=”wedding-home”] with the shortcode of your own slider.

    Hope it helps, Cheers!

    #995493
    3xoneagency
    Participant

    Yes, I tried setting up the child theme and it ended up locking my entire site.

    #995533
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! What do you mean by your site locking up? Do you get any errors, are you not able to login to the admin area? Please provide us more info so we can assess your situation better. Thanks!

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