zabavljaev
Forum Replies Created
-
Thanks for the quick response. This does not happen with Gutenberg blocks. This is strange.
Before that, I used other plugins, for example Gutenberg Blocks – Ultimate Addons for Gutenberg. All was good.- This reply was modified 5 years, 8 months ago by zabavljaev.
Forum: Themes and Templates
In reply to: [Astra] Margin in search widgetHello! This error will be on any site. It appears only on the search results page! The widget on a blog or single page looks good. By free template.
I’m sorry to trouble you!Forum: Themes and Templates
In reply to: [Astra] Margin in search widgetHello! Thanks for the quick response! This is not a problem on my site. I installed the template on a local server and on free hosting to check. I mean abnormal margin under the search field on the search results page. Maybe this screenshot shows better:
https://ibb.co/Ht8NTbf- This reply was modified 5 years, 8 months ago by zabavljaev.
Forum: Plugins
In reply to: [Autoclear Autoptimize Cache] Infinite reaload after activationThere was also a cyclic page reload. I switched to the settings of the plugin and clicked “Save”. Reboot stopped. Plugins are not the cause.
Forum: Plugins
In reply to: [Karma Music Player by Kadar] Material Icons embeddedMaybe just add to master.css? After all, you need only 3 icons.
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
Here the code is not much less
function karma_by_kadar_fonts_url() { $font_url = ''; if ( 'off' !== _x( 'on', 'Google font: on', 'karma-by-kadar' ) ) { $font_url = add_query_arg( 'family', urlencode( 'Material Icons' ), "//fonts.googleapis.com/css" ); } return $font_url; } wp_enqueue_style( 'karma-by-kadar-google-fonts', karma_by_kadar_fonts_url(), array(), '1.0.0' );
And then your player will work even on a local server)) Very beautiful player! And it is very nice that you like Beethoven’s Ninth Symphony.
- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
Forum: Plugins
In reply to: [Karma Music Player by Kadar] sizeI like the size of the button. To resize a button, you need to change several CSS style properties. But you must be able to. You can find the rest of the settings here: https://docs.kadarclaudiu.ro/karma/
Forum: Themes and Templates
In reply to: [Astra] How to add custom javascript with child themeThank you very much!
Forum: Themes and Templates
In reply to: [Astra] Color of the blockquoteThank you very much! You have created a very nice template. I wish you success!
Forum: Themes and Templates
In reply to: [Astra] How to add custom javascript with child themeAiri is the name of the site in Open Server (the Airi template was first installed)
Forum: Themes and Templates
In reply to: [Astra] How to add custom javascript with child themeThanks for the answer! In the developer console script, I do not see. I wanted to transfer scripts, styles and php from my plugin to a child theme. In the plugin code works. Of course, I can leave it as it is.
I created a child theme using your generator. Thank you very much! It is very convenient. But so far this is not necessary.
Please forgive me! I’m probably tired. Now I see the script.
https://savepice.ru/full/2019/2/25/87732a72f24d8db2186339b08eb11e86-full.png.html- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
Forum: Themes and Templates
In reply to: [Astra] Color of the blockquoteeditor page:
https://savepice.ru/full/2019/2/25/763dbec2cec169a01c966ede5f937605-full.png.html
frontend of the page:
https://savepice.ru/full/2019/2/25/2c492979b397e71c99397db6b1e29dc3-full.png.html
Thanks so much for Gutenberg Blocks!- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
- This reply was modified 5 years, 9 months ago by zabavljaev.
Forum: Plugins
In reply to: [Social Articles] Translation of “Articles”Sreenshot
Please write what is the cause. Thank you!Forum: Plugins
In reply to: [BP Profile Search] la visibilita del form dipende dall’accountGrazie per le risposte e per il lavoro che fai, Andrea!
Forum: Plugins
In reply to: [BP Profile Search] la visibilita del form dipende dall’accountMaybe try to override the widget input type = “hidden” using jquery?
Forum: Plugins
In reply to: [BP Profile Search] la visibilita del form dipende dall’accountGrazie mille, Andrea! Ho capito.