Forum Replies Created
-
in reply to: One pager with Sticky Nav
Hello,
Please edit this code(inside the @media 480px):
.codeless_separator span.separator { max-width: 100px !important;}
to this:.codeless_separator span.separator { max-width: 318px !important; margin-left: -157px !important;}Best regards!
in reply to: Revslider not responsive on mobileHello,
The revolution slider does not have any issue with responsiveness. Do you have any third party plugin installed? It could be conflicting with plugins scripts. However, you can add these lines into your custom css box, to make the current slider responsive:
@media (max-width: 480px){ .rev_slider_wrapper { width: 320px !important; height: 116px !important;} .rev_slider { width: 320px !important; height: 116px !important;} ul.tp-revslider-mainul { width: 320px !important; height: 116px !important;} } @media (max-width: 767px){ .rev_slider_wrapper { width: 768px !important; height: 398px !important;} .rev_slider { width: 768px !important; height: 398px !important;} ul.tp-revslider-mainul { width: 768px !important; height: 398px !important;} }Let us know.
Best regards!
in reply to: Various issuesHello,
What kind of issues are you facing? This is the right place for you to ask and we’ll do our best to help you.
Let us know for every thing.Best regards!
in reply to: double menuHello,
Do you mean the extra side bar? To remove it, go to general Options > Layout > Extra Side Navigation, set it OFF.
Best regards!
in reply to: Can't get any demo data to work properlyHello,
@dirksenoff,
Maybe you need to increase it more. Please disable any cache plugin if you have any installed on your site and try again. If the issue persists, open up a new ticket and send us your wp credentials in a private reply. We can give it a closer look.Best regards!
in reply to: Fixed NavigationHello,
You have some js errors in your site. Please remove the javascript code you have added into your Custom JS Code box and try again.
If the issue persists, please send us your credentials so we can check it. Let us know.Best regards!
in reply to: How to set Icon-sizeHello,
Nice to know you found your solution. Please find here are the icons used in theme:
https://icomoon.io/#preview-ultimate
https://icomoon.io/#linearicons
https://fortawesome.github.io/Font-Awesome/
Best regards!
in reply to: Price list button style is missingHello,
Sorry for the inconvenience. I have already notified the developer team. It won’t happen again. Thanks for the patience!
Best regards!
in reply to: Importing demo content Is not workingHello,
Please make sure you have enough memory limit. You can increase it’s value by yourself. Just go to wp-config.php file of your wordpress installation and add these lines:
/** Memory Limit */ define('WP_MEMORY_LIMIT', '96M');Or ask your host to do it for you. Try the import again. Let us know if you need further help.
Best regards!
in reply to: header in mobile verisonHello,
You have a very old version of theme. Please update theme to it’s latest version first. Let us know if the issue persist.
Best regards!
in reply to: Menu align RightHello,
Please add this code into your custom css box:
#navigation { padding-right: 15% !important; }Best regards!
in reply to: Portfolio grid alignmentHello,
This happens because the items do not have all the same height. Due to the different title length. To change it, please add this code into your custom css box:
.three-cols .portfolio-item { min-height: 415px;}
Result.Best regards!
in reply to: Homepage Header / Footer SpacingHello,
Sorry but this is not possible to do with theme styling options, because you want it only for this one specific element. But also not from custom css code either.
Best regards!
in reply to: How to set Icon-sizeHello,
Please add this code into your custom css box:
.icon_text i { font-size: 30px;}
Edit the value to your need.Best regards!
in reply to: (WPML) Blog Page Error not showing right blog postHello,
Please refer to this topic: https://support.codeless.co/forums/topic/problem-with-customizing-navigation-since-wpml/ regarding it.
Let us know.Best regards!