meidanm95
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] How to update theme without messing up site?@bondoc Happy to help, we learn from each other :]
Anyway, Iv’e just made changes to my original php since theme updates isn’t that often like plugins and I have a backup txt file where I put my code lines. in case I have an update, I just put the code back which is very easyForum: Themes and Templates
In reply to: [OceanWP] How to update theme without messing up site?Hi @bondoc.
I can tell you from my own experience that to make a child theme when your website is customized already it’s a big mess.
But from your explanation you don’t have to create a child theme… Whatever you set in the customize area should be saved after theme update. You can copy the css lines to a txt file and paste it back after the update in case you need to. If you want to be extra safe, you can make a full backup before updating. Goodluck ??Forum: Themes and Templates
In reply to: [OceanWP] Custom font is not working.@abhikr781 Thank you for your answer :]
I’m working with the child theme tamplete, so it’s activated..https://freefonts.co.il/downloads/dana-yad-alefalefalef.zip
this is the original font I try to add’ , but I tried different font and it wasn’t work as well.
I tried to use webfont-generator also.
I also tried do find the font family with css action and no respond..
my css file:Theme Name: OceanWP Child Theme URL: https://localhost/wordpress Description: OceanWP Child Theme Author: *** Author URL: https://localhost/wordpress Template: oceanwp Version: 1.9.0 Text Domain: oceanwp-child @font-face { font-family: 'DanaYadAlefAlefAlef-Normal'; src: url('fonts/DanaYadAlefAlefAlef-Normal.woff') format('woff'); }
Forum: Themes and Templates
In reply to: [OceanWP] hide the gap between header and bodyGo to Customize mene and then General Options>General Settings and then set Content Padding to 0
Good Luck :]Forum: Themes and Templates
In reply to: [OceanWP] Woocommerce page dead area on mobileHi @abhikr781 :]
My problem was this:
https://drive.google.com/file/d/1UnONqByBRYF98RcvrrAJ6exB11tXa2hZ/viewAnd this problem was only on category pages in Woocommerce. Anyway, I fixed it by adding this custom css:
@media screen and ( max-width: 640px ) { .woocommerce { width: 100% !important; columns: 1; } }
Hope it will help someone ??
Hi @sanzeeb3 ??
Thank you for your answer!
I verified my sender mail before I opened this thread.. Anyway after two days from sending the email from wordpress, I’ve got the request in sendgrid on their dashboard but the email still isn’t delivered.
I guess that’s because I’m a new user and my account is still under review..hope it’s just a matter of time