Upgrade Vs Existing Version - by Libardo

This topic has 29 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: Eva
    Eva Kemp
    Support staff
    June 27, 2015 at 08:28

    Hello,

    Please don’t replace the whole code. I edited it and you changed it again.
    I’ve edited it again and now plus icons are shown:
    http://storage2.static.itmages.com/i/15/0627/h_1435389648_2662046_fda0263ce2.png
    Also I’ve added this code to change cart icon:

    .ico-sum {
        width: 18px;
        height: 21px;
        background: transparent url("https://www.8theme.com/demo/royal/wp-content/themes/royal/images/sprite/icons.png") no-repeat scroll 0px 0px;
        display: block;
        top: 0px;
    }
    .cart-bag .ico-sum::before {
       display: none !important;
    }

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    June 29, 2015 at 17:35

    Hi Eva,

    I also noticed that all the Products Pages has a white space at the bottom. How do I erase this?
    Please check in private.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 29, 2015 at 18:53

    Hello,

    I’ve added this code in child style.css:

    .page-content {
      margin-bottom: 0px !important;
    }

    Please clear browser cache and check the pages.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    July 1, 2015 at 13:25

    Good Day Eva,

    For this page it still shows the header menu grey. Can you make it just like the other ones? This is for mobile and tablet and desktop:

    >>> http://bkbcuracao.com/register

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-27-10-21-22_zpsg2j2fio1.png

    Also can you check for me if the shopping cart icon (colored black) is in the child theme? This is already showing on the website but just want to make sure once there is a new update for it to stay there ..

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/Screenshot_2015-06-27-10-22-11_zpstu7bjbrt.png

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 1, 2015 at 15:48

    Hello,

    The cart icon is added in style.css file of your child theme:

    .icon-shopping-cart:before {
      content: "\f07a";
    }

    So you won’t lose it.

    Concerning the Register page please provide us with FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    July 1, 2015 at 16:02

    Hi Eva,

    Please try again..

    Avatar: Eva
    Eva Kemp
    Support staff
    July 1, 2015 at 16:57

    Hello,

    I’ve edited the file et-registration.php in the line 13 and added this code:

    <?php if ($page_heading != 'disable' && ($page_slider == 'no_slider' || $page_slider == '')): ?>
    	
    	<div class="page-heading bc-type-<?php echo esc_attr( etheme_get_option('breadcrumb_type') ); ?>">
    		<div class="container">
    			<div class="row">
    				<div class="col-md-12 a-center">
    					<h1 class="title"><span><?php the_title(); ?></span></h1>
    					<?php etheme_breadcrumbs(); ?>
    				</div>
    			</div>
    		</div>
    	</div>
    
    <?php endif ?>
    
    <?php if($page_slider != 'no_slider' && $page_slider != ''): ?>
    	<div class="page-heading-slider">
    		<?php echo do_shortcode('[rev_slider_vc alias="'.$page_slider.'"]'); ?>
    	</div>
    <?php endif; ?>

    The file has been moved to child theme folder.

    Please check registration page now.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    July 1, 2015 at 17:01
    Avatar: Eva
    Eva Kemp
    Support staff
    July 1, 2015 at 17:31

    Hello,

    Sorry, but it can’t be done for 404 page because it’s not loading the page from wp-admin panel and slider can’t be added in there.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 29 results - 21 through 29 (of 29 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.