-
Shizuka replied to the question Redirect to Wall after log in in the forum BuddyBoss Wall 9 years, 5 months ago
Hi @tjchester, apparently, this plugin doesn’t work with custom URLs (domains), and furthermore, it is outdated. I have a custom front-page.php and that page is the only page that will show up after logging in. Is there any way within the Boss. theme to change this? Thank you!
-
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Sorry @vapvarun and @tjchester, there was an error in the functions.php code that I posted earlier… I’ve also modified it to deregister the WordPress default jQuery to avoid the
noConflict
error.function load_cdn() {
[Read more]
if ( !is_admin() ) {
wp_deregister_script('jquery');
wp_deregister_script('jquery-ui-core');
wp_enqueue_script('jquery',… -
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Is there any way that I can edit my replies?
In any case, I’ve changed the code above (after line 57 in functions.php) to this, without deregistering anything BoddyBoss-related:
if ( !is_admin() ) {
[Read more]
function register_fullpagejs_scripts_styles() {
wp_register_script('fullpagejs_js', get_stylesheet_directory_uri().'/js/jquery.fullPage.min.js',… -
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Is there any way that I can edit my replies?
In any case, I’ve changed the code above (after line 57 in functions.php) to this, without deregistering anything BoddyBoss-related:
if ( !is_admin() ) {
[Read more]
function register_fullpagejs_scripts_styles() {
wp_register_script('fullpagejs_js', get_stylesheet_directory_uri().'/js/jquery.fullPage.min.js',… -
Shizuka replied to the question Duplicate reply error in support forum in the forum Requests and Feedback 9 years, 5 months ago
Thank you, @tjchester! But I have to change the contents of my question (as I’ve been working on it since then), so would you please delete it? Thank you again!
-
Shizuka started the question Duplicate reply error in support forum in the forum Requests and Feedback 9 years, 5 months ago
Hi,
I wasn’t sure where to post this, but I’m getting the following error when trying to post:
ERROR: Duplicate reply detected; it looks as though you’ve already said that!I checked the original thread link in a new window, but it isn’t showing my post.
Does this support forum require post approval before posting? (i.e. my post will show up a…[Read more]
-
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Hi TJ,
I am now considering building my front page with fullPage.js, due to the limited flexibility of plugins.
I’ve added the following to functions.php in the Boss. child theme, after line 57 where it says “// Add your own custom functions here”:
function jquery_fullpage() {
[Read more]
wp_enqueue_script(
'jquery_fullpage',… -
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Hi TJ,
I am now considering building my front page with fullPage.js, due to the limited flexibility of plugins.
I’ve added the following to functions.php in the Boss. child theme, after line 57 where it says “// Add your own custom functions here”:
function jquery_fullpage() {
[Read more]
wp_enqueue_script(
'jquery_fullpage',… -
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Hi @vapvarun, thank you so much for your reply!
What is the best-practice way to create a landing page without using a plugin?
I actually prefer to learn the nitty-gritty parts of WordPress, and would love to have input from the pros 🙂 -
Shizuka replied to the question Site Privacy in the forum Requests and Feedback 9 years, 5 months ago
Thank you @style960! I am planning on doing the same thing and just bought the Boss. theme.
If you don’t mind me asking, would you personally recommend staying with it, or switching to a different theme provider with Ultimate Member/My Private Site? -
Shizuka replied to the question [Request] The Boss should have a Landing Page in parallax in the forum Boss. theme 9 years, 5 months ago
Hi @tjchester, am I correct in my understanding that in order to build a landing page, I will have to set a static front page and alter the child theme’s style.css? Or is there a CSS file that is specifically applied to the default Front Page that I am not aware of?
My goal is to have a landing page similar to this:…[Read more]