Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Net-lunden

    (@net-lunden)

    there was an error in the style sheet

    current-page-ancestor instead of current_page_ancestor

    Thread Starter Net-lunden

    (@net-lunden)

    hmm

    Thread Starter Net-lunden

    (@net-lunden)

    I 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.

    Thread Starter Net-lunden

    (@net-lunden)

    I think it is something in the function.php there are doing something need – but not in my case.

    Thread Starter Net-lunden

    (@net-lunden)

    the 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();
    Thread Starter Net-lunden

    (@net-lunden)

    I have five “boxes” and in fullscreen they of course has to be in one row.

    Thread Starter Net-lunden

    (@net-lunden)

    I 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 subdomain
    Thread Starter Net-lunden

    (@net-lunden)

    is 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!

Viewing 8 replies - 1 through 8 (of 8 total)