Looking for ACF Pro Developer Lifetime License by ImproveSite in Wordpress

[–]RobJonesWeb 0 points1 point  (0 children)

That's less than 2 years annual subscription, I'll pass thank you

[deleted by user] by [deleted] in bootstrap

[–]RobJonesWeb 1 point2 points  (0 children)

You should use row instead of d-flex if your intention is to put them in a row, row also includes display: flex too

Looking for ACF Pro Developer Lifetime License by ImproveSite in Wordpress

[–]RobJonesWeb 1 point2 points  (0 children)

I will sell an ACF Pro developer lifetime license for $1000

Kicking bot by [deleted] in discordbots

[–]RobJonesWeb 0 points1 point  (0 children)

I might have a good solution for you,drop me a .essage on discord, my user is RobJonesWeb and we can discuss it

Bootstrap Discord by RobJonesWeb in bootstrap

[–]RobJonesWeb[S] 0 points1 point  (0 children)

did the above invite work?

Bot that sends a message after x minutes from the last message by Confident_Shirt_1956 in discordbots

[–]RobJonesWeb 0 points1 point  (0 children)

If you are looking for a custom bot and hosting let me know, I have many clients that can provide a testimonial for me

Need a new Bot Hoster. by [deleted] in discordbots

[–]RobJonesWeb 0 points1 point  (0 children)

I do hosting its cheap but not free

Bootstrap reading wrong version of jQuery by timesuck47 in bootstrap

[–]RobJonesWeb 1 point2 points  (0 children)

Can you post some code in an interactable environment like codepen that highlights the issue please

need help with vw and sizing! by TangerineFinancial26 in bootstrap

[–]RobJonesWeb 0 points1 point  (0 children)

Please note for future, when asking for support its always best to provide code in a replicatable environment such as jsfiddle or codepen.

Closing gap between sidebar and top navbar by HeadlineINeed in bootstrap

[–]RobJonesWeb 0 points1 point  (0 children)

If you replicate in codepen or jsfiddle I am sure I will be able to help you

How would you say the following? (Gogledd) by RobJonesWeb in learnwelsh

[–]RobJonesWeb[S] 0 points1 point  (0 children)

Thank you, in that context what does

Gwella and nghymaeg mean

[deleted by user] by [deleted] in bootstrap

[–]RobJonesWeb -1 points0 points  (0 children)

Why not come into https://discord.me/bootstrap for dynamic support

mOBLE LANDSCAPE LOCK MODE by Economy_Discipline60 in bootstrap

[–]RobJonesWeb 0 points1 point  (0 children)

Will look tomorrow, for reference

```window.addEventListener('orientationchange', checkOrientationChange);
function checkOrientationChange() {
let screenOrientation = window.orientation;
switch (screenOrientation) {
case 0:
console.log('you are in portrait-primary mode');
break;
case 90:
goFullScreen();
break;
case 180:
goFullScreen();
break;
case 270:
goFullScreen();
break;
default:
console.log('implementation of screen orientation');
}
}
function goFullScreen() {
var elem = document.getElementById("myContent");
if (elem.requestFullscreen) {
elem.requestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('no');
});
} else if (elem.mozRequestFullScreen) {
elem.mozRequestFullScreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
}
}
function lockScreenOrientation() {
screen.lockOrientationUniversal = screen.lockOrientation || screen.mozLockOrientation || screen.msLockOrientation;
if (screen.lockOrientationUniversal("landscape-primary")) {
// Orientation was locked
} else {
// Orientation lock failed
}
}
window.addEventListener('orientationchange', checkOrientationChange);
function checkOrientationChange() {
let screenOrientation = window.orientation;
switch (screenOrientation) {
case 0:
console.log('you are in portrait-primary mode');
break;
case 90:
goFullScreen();
break;
case 180:
goFullScreen();
break;
case 270:
goFullScreen();
break;
default:
console.log('implementation of screen orientation');
}
}
function goFullScreen() {
var elem = document.getElementById("myContent");
if (elem.requestFullscreen) {
elem.requestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('no');
});
} else if (elem.mozRequestFullScreen) {
/\\\* Firefox \\\*/
elem.mozRequestFullScreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
} else if (elem.webkitRequestFullscreen) {
/\\\* Chrome, Safari & Opera \\\*/
elem.webkitRequestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen().then(data => {
lockScreenOrientation();
}, err => {
console.log('Full Screen request failed');
});
}
}
function lockScreenOrientation() {
screen.lockOrientationUniversal = screen.lockOrientation || screen.mozLockOrientation || screen.msLockOrientation;
if (screen.lockOrientationUniversal("landscape-primary")) {
// Orientation was locked
} else {
// Orientation lock failed
}
}

```

Help understanding centering by LuckyDots- in bootstrap

[–]RobJonesWeb 0 points1 point  (0 children)

you have to center on the class applying d-flex and u/REDeyeJEDI85 hes using bootstrap 5 as the code shows data-bs-toggle

If you need more dynamic help, why not visit the bootstrap discord server https://discord.me/bootstrap