Home Forums Basel support forum Help.

Help.

Viewing 27 posts - 31 through 57 (of 57 total)
  • Author
    Posts
  • #6155

    erikoestergaard
    Participant

    This i want transparent. https://app.box.com/s/vbvt8d7na8zlarrby9rnyy222a99x69k
    Not black.

    #6156

    Artem Temos
    Keymaster

    ok, got it

    .basel-hover-standard .swatches-wrapper {
        background-color: transparent;
    }
    #7218

    erikoestergaard
    Participant

    Hello Xtemos.
    I have some requests! (Love this theme!)

    1. How do i make a bar/line under the nav-menu? Like this: https://app.box.com/s/yz0u8bmh7say2h5xdg270lcsntcmxfn8

    2. (I know this i alot to ask, but i really cant figure it our myselve.)
    How do i make the png (created by…) permanent? Or at least difficult to remove from the theme settings?

    #7219

    erikoestergaard
    Participant
    #7221

    Artem Temos
    Keymaster

    Hi,

    1. You can add this border with custom CSS

    .color-scheme-light .navigation-wrap {
    	border-bottom:2px solid #0000ff!important;
    }

    2. We suggest you place it into the footer.php file to prevent this image from being removed 🙂

    Regards

    #7223

    erikoestergaard
    Participant

    Can you please tell me how?

    #7224

    erikoestergaard
    Participant

    And where in the footer.php should i insert this: (private)

    #7228

    Artem Temos
    Keymaster

    Place it somewhere in the copyright section here

    Regards

    #7234

    erikoestergaard
    Participant

    In which line?

    #7235

    erikoestergaard
    Participant

    And i only want the png to be permanent, not the text.

    #7237

    Artem Temos
    Keymaster

    You can use the following code for this. Place it on any place you need to the footer.php

    <img src="YOUR_PNG" />.

    #7239

    erikoestergaard
    Participant

    I want it on hte line underneath.
    Can you specify exactly where i should insert it so that it looks like now?

    I have attached the file.
    Furthermore, i have attached the “imgscr i use:

    #7241

    Artem Temos
    Keymaster

    Try to place it after this line

    <?php echo do_shortcode( basel_get_opt( 'copyrights2' ) );

    #7242

    erikoestergaard
    Participant

    That doesnt work.

    #7243

    Artem Temos
    Keymaster

    It seems that you didn’t add any code to the footer.php at all, did you?

    #7244

    erikoestergaard
    Participant

    Yes i did.

    #7245

    erikoestergaard
    Participant

    Cant you add the code to the php file i sent?
    (Its the wp-content themes basel – footer.php im editing….

    #7247

    Artem Temos
    Keymaster

    Try to place this code to your footer.php

    <?php
    /**
     * The template for displaying the footer
     *
     */
    ?>
    <?php if (basel_needs_footer()): ?>
    	<?php basel_page_bottom_part(); ?>
    
    	<?php if ( basel_get_opt( 'prefooter_area' ) != '' ): ?>
    		<div class="basel-prefooter">
    			<div class="container">
    				<?php echo do_shortcode( basel_get_opt( 'prefooter_area' ) ); ?>
    			</div>
    		</div>
    	<?php endif ?>
    
    	<!-- FOOTER -->
    	<footer class="footer-container color-scheme-<?php echo esc_attr( basel_get_opt( 'footer-style' ) ); ?>">
    		
    		<?php get_sidebar( 'footer' ); ?>
    		
    		<div class="copyrights-wrapper copyrights-<?php echo esc_attr( basel_get_opt( 'copyrights-layout' ) ); ?>">
    			<div class="container">
    				<div class="min-footer">
    					<div class="col-left">
    						<?php if ( basel_get_opt( 'copyrights' ) != ''): ?>
    							<?php echo do_shortcode( basel_get_opt( 'copyrights' ) ); ?>
    						<?php else: ?>
    							<p>&copy; <?php echo date( 'Y' ); ?> <a href="<?php echo esc_url( home_url('/') ); ?>"><?php bloginfo( 'name' ); ?></a>. <?php _e( 'All rights reserved', 'basel' ) ?></p>
    						<?php endif ?>
    					</div>
    					<?php if ( basel_get_opt( 'copyrights2' ) != ''): ?>
    						<div class="col-right">
    							<?php echo do_shortcode( basel_get_opt( 'copyrights2' ) ); ?>
    							<p style="text-align:center;"><img src="http://vinsic.dk/wp-content/uploads/2016/10/banner3.png" alt="Basel" title="Basel and Co." style="max-width:120px;"></p>
    						</div>
    					<?php endif ?>
    				</div>
    			</div>
    		</div>
    	</footer>
    	<div class="basel-close-side"></div>
    <?php endif ?>
    </div> <!-- end wrapper -->
    
    <?php wp_footer(); ?>
    
    <?php if (basel_needs_footer()) do_action( 'basel_after_footer' ); ?>
    
    </body>
    </html>

    Regards

    #7248

    erikoestergaard
    Participant

    Where in the footer.php should i insert the snippet?

    #7251

    Artem Temos
    Keymaster

    Replace all code with this one

    #7258

    erikoestergaard
    Participant

    That didnt work either.

    I have replaced the entire footer.php with the content you provided.

    #7260

    erikoestergaard
    Participant

    Can you make me some CSS, that inserts the png with a link to another page?
    that will hide it enough, i think.

    #7271

    Artem Temos
    Keymaster

    PNG image can’t be inserted with a CSS code. Are you sure that you are editing the right file? Try to make it empty and see if content will disappear on the front end. And also try another code:

    <?php
    /**
     * The template for displaying the footer
     *
     */
    ?>
    <?php if (basel_needs_footer()): ?>
    	<?php basel_page_bottom_part(); ?>
    
    	<?php if ( basel_get_opt( 'prefooter_area' ) != '' ): ?>
    		<div class="basel-prefooter">
    			<div class="container">
    				<?php echo do_shortcode( basel_get_opt( 'prefooter_area' ) ); ?>
    			</div>
    		</div>
    	<?php endif ?>
    
    	<!-- FOOTER -->
    	<footer class="footer-container color-scheme-<?php echo esc_attr( basel_get_opt( 'footer-style' ) ); ?>">
    		
    		<?php get_sidebar( 'footer' ); ?>
    		
    		<div class="copyrights-wrapper copyrights-<?php echo esc_attr( basel_get_opt( 'copyrights-layout' ) ); ?>">
    			<div class="container">
    				<div class="min-footer">
    					<div class="col-left">
    						<?php if ( basel_get_opt( 'copyrights' ) != ''): ?>
    							<?php echo do_shortcode( basel_get_opt( 'copyrights' ) ); ?>
    						<?php else: ?>
    							<p>&copy; <?php echo date( 'Y' ); ?> <a href="<?php echo esc_url( home_url('/') ); ?>"><?php bloginfo( 'name' ); ?></a>. <?php _e( 'All rights reserved', 'basel' ) ?></p>
    						<?php endif ?>
    						<p style="text-align:center;"><img src="http://vinsic.dk/wp-content/uploads/2016/10/banner3.png" alt="Basel" title="Basel and Co." style="max-width:120px;"></p>
    					</div>
    					<?php if ( basel_get_opt( 'copyrights2' ) != ''): ?>
    						<div class="col-right">
    							<?php echo do_shortcode( basel_get_opt( 'copyrights2' ) ); ?>
    						</div>
    					<?php endif ?>
    				</div>
    			</div>
    		</div>
    	</footer>
    	<div class="basel-close-side"></div>
    <?php endif ?>
    </div> <!-- end wrapper -->
    
    <?php wp_footer(); ?>
    
    <?php if (basel_needs_footer()) do_action( 'basel_after_footer' ); ?>
    
    </body>
    </html>
    #7355

    erikoestergaard
    Participant

    How do i get this to work on the sticky nav-bar as well?
    – i mean the blue border underneath the nav-bar.

    #7357

    erikoestergaard
    Participant

    I mean this :
    .color-scheme-light .navigation-wrap {
    border-bottom:2px solid #0000ff!important;
    }

    #7361

    erikoestergaard
    Participant

    And how do i add this icon as replacement for my current cart icon?

    Attachments:
    You must be logged in to view attached files.
    #7373

    Artem Temos
    Keymaster

    Hi,

    Here is code for this. Replace the image path with your own

    .sticky-header {
        border-bottom: 6px solid #2490e2!important;
    }
    
    .shopping-cart>a:before {
        color: transparent;
        background: url(http://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2016/11/new_cart_icon.png) no-repeat;
        background-size: cover;
    }
    
    
Viewing 27 posts - 31 through 57 (of 57 total)