AlexSandager
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove or deactivate Drop Down Menu?I found a solution.
just add: opacity:0.0; below the sub-menu in CSS, then it gets invisible ??
Forum: Themes and Templates
In reply to: Sidebar can't be moved down beside content, what do I do?I do not understand how I can use it? .
All I want is a page template, with a sidebar to the left and content to the right.
I have looked all over the internet and I can’t find one that works ??
Forum: Themes and Templates
In reply to: Sidebar can't be moved down beside content, what do I do?They are already floating left. I have 3 sidebars. they are all at my frontpage. check this out.
} #sidebar-primary { overflow: hidden; float: left; width: 295px; margin-left: -65px; overflow: hidden; float: left; width: 295px; margin-left: -65px; } #infobox { overflow: hidden; float: left; width: 295px; margin-left: 22px; } #sidebar-secondary { overflow: hidden; float: left; width: 295px; margin-left: 20px; }
Forum: Themes and Templates
In reply to: Sidebar can't be moved down beside content, what do I do?the first thing you talked about “just float it left” what and how should i float it to maked them beside each other?
Forum: Themes and Templates
In reply to: Sidebar can't be moved down beside content, what do I do?in style.css or what do you mean?
Forum: Themes and Templates
In reply to: 1 specific sidebar on a page instead of 2, how?Here is my costum page
<?php /* Template Name: Cover Page */ ?> <?php get_header(); ?> <div id="main"> <ul id="sidebar"> <?php dynamic_sidebar( 'secondary-sidebar' ); ?> </ul> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div style="width:850px; margin-left: 350px !important} <?php the_content(' <div id="content" class="widecolumn"> Read the rest of this page ?</p>'); ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; end: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> </div><!-- #main -->
Forum: Themes and Templates
In reply to: 1 specific sidebar on a page instead of 2, how?from [ Link redacted ]
I have solved the problem. But as you can see : https://pc-electronics.dk/?page_id=13 I have a new problem. the menu is stretched to much. I want them side by side. How can I do that?
Forum: Themes and Templates
In reply to: How do I add a sidebar to a Fullwidth page ?Forum: Themes and Templates
In reply to: Add a sidebar to the left and move context to the right?I do not have that option. It’s only the image i can move with there.
Now I just need the sidebar to go up on the left side of the content.How can I do that?
Here is the page it’s about.https://pc-electronics.dk/?page_id=13
[duplicate – continue with https://www.ads-software.com/support/topic/how-do-i-add-a-sidebar-to-a-fullwidth-page?replies=5 ]
Forum: Themes and Templates
In reply to: Add a sidebar to the left and move context to the right?I now a little about changing the CSS but not with this. Can you help me?
i put this code in the page, but im not sure it’s the right way to do it :: margin-left: 350px; !important;”><?php /* Template Name: Cover Page */ ?> <?php get_header(); ?> <div id="main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div style="width:850px; margin-left: 350px; !important;"> <?php the_content(' <div id="content" class="widecolumn"> Read the rest of this page ?</p>'); ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; end: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> </div><!-- #main --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: How do I add a sidebar to a Fullwidth page ?I get the sidebar, but it goes under the context. Can I in somehow move the context to the right, so the sidebar comes up on the left side of the context?