sverger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] CF7 css style problems on inputhow to deregister or dequeue style sheet maybe problem it’s here /wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css
https://imgur.com/gallery/49ydWwP
- This reply was modified 4 years, 5 months ago by sverger.
Forum: Themes and Templates
In reply to: [Astra] CF7 css style problems on inputHi i have a problem again. I change icon on fields select dropdowns and i get bug https://pastebin.com/rVN3bgHa
Forum: Themes and Templates
In reply to: [Astra] CF7 css style problems on inputIt looks like it solved, but I’m not completely sure about it. Thank you for your time.
Forum: Themes and Templates
In reply to: [Astra] CF7 css style problems on inputI generated the style form cf7 here
https://cutt.ly/huBznakMaybe i have found the solution by writing styles
https://pastebin.com/7rUWU1xpand i’m using define( ‘WPCF7_AUTOP’, false );
- This reply was modified 4 years, 5 months ago by sverger.
Forum: Plugins
In reply to: [VDZ CallBack Plugin] Подключение сss, js на определенной страницеПонял просто, я планировал повесить на кнопку на главной))) Но все равно спасибо за быстрый ответ
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] oembed 404Its works Thank you
I had these errors too. And the code mentioned earlier have helped. But there is still an error on <link rel=”alternate” type=”text/xml+oembed”
That’s works! Thank you very much!
Thank you, it works well. What about google search console? Would it be fine if now there is no meta info about availability.
It’s weird and maybe it’s because title contains different symbols and text doesn’t shift. I have found the solution by writing styles for mobile devices for shifting the lines.
@media only screen and (min-width : 320px) and (max-width : 480px) {
.woocommerce-breadcrumb{
word-wrap: break-word;
}
}@media only screen and (min-width: 768px) and (max-width: 1024px) {
.woocommerce-breadcrumb{
word-wrap: break-word;
}
}