bogdandimitrov
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce ePay.bg] Некоректно подадена заявка за плащане от системата наЗначи проблема се оказа, че към акаунта на клиента не е активиран 3D терминал /каквото и да е това/.
За да се активира клиента трябва да подпише анекс към договора и после модула за борика, демек разплащането с карти без купувача да има регистрация в epay.bg – бии трябвало да работи.
Аз обаче приключих работа с този клиент и незнам дали си подписаха този анекс.
Работата е за 5 мин., ама това размотаване ме дразни и ги оставих да се оправят.
Така, че маркирам проблема като решен.Благодаря Ви за отговора.
Forum: Plugins
In reply to: [Polylang] Images are duplicate for any language?I see. So this 2 images are only preview in file manager?
And if I uncheck option for file translation is there option to remove already translated previews from media manager?
I tried with one image. I made translation, then unchecked option for file translation but in file manager translated image still exist as unattached image. When I remove it it removes original, attached image too.
Thank You Komai,
I watched the video for Pro version and it looks great.
I’ll present it to my client and hope we will work together.Best Regards,
Bogdan DimitrovForum: Plugins
In reply to: [Menu Icons by ThemeIsle] Font awesome icons dont displayTo be more clear when I choice icon from font different than Dashicons – Boxes with numbers and letters are shown instead of certain images.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Font awesome icons dont displayI have the similar problem.
Only icons from Dashicons are displayed properly.Thank You in advice.
I see.
Thank You again.
Best Regards.?? Don’t scare me man, please!
I’m not developer and no developer friends around. So I fight alone.
I’m open for advices from real developers and more mindful persons – always. That is reason to post questions in forums like this.
??
Anyway You are one of this persons that always try to help other.Regards
I see. Thank You sir.
Actually I made it with custom query like this.<?php $loop = new WP_Query(array('post_type' => 'custom', 'posts_per_page' => -1)); ?> <div id="homeSlides" class="carousel slide" data-wrap="false"> <div class="carousel-inner"> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <!-- Carousel items --> <div class="item"> <img src="<?php print_custom_field('slideshow_img_one:to_image_src'); ?>" /> <img src="<?php print_custom_field('slideshow_img_two:to_image_src'); ?>" /> <div class="slide_content"> <h1 class="slide_title"> <?php the_title(); ?> </h1> <?php the_content();?> </div> </div> <?php endwhile; ?> </div> <!-- Carousel nav --> <a class="carousel-control left" href="#homeSlides" data-slide="prev">‹</a> <a class="carousel-control right" href="#homeSlides" data-slide="next">›</a> </div> <?php wp_reset_query(); ?>
Forum: Plugins
In reply to: [Polylang] Shoud I remove WMPL after activate Polylangok @chouby Thank You.
For database backups – I’m doing this every time. ??
Ok,
Thank You @photocrati.
In my opinion the problem is between NextGen and other plugin. But I have no time to test now. I must finish this site after two days. So I found another plugin for gallery.Thank You guys for your answers.
I’ll mark this trade as resolved.Thank You tizz for answer,
but I don’t now where exactly is this log file and what should I looking for? ??
Forum: Plugins
In reply to: [Custom Content Type Manager] Custom post type subcategories page?I found this and I think it will solve my problem:
How to check if a category is a child of another category?<?php while (have_posts()) : the_post(); ?> <?php if(category_has_parent($this_category)) : //$this_category is ID of parent category for custom post types get_template_part( 'content', 'MY_SPECIAL_SUBCATEGORIES_DESIGN' ); else : get_template_part( 'content', get_post_format() ); endif; ?> <?php endwhile; ?>
For now it looks like it works fine. ??
Forum: Plugins
In reply to: [Custom Content Type Manager] Custom post type subcategories page??? Thank You for answer. If I found decision I’ll post it here.
Hi
I think to me the problem was because of hosting provider. I think they use old Apache. And Errors are turned off so I didn’t saw any error message.
First time I used Duplicator on my blog which is on more modern hosting. With cPanel and latest versions of Apache, MySQL and PHP.
And as I expect there wasn’t any problem with Duplicator.
Maybe lifeinthegrid should test plugin on different servers for example different XAMPP versions. If have time.I still think that Duplicator is great plugin.
Have a nice day.Thank You Sir,
I installed development version direct on live site and it works.
So I made package and every thing should be fine.If any other issues I’ll keep You informed.
I can move WordPress manually, but after I found your plugin I become lazy. ??
Regards.