-
Jason started the question Update FontAwesome Current Version in the forum Requests and Feedback 10 years, 8 months ago
Hi all,
Could you please update line #109 within the ‘theme-functions.php’ from:
wp_register_style('fontawesome', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css", false, null);
To reflect the current font set to:
/4.1.0/
Wish you could use a wild card so you didn’t…[Read more]
-
Jason started the question Remove Front-Page.php in the forum Requests and Feedback 10 years, 8 months ago
Hi, fist please see the following post:
I think it would be wise to remove the front-page.php and migrate the code to the index.php.
The reason is that the front-page.php has the highest hierarchy rights when a user or theme designer needs to use a custom page template for (a) home page(s) via using a static page for the home page within the…[Read more]
-
Jason replied to the question Custom Page Template – How? in the forum BuddyBoss 3.0 10 years, 8 months ago
UPDATE:
I never thought to look for this because its not suppose to exist; Especially if a theme supplies a child theme.
The BuddyBoss parent theme has the ‘front-page.php’. This over-rides any other default template a user or theme developer creates when needing to use/selecting SETTINGS > READING > a STATIC PAGE.
I am recommending this to be…[Read more]
-
Jason started the question Custom Page Template – How? in the forum BuddyBoss 3.0 10 years, 8 months ago
OK, I am really feeling like a newbie asking this even though I have done this countless times with other themes: How do I add custom page template with this theme??
I need to create multiple home-page templates for a MultiSite and any custom code between the get_header / footer does nadda 🙁 Obviously this theme functions differently than what…[Read more]
-
Jason replied to the question Customize WP Toolbar – Remove Root Default in the forum BuddyBoss 3.0 10 years, 8 months ago
Thnx for the input. I am kinda familiar with removing nodes but I appreciate you response.
I was hoping to find away to prevent any of the data passed to the browser – mainly to reduce bites. I am all about making sites as light weight as possible and cutting the fat if the user doesn’t need – Makes good UX and every lit bite add up.
For now,…[Read more]
-
Jason started the question Customize WP Toolbar – Remove Root Default in the forum BuddyBoss 3.0 10 years, 8 months ago
Hello,
My first Q here and lovin’ the theme – It’s well coded and commented – Thnx!
I am using the ‘Float Right” WordPress Toolbar customization and I want to remove the ‘Toolbar’ and keep the ‘My Account’ fields.
I have been digging thru everything withing the root theme but I cannot find the php file containing the div with:…[Read more]