melanie bund
Forum Replies Created
-
Forum: Themes and Templates
In reply to: twentytwelve header only on homepagewith some tinkering around managed to do it
‘<?php if (is_page(‘home’)) { ?>
<?php if ( get_header_image()) : ?>
<img src=”<?php header_image(); ?>” class=”header-image” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
<?php endif; ?>
<?php } ?>’Forum: Fixing WordPress
In reply to: custom profile page email not updatingin wp databaseHi I really do need some help and have no idea where to go to get some. If i am in the wrong place could you please direct me to where i can get some help. Am using twentytwelve theme…
I have 3 problems – the one above that i will duplicate here1.
I have created a custom profile page where the info is stored in the wp database and a separate database. My problem is when a user wants to update their email it does not update in the wp database – message displayed “Couldn’t update email on WordPress” – is there anyway to get this working
site page:
https://bunddesign.com/pdm/my-profile/
Have pasted the code in pastebin.com2.
The twentytwelve menu does not like small screens – see below link to a temp page to view screen grabs – i had to install a plugin for iphone view but even on small screen view it does not fit, i want to keep plugins to the minimum
https://www.bunddesign.com/pdm/temp3.
iphone view problem with content spacing – see link below to view screen grab – there seems to be way too much padding on the right, buttons are falling off the left(padding is needed on left otherwise the content butts the edge of white container)
https://www.bunddesign.com/pdm/tempSo really hope you can help as i have been posting but no one seems to be around to help
Thank you
MelanieForum: Fixing WordPress
In reply to: custom profile page email not updatingin wp databaseHi
Have pasted the code in pastebin.comCan anyone HELP???
thanks
MelanieForum: Fixing WordPress
In reply to: twenty twelve menu and background problems on iphoneThank you Janet the (min-width: 0) did the trick.
My second question is how do hide the sidebar in iphone view and make the “page” look better – at the moment the container has padding on the left but the form fields disappear off the righthand side – is there anyway that i can add an image to this “reply” so that you can see what i mean?https://bunddesign.com/pdm/photographer-profile/
Thank you in advance
MelanieForum: Fixing WordPress
In reply to: twenty twelve menu and background problems on iphoneHi
Still having problems with background on homepage which is suposed to be black
https://bunddesign.com/pdmAnother problem with iphone compatibility is on below link – it deos not appear receptive – the content remains the same and the sidebar is thin and long and in the middle – i dont mind losing the sidebar but the content should be working?
https://bunddesign.com/pdm/photographer-profile/would like to attach a screen shot but no idea how
thank you
MelanieForum: Fixing WordPress
In reply to: twenty twelve menu and background problems on iphoneHi Janet thanks that really helped though i was trying to minimise plugins…
So now the menu works
I still have problems with the background changing to white for some reason
thank you
melanieForum: Themes and Templates
In reply to: twentytwelve content background colourfound it!
.wrapper {
background-color:#FFF;
padding: 10px;Forum: Themes and Templates
In reply to: twentytwelve content background colourDoes not seem to help,
have tried
.site-content {
margin: 24px 0 0;
margin: 1.714285714rem 0 0;
background-color:#FFF;
but this also creates a block which includes header and footer,
do i have to create another div for the area between header and footer? or is there an existing one that i can changesite is below
https://bunddesign.com/pdm/Forum: Themes and Templates
In reply to: twentytwelve content background colourthank you Janet
i will give it a try
MelanieForum: Fixing WordPress
In reply to: Site pages blank aprt from homepage, weird source codesuddenly up and working, maybe was a server problem – am sorry to have wasted your time – thanks for all the advice
MelanieForum: Fixing WordPress
In reply to: Site pages blank aprt from homepage, weird source codeHi found the .htaccess file after switching to default permalink –
# BEGIN WordPress
# END WordPress
Now i need to stop all the pages except the homepage which is still ok from being redirected
homepage ok
https://www.leobund.com/leobund/
rest blnk and redirected
https://www.leobund.com/leobund/contact/thanks
MelanieForum: Fixing WordPress
In reply to: Site pages blank aprt from homepage, weird source codeHi i checked the site and no .htaccess file, so created one with basic WP code
# BEGIN WordPress
RewriteEngine On ….but got an error “The server encountered an internal error or misconfiguration…”
am wondering if its not the fault of the plugin i deleted but that someone is playing sillybuggers as the site isnt really live and i received spam comments when all my comments have been deactivated. Not too sure what to do – reinstall wordpress from beginning and redo the site from scratch – thats alot of work!
solved – uploaded the nextgen gallery optimizer and works, the nextgen gallery must not have a lightbox plugin
Forum: Plugins
In reply to: create 2 column posts starkers themeHi
I would still like to create 2 columns but now diff posts in 2 columns in the STARKERS THEME – the code i have is –<div id="indexpost"><?php if ( have_posts() ): ?> <ol> <?php while ( have_posts() ) : the_post(); ?> <li> <article> <h2 class="index"><a>" title="Permalink to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <p class="indexpost"><?php the_content(); ?></p> </article> </li> <?php endwhile; ?> </ol> <?php else: ?> <h2>No posts to display</h2> <?php endif; ?> </div> have tried <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="indexpost"> <article> <h2 class="index"><a>" title="Permalink to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <p class="indexpost"><?php the_content(); ?></p> </article> <div class="news" id="post-<?php the_ID(); ?>"> <article> <h2 class="index"><a>" title="Permalink to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <p class="indexpost"><?php the_content(); ?></p> </article> </div><!--indexpost--> </div><!--news--> <?php endwhile; ?> <?php else: ?> <h2>No posts to display</h2> <?php endif; ?>
but does not work
CAN SOMEONE HELPForum: Fixing WordPress
In reply to: 2nd language homepage link redirectingAm using Qtranslate plugin – i have a site with 2 languages, 2nd language is english, i have manually created 2 flags with links – the uk flag should link to the auto uk homepage which should be
https://dar-o-no.com/en – but when the flag is clicked it goes to https://dar-o-no.com – can anyone help? PLEASE??
thanks in advance
melanie