Forum Replies Created
-
AuthorPosts
-
fotografParticipant
Thank you for your patience 😉
It's a picture I want in 100% width at the end of the page, over footer.
Please see the page here:
http://helle.prolightweb.dk/vidste-du/fotografParticipantIt's over my knowledge of WordPress, sorry!
fotografParticipantHi
Sorry - can't get it work:Set this in functions.php:
add_action( 'genesis_before_footer', 'wpsites_before_footer' );
function wpsites_before_footer() {
echo'test af placering';
}and this in extra css:
.before_footer{
width: 100%;
color: yellow;
}The text is under the footer - and not yellow.
http://helle.prolightweb.dk/vidste-du/and this is pictures I want to show in 100% width.
Hoope you can help 😉
fotografParticipantOf course - only the table setup I want ideas for.
The two colons must become one on mobile and small tabletsfotografParticipantFirst off all - thanks for the help 😉
When I try to change the css call, this way:
function wp_enqueue_style( 'nippin-haver', get_template_directory_uri() . 'nippin_haver.css',false,'1.1','all');
I get this error:Parse error: syntax error, unexpected ''nippin-haver'' (T_CONSTANT_ENCAPSED_STRING), expecting variable (T_VARIABLE) in /home/www/nippin-wp.prolightweb.dk/wp-content/themes/executive-pro/functions.php on line 194
The nippin_haver.css is in the same directory as the style.css and the functions.php
My knockledge about php is wery small 😉
fotografParticipantHi
Do you have a link telling me how to do this - have try different ways - didn't work ;-(Best regards
KeldfotografParticipantHi
Can't get it work ;-(The test-site: http://nippin-wp.prolightweb.dk
But when I go for these: http://nippin-wp.prolightweb.dk/galleri/
the css i want as the last - dos'nt show as the last: nippin_haver.css in line 51I have put it in via Genesis Header Scripts:
<link rel='stylesheet' type='text/css' href='http://nippin-wp.prolightweb.dk/wp-content/themes/executive-pro/nippin_haver.css' media="all" />Best regards
KeldfotografParticipantHi
50% of line-height ....or font sizeTestsite: nippin-wp.prolightweb.dk
Genesis and executive-pro template
Best regards
KeldfotografParticipantsolution ...not resolution
Danish is my normal language 😉fotografParticipantHey Tom
Thanks a lot ....it was the perfect resolution 😉
fotografParticipant..but that dos'nt make it responsive ;-(
fotografParticipant- my header i too big
- my tablet on frontpage is too big
-
AuthorPosts