Hello,
As I see in Safari image is also not overlapping the header.
Sorry, but we can’t understand what you want to achieve. Please show a screenshot how the page should look like.
Regards,
Eva Kemp.
This topic has 80 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hello,
As I see in Safari image is also not overlapping the header.
Sorry, but we can’t understand what you want to achieve. Please show a screenshot how the page should look like.
Regards,
Eva Kemp.
Hi Eva,
1. EDIT: I updated the theme and WordPress and now it works on every browser! 🙂 🙂 🙂
Okay, another time:) :
– This Is Safari and the way it had to look like: http://screencast.com/t/lAJxsirYF
– This is Internet Explorer and Firefox and here we have a problem: http://screencast.com/t/0TsJ0NAeZeQ
As you can see, the bike in Safari stands FOR the background, and in the other browsers it just go down… So it’s not the same in every browser. We really need to fix this. please help us!
2. See topheader: how can we make a space between the checkmark and the text? A normal space or enter does not work. And the code <br> just setting the text on an other line…
3. We use your “Brands” widget on the shop page but we are not happy with this. Beceause we have a lot of brands, it is a long list.
How can we make this a dropdown?
How can we remove the empty brands?
Or do you have an other idea?
Help!
When you login in the backend of the homepage, i only see 3 rows but there are a lot more as you can see on the frontpage. What’s happend?
Hello,
1. I’ve checked your site in Firefox and bike is shown properly http://storage6.static.itmages.com/i/16/0513/h_1463151809_9214572_567ed2aa42.jpeg as well as in IE 11 version:
http://prnt.sc/b3lpn8
2. Add this code in Global Custom CSS:
.topbar-widget.widget_text img {
margin-right: 10px;
margin-left: 10px;
}
3. There are no such features for Brands widget. You may try to use Woocommerce Brands extension.
4. This is because you’re using deprecated Tabs element http://storage4.static.itmages.com/i/16/0513/h_1463152643_7174206_9746d9f45c.jpeg . Remove it and add new Tabs element with your content, then save the page and other rows will load.
Best regards,
Jack Richardson.
Hi Jack!
Great, thanks that works!
1. The Woocommerce brands extension, is it working WITH your brands widget?
2. I used your Product Categories shortcode on the homepage, how can i set that only the “Head” categories are showed? Or can i edit the categories that are showing now?
3. How can is set the product categories in 3 columns?
Hello,
1. No, that’s different widget.
2. There is no such option. You can use Woo Product Categories element and select what categories to show.
3. To show 3 categories using our element add this code in Custom CSS for desktop:
.page-id-18415 .owl-carousel .owl-item {
width: 380px !important;
}
Regards,
Eva Kemp.
Hi Eva,
1. But how is the category shortcode set now? It is strange that you have this option but that we can’t set the categories that we want to show. Can we set it like a sortation on date or something? Or how can i do this?
Hello,
As you can see in our element settings http://storage9.static.itmages.com/i/16/0517/h_1463485791_9529310_e8260ee3ab.jpeg there is only Parent ID field where you can add categories IDs and only child categories of those parent categories will be shown, but there is no option to set ids to show only parent categories.
You can use Woo Product Categories element http://storage6.static.itmages.com/i/16/0517/h_1463485890_3130716_dc404182f8.jpeg in this case.
Regards,
Eva Kemp.
Hi Eva,
1. When you look at this product: http://e-bikewereld.nl/product/fietsaccu-gazelle/
And than look at the tab “Beschrijving”. I used “bullet points” for this text:
Technische gegevens:
Bagagedrager bevestiging
Gewicht: +/- 2,5 Kg
Verlichting: Gemonteerd in de accu
Techniek: Lithium Ion
Voltage: 36 Volt
Capaciteit: 10,4 Ah
Aantal Wh: 374
But it is an other font than the content font. How can i change this? This is for the whole website
2. I used the Brands widget on the homepage. How can i make this automatic slide? And can i show more than 3 in once?
3. When you look at the cart page: http://e-bikewereld.nl/winkelmand/
– The coupon button is black, how can i make this blue?
– The button to sell have a grey font, how can i make this white?
Hello,
1. Please use this css code:
.tabs .tab-content li {
font: 13px/24px 'Open Sans', Georgia, Helvetica, sans-serif;
color: #767676;
}
2. Sorry, but there is no automatic slide option.
3. Add this css code:
.btn.big {
background-color: #196275;
}
.cart-collaterals .checkout-button {
color: white;
}
Best regards,
Jack Richardson.
Thank you Jack! Great 🙂
1. When you look at: http://e-bikewereld.nl/veelgestelde-vragen/ we used the FAQ widget. How can we change the title font of the FAQ?
– And when we have a long question like the 6th question, there is no space between the first and second line. the text is very close to each other.
2. How can i change the font and color of normal text links?
Hello,
1. Add the code in Global Custom CSS section:
.toggle-block .toggle-element > a {
font-family: Arial;
line-height: 25px;
}
2. Please specify for what links you want to change font.
Best regards,
Jack Richardson.
Yes that works 🙂
2. I mean the links like in the text on this page at the bottom: http://e-bikewereld.nl/accu-revisie/
Now they are blue. Can we make them an other color and more thick or underscored?
Hello,
Please use this code:
.content a {
color: red;
font-weight: bold;
}
Best regards,
Jack Richardson.
Hi Jack,
Thank you so much!
1. On the homepage i used “Product Categories”. is it also possible to show an empty categorie? I set 3 categories but 1 is not showing…
2. On the homepage is used “Brands”. Is it possible to show 5 brands? And automatically slide?
3. On the shop page: http://e-bikewereld.nl/product-categorie/accu-nieuw/
– How to make the background an other color of the button “FILTER”?
– How to make the background an other color of the navigation squares “1” “2”…
Hello,
1. Unfortunately there is no such possibility.
You have to add at least one product to a category to get it shown.
2. There is no feature for automatic slide.
To show 5 brands in a line try to use this css code:
.brandCarousel7042.owl-carousel .owl-item {
width: 220px !important;
margin-left: 10px;
}
3. What button exactly? In price filter widget or for hidden sidebar?
– Use this css code:
.pagination-cubic li span.page-numbers.current {
background-color: #000;
}
Change color to yours.
Regards,
Eva Kemp.
Okie thanks,
2) Sory, brands carousel don’t work
3) Both 🙂
Hello,
2. The reason is this code in Custom CSS is overriding brands slider code:
.page-id-18415 .owl-carousel .owl-item {
width: 380px !important;
}
Remove it if you don’t need it.
3. Use this code:
.filter-content .btn.filled.medium {
background-color: red !important;
}
.price_slider_wrapper .price_slider_amount button {
background-color: white;
}
Regards,
Eva Kemp.
Hi Eva,
Perfect! that works!
Sorry, another questions:
1. On shop page: how can i change the product titles? (Now bold and black), want them not bold and other color
2. Single product page: Is it possible to have the product video first, en then the product images?
3. When looking on the mobile, there is a menu that goes over the content. How can i remove this?
4. How can i set more columns in the mobile version? So 3 columns next to each other?
Hello,
1. Use this css code:
.products-grid .product-title a {
font-weight: normal;
}
As I see color is not black because you’re using this custom css code:
http://storage6.static.itmages.com/i/16/0524/h_1464085349_5143594_f83b59c0e3.jpeg
2. Unfortunately there is no such option. Sorry.
3. Remove this code from Global Custom CSS:
.fixed-header-area .collapse {
display: table-cell !important;
width: 600px;
}
and add it to Custom CSS for desktop.
4. Do you want to add 3 columns of products on Shop page? For tablets or mobiles?
Regards,
Eva Kemp.
Thanks!
4. On the mobile want 3 columns with visual composer. Not the shop
Hello,
4. What page do you want to have 3 columns on? Is it on home page for product categories?
If so images will be stretched and they won’t be displayed properly.
Regards,
Eva Kemp.
Hi Eva,
Okay, clear.
1. When i use the bullet points in text, the text is different than the normal font AND there are no bullet points : http://e-bikewereld.nl/product/fietsdrager-pro-user-diamant/ You can look at the tab” Description”
2. When you look at : http://e-bikewereld.nl/product/motor-cover/ You see in in the right side bar the categorie called ” Accu, display en motor accessoires”. Is it possible to make more space between the 1st and 2nd line? The text is very close to each other.
3. When i look i Google, and i search on “accu reviseren ebikewereld”. You see in the results after every categorie “Archives”. Why is this and how can we remove this?
4. Added the code to collapse the menu on the mobile that goes over the content but this doen’t work
Hello,
1. Use this css code:
.tabs .tab-content li {
font: 13px/24px 'Open Sans', Georgia, Helvetica, sans-serif;
list-style: inside disc;
}
2. Please use the following code:
.product-categories > li > ul.children li > a {
line-height: 30px;
}
3. Could you please show a screenshot of the issue?
Best regards,
Jack Richardson.
Hi!
1. Bullet point are there, but the font i can’t change…
2. Thanks
3. Already fixed. The “Archives” word was set in Yoast
4. Strange issue: in all browsers the product images are set good, but not in Google Chrome. See this print screen: http://e-bikewereld.nl/wp-content/uploads/2016/05/image004.jpg They are not these dimensions. How can i fix this?
5. When you look on the mobile webshop: The text block started with “Waarom ebike wereld” is going up, over the content. How can i fix this?
6. On the mobile: How can i change the backgournd color of the menu after you click on the hamburger? And the color of the text?
Hello,
1. I’ve removed odd css code for the mentioned li font style.
4. I’ve checked products page in Chrome browser and don’t see any problems with product images, here is the screenshot http://prntscr.com/b92a7r
5. The problem is caused by your custom margin added for visual composer element as shown on the screenshot http://prntscr.com/b92g3q. You need to remove it.
6. Use this css code to change mobile menu background and font color:
.st-menu.mobile-menu-block,
.close-mobile-nav.close-block.mobile-nav-heading {
background-color: #ececec;
}
.st-menu.mobile-menu-block a {
color: #000000;
}
Regards,
Eva Kemp.
Hi Eva,
Thanks you!
Unfortunately the menu still goes over the content on the mobile… What can i do?
Hello,
In the earlier reply you were told:
Remove this code from Global Custom CSS:
.fixed-header-area .collapse { display: table-cell !important; width: 600px; }and add it to Custom CSS for desktop.
So please do this and check mobile menu.
Regards,
Eva Kemp.
Hi Eva,
1. I did that but it don’t work… Sorry
2. Today, when logged in, the black backend row that normally appears in the top of the screen is gone? How can i get this back?
3. Is it possible to give all content text links a underline?
4. When i’m here in the forum is see this message:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘) AND user_id=7747’ at line 2]
SELECT * FROM wp_ss_purchase_codes WHERE envato_id IN () AND user_id=7747
Do i need to do something with this?
5. For example look at product: http://e-bikewereld.nl/product/fietsaccu-panasonic-36v17ah/
Under the description text it says : “4 op voorraad” (4 in stock). Is it possible to make this text, so the stock text, in bleu en bold?
Hello,
1. I’ve removed the code from Global Custom CSS section and added it to Custom CSS for desktop section:
.fixed-header-area .collapse {
display: table-cell !important;
width: 600px;
}
Please check site on mobile now.
2. Are you talking about this row http://storage1.static.itmages.com/i/16/0530/h_1464604434_5004332_410c05a6d0.jpeg ? As I see it’s shown.
3. Please show a page where in context you want to add underline style.
4. Could you please show a screenshot of the error and direct page link? As we don’t see it on our side.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Questions for a webshop’' has been successfully resolved, and the topic is now closed for further responses