Forum Replies Created
-
in reply to: part of submenu shows
Omg….I am so sorry! This link refers to the staging website and this problem occurs in the “live” site. I will adjust the information in my profile… Then you can see what I mean when I hover the menu item “contact”.
in reply to: part of submenu showsStrange that you see a different menu… See screenshot attached what I see.
in reply to: part of submenu showsThanks Kris, but that’s not the problem.
When I hover the menu “contact” you can see that it somehow wants to show a submenu. It appears a little under the header menu and only appears when I hover the word contact. There ís a submenu here, but this is only visible on Mobile screens.
It appeared when I added this custom CSS:
@media only screen and (min-width: 990px) {
.only-mo { display: none !important; }}Thanks,
Linsey
in reply to: part of submenu showsSorry..again :-)
A strange green row shows up when I hover the menu item “contact” on my desktop.
What can I do to remove it?
(today I add custom CSS to show only 4 menu items on desktop)
in reply to: different menu for mobile devicesThanks a lot Mihaila!! Solved! :-)
in reply to: Visual composer content from row 1/3 under 2/3It seems that someone else in the company logged in and changed the padding. I apologize!
Case closed :-)
in reply to: Sticky Nav and One Page # links overlapThanks!!
in reply to: search on mobile menuThanks! I add custom css in the child theme but that info is not necessary to you anymore as you already helped me :-) . Great!
in reply to: search on mobile menuThanks, I add the code but my screen does unfortunately not look like your screenshot. No top wrapper appears on mobile (iphone 6).
in reply to: Contact form coloured linesThanks!! Solved:-)
in reply to: Chance text "Search Results"Search results show standard button, can I change the text of the “read more” button here too? Or where can I change this text?
in reply to: Chance text "Search Results"Where do I find “includes\view\page_header.php”
Thanks!
-
This reply was modified 9 years, 8 months ago by
Boekenbalie.
in reply to: Homepage not responsive – SpecularThanks, smooth scroll is active. Where do I find file.js / jquery.onepage.js to change this:
scrollTo: function(target, callback) {
var offset = $(target).offset().top;
$(‘html, body’).animate({
scrollTop: topposition
}, this.config.scrollSpeed, this.config.easing, callback);
},
Replace with these:scrollTo: function(target, callback) {
var offset = $(target).offset().top;
var topposition = offset – 70;
$(‘html, body’).animate({
scrollTop: topposition
}, this.config.scrollSpeed, this.config.easing, callback);
},
-
This reply was modified 9 years, 8 months ago by
Kris. Reason: html tags
in reply to: Homepage not responsive – Specular4. this is the page involved: https://staging.boekenbalie.nl/zakelijk/#consignatie
There are three buttons next to each other “Lees Meer” with a link to another section on the page. I think it is because of the menu-header height that you cannot see all the text lines involved. If I click the first button, the screen jumps to that section but there is about 80px height that you cannot read because the menu is shown. On mobile screen it looks normal, as there is no menu-header.
Thanks for your help!
in reply to: Homepage not responsive – SpecularThank you Mihaila for your support!!
Working on 1-3.
4—> update: after theme update none of the buttons work
With fullwith desktop screen the “read more” button on this page (https://zakelijk/#consignatie) jumps a few lines too far and therefore title/first text in the row is not showing. On mobile it jumps to the right line:
https://staging.boekenbalie.nl/zakelijk/5- YES YES, thanks!
6–Link: <span style=”line-height: 1.5;”>https://staging.boekenbalie.nl/verpakkingsinstructies/
</span>Is it possible to zoom the pictures or page on mobile version? (also the logo’s on the homepage)Thanks again!
-
This reply was modified 9 years, 8 months ago by
