Forum Replies Created
-
AuthorPosts
-
dynamic
ParticipantAnita, Thank you, Where would I find information about that customisation you mention?
dynamic
ParticipantThanks Victor, appreciate the help
dynamic
ParticipantOk done that Victor but I dont see the massive font Dominate your Market with the Rainmaker Platform size text from the
http://my.studiopress.com/documentation/altitude-pro-theme/front-page-setup/front-page-1-widget-area/instructions
dynamic
ParticipantVictor , It's not displaying as a h4 , the font size is the same as the same as the row of text before which isn't wrapped in h4 tags
dynamic
ParticipantI have this is my functions page
No i didnt have responsive-menu.js but I added one from the executive theme//* Add viewport meta tag for mobile browsers
add_theme_support( 'genesis-responsive-viewport' );
dynamic
ParticipantGo to the functions.php page and remove all of this code
$output = sprintf( '<p>%s%s</p>', __( 'Powered by ', 'sixteen-nine' ), __( 'Genesis', 'sixteen-nine' ) );
return $output;Simple edits doesn't work on this theme in wp 3.9.1
dynamic
ParticipantAndrea
Almost worked
We have fixed the menu but it's not mobile responsive. Any further suggestions please.
dynamic
ParticipantHow do you add the
More Featured CelebritiesJersey Shore’s Situation and JWoww
Johnny Depp and Penelope Cruz at Cannes
Kim Kardashian Launches FragaranceTo the front page. These are links and the + sign, where do I get that from
I also wanted to know how to change the width of top left widget on the home page to full width or alternately move teh top left and top right widgets below a bottom widget.
Thanks
dynamic
ParticipantI'd love to get some help with styling buddypress tabs in magazine. http://community.talkingeducation.com.au/
Does anybody have any code suggestions they have done in the past to improve the layout. Maybe we could get a snippet for thsi studiopress buddypress issue
Charles
dynamic
ParticipantBrad do I have to add code anywhere else, ie in the functions page?
dynamic
ParticipantCorrect Brad, I want to keep the site background image and give individual pages there own background images
Thanks
dynamic
ParticipantBrad
I cut and pasted this, it hasn't held in the page, I changed the image address
http://www.coffeeculture.com.au/welcome
What next please
dynamic
ParticipantJon,
Thanks it now works and now I realise I was asking for it to be just behind the content, not as the page background.
Thanks for your help so far
Any suggestions as to how I can now limit it to the body of the page content?
Charles
dynamic
ParticipantAnd this is what is in the functions page
/**
* Register a custom admin callback to display the custom header preview with the
* same style as is shown on the front end.
*
*/add_filter( 'body_class', 'child_custom_body_class' );
function child_custom_body_class( $classes ) {
if ( is_page('cafe'))
$classes[] = 'custom-body';
return $classes;
}I've tried to make it trigger on the cafe page , still no joy
It's just not pulling the background image
Charles
dynamic
ParticipantJon
Line 739 of stylesheet says
.custom-body {
background:url(/wp-content/uploads/2013/01/home_back.png);
}This code is in the style.css in the corporate theme folder
Hmm, not sure what is going on
dynamic
ParticipantNo joy Jon
if ( is_page('welcome'))
was added into functions
.custom-body {
Your background image here
}
was added to style.css of corporate theme style sheet,Charles
dynamic
ParticipantJon, now fixed code, still not pulling custom background image
http://www.coffeeculture.com.au/wp-content/uploads/2013/01/home_back.png is the image
Charles
dynamic
ParticipantThanks Jon, no joy
http://www.coffeeculture.com.au/
Parse error: syntax error, unexpected $end in /home/wwwcoffe/public_html/wp-content/themes/corporate/functions.php on line 69
dynamic
ParticipantI have tried the following plugin's and they all fail
Background per page
Background slideshow
Post Background
Post Backgrounds
WP Backgrounds LiteAll fail
dynamic
ParticipantOk
I have uploaded Genesis 1.8.2 and still have the problem of menu's not showing and css border between elements not showing.
I've now change dto the Magazine theme and the footer isn't aligned and nor does the template colour change, eg Orange is set yet Pink show.
Any suggestions
-
AuthorPosts