kamate
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup Migration] Backup failedThank you for your kind response.
But I have still an error : BMI-mg0OWyZX-03407
- This reply was modified 2 years, 7 months ago by kamate.
Forum: Themes and Templates
In reply to: [OceanWP] Theme CustomizingYou have to find the css class of the page content and add a custom css :
.myclass {
margin-top: XXpx;
}
where XX can be negativeIn your child theme, in style.css or in the extra css section of the customizer you can add :
ol.flex-control-nav.flex-control-thumbs {
display: none;
}- This reply was modified 6 years, 6 months ago by kamate.
Forum: Themes and Templates
In reply to: [OceanWP] Ajax “View Cart” is not translatableAs you noticed it, the .pot file is not up-to-date.
I solved this working in a local install (at least WordPress and OceanWP) : open the oceanwp.pot file with Poedit.exe, update the sources, save.
Then upload this file by ftp on your server. Now you can tranlate it with Loco. Ffff…Forum: Themes and Templates
In reply to: [OceanWP] Quick View and Checkboxes for Payment disappearedThanks Amit, but I have OceanWP 1.7.3 and Ocean Extra 1.5.19 (latest versions) and I still don’t have the icon showing, even if it’s working.
Forum: Themes and Templates
In reply to: [OceanWP] How to edit or remove or edit footer OceanWP ElementorHi Windspeed,
Have you found the option in the customizer ?
https://windspeedkites.com.au/wp-admin/customize.php?autofocus%5Bcontrol%5D=ocean_footer_bottom
- This reply was modified 6 years, 7 months ago by kamate.
Forum: Themes and Templates
In reply to: [OceanWP] Quick View and Checkboxes for Payment disappearedHi,
You would better specify that you are using OceanWP 1.7.2. Right ?If so, I have the same problème since I upgraded to 1.7.2 : a lot of icons have disappeared : checkbox in checkout, cart icon in the menu, left and right arrows, magnify icon for the Lightbox, scroll to top… But for me quickview is still here
I think it’s a regression in this version.
Let’s wait for a fix version.