Hello,
SP Page Builder doesn't work anymore. Only with the paid version of SP Page Builder can I have access to my module and articles made with SP Page Builder.
Is their any sollution?
agethemes
POSTED: 2024-11-26
Hello JOHNKING,
Can you send me your site UIRL, admin login? So, I can help.
johnking
POSTED: 2025-02-06
Hello, on the contact pages, at the very bottom of the form that visitors can fill in, there is a send button. Only this send button is only visible when you hover the send button with the mouse. The send button is not noticeable.
How can that be adjusted?
In the smartphone version, the menu button is not clearly visible. Can that be adjusted, for example by applying a different color or background?
I have a drop down menu. The button should be an arrow. On the home page it is actually an arrow. But when I go to a subpage it suddenly becomes an open square. Can that be adjusted somewhere?
2/ I can't see mobile button menu and sub menu icon issue, can you enable it?
johnking
POSTED: 2025-05-16
Goodmorning,
Problem 1 is solved. Thank you for that!
Problem 2
Is it even possible to display the hamburger menu on a mobile phone? I have an iPhone myself and don't see the menu, but I do when I tilt my iPhone and view it in landscape mode. Also, on your demo version that I can view through the website, the menu is not visible when you view the mobile phone in portrait mode.
thanks in advance
John
agethemes
POSTED: 2025-05-16
Hello JOHNKING,
Please go to Template Options > Custom Code, add more CSS as below for "Custom CSS code" field
Unfortunately, the menu is still not visible on the mobile phone. I do see that the text ('LOOPGROEP KLOOSTERVEEN ASSEN') has become slightly narrower, but the menu is still not visible. Can I perhaps adjust the maximum width in pixels myself?
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
SP Page Builder doesn't work anymore. Only with the paid version of SP Page Builder can I have access to my module and articles made with SP Page Builder.
Is their any sollution?
Can you send me your site UIRL, admin login? So, I can help.
How can that be adjusted?
In the smartphone version, the menu button is not clearly visible. Can that be adjusted, for example by applying a different color or background?
I have a drop down menu. The button should be an arrow. On the home page it is actually an arrow. But when I go to a subpage it suddenly becomes an open square. Can that be adjusted somewhere?
www.loopgroepkloosterveen.nl
subpage: https://loopgroepkloosterveen.nl/info-lijst/contactpersonen
1/ For button from the contacts form, please go to Template Options > Custom Code, add more CSS as below for "Custom CSS code" field
button.btn.btn-primary.validate {
background-color: #000;
}
2/ I can't see mobile button menu and sub menu icon issue, can you enable it?
Problem 1 is solved. Thank you for that!
Problem 2
Is it even possible to display the hamburger menu on a mobile phone? I have an iPhone myself and don't see the menu, but I do when I tilt my iPhone and view it in landscape mode. Also, on your demo version that I can view through the website, the menu is not visible when you view the mobile phone in portrait mode.
thanks in advance
John
Please go to Template Options > Custom Code, add more CSS as below for "Custom CSS code" field
@media (max-width: 991px) {
#sp-header .logo a {
font-size: 20px;
}
}
Save and recheck.
Sorry, please replace my code with
@media (max-width: 991px) {
#sp-header .logo a {
font-size: 16px;
}
}
save and recheck.
You're welcome!
You're welcome!