zabavljaev
Forum Replies Created
-
Очень приятно видеть сайт художника! Спасибо! Я не знаю, смогу ли Вам помочь. На данный момент я обнаружил, что отступ перед меню можно уменьшить, если обнулить padding:
.site-branding,.ast-site-identity {padding-bottom:0 !important;}
Возможно разработчики этой замечательно темы помогут Вам лучше.Forum: Plugins
In reply to: [Footer Reveal Effect] Links are not clickableMicrosoft does not recommend using this browser, but it still remains in the system. It would be nice if only Edge remained. Unfortunately, some use Internet Explorer on older computers.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Table Of ContentsThank you very much! Very pleased that you warned!
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Buttons are hidden!I did it temporarily:
add_action('admin_head', 'myfix'); function myfix(){ echo '<style>.uagb-column__wrap{overflow: inherit !important;}.uagb-column__wrap .uagb-column__inner-wrap {z-index: inherit!important;}</style>'; }
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Buttons are hidden!Temporary solution:
blocks.style.build.css.uagb-column__wrap { position: relative; overflow: inherit !important }
Buttons became visible, but, the button with the link is not clickable … Probably, z-index
Could you suggest a temporary fix?.uagb-column__wrap .uagb-column__inner-wrap { margin-left: auto; margin-right: auto; position: relative; z-index: inherit!important; flex: 1; width: 100%; }
- This reply was modified 5 years, 7 months ago by zabavljaev.
Forum: Themes and Templates
In reply to: [Astra] TranslateI did this with jquery, but this is not the best way:
var replaced = $('.nav-previous').html().replace('Запись', 'Сказка'); $('.nav-previous').html(replaced);
or
$(".nav-previous, .nav-next").each(function() { var text = $(this).html(); text = text.replace("Запись", "Сказка"); $(this).html(text);
Can you please tell me if there is another way?
- This reply was modified 5 years, 7 months ago by zabavljaev.
Forum: Themes and Templates
In reply to: [Astra] TranslateHello! I can’t change the translation in GlotPress: translation is good there. I had to change a few words in accordance with the features of the site. I used Poedit, but with the update everything returns. In addition, the combinations “Previous %s” and “Next %s” do not translate the value “%s” if I translate the word “Single Post” using Poedit. Probably, the word Post (Single Post) is not in your files.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Table Of ContentsThank! Yes, I canceled the script connection, but it was just interesting to know its purpose.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] z-index in shape dividersMany thanks for the new feature!! Now I can delete:
.zid .uagb-columns__shape-top,.zid .uagb-columns__shape-bottom {z-index: 10;}
With the Astra theme and your plugin you can create great sites!The plugin overrides if you leave the fields empty, but if you put 0, then padding: 0. If I’m not mistaken.
I think 20px is the default
And if the field is empty, then the default value is set.Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] ShapeThank you very much!! If I could change the code myself, I would be forced to forbid updating the plugin.
I hope this is useful for many.Forum: Plugins
In reply to: [Flex Posts - Widget and Gutenberg Block] How to disable post thumbnails?Thank you very much! I will hide the thumbnails using CSS.
Sites on the local server open in Google Chrome, and everything else in the Cent Browser browser (portable). Adblock Plus does not interfere. In Google Chrome, everything works correctly.
Forgive me! I actually opened the control panel in the Cent browser, not in Google Chrome. I opened in Google Chrome and everything seems fine. I’ll check it out as it should. Thank! Thanks to your plugin, I gave up on Elementor.
Google Chrome Adblock Plus