Forum Replies Created
-
in reply to: Problems with shortcode business button
hello,
That’s great to know. Let us know if you have other questions.
Best regards!
in reply to: Portfolio single page – remove arrow for both sidesHello,
Yes, you can. Just add this code into your custom css box:
.nav-growpop a.prev { display: none;} .nav-growpop a.next { display: none;}Let us know.
Best regards!
in reply to: Portfolio page – won’t show all portfolio itemsHello,
Please read this article: https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-page regarding it.
Let us know.Best regards!
Hello,
Please make sure you have changed succesfully all links. We can recommend to use the WP Migrate plugin too as a very good plugin to move your site.
Let us know how it will go.Best regards!
in reply to: Dummy data : Import not completeHello,
You should only delete the pages already created. To import another demo, go to Specular > Import/Export (demo data) and select one of the available demos.
I see you already have demo data imported. Is this not what you wanted? What demo do you want to use?
I accessed your site but you have restricted the access to theme options (screenshot). There is nothing we can do in this situation.Best regards!
in reply to: More textHello,
@ansarshah,
Please edit the line above to this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 999).'</p>';
to display all descriptive text of the team.Let us know.
Best regards!
in reply to: WPBakery Visual Composer stopped workingHello,
In this case you still need to download the latest theme version. Then follow these steps:
1-unzip the main theme file, you will find the theme’s folder, documentation folder, License and sliders dummy data. (screenshot)
2-Open “specular” folder and find in it the “plugins” folder (screenshot). Inside it there are all included plugins.
3-Find “js_composer” zip file and unzip it (screenshot).
4-Access your wp-content/plugins in server via a ftp account. Import the “js_composer” folder (unzipped) in it. Overwrite the previous one.Go back to your wp dashboard. You have now the latest included WPBackery plugin. Activate it and keep working.
Let us know if you need further help.Best regards!
in reply to: WooCommerce product picture mouseoverHello,
I can’t recall exactly what issue did you have. The images links you send us are no longer available, but seeing the last css i send your and the products, i suppose it’s about the “add-to-cart” buttons.
I added this code into your custom css:.woocommerce ul.products li.product .image_wrap a.button.add_to_cart_button.product_type_simple.btn-bt.default { display: none; } ul.products li .button, ul.products li .added_to_cart { top: 38% !important; }There is only one “add-to-cart” button now and it’s centered.
Let us know if you need anything else.Best regards!
in reply to: LayerSlider WordPress not working in chromeHello,
This is strange. I imported you own slider into my test site in my side and the slider shows up (with animations and all) very ok. See screenshot.
You have also a layerslider error (screenshot) displayed in console that also it’s not present on my side.
I deactivated your third party plugins and imported a fresh copy of theme. The problem however is still present only on your server. I am assuming now that this is not a file issue.
However, i’m sending this topic to our developer team for a much more professional review. We will get back to your asap.Regards!
in reply to: WPBakery Visual Composer stopped workingHello,
You need to update theme and Visual Composer after it. Please read in our theme’s documentation the instructions on how to update theme.
After this, you have to update Visual Composer. Read this article for more information.
Let us know how it will go.Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo img { height: 75px !important; top: 57% !important; }}This is the result screenshot.
The mobile menu bars are already blue. Did you manage to change it’s color? Let us know.Best regards!
in reply to: fullscreen slider on mobileHello,
I edited the css code responsible for the mobile slider in your Custom Css box to this:
@media (max-width:480px){ .slider#slider-fullwidth { min-height: 667px !important;} .codeless_slider_swiper { min-height: 667px !important;} .codeless_slider_swiper .parallax_slider { min-height: 667px !important;} .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { min-height: 667px !important;} .codeless_slider .swiper-slide .buttons a.bordered { margin-top: 12px !important;} }Please check your site. The slider displays ok in mobile devices now (screenshot).
Let us know.
Best regards!
in reply to: Problems with spacing of headers in iphone viewHello,
That’s great to know. Let us know if you need anything else.
Best regards!
in reply to: google fonts not rendering on codeless sliderHello,
The Codeless slider is a build-in slider, created especially for Codeless themes. It has already a list of available fonts for you to choose on.
You have already opened two other topics regarding it and we guided you into the process. What else do you need to know?
There are countless custom fonts out there. We can not include them all. If you want to add one, follow the steps we already told you in your other topics.https://support.codeless.co/?topic=codeless-slider-font-2https://support.codeless.co/?topic=google-font-not-working-on-sliderFor suggestions regarding new features and/or theme’s options, please write us at https://support.codeless.co/?forum=suggest-us-features
Best regards!
in reply to: Slider Revolution – Alternative Mobile Slider?Hello,
Normally you can not have two different sliders for one page, using page’s General Settings. But here it is a workaround for your case:
-Assign the complex slider in your page’s General Settings > Slider Options (screenshot). Make sure to set ON the “Remove slider from mobile view” option.
-Add a “Revolution Slider” Visual Composer element in the start of your page. Select to show here the simple slider and add a custom css class to it. See the screenshot.
Add this css into the page’s custom css box, to hide it in desktop view:@media (min-width: 1024px){ .hide {display: none;} }Screenshot. Let us know.
Best regards!