Forum Replies Created
-
in reply to: Green Icon Hover ?
Hello,
I don’t know which icon you are using. In case you are using services medium like in this demo https://codeless.co/specular/business2/ the CSS code to be added in the Specular > General > Custom Css Box:
.services_medium.style_3:hover .icon_wrapper i { color: #fff !important; }
In the color instruction, you can add the color you wish.
Anyway to give you the exact instruction I have to check out your online link.
Let me know.
Regards!
in reply to: Mobile menu + align: absolute center issuesThis reply has been marked as private.Hello,
I think you have to go into the Specular > Header Options > Make Transparency > Switch Off
https://codeless.co/documentation/main.html#setup_header
Regards!
in reply to: Specular update heading problemHello,
Did you have installed the latest version of the theme?
The quick solution is to edit the page where you see the error and in the Slider Options set the Layer Slider as slider and set the slide you had created.
Permanent fix is by editing the file: wp-content/themes/specular/includes/core/codeless_slideshow.php edit line 60 :
$this->options['layer_slider_id'] = codeless_get_mod('layerslider')+1;
and replace with:
$this->options['layer_slider_id'] = is_numeric(codeless_get_mod('layerslider'))+1;
in reply to: Google Maps error messageThis reply has been marked as private.in reply to: Recurring ERROR MESSAGEShello,
I can’t access the file after tried again so you can make this change by yourself. Please edit the file wp-content/themes/picante/includes/codeless_functions_backend_editor.php search for the line above
$value = array_merge( $default, $value );
replace with:
$value = array_merge( $default, (array)$value );
Regards!
in reply to: Checkout button doesn't work on iPhonesHello,
If you have any older version of the theme please update to latest one we had released.
In case the issue persists please contact us again.
Regards!
in reply to: Show Menu Button on MobileHello,
Please send to me your online link so I can give you the exact code to show it online.
Regards!
in reply to: Need to change theme templateHello,
I haven’t disabled it. You have only to go into in the dashboard edit the page and click on the Classic Editor button there you can add any css or js you want.
Or for Custom Css you can add it on Specular > General > Custom Css
Regards!
in reply to: Recurring ERROR MESSAGESThis reply has been marked as private.in reply to: Google Maps error messageYou have to edit with the Customizing ▸ Footer
GeneralGoogle Api Key need to added and generated at:
https://developers.google.com/maps/documentation/javascript/get-api-key
After that you have to set the Google Latitude & Longitude of your location.
Regards!
in reply to: Change Woocommerce image changesThis reply has been marked as private.in reply to: Margins off (header & search) for some browsersThis reply has been marked as private.in reply to: Need to change theme templateHello,
You had used an element that doesn’t come styled with the theme. Anyway, I see that you have used a circle image and this can be styled with CSS.
I have made the div shaped like a circle.
Regards!
in reply to: Post QuestionsHello,
Please take a look now.
About the small line at the top it is shown only on when you are login in wp dashboard.
Regards!