Alex Soundmaster
Forum Replies Created
-
Hey, I am pass data from form to google sheet and “cool23plugins” in sheet data is not looking good, please remove it!
Thank you, the problem was only in the frontend and disappeared after commenting out the line you gave.
Forum: Plugins
In reply to: [WP Translitera] sanitize_title без транслитерации (remove_filter)я знаю что можно сделать remove_filter, потом sanitize_title, потом снова включаем транслитерацию add_filter:
remove_filter( ‘sanitize_title’, ‘название_функции’, 10, 3 );
$filename = sanitize_title( $filename, $post_id );
add_filter( ‘sanitize_title’, ‘название_функции’ );Это пример, мне нужно название фильтра для транслитерации
Forum: Plugins
In reply to: [WP Translitera] sanitize_title без транслитерации (remove_filter)Здравствуйте, это нужно когда создается новая запись в БД, времмено отключить транслитерацию только один раз для этого конкретного случая.
+1 Posting to closed groups is MUST HAVE feature. This is important!
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] 404But now im updated my permallink settings and its ok! Thanks, grate plugin. God bless you!
- This reply was modified 7 years, 5 months ago by Alex Soundmaster.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] 404And nothing changes
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] 404I just create file with default wordpress settings
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] 404No, there is no .htacces
Forum: Plugins
In reply to: [WP Posts Carousel] carousel in tabs$(".et_pb_tabs_controls li").click(function(){ var w = $ ('.et_pb_all_tabs').width(); var carousel = $('.post_carousel2 .owl-carousel').data('owlCarousel'); carousel._width = w; carousel.invalidate('width'); carousel.refresh(); var carousel = $('.post_carousel3 .owl-carousel').data('owlCarousel'); carousel._width = w; carousel.invalidate('width'); carousel.refresh(); var carousel = $('.post_carousel4 .owl-carousel').data('owlCarousel'); carousel._width = w; carousel.invalidate('width'); carousel.refresh(); });
This is my code now.
But i dont know the count of carousels on my page for now.- This reply was modified 8 years, 5 months ago by Alex Soundmaster.
I find that if google do not provide maxresdefault, then go to video setting in youtube, set another thumb and wait to refresh video thumb. Then set old thumb and maxresdefult will be appear.
Forum: Plugins
In reply to: [PDF Image Generator] Generated image black and whiteThanks for your job!!!
Forum: Plugins
In reply to: [PDF Image Generator] Generated image black and whitepigen_test.pdf works fine! It can ba a file color system problem…
Forum: Plugins
In reply to: [PDF Image Generator] Generated image black and whiteWhen i uploading pdf to wordpress, image generated by plugin is in grayscale…
https://www.cercva.domspaseniya.com.ua/%E2%84%9616-%D0%B2%D0%B5%D1%80%D0%B5%D1%81%D0%B5%D0%BD%D1%8C-2015/Forum: Plugins
In reply to: [MP3-jPlayer] Add background image [playlist ids=...]Can you give me shortcode exemple?