viktor89
Forum Replies Created
-
If you have a link for the site, it’s easier to spot which css you need to change ??
Forum: Themes and Templates
In reply to: linebreak after the content?with a link I could see how it sampled the final html with the corresponding css.
Could you post your code?
Forum: Themes and Templates
In reply to: [Distinction] [Theme: Distinction] Adding a headerYou wanna go to your header.php and chage the part that says:
<?php if ( 'true' == $wpnj_distinction_options['display_header_flames'] ) { // Enabled by default ?> <img src="<?php echo get_template_directory_uri(); ?>/images/lt-flurl.png" alt="wispy image" /><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a><img src="<?php echo get_template_directory_uri(); ?>/images/rt-flurl.png" alt="wispy image" /> <?php }else{ ?> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> <?php } ?>
To say
<img src="link to your image" href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"<?php bloginfo( 'name' ); ?>
Please do keep a backup of header.php before you edit it
Forum: Themes and Templates
In reply to: [Distinction] [Theme: Distinction] Adding a headerlink to your site?
Forum: Themes and Templates
In reply to: Website not centeredTry
#wrapper{ margin: auto; }
insted of
#wrapper{ margin: 0 auto; }
Forum: Themes and Templates
In reply to: linebreak after the content?could you also post a link for your site?
do you have the theme installed somewhere?
Forum: Themes and Templates
In reply to: Website not centeredput the content in a div wrapper and make it margin auto. Post a link and I can be more specific
Forum: Themes and Templates
In reply to: HTML Help SitesIf it’s simply problems you can probably find answers on google.
Forum: Themes and Templates
In reply to: [Theme: Coldstone 5.0] Red Highlighting Issueas she said! ??
Forum: Themes and Templates
In reply to: [Theme: Coldstone 5.0] Red Highlighting Issuein your themes css you wanna change
.subpost h3 a { background: #8E0000; color: white; font-size: 1.4em; padding: 4px 5px 4px 5px; clear: both;
to
.subpost h3 a { color: white; font-size: 1.4em; padding: 4px 5px 4px 5px; clear: both;
if you want another color for the text in those headings you can change that here as well (change the color) ??
Forum: Themes and Templates
In reply to: footer-copyright and header-logo modificationsthe “my portfolio”-thing is probably edited under header.php in your themefiles. The copyright thing is most likely in footer.php. Study those files and see if you can figure out where to make the changes – remember to take backup of files you edit.
Forum: Themes and Templates
In reply to: Best Themes for small business website – very beginner!Would go for something at https://www.themeforest.net
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Uploading highres images with flash uploaderBut my users don’t have FTP access :/
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Uploading highres images with flash uploaderYou know why the thumbnails doesn’t get created on upload? ??