Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287642
    laconcierge
    Participant

    Hello i am french speaking, i will be brief
    Because my English is not very good
    When I want to see the content of the demo agency I always this message

    Forbidden
    You don’t have permission to access /index.php on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Everything has been reinstalled and even the server has been changed
    Nothing does. I need help, because there I begin to think of going to another theme

    thank you to help

    #1287842
    Friech
    Moderator

    Hi There,

    Thanks for writing in! 403 is a server side issue, it means accessing something that is forbidden for some reason, so changing theme would not really help.

    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.

    In the same time, please send a ticket to your hosting regarding this issue.

    Cheers!

    #1288989
    laconcierge
    Participant
    This reply has been marked as private.
    #1289008
    Rupok
    Member

    Glad that you figured it out already. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #1289206
    laconcierge
    Participant
    This reply has been marked as private.
    #1289439
    Lely
    Moderator

    Hi There,

    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.

    #1290188
    laconcierge
    Participant
    This reply has been marked as private.
    #1290473
    Friech
    Moderator

    Hi There,

    You can add this code on your child theme’s functions.php file.

    function custom_banner() { ?>
        <div class="custom-banner x-container max width">
        <img src="YOUR IMAGE URL HERE" />
        </div>
      <?php }
    add_action('x_after_the_content_begin','custom_banner', 29);

    Replace the YOUR IMAGE URL HERE with your actual image URL. This will output an image below your navigation bar.

    Im not entirely certain sure about the second request, please clarify.

    Thanks.

    #1290603
    laconcierge
    Participant
    This reply has been marked as private.
    #1290913
    Christopher
    Moderator

    Hi there,

    You currently have the image but you need some adjustment.

    #1 Please set ‘Menu Bar Margin Top’ under Customize -> Ubbermenu -> Menu bar to px.
    #2 Please add following code in Customize -> Custom -> Global CSS :

    .site {
        margin: 0 auto;
        background-color: transparent;
    }

    Hope it helps.

    #1292917
    laconcierge
    Participant

    allo

    Thank you very much for your information, as nothing worked well
    I reset to 0
    now it`s great… but
    CSS – white text on black background, looks bolder

    I found this link
    http://stackoverflow.com/questions/14477265/css-white-text-on-black-background-looks-bolder

    Can you provide me with a solution
    Best regards

    #1293098
    Jade
    Moderator

    Hi there,

    Please try this code in the Custom CSS:

    
    .ubermenu .ubermenu-target-text {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
    }

    Hope this helps.

    #1293154
    laconcierge
    Participant

    Allo

    merci encore 🙂

    the background photos of my fist section are not resizing to be smaller on the iphone
    i put the code #x-section-1 {
    background-size: cover;
    }

    i just see one part of image

    #1293310
    laconcierge
    Participant

    allo
    .ubermenu .ubermenu-target-text {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    }
    it’s not working
    but this one is ok
    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;

    🙂

    #1293358
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    @media (max-width:  480px) {
    	.home #x-section-1 {
    		background-size: 100% 100%;
    	}
    }

    Hope it helps, Cheers!

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