Title: forro's Replies | WordPress.org

---

# forro

  [  ](https://wordpress.org/support/users/forro/)

 *   [Profile](https://wordpress.org/support/users/forro/)
 *   [Topics Started](https://wordpress.org/support/users/forro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/forro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/forro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/forro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/forro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/forro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT Multidimension Extensions] Compatibility with Breadcrumb NavXT 6.1.0](https://wordpress.org/support/topic/compatibility-with-breadcrumb-navxt-6-1-0/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/compatibility-with-breadcrumb-navxt-6-1-0/#post-10583799)
 * Thank you very much, version 2.5.2 solved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT Multidimension Extensions] Compatibility with Breadcrumb NavXT 6.1.0](https://wordpress.org/support/topic/compatibility-with-breadcrumb-navxt-6-1-0/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/compatibility-with-breadcrumb-navxt-6-1-0/#post-10566226)
 * Hi john,
 * Thanks for your answer.
 * In fact I see nothing. t is not about taxonomy, we have pages, here is what I
   have in the code, as a result the ul tag appears in html but remains empty. If
   instead of bcn_display_list_multidim_children() I am using bcn_display(), it 
   is working as expected.
 *     ```
       	<?php if(function_exists('bcn_display_list_multidim_children')) { 
       		?><ul class="breadcrumbs">
       		<?php bcn_display_list_multidim_children();?>
       		</ul><?php
       	} ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Minify] doing nothing](https://wordpress.org/support/topic/doing-nothing-1/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/doing-nothing-1/#post-6899833)
 * I have found also why the files were marked as ignored, and so were not minified.
 * It is because in wp-config.php I have set WP_CONTENT_URL to be different from
   where the html files are coming. This is done to have faster load times by serving
   the static files (pictures, css, js etc.) from a cookie free domain. So despite
   being under wp-content/uploads, these files are referenced as static.mywebsite.
   com instead of [http://www.mywebsite.com](http://www.mywebsite.com).
 * Is there any way to have bwp-minify working with such settings?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Minify] doing nothing](https://wordpress.org/support/topic/doing-nothing-1/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/doing-nothing-1/#post-6899821)
 * I think to have found the reason: on the manage enqueued files page, all of the
   css and js files are marked as “ignored in header” or “ignored in footer”. I 
   do not see however how to overwride this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Minify] doing nothing](https://wordpress.org/support/topic/doing-nothing-1/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/doing-nothing-1/#post-6899787)
 * Thanks for your answer. Where should I look for the log files? There is no such
   file under wp-content/plugins/bwp-minify/
 * Here is the beginning of the html source, without any trace of the plugin working:
 *     ```
       <!doctype html>
       <!--[if lt IE 8]> <html class="no-js lt-ie8" lang="hu-HU" prefix="og: http://ogp.me/ns#"> <![endif]-->
       <!--[if IE 8]> <html class="no-js lt-ie9" lang="hu-HU" prefix="og: http://ogp.me/ns#"> <![endif]-->
       <!--[if gt IE 8]><!-->
       <html class="no-js" lang="hu-HU" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
           <head>
               <meta charset="utf-8">
               <title>KVALIX Automatika Kft.</title>
   
               <link href='http://fonts.googleapis.com/css?family=Titillium+Web:300,600&subset=latin-ext' rel='stylesheet' type='text/css'>
   
       <!-- This site is optimized with the Yoast SEO plugin v3.0.7 - https://yoast.com/wordpress/plugins/seo/ -->
       <meta name="description" content="Alapítása, 1990 óta ipari automatizálással foglalkozik, különösen érzékelők és PLC-k szakértő disztribúciójával, ám egyedi gép- és alkatrészgyártással is."/>
       <meta name="robots" content="noodp,noydir"/>
       <link rel="canonical" href="http://www.kvalix.hu/" />
       <link rel="publisher" href="https://plus.google.com/+kvalix"/>
       <meta property="og:locale" content="hu_HU" />
       <meta property="og:locale:alternate" content="en_US" />
       <meta property="og:locale:alternate" content="de_DE" />
       <meta property="og:locale:alternate" content="fr_FR" />
       <meta property="og:type" content="website" />
       <meta property="og:title" content="KVALIX Automatika Kft." />
       <meta property="og:description" content="Alapítása, 1990 óta ipari automatizálással foglalkozik, különösen érzékelők és PLC-k szakértő disztribúciójával, ám egyedi gép- és alkatrészgyártással is." />
       <meta property="og:url" content="http://www.kvalix.hu/" />
       <meta property="og:site_name" content="Kvalix" />
       <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/www.kvalix.hu\/","name":"Kvalix","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.kvalix.hu\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
       <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"http:\/\/www.kvalix.hu\/","sameAs":["https:\/\/facebook.com\/KvalixAutomatika","https:\/\/www.linkedin.com\/company\/kvalix","https:\/\/plus.google.com\/+kvalix","http:\/\/www.youtube.com\/c\/kvalix"],"name":"Kvalix Automatika Kft.","logo":"http:\/\/www.kvalix.hu\/wp-content\/themes\/kvalix\/images\/logo.svg"}</script>
       <!-- / Yoast SEO plugin. -->
   
       <link rel='stylesheet' id='normalize-css'  href='http://static.kvalix.hu/themes/kvalix/bower_components/foundation/css/normalize.css?ver=2.1' type='text/css' media='all' />
       <link rel='stylesheet' id='slick-css'  href='http://static.kvalix.hu/themes/kvalix/bower_components/slick-carousel/slick/slick.css?ver=2.1' type='text/css' media='all' />
       <link rel='stylesheet' id='themestyle-css'  href='http://static.kvalix.hu/themes/kvalix/style.css?ver=2.1' type='text/css' media='all' />
       <link rel='stylesheet' id='shiftnav-css'  href='http://static.kvalix.hu/plugins/shiftnav-pro/pro/assets/css/shiftnav.min.css?ver=1.3.0.2' type='text/css' media='all' />
       <link rel='stylesheet' id='ubermenu-css'  href='http://static.kvalix.hu/plugins/ubermenu/pro/assets/css/ubermenu.min.css?ver=3.2.2.1' type='text/css' media='all' />
       <link rel='stylesheet' id='ubermenu-font-awesome-css'  href='http://static.kvalix.hu/plugins/ubermenu/assets/css/fontawesome/css/font-awesome.min.css?ver=4.3' type='text/css' media='all' />
       <link rel='stylesheet' id='shiftnav-custom-css'  href='http://static.kvalix.hu/plugins/shiftnav-pro/custom/custom.css?ver=1.3.0.2' type='text/css' media='all' />
       <link rel='stylesheet' id='ductile-embed.css-css'  href='http://static.kvalix.hu/plugins/ductile-responsive-video/css/ductile-embed.css?ver=1.1.0' type='text/css' media='all' />
       <script type='text/javascript' src='http://static.kvalix.hu/themes/kvalix/bower_components/modernizr/modernizr.js?ver=2.1'></script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT Multidimension Extensions] Category to expand child categories (not ones in the same level)](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/)
 *  [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/#post-5731499)
 * While trying the new version, I had to realize, that missing the children of 
   the home breadcrumb was normal in my case, I was expecting something without 
   thinking about.
 * On our site, the main menu points are not below the home page, but together with
   it on the root level. As so, there are no pages to be listed by `bcn_display_list_multidim_children()`.
 * Having the home page with the first level menu pages together on the root level
   is however a quite common practice. But it is leading to a problem also in case
   of using `bcn_display_list_multidim()`, because the home breadcrumb will have
   the same sub-list, than the breadcrumb of the first level menu following it.
 * Whith all these in mind, a fully comprehensive solution could be an option specific
   to the home breadcrumb, to decide whether it should have any children, and if
   yes to be siblings or children.
 * In my specific case, while using `bcn_display_list_multidim_children()`, I would
   decide to apply `bcn_display_list_multidim()` to the home breadcrumb, while if
   I was using `bcn_display_list_multidim`, I would go on with no children below
   the home breadcrumb.
 * Or perhaps another possible solution to such sites where the first level menu
   pages are on the root level, together with home, could be an option to consider
   home being on a virtual level above the root level.
 * Sorry for this long post, I fully understand of course if all these were leading
   too far.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] from where is sitename coming from?](https://wordpress.org/support/topic/from-where-is-sitename-coming-from/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/from-where-is-sitename-coming-from/#post-6805680)
 * I managed to find the answer.
 * Usually it is probably the name of the site, but in my case it seemed not to 
   be the case, because I am using Polylang, and in this case the site name is coming
   the translations set in Polylang, which may be different from what is set as 
   site name, even for the default language.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT Multidimension Extensions] Category to expand child categories (not ones in the same level)](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/)
 *  [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/#post-5731497)
 * Hi John,
 * Thank you, this sounds very well.
 * Concerning the children breadcrumbs of the home with bcn_display_list_multidim_children,
   now they are missing not only when on the home page, but always. Will this enhancement
   make them visible only when on the home page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT Multidimension Extensions] Category to expand child categories (not ones in the same level)](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/)
 *  [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/category-to-expand-child-categories-not-ones-in-the-same-level/#post-5731491)
 * Hi John,
 * Thank you very much, this is exactly what I was looking for.
 * The multidimension extension is working as expected, but two points:
 * 1) Is there a way to filter the lists of siblings/children? I mean there are 
   some pages which are there in the page tree, but are not to be listed, for example
   some forms and their thank you pages.
 * 2) bcn_display_list_multidim_children seems not to be dealing with the home breadcrumb,
   it does not extend it with the list of its children.
 * Thanks,
    Peter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] image alt text missed in some cases](https://wordpress.org/support/topic/image-alt-text-missed-in-some-cases/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-alt-text-missed-in-some-cases/#post-6619167)
 * In my case the alt text is really missed.
 * Now the plugin on our site is set to the Lightcase script. This premium extension
   to the plugin is displaying the alt text also by itself, so when Responsive Lightbox
   is set to display the image alt text, the alt text can be seen twice. Surprisingly,
   Lightcase do not have any problem with our gallery, so the alt text can be seen
   twice on photos where Lightbox is working as expected, and only once where Responsive
   Lightbox is missing to the alt text.
 * Can be seen at:
    [http://www.kvalix.hu/kvalixrol/galeria/](http://www.kvalix.hu/kvalixrol/galeria/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ductile Responsive Video] Doesn't work for me](https://wordpress.org/support/topic/doesnt-work-for-me-78/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/doesnt-work-for-me-78/#post-6606670)
 * You are right, sorry, I didn’t knew about the right method to embed a video, 
   they have iframe tags on our pages.
 * When I put them simply, without iframe, it is working as expected.
 * Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] unsuccessful CF7 grouping](https://wordpress.org/support/topic/unsuccessful-cf7-grouping/)
 *  Thread Starter [forro](https://wordpress.org/support/users/forro/)
 * (@forro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/unsuccessful-cf7-grouping/#post-6516108)
 * I noticed meanwhile, that the html input tag made by mc4wp was slightly different
   from the html code made by Contact Form 7, so I changed the shortcut in the cf7
   editor with html code similar to the mc4sp’s. A detail of the working code showing
   the difference which is in the name field:
 * <input type=”checkbox” name=”mc4wp-GROUPINGS[6365][]” value=”Érzékelők ipari 
   automatizáláshoz” checked=”checked” />
 * The checkbox values can be used even in this case for mailing by cf7, the tag
   to be used is [mc4wp-GROUPINGS].
 * I think it would be simpler if it was working with the cf7 shortcut, but let’s
   enjoy it is working anyhow.

Viewing 12 replies - 1 through 12 (of 12 total)