Title: Code Amp's Replies - page 3 | WordPress.org

---

# Code Amp

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 415 total)

[←](https://wordpress.org/support/users/codeamp/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codeamp/replies/?output_format=md) [2](https://wordpress.org/support/users/codeamp/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codeamp/replies/page/4/?output_format=md)…
[26](https://wordpress.org/support/users/codeamp/replies/page/26/?output_format=md)
[27](https://wordpress.org/support/users/codeamp/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/codeamp/replies/page/28/?output_format=md)
[→](https://wordpress.org/support/users/codeamp/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] How do I query posts that have a blank excerpt? (Feature request)](https://wordpress.org/support/topic/how-do-i-query-posts-that-have-a-blank-excerpt-feature-request/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-query-posts-that-have-a-blank-excerpt-feature-request/#post-16344973)
 * Hey [@desbest](https://wordpress.org/support/users/desbest/)
 * I’m just getting back on top of things after the Christmas break
 * Regarding this feature request, I’m not entirely sure how we would go about programming
   something like this in our plugin.
 * We create our posts lists using WordPress standards (WP_Query), and there isn’t
   a great mechanism for creating a query/condition like this.
 * If you are comfortable doing a small amount of custom coding, I would like to
   suggest and alternative approach, the outline would be something like this:
    1. When saving a post, detect if there is an excerpt or not, and add a custom field
       value to signify this – this can be done using the `save_post` hook and the `
       update_post_meta` function.
    2. Then you can modify your layout query, to show only posts with this custom field
       value using our `query_args` filter here – [https://customlayouts.com/documentation/action-filter-reference/](https://customlayouts.com/documentation/action-filter-reference/)
 * This would achieve the effect that you desire, but of course requires some PHP
   coding knowledge.
 * If you are happy to do the above coding, I can explain in a little more detail
   the steps to achieve this but I won’t be able to write the code for you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Masonry didn’t work](https://wordpress.org/support/topic/masonry-doesnt-work-2/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/masonry-doesnt-work-2/#post-16344871)
 * Hey [@mathistrndevinf](https://wordpress.org/support/users/mathistrndevinf/)
 * Thanks for doing that, I can see clearly that masonry is not working / being 
   triggered.
 * While I don’t understand the issue fully I think I can highlight some potential
   issues:
    - Normally, when using Masonry with WordPress, the default version of the Masonry
      script is loaded (that comes with WordPress) , this is the version our plugin
      is designed to use
    - If we look at [our website](https://customlayouts.com/), inspect the source
      code, we can see the following line is used to load Masonry:
 *     ```wp-block-code
       <script src='https://customlayouts.com/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script>
       ```
   
 * We can see Masonry is loaded from our **wp-includes** directory, part of WordPress.
    - I can see on your site though, that does not exist, instead, you have this:
 *     ```wp-block-code
       <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script>
       ```
   
 * Notice here, its not being loaded from your WordPress install, but instead, from**
   unpkg.com**
 * It looks like something in your setup is loading Masonry in a non-standard way,
   and this would be my best guess as to why Masonry is not loading correctly on
   your site.
 * What I would do to see where the issue is coming from:
    - Change your theme (temporarily) to a default WordPress theme, and see if the
      issue persists
    - If it does, then its likely a modification coming from another plugin, in 
      which case you will need to disable your plugins one by one and keep checking(
      and refreshing the page) to see where the issue is coming from.
 * Once you know what is causing this change, then we might be able to figure out
   a solution (but not guaranteed, I’m afraid).
 * Let me know how you get on, and if that all makes sense.
 * Thanks
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Masonry didn’t work](https://wordpress.org/support/topic/masonry-doesnt-work-2/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/masonry-doesnt-work-2/#post-16344676)
 * Hi [@mathistrndevinf](https://wordpress.org/support/users/mathistrndevinf/)
 * Thanks for sending the link, however I cannot see our Custom Layouts on that 
   page, can you direct me to where I can find it?
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Search & Filter] Not good](https://wordpress.org/support/topic/not-good-211/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/not-good-211/#post-16337676)
 * Thanks Ricard I will get back to you later on today
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Search & Filter] Not good](https://wordpress.org/support/topic/not-good-211/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/not-good-211/#post-16335878)
 * Hi [@ric11212](https://wordpress.org/support/users/ric11212/) I’m not sure I 
   understand exactly the bug – please see my video: [https://drive.google.com/file/d/138l0Wr1wjvvvDQ2tfDgigB0nKFZGnCn_/view?usp=drivesdk](https://drive.google.com/file/d/138l0Wr1wjvvvDQ2tfDgigB0nKFZGnCn_/view?usp=drivesdk)
   
   Did you contact our pro support team? We might need to get access to the site
   to fix the issue.
 * You can use the contact form here: [https://searchandfilter.com/contact/](https://searchandfilter.com/contact/)
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Search & Filter] Not good](https://wordpress.org/support/topic/not-good-211/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/not-good-211/#post-16335768)
 * Hi [@ric11212](https://wordpress.org/support/users/ric11212/)
 * Sorry to hear you had a negative experience with our pro plugin, I’m looking 
   into the date picker issue right now – could you share your username / start 
   of your email address (not the full thing) so I can try to locate your ticket?
 * Alternatively you can reach out to our pro support again, and ask for me – “Ross”.
 * Re the v3 mailing list, we’re working on a new update due next week (and we’ll
   send copies out to the mailing list).
 * Thanks
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Search & Filter] Not good](https://wordpress.org/support/topic/not-good-211/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/not-good-211/#post-16335418)
 * Hey [@ric11212](https://wordpress.org/support/users/ric11212/)
 * This version shouldn’t be full of bugs, we’ve recently done a full round of testing
   and updated the code only 2 weeks ago.
 * RE v3, this is built and in testing now – if you want to get your hands on a 
   copy you can do so via the info in this sticky here:
 * [https://wordpress.org/support/topic/search-filter-version-3-is-in-testing-support-is-on-hold/](https://wordpress.org/support/topic/search-filter-version-3-is-in-testing-support-is-on-hold/)
 * Every time we update v3 with fixes and a new release, then we send out copies
   to the new users on our mailing list.
 * Best
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Layout Editor in Edit Layout does not unfold](https://wordpress.org/support/topic/layout-editor-in-edit-layout-does-not-unfold/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/layout-editor-in-edit-layout-does-not-unfold/#post-16311153)
 * Hey [@sdraaijer](https://wordpress.org/support/users/sdraaijer/) , it sonds like
   there is a Javascript error on our admin page.
 * Can you open the JavaScipt console of your browser and screenshot (or copy + 
   paste the text) of any errors you see when accessing our layout editor?
 * Most browsers have a JavaScript console, this article explains how to open it
   in the most popular browsers:
   [https://www.coursera.support/s/article/learner-000001653-How-to-open-the-Javascript-console?language=en_US](https://www.coursera.support/s/article/learner-000001653-How-to-open-the-Javascript-console?language=en_US)
 * If you have any issues with this, let me know, and I’ll try to help.
 * Thanks
    -  This reply was modified 3 years, 5 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Filter] Pro Pre purchase question](https://wordpress.org/support/topic/pro-pre-purchase-question/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/pro-pre-purchase-question/#post-16305557)
 * Hi [@raesgo](https://wordpress.org/support/users/raesgo/) – the pro version doesn’t
   currently have an option for it, but it can be achieved with the custom CSS found
   here in the documentation: 
   [https://searchandfilter.com/documentation/getting-started/display-search-form/#making-your-search-form-horizontal](https://searchandfilter.com/documentation/getting-started/display-search-form/#making-your-search-form-horizontal)
 * Version 3 is only a few months away, and with that update you’ll be able to place
   your filters wherever you need and in any direction.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Filter] Still active ? Because searchandfilter.com is broken](https://wordpress.org/support/topic/still-active-because-searchandfilter-com-is-broken/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/still-active-because-searchandfilter-com-is-broken/#post-16283015)
 * Hi [@ultramega](https://wordpress.org/support/users/ultramega/) + [@faboulousfab31](https://wordpress.org/support/users/faboulousfab31/)
 * Apologies, we don’t check these forums very often.
 * We had some issues with our site for a couple of days after performing some major
   updates but that should all be resolved now.
 * Let me know if you continue to have issues and I’ll make sure you get setup/renewed.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Custom Post Loop with your Template plugin](https://wordpress.org/support/topic/custom-post-loop-with-your-template-plugin/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/custom-post-loop-with-your-template-plugin/#post-16280571)
 * Hey [@gamicord](https://wordpress.org/support/users/gamicord/)
 * To answer your questions:
 * 1. Currently we do not have a way to use the archive query itself – we create
   a custom query instead – we hope to add this as a feature in our next major version
 * For now you can use the Query Builder options in our layout panel as described
   at the bottom of this page:
    [https://customlayouts.com/documentation/layouts/](https://customlayouts.com/documentation/layouts/)
 * 2. This will be possible, but it requires custom CSS – if you can write CSS then
   you’ll be able to achieve this – there is no option in our plugin to do this
 * 2b. Currently we cannot put the categories on top of hte featured image.
 * However, they are displayed inline, at the position you place them in your template.
 * 3. Yes, we have a shortcode to add a layout to Elementor.
 * I hope that helps.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Possible to create related posts with this plugin ?](https://wordpress.org/support/topic/possible-to-create-related-posts-with-this-plugin/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/possible-to-create-related-posts-with-this-plugin/#post-16280533)
 * Hey [@chillmen](https://wordpress.org/support/users/chillmen/)
 * This plugin won’t be able to “figure out” the related posts itself.. however 
   if you have a way to do that , then you could dynamically pass in the desired
   Post IDs into the layout.
 * It would require some PHP knowledge though – the idea is you would use a hook
   to modify the query that is run – `custom-layouts/layout/query_args`
 * More info here: [https://customlayouts.com/documentation/action-filter-reference/](https://customlayouts.com/documentation/action-filter-reference/)
 * What you would need to then do is update the `post__in` key to the IDs you want
   to show, eg:
 * `$query_args['post__in'] = array( 1, 2, 3 );`
 * This would show posts with the IDs `1`, `2` and `3`
 * I hope that helps!
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] Excellent](https://wordpress.org/support/topic/excellent-12353/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/excellent-12353/#post-16250501)
 * Thanks for the info [@chillmen](https://wordpress.org/support/users/chillmen/)!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] Excellent](https://wordpress.org/support/topic/excellent-12353/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/excellent-12353/#post-16247542)
 * Thank [@chillmen](https://wordpress.org/support/users/chillmen/) !
 * A question if you don’t mind – are you using the shortcode because our blocks
   don’t work in FSE?
 * I’m planning to look at FSE integration soon but it’s been a while since I looked
   at it!
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Shortcodes not interpreted in excerpts](https://wordpress.org/support/topic/shortcodes-not-interpreted-in-excerpts/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/shortcodes-not-interpreted-in-excerpts/#post-16243393)
 * Hey [@alfy40](https://wordpress.org/support/users/alfy40/)
 * We don’t display shortcodes in excerpts intentionally.
 * We tried to follow the way WP does this, and usually in a post list / archive,
   excerpts don’t process shortcodes.
 * I will see what we can do to support this – we could add a filter so you can 
   enable this via your themes functions.php instead of modifying our plugin directly.
 * Need to think about this some more, and will let you know towards the end of 
   the week.
 * Thanks
    -  This reply was modified 3 years, 6 months ago by [Code Amp](https://wordpress.org/support/users/codeamp/).

Viewing 15 replies - 31 through 45 (of 415 total)

[←](https://wordpress.org/support/users/codeamp/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codeamp/replies/?output_format=md) [2](https://wordpress.org/support/users/codeamp/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codeamp/replies/page/4/?output_format=md)…
[26](https://wordpress.org/support/users/codeamp/replies/page/26/?output_format=md)
[27](https://wordpress.org/support/users/codeamp/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/codeamp/replies/page/28/?output_format=md)
[→](https://wordpress.org/support/users/codeamp/replies/page/4/?output_format=md)