Net-lunden
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menu as "active" for subpagesthere was an error in the style sheet
current-page-ancestor instead of current_page_ancestor
Forum: Themes and Templates
In reply to: fullscreen in child theme of twentyfourteenhmm
Forum: Themes and Templates
In reply to: fullscreen in child theme of twentyfourteenI really need this to be fixed.
I want a page which is responsive to the screen size.
If i make af new class an define the width it doesn’t response to the screen.Forum: Themes and Templates
In reply to: fullscreen in child theme of twentyfourteenI think it is something in the function.php there are doing something need – but not in my case.
Forum: Themes and Templates
In reply to: fullscreen in child theme of twentyfourteenthe sidebar dosn’t show – but the width of the container isn’t fullscreen anyway ??
get_header(); ?> <div id="main-content" class="main-content"> <?php if ( is_front_page() && twentyfourteen_has_featured_posts() ) { // Include the featured content template. get_template_part( 'featured-content' ); } ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <div id="pacco-front-menu"> <div id="frontlogo"> <img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/Pacco_logo.png" alt="<?php bloginfo( 'name' ); ?>"> <div id="front_description"><?php bloginfo( 'description' ); ?></div> </div><div style="clear:both"></div> <div class="pacco-small" id="vent"><a href="/ventilation">Ventilation</a></div> <div class="pacco-small" id="kole"><a href="/koleteknik">K?leteknik</a></div> <div class="pacco-small" id="ener"><a href="/energioptimering">Energi-<br />optimering</a></div> <div class="pacco-small" id="prod"><a href="/produkter">Produkter</a></div> <div class="pacco-small" id="serv"><a href="/service">Service</a></div> <!-- <div class="pacco-small" id="cts"><a href="https://www.pacco.dk/">Ny afdeling 1</a></div> --> <!-- <div class="pacco-small pacco-last" id="vvs"><a href="https://www.pacco.dk/">Ny afdeling 2</a></div> --> </div> </div><!-- #content --> </div><!-- #primary --> </div><!-- #main-content --> <?php get_footer();
Forum: Themes and Templates
In reply to: fullscreen in child theme of twentyfourteenI have five “boxes” and in fullscreen they of course has to be in one row.
Forum: Plugins
In reply to: how to include files in pluginsI have looked at the article, but unfortunately didn’t get it.
I should include this in the plugin:
load_plugin_textdomain('myplugin');
but how do i use it?
i have no problem in including the files, it is only the exists-part
Forum: Plugins
In reply to: re-use cookies on subdomainis it deficult to understand what i wan’t?
i wish that a user from my WP-page to be logged in on my gallery witch stands in a subdom?ne. And i think it is some of the cookies i should use og re-use.
wherefore i think i have to alter the cookie-path and cookie-domain but don’t know how and where?!sorry my english isn’t the best!