Forum Replies Created
-
in reply to: Dummy Import only loads 65%
Hello,
Please make sure to check on these settings:
-To have the required access on themes files,
-check the execution time limit,change it on your server if not long enough to let all dummy data import.
-Check to have have enough memory limit.You can increase it yourself by adding this line into your wp-config.php file :define('WP_MEMORY_LIMIT', '94M');
Or ask your hosting provider to do it for you.Best regards!
in reply to: Centered header styleHello,
Please add this code into your custom css box:
.header_10 .full_nav_menu .container { border-top: none; border-bottom: none; }for the navigation borders.
I see you have edited the mobile menu icon color. Let us know if you still need help on that.Best regards!
in reply to: Problem with customizing navigation since WPMLin reply to: Mobile Site Does not Resize SliderHello,
Sorry for the late reply.
The slider dos show in both portrait and landscape(screenshot), but you need to refresh page first.
You have a js error in your site. Please assign a user id at your google analytic code. Let us know if the issue will persists.Best regards!
in reply to: Change Mouse Icon Service Text EffectHello,
Sorry for the late reply.
This should work:.services_steps { cursor: default;}if it doesn’t then you may have some syntactic error before this line. Check if there is any red x sign asside the custom css box.
If you want, send us your wp credentials in a private reply and we’ll do it for you.Best regards!
in reply to: Specular.zip not found in downloadHello,
Sorry for the late reply.
You have to zip the specular folder and upload it into your Appearance > Themes > Add new theme.Best regards!
in reply to: (WPML) Blog Page Error not showing right blog postHello,
Glad to know it’s ok. Thank you for sharing.
Best regards!
Hello,
For the menu dropping down when header gets smaller, you can fix it by making smaller padding between menu items. Please go to General Options >Header Options > Menu Options > Menu Items padding.
I already gave you a code for the logo in mobile(in your other topic). It should fix the horizontal scrolling as well. Please try it up and let us know.Best regards!
in reply to: Change thousands separator in OdometerHello,
Please download odometer.min.js file here: link. Yes, we are aware and are working to fix it soon. Thank you for the patience.
Best regards!
in reply to: Horizontal scrolling and cutted logo on iPhone 5Hello,
Sorry for the late reply.
Please add this code itno your custom css box:@media (max-width: 480px){ #logo img { height: 40px; padding-right: 35px; }}Let us know.
Best regards!
in reply to: Import demo successfull but no page createdHello,
@seunds,
Sorry for the late reply.
Did you manage to import dummy slider? I can not see the screenshot attached. Please send us your wp credentials in a private reply. We can help you set it up like the online demo.
Let us know.Best regards!
in reply to: Dummy Data for Business 5Hello,
Please try uninstall and reinstall WordPress. It could have corrupted files that are not letting theme scripts work properly.
It happen for wordpress files to get altered by some actions like installing external plugins.
let us know.Best regards!
in reply to: Navegation Menu not very ResponsiveHello,
Sorry for the late reply.
This happens because the width of menu bar exceeds the width of header bar, when you resize the screen too much. If you keep making it smaller, until you reach one of the predefined responsive screen sizes, then the site goes into responsive mode and it’s css classes take over. Meaning the mobile menu shows up.
To avoid the first situation, please try settings smaller paddings between menu items. For this, go to General Options > Header Options > Menu Options > Menu Items paddings/Margins.
For the second situation, you can change the point break (point where normal menu gets replaced by mobile menu) with some custom css code.
Let us know if you need further help.Best regards!
in reply to: Boxed Mobile VersionHello,
Sorry for the late reply.
Please add this code into your custom cs sbox:@media (max-width: 480px){ .boxed_layout { width: 320px !important;} }Let us know.
Best regards!
Hello,
Sorry for the late reply.
Please add this code into your custom css box:
.codeless_slider .swiper-slide .content.horizontal_centered {z-index: 2;}
Let us know.Best regards!