Forum replies created
Hi,
I went ahead and fixed the bug in your header.php file.
I also disabled social media links in Theme Options.
Works properly now.
Thanks!
Hi,
I have added the following custom css for you.
@media screen and (max-width: 768px) {
#bootstrap-slider .carousel-caption p, #bootstrap-slider .carousel-caption .button {
cursor: pointer;
display: block !important;
margin: 0 auto;
width: 60px !important;
}
}
This is the result screenshot. http://prntscr.com/8c0n07
Thanks!
Hi,
The css code can be found in style.css at line 10365,
look for the following block of codes.
.sb_toggle:after {
font-size: 16px;
font-family: IcoMoon!important;
content: '\f107';
-webkit-font-smoothing: antialiased;
display: block;
height: 40px;
position: absolute;
left: 15px;
top: 3px;
color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.sb_toggle.open:after {
-webkit-font-smoothing: antialiased;
content: "\f106";
}
Change the font family to fontawesome, for example.
.sb_toggle:after {
font-size: 16px;
font-family: 'FontAwesome' !important;
content:"\f017";
-webkit-font-smoothing: antialiased;
display: block;
height: 40px;
position: absolute;
left: 15px;
top: 3px;
color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.sb_toggle.open:after {
-webkit-font-smoothing: antialiased;
content: "\f106";
}
Then using the following page as a guide
http://fontawesome.bootstrapcheatsheets.com/
Change the CSS Rule, content: '\f107'; to some other icon.
For example content:"\f017"; which is a clock icon.
There are two entries of content in the css code, one for opened state and one for closed state.
Please contact us via our services page, if you require further assistance.
https://theme4press.com/services/
Thanks!
Hi,
I suggest you use a page template with the google map shortcode.
Please see screenshot http://prntscr.com/8bt790
The shortcode creator is the button with number 4 logo in WordPress content editor.
Please see screenshot http://prntscr.com/8bt8a0
Thanks!
Hi,
Please try the following codes in your Theme Options -> Custom CSS
.nav-holder ul.menu > li.menu-item-has-children > a::after, .top-menu ul.menu > li.menu-item-has-children > a::after, li.my-account > a::after, li.cart > a::after{ content:"" !important; }
If I am not wrong, doing this will remove all the down arrow in the menu, including other menu items.
Thanks!
Hi,
You can use the plugin’s widget on SlidingBar Widget1 to SlidingBar Widget4
or the shortcode in a text widget deployed on SlidingBar Widget1 to SlidingBar Widget4
If you require customization, you can contact us via our services page.
https://theme4press.com/services/
Thanks!
Hi,
I am not able to login into http://nordsee-schillig.de/ with the details you posted here https://theme4press.com/support/topic/update-to-evolve-plus-2-0-1-boxed-background-does-not-work/#post-20334
Please kindly check that the username and password you provided are correct.
I need to see your site in order to provide a possible solution.
Thanks!
Hi,
The fix for that bug is in this thread.
https://theme4press.com/support/topic/menu-hover-effect-not-working-in-my-1-9-0-evolve/page/2/#post-19881
If you need me to apply for you, Please post the following information in private reply.
ftp server url:
ftp username:
ftp password:
For a record, I am pasting your url here, easier to work, no need to search previous threads. Correct me if the following is not your url.
Thanks!
Hi,
We have never came across this error. I am unable to replicate this error on my localhost.
Please provide the following details in private reply
I will need to troubleshoot on your website.
FTP server url:
FTP username:
FTP password:
WordPress admin url:
username:
password:
Thanks!
Hi,
Please post your website url. I am not seeing that widget in this website https://fogwm.org/
Please also upload your image and post the url here.
Thanks!