Tagged: x
-
AuthorPosts
-
December 9, 2016 at 12:41 pm #1287642
laconciergeParticipantHello 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 messageForbidden
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 themethank you to help
December 9, 2016 at 5:24 pm #1287842
FriechModeratorHi 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 credentialsDon’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!
December 11, 2016 at 9:32 am #1288989
laconciergeParticipantThis reply has been marked as private.December 11, 2016 at 9:48 am #1289008
RupokMemberGlad 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!
December 11, 2016 at 3:30 pm #1289206
laconciergeParticipantThis reply has been marked as private.December 11, 2016 at 7:44 pm #1289439
LelyModeratorHi 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.
December 12, 2016 at 10:59 am #1290188
laconciergeParticipantThis reply has been marked as private.December 12, 2016 at 3:28 pm #1290473
FriechModeratorHi 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.
December 12, 2016 at 6:12 pm #1290603
laconciergeParticipantThis reply has been marked as private.December 13, 2016 at 1:19 am #1290913
ChristopherModeratorHi 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.
December 14, 2016 at 10:18 am #1292917
laconciergeParticipantallo
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 bolderI found this link
http://stackoverflow.com/questions/14477265/css-white-text-on-black-background-looks-bolderCan you provide me with a solution
Best regardsDecember 14, 2016 at 12:36 pm #1293098
JadeModeratorHi 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.
December 14, 2016 at 1:14 pm #1293154
laconciergeParticipantAllo
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
December 14, 2016 at 3:12 pm #1293310
laconciergeParticipantallo
.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;🙂
December 14, 2016 at 3:46 pm #1293358
FriechModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1287642 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
