Title: NCompass's Replies | WordPress.org

---

# NCompass

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/ncompass/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ncompass/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/ncompass/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 - Dynamic Text Extension] Add option to disable session data.](https://wordpress.org/support/topic/add-option-to-disable-session-data/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/add-option-to-disable-session-data/#post-16955661)
 * Thank you so much, all working!
 * We can now also use the cache friendly mode and no longer exclude that one page
   from cache 🙂
 * Thank you again – couldnt ask for a better response/result.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudinary - Deliver Images and Videos at Scale] Image scaling is off](https://wordpress.org/support/topic/image-scaling-is-off/)
 *  [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [3 years ago](https://wordpress.org/support/topic/image-scaling-is-off/#post-16689361)
 * Hi, I seem to have a similar problem with post thumbnails.
 * When the thumbnails are created we are specifying the size and that they should
   be cropped using default wordpress function. e.g.
 *     ```wp-block-code
       add_image_size('medium-2', 704, 330, true);
       add_image_size('thumb-2', 352, 165, true);
       ```
   
 * I would expect cloudinary to recognise the defined crop attribute and add a c_fill
   attribute to the the_post_thumbnail_url(). However it doesnt seem to do this.
 * Adding c_fill to global transformations doesnt work either as it is added into
   the wrong section of the URL – it comes after the size transformations..
 * Example bad URL:- [https://res.cloudinary.com/we-clear-junk/images/](https://res.cloudinary.com/we-clear-junk/images/)**
   w_704,h_330**/f_auto,q_auto/v1682097079/wordpress_assets/uk-rubbish-guide_10503d1d39/
   uk-rubbish-guide_10503d1d39.jpg
 * With attempted global transformation workaround (not working):- [https://res.cloudinary.com/we-clear-junk/images/w_704,h_330](https://res.cloudinary.com/we-clear-junk/images/w_704,h_330)**/
   c_fill/**f_auto,q_auto/v1682097079/wordpress_assets/uk-rubbish-guide_10503d1d39/
   uk-rubbish-guide_10503d1d39.jpg
 * Expected URL for a definined post image with crop attribute set: – [https://res.cloudinary.com/we-clear-junk/images/](https://res.cloudinary.com/we-clear-junk/images/)**
   w_704,h_330,c_fill**/f_auto,q_auto/v1682097079/wordpress_assets/uk-rubbish-guide_10503d1d39/
   uk-rubbish-guide_10503d1d39.jpg
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Posts Extended] Is it possible to pull posts from category and tag.](https://wordpress.org/support/topic/is-it-possible-to-pull-posts-from-category-and-tag/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/is-it-possible-to-pull-posts-from-category-and-tag/#post-16212900)
 * I’ve tried to be creative and use Taxonomy Offset to kind of achieve this..
 * So i have
    `taxonomy='tag-a,tag-b' taxonomy_type="tag"` pulling the wanted tags
 * and then
    `taxonomy_offset_names='unwanted-category-slug1,unwanted-category-slug-
   2' taxonomy_offset_type='category'`
 * in an attempt to push the unwanted categories off the feed.
 * The offset doesnt seem to work however – I cant seem to make any change to the
   feed at all..
 * Ideally I’d want the opposite of an offset.. to guarantee my wanted category 
   is shown — and those posts have either tag a or tag b.
 * A master filter and subfilter.
    -  This reply was modified 3 years, 5 months ago by [NCompass](https://wordpress.org/support/users/ncompass/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Posts Extended] Is it possible to pull posts from category and tag.](https://wordpress.org/support/topic/is-it-possible-to-pull-posts-from-category-and-tag/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/is-it-possible-to-pull-posts-from-category-and-tag/#post-16212790)
 * Thank you for the reply.
 * I had tried this — but its not quite what im after.
 * It would pull a post belonging to category “A”.
    And a different post belong 
   to Tag “B”.
 * Id like it to pull a post belonging to category “A” that is also tagged “B”.
 * Ultimately would be great if it could go a little further than that.
    Say a post
   with category “A” that is also tagged “B” or “C”.
 * Sort of an AND OR relationship setup.
 * (A and (B or C)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Boxzilla - WordPress Popup Builder] Load Conditions not working](https://wordpress.org/support/topic/load-conditions-not-working/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/load-conditions-not-working/#post-9612679)
 * The url for testing is [https://www.thelittlevoyager.com/de/&#8230](https://www.thelittlevoyager.com/de/&#8230);
   Also I can make both PopUs work fine together if they are set to show ‘everywhere’.
 * But that is my point – the popup rules do not work… for some reason.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Boxzilla - WordPress Popup Builder] Load Conditions not working](https://wordpress.org/support/topic/load-conditions-not-working/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/load-conditions-not-working/#post-9609565)
 * I am sorry but that is a different Pop up, that one is in Spanish… but we need
   the Pop-Up in German to show on German Pages… Yes – I have fully refreshed cache
   and cleared cookies and all the rest.
 * It seems the None of the ‘rules’ about when the popup appears have any effect
   unless I select ‘everywhere’.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Boxzilla - WordPress Popup Builder] Load Conditions not working](https://wordpress.org/support/topic/load-conditions-not-working/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/load-conditions-not-working/#post-9603883)
 * Hi Lap – thank you… So the issue persists and the URL where the Popup does not
   show up is [https://www.thelittlevoyager.com/de/](https://www.thelittlevoyager.com/de/)
 * The Screenshot of the settings can be found here.
 * > [Boxzilla Settings for TheLittleVoyager.com](https://imgur.com/a/uRpi3)
 * I also went through the process of re-installing the plugin to no avail. Once
   again thanks for the help. If you need access to WordPress I can arrange for 
   that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Boxzilla - WordPress Popup Builder] Load Conditions not working](https://wordpress.org/support/topic/load-conditions-not-working/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/load-conditions-not-working/#post-9602417)
 * Hi, I have tried everything, but it seems the rules are just not being obeyed…
   I even tried user logged in and still it did not work.
 * Where can I send a screenshot?
 * Ideally, I would like to use the ‘if URL is’ option, but no luck so far. All 
   help is very appreciated. Thank you
 *   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] I miss: <meta name="robots" index follow…. in the header](https://wordpress.org/support/topic/i-miss-meta-namerobots-index-follow-in-the-header/)
 *  [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [9 years ago](https://wordpress.org/support/topic/i-miss-meta-namerobots-index-follow-in-the-header/#post-9066576)
 * I would say this is no longer resolved, the Open Directory Project closed in 
   March 2017… thus there is no need to have noodp or nodir any longer, these tags
   are redundant and I would have thought it wise to replace with ‘index,follow’–
   thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Removing date in Job Listing](https://wordpress.org/support/topic/removing-date-in-job-listing/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/removing-date-in-job-listing/#post-7437907)
 * using this one
    [https://en-gb.wordpress.org/plugins/wp-job-manager/](https://en-gb.wordpress.org/plugins/wp-job-manager/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Removing date in Job Listing](https://wordpress.org/support/topic/removing-date-in-job-listing/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/removing-date-in-job-listing/#post-7437780)
 * I would not class it as a plugin. the previous forums on the subject were under
   Plugins and Hacks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Maskitto Light] WP SEO SiteMaps](https://wordpress.org/support/topic/wp-seo-sitemaps/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wp-seo-sitemaps/#post-6211988)
 * I’m pleased to say I was able to fix this… I re-saved the Permalink settings 
   in the General Settings options of WordPress and it all started working.
 * I’ve see others have problems with the SEO plugin, so fyi I referred to [http://kb.yoast.com/article/77-my-sitemap-index-is-giving-a-404-error-what-should-i-do](http://kb.yoast.com/article/77-my-sitemap-index-is-giving-a-404-error-what-should-i-do)
   for the solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Multiple Forms on Same Page not working](https://wordpress.org/support/topic/multiple-forms-on-same-page-not-working/)
 *  [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multiple-forms-on-same-page-not-working/#post-4189558)
 * I solved my issues differently because I was hosting on Windows AND using ISAPI
   Rewrite to handle permalinks. I had infact configured my .htaccess incorrectly.
 * In my case the forms were resolving to the wrong URL’s and so the form was failing.
 * I hope this helps, but my solution worked because of my Windows hosting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Two separate forms on one page – not working](https://wordpress.org/support/topic/two-separate-forms-on-one-page-not-working/)
 *  Thread Starter [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/two-separate-forms-on-one-page-not-working/#post-4515571)
 * I have found the problem, and I’ve come across this before… the important thing
   to note is that I am using Windows Hosting with ISAPI Rewrite installed (please
   forgive me).
 * This works for normal permalinks, i.e. you can have [http://www.domain.com/about-us/](http://www.domain.com/about-us/)
   etc.
 * The problem is Forms do not work on these permalinks… if we insert [http://www.domain.com/index.php/contact/](http://www.domain.com/index.php/contact/)
   then the form will work. If we are using ISAPI Rewrite and the url is just [http://www.domain.com/contact/](http://www.domain.com/contact/)
   the form will not work.
 * I’m still looking for a proper fix, I suspect this is to do with how ISAPI is
   configured on the server. But this is the problem.
 * I’ll post how we solved it once the hosting company gets back to me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Multiple Forms on Same Page not working](https://wordpress.org/support/topic/multiple-forms-on-same-page-not-working/)
 *  [NCompass](https://wordpress.org/support/users/ncompass/)
 * (@ncompass)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-forms-on-same-page-not-working/#post-4189553)
 * I have the same problem – but I don’t have “Jquery Validation For Contact Form
   7” installed.
 * I have disabled ALL widgets and Themes and still is does not work? can you advise
   at all, what did you do to get this working?

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/ncompass/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ncompass/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/ncompass/replies/page/2/?output_format=md)