annatora
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] add a logo in navbarAnyone who can help with this?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Dropdown menu-not working on iphoneThank you so much!! That fixed it. Only now the menu is not centered aligned anymore, I cant seem to fix it.
Do you by any chance know this as well?Forum: Themes and Templates
In reply to: [Menu] Drop Down menu – listI am using the default theme menu, I am not using a plug in.
Forum: Themes and Templates
In reply to: [Menu] Drop Down menu – listI am just using the standard menu.
Forum: Fixing WordPress
In reply to: Lost a page when uploading WP to Hosting ServiceNo, it is actually saved as velkommen.php. I have also checked the php files after beeing uploaded, and everything is there…
Why can it be that it works locally and not remote, when everything looks the same?
Forum: Hacks
In reply to: Sticky facebook button on siteThank you for your reply! Yes, this is what I wanted, a button that is stuck on the site no matter which page you are on, and where ever yo scroll. I managed this using this code:
<div class="share_box"> <a href="the site" data-count="vertical" data-via="paulund_"><img src="social icon" width="60" height="60"</a><script type="text/javascript" src="social icon"></script> </div>
Css: .share_box{ position:fixed; width:50px; top: 15%; left:0; border: none; background:transparant; padding: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
Forum: Hacks
In reply to: Sticky facebook button on siteHere is the html code for the button:
<div class=”sharing”>
<!– facebook –>
<img src=”<?php bloginfo(‘url’);?>/wp-content/themes/childoftwentytwelve/images//facebook.ico” width=”70″ height=”70″ alt=”Facebook” /></div>
</div><!– #page –>
Forum: Themes and Templates
In reply to: Remove static content from various pages under menuI am working with the Twenty Twelve theme. Here is the code in my header.php, which gets the velkommen.php and bloggen php. These are then the content I want to remove from the pages in the menu.
<?php get_template_part( ‘velkommen’ ); ?>
and
<?php get_template_part( ‘bloggen’ ); ?>Any suggestions? ??