Questions for a webshop - by irish - on WordPress WooCommerce support

This topic has 80 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: irish
    irish
    Participant
    April 18, 2016 at 11:21

    Hi there,

    I have some question about a webshop, see private content.

    1) How can i make a open search bar in the header? The code [search] doesn’t work. I want the same like this website: https://vijvercompleet.nl
    And then remove the search button under cart

    2) Is it possible to have the same number of links like this website https://vijvercompleet.nl in the header? My logo is very small so there is a lot of space left 🙂

    Please, contact administrator
    for this information.
    79 Answers
    Avatar: irish
    irish
    Participant
    April 18, 2016 at 11:58

    3) Where can i delete the shortcode on the homepage: [rev_slider_vc alias=”home2″] ? You see it under the header.

    4) the shortcode “Tooltips” that i’ve used on the homepage: The image is not loading so i can not set the tooltips on the right position. On an other webshop that i’ve made with your theme, is worked perfectly. Can you see what’s wrong?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 18, 2016 at 13:42

    Hello,

    1. We don’t have such feature in the theme. You need edit php files if you have necessary knowledge or you can order additional support via this form
    https://www.8theme.com/customization-services/

    2. What links are you talking about?

    3. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-heading-slider {
       display: none;
    }

    4. As I see tooltip is loading as well as the image http://storage2.static.itmages.com/i/16/0418/h_1460983359_7826714_bd5582333d.png . Please clarify what you’re trying to achieve and show a screenshot of the issue.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 18, 2016 at 14:10

    Hi Eva,

    Thank you,

    1. Okay, and the search button that i already have, is it not possible to already open the search tab?
    2. I mean the links in the header under “klantenservice”.
    4. See printscreen: http://screencast.com/t/SmazrsEg00H8 I can’t see the image when editing.
    5. How do i delete the white space between header and content? : http://screencast.com/t/Urq8AsyRUtT

    Avatar: Eva
    Eva Kemp
    Support staff
    April 18, 2016 at 15:36

    Hello,

    1. You can enable search form to show on hover instead of on click in Theme Options > Header.

    2. Concerning the links, there is no such option, the only solution is to modify header file, but this is beyond our basic support scope. If you wish you can write your queries in this form https://www.8theme.com/customization-services/ to get additional support.

    4. Update Ultimate VC Addons and Visual Composer plugins to the latest versions https://www.8theme.com/download-plugins/ and check that element after that.

    5. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .content-page, .page-content {
        margin-top: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 21, 2016 at 14:39

    Hello,

    I added al lot of brands an now i wanted to use the shortcode for a “Brand-slider” but it doesn’t show. I used it on the homepage, on the bottom of the page.

    Avatar: irish
    irish
    Participant
    April 21, 2016 at 15:20

    Hi Eva,

    Already fixes the brands issue :).

    1. Is it possible to have the brands shortcode on the homepage, greyscale? And when hovering see the original image?
    3. How can i color the title of the footer items? Now they have a black background
    4. I want the text in the footer an other color? How can i do that?
    5. When scrolling down, the fixes header show 2 times the menu. Where can i remove 2 of them?
    6. In the shop page: how can i make the product titles an other color?
    7. In the shop page: how can i make the price texts an other color?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 21, 2016 at 16:01

    Hello,

    1. Could you please show a screeshot what you want to achieve?

    2. As I see footer is shown fine http://storage7.static.itmages.com/i/16/0421/h_1461250648_4644974_cb2a8da9de.png . What exactly do you want to change?

    3. Please specify for which text you want to change color in the footer.

    4. Go to Appearance > Menus > Manage locations > deselect “Main menu (right)”.

    5. You have this code in Global Custom CSS:

    .products-grid .product-title a {
        color: black !important;
    }

    Edit it to change product title color.

    6. Use this code in Global Custom CSS:

    .price {
      color: #000;
    }

    Write your color value.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 22, 2016 at 09:38

    Hi Eva,

    3/4.I’ve made a print screen: http://screencast.com/t/3y7RxwftzI
    5. Another question about the fixes menu: http://screencast.com/t/w6MlaL6D0
    6. Can i make a menu with “placeholders” or something like this page: https://vijvercompleet.nl/klantenservice#top ? Do it’s navigating on the same page

    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2016 at 10:33

    Hello,

    3./4. Please use this css code:

    .footer-top-2 .widget-title span {
      background-color: rgb(224, 224, 224);
    }
    .footer-top-2 .widget_nav_menu li a {
       color: #767676 !important;
    }
    .footer-top-2 .widget_nav_menu .widget-title:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        top: 8px;
        left: 0;
        position: absolute;
        background: #000;
        z-index: 1;
    }

    5. Change the code in Global Custom CSS:

    .fixed-header-area .menu > li > a {
        font-size: 18px !important;
    }

    Set the needed size.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 22, 2016 at 10:57

    Thanks Eva!

    1. Can those links in the footer under “categories” also be an other color? http://screencast.com/t/3FacVBJ6
    2. See Cart icon. What’s that blue stripe above the amount? http://screencast.com/t/NzF7Y7hYMSC
    3. Can i make a menu with “placeholders” or something like this page: https://vijvercompleet.nl/klantenservice#top ? Do it’s navigating on the same page

    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2016 at 12:25

    Hello,

    1. Please use this code:

    .footer-top-2 .product-categories > li > a {
       color: blue !important;
    }

    2. Use this css code:

    .ico-sum:after {
       content: none;
    }

    3. Unfortunately there is no such option.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 26, 2016 at 09:56

    Hi Eva,

    I contacted the Custum support but unfortunately they don’t have time for my ticket.
    1. I have one question: I want a “open” search field in the header. So not the icon, but a search field. Any idea how i can do this?

    2. Other thing. I tested my website on GTmetrix and they say that i have a slow website because of:

    Defer parsing of JavaScript

    In order to load a page, the browser must parse the contents of all <script> tags, which adds additional time to the page load. By minimizing the amount of JavaScript needed to render the page, and deferring parsing of unneeded JavaScript until it needs to be executed, you can reduce the initial load time of your page.

    How can i fix this?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 26, 2016 at 12:02
    Avatar: irish
    irish
    Participant
    April 26, 2016 at 12:10

    Hi Eva,

    For FTP zie private content:

    Please, contact administrator
    for this information.
    Avatar: irish
    irish
    Participant
    April 26, 2016 at 13:23

    Hi Eva,

    1. We want the header like this: http://e-bikewereld.nl/wp-content/uploads/2016/04/Custom-headerkopie.jpg
    Is that possible?

    2. I tried everything what the documents and links said to do for the Defer parsing of JavaScript, but nothing helped. Every time when i edit the functions.php of Royal Theme, the site is blanc.

    Sorry, really don’t know what to do but i see a lot of the same questions at the forum…

    Avatar: Eva
    Eva Kemp
    Support staff
    April 26, 2016 at 13:47

    Hello,

    I’ve edited the file wp-content/themes/royal/headers/header-structure-2.php and placed the code in lines 44-58:

    <div class="header-search-form"> 
    	<form action="<?php echo esc_url( home_url( '/' ) ); ?>" id="searchform" class="hide-input" method="get"> 
    		<div class="form-horizontal modal-form">
    			<div class="form-group has-border">
    				<div class="col-xs-10">
    					<input type="text" value="<?php if(get_search_query() == ''){  esc_attr_e('Search for...', ETHEME_DOMAIN);} else { the_search_query(); } ?>" class="form-control" onblur="if(this.value=='')this.value='<?php _e('Search for...', ETHEME_DOMAIN); ?>'" onfocus="if(this.value=='<?php _e('Search for...', ETHEME_DOMAIN); ?>')this.value=''" name="s" id="s" />
    					<input type="hidden" name="post_type" value="<?php esc_attr_e( etheme_get_option('search_post_type') ); ?>" />
    				</div>
    			</div>
    			<div class="form-group form-button">
    				<button type="submit" class="btn medium-btn btn-black"><?php esc_attr_e( 'Search', ETHEME_DOMAIN ); ?></button>
    			</div>
    		</div>
    	</form>
    	</div>

    and added this code in Custom CSS for desktop section:

    .header-search-form .form-horizontal .form-group {
       float: left;
       margin-top: 20px;
    }
    .header-search-form .form-group.form-button {
       margin-top: 23px;
    }

    Please check header now.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 26, 2016 at 14:11

    hi Eva,

    Noah really great of you :)!!
    But we want it a little bit different:

    1. We want the header like this: http://e-bikewereld.nl/wp-content/uploads/2016/04/Custom-headerkopie.jpg
    Is that possible?
    From left to right:
    – So remove the social media icons
    – Logo to the left
    – Than search field (can i set some text above this?)
    – Than, if possible, the possibility to add links
    – Than the cart

    2. I tried everything what the documents and links said to do for the Defer parsing of JavaScript, but nothing helped. Every time when i edit the functions.php of Royal Theme, the site is blanc.

    Sorry, really don’t know what to do but i see a lot of the same questions at the forum…

    Avatar: Eva
    Eva Kemp
    Support staff
    April 26, 2016 at 14:39

    Hello,

    1. The queries you want to apply require a lot of customization. Sorry, but it’s beyond our basic support scope. You can contact our developers https://www.8theme.com/customization-services/ to get additional support.

    2. You may also try to use this plugin https://wordpress.org/plugins/wp-deferred-javascripts/ or follow this instruction https://www.oxhow.com/optimize-defer-javascript-wordpress/ .

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    April 29, 2016 at 11:40

    Hi Eva,

    1. Yesterday i saw a problem in the website http://www.e-bikewereld.nl . If you look in Firefox or Internet Explorer, the homepage is different than in Safari. (I made the shop in Safari).
    The bike is set down under the header, in stead of over the header, like in safari. Safari is good.

    Can you please help me with this?

    2. How can i set a different title size of the Blog titles?
    3. When uploading a Youtube movie in a Product, it only shows the play-icon. Is it possible to show a pre-image or something?
    4. I used the Brands-filter in the widget for the sidebar of the shop: http://e-bikewereld.nl/product-categorie/accu-revisie/
    But now it shows every brand. Is it possible to remove the brands that are empty
    OR/AND-> show it like a drop down menu?

    5. On this page: http://e-bikewereld.nl/mijn-account/ you see black button’s with “View” “Download order”… How can i change those colors included the fonts?

  • 1 2 3 4
    Viewing 20 results - 1 through 20 (of 80 total)

The issue related to '‘Questions for a webshop’' has been successfully resolved, and the topic is now closed for further responses

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