Title: Code Amp's Replies - page 25 | 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 - 361 through 375 (of 415 total)

[←](https://wordpress.org/support/users/codeamp/replies/page/24/?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](https://wordpress.org/support/users/codeamp/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/codeamp/replies/page/24/?output_format=md)
25 [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/26/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Filter] Empty multiselect fields when using Shortcode in Posts](https://wordpress.org/support/topic/empty-multiselect-fields-when-using-shortcode-in-posts/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/empty-multiselect-fields-when-using-shortcode-in-posts/#post-14366138)
 * Hey [@matzeatweb](https://wordpress.org/support/users/matzeatweb/) , thanks for
   flagging this, it will be included in an update towards the end of the week.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Overlay Full template with increased height](https://wordpress.org/support/topic/overlay-full-template-with-fixed-height/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/overlay-full-template-with-fixed-height/#post-14365994)
 * Hey John
 * Right now there is no way to choose a height, but you can always increase the
   height by using padding.
 * So you can add padding to either the **template**, or, the **section**, which
   is the container where you add all your elements.
 * I’ve highlighted both methods here:
    [https://customlayouts.com/wp-content/uploads/2021/04/cl-increase-height.gif](https://customlayouts.com/wp-content/uploads/2021/04/cl-increase-height.gif)
 * Alternatively, you can add some CSS to your site to set the height to specific
   value:
 *     ```
       .cl-template {
           min-height: 600px;
       }
       ```
   
 * This CSS would apply to every template though, but if you add custom classes 
   to your layouts / templates (in the **Advanced Panel**) then you can target the
   templates individually.
 * Let me know if all that makes sense!
 * Best
    -  This reply was modified 5 years, 1 month ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
    -  This reply was modified 5 years, 1 month ago by [Code Amp](https://wordpress.org/support/users/codeamp/).
    -  This reply was modified 5 years, 1 month 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] Feature request: templates export option](https://wordpress.org/support/topic/feature-request-templates-export-option/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/feature-request-templates-export-option/#post-14365913)
 * Hey John
 * You can actually import / export these using the WordPress importer – take a 
   look here:
    [https://snipboard.io/esghKq.jpg](https://snipboard.io/esghKq.jpg)
 * All you have to do is choose the Template post type.
 * Does that work for you?
 * I will keep this logged as a feature request though, as I think we should provide
   an easier way to import/export (maybe to json file).
 * I was also thinking a cool idea would be to have a showcase of templates on our
   site, and for you to be able to copy and paste the settings into your own site(
   which would also mean naturally you can copy + paste between your own sites) –
   but this is something for a bit further down the line.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Link with dynamic source](https://wordpress.org/support/topic/link-with-dynamic-source/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/link-with-dynamic-source/#post-14357695)
 * Thanks!
 * I saw you mentioned you grabbed a copy of S&F Pro – best thing to do, is contact
   support, and just write a message saying you are reaching out to me, Ross, as
   requested.
 * It will get then get assigned to me, and we can have a proper chat by email 🙂
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Dash Icon Before Taxonomy](https://wordpress.org/support/topic/dash-icon-before-taxonomy/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dash-icon-before-taxonomy/#post-14354956)
 * Hey [@magniture](https://wordpress.org/support/users/magniture/)
 * I think you could this with some CSS, I’ll try to have a look later on today /
   monday for some code I can share with you.
 * Best
    – Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Link with dynamic source](https://wordpress.org/support/topic/link-with-dynamic-source/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/link-with-dynamic-source/#post-14352956)
 * Hey [@claytonchase](https://wordpress.org/support/users/claytonchase/)
 * Thanks for the suggestion, I think the Custom Field could do it (HTML) but I’m
   guessing maybe it doesn’t run a shortcode inside? (need to test that) – you could
   actually use a manually crafted excerpt as an immediate workaround (as shortcodes
   are supported there) – but then again, your post type may not support them.
 * Also, sounds great you’re happy to help out – would really appreciate that! Let
   me know in what capacity you’d be able to help and I’m all ears (whether its 
   brainstorming some ideas, or testing a beta, or something else entirely) 🙂
 * FYI just trying to finish a fairly substantial release, I hope it will be ready
   tomorrow now.
 * Thanks
    – Ross
    -  This reply was modified 5 years, 1 month 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] Link with dynamic source](https://wordpress.org/support/topic/link-with-dynamic-source/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/link-with-dynamic-source/#post-14345056)
 * Hey Clayton
 * Would it work for you if this behaved the same as the current link field – except
   you set the source to the custom field, and you manually enter some text (which
   is used across all buttons)?
 * I was thinking to add another “Type” to the custom field element, and call it“
   Link” which would then behave the same as the “link” field allowing for a custom
   label – was going to pop that in an update today / tomorrow.
 * I can see already though that this approach needs to be reworked in the near 
   future – because what if you wanted a custom field for the url, but also for 
   the label text…
 * I see some other plugins using a kind of tag sytsem (PODs) where you can put 
   things like `%post_title%` or `%post_meta:meta_key%` into any input field, and
   it will convert the values on the frontend… I’m still having a think on this,
   I think we’ll do something like this at some point, but possibly provide a nice
   UI for it instead (more like Elementor) and show the actual data in the preview/
   editor area.
 * Best
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] Amazing Solution for Custom Post Layouts](https://wordpress.org/support/topic/amazing-solution-for-custom-post-layouts/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/amazing-solution-for-custom-post-layouts/#post-14321213)
 * Thanks for the review Clayton 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Feature Suggestion](https://wordpress.org/support/topic/feature-suggestion-126/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/feature-suggestion-126/#post-14316632)
 * Hey [@claytonchase](https://wordpress.org/support/users/claytonchase/)
 * Thanks for the kind words – yeah we plan to add other blocks, but right now we
   just testing all this out in a controlled environment.
 * I’m concerned that once we add the full block library performance will get sluggish,
   and there might be some other errors (not to mention nesting/child blocks could
   be a bit awkard / difficult to deal with).
 * I think what we’ll do first is get columns (and rows) added, then perhaps rollout
   to the default WP blocks, and if that works well, let users decide if they want
   to enable 3rd party block support.
 * Anyway, that’s a rough outline of the plan so far.
 * Thanks for the feedback!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Pagination](https://wordpress.org/support/topic/pagination-451/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/pagination-451/#post-14301416)
 * Re the labels, yeah makes sense, we’ll add support for this.
 * Re the image element – that’s on the todo list too, but I think right now its
   more important we nail the concepts of columns and rows, because I see immediatley
   the need to position an image “to the left” and add some text or info “to the
   right”.
 * Thanks for the suggestions + feedback, keep em coming 😉
    -  This reply was modified 5 years, 2 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] Padding or margin](https://wordpress.org/support/topic/padding-or-margin/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/padding-or-margin/#post-14301408)
 * Hey [@loekarin](https://wordpress.org/support/users/loekarin/)
 * No problem its easily mixed up.
 * Padding and margin are CSS concepts – margin, is the space around the element,
   and padding is the space inside the element.
 * Try setting a background color, and then playing with both options 🙂
 * Let me know if that makes sense? (I should probably add this to the docs)
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Pagination](https://wordpress.org/support/topic/pagination-451/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/pagination-451/#post-14301040)
 * Hey [@loekarin](https://wordpress.org/support/users/loekarin/)
 * I’m afraid its an all or nothing approach right now.
 * We’re working on some updates (about a month or two away I think) which will 
   allow you to design your pagination just as with other parts, so you can change
   colors, borders, spacing, font etc, of the individual parts – plus the options
   you mentioned too.
 * We’ll also be adding “load more” style pagination option.
 * Sorry the news is not better right now, but we will be improving this.
 * Best
    -  This reply was modified 5 years, 2 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] Displaying results with Search & Filter Pro?](https://wordpress.org/support/topic/displaying-results-with-search-filter-pro/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/displaying-results-with-search-filter-pro/#post-14301037)
 * Hey [@ciaoq](https://wordpress.org/support/users/ciaoq/)
 * And thanks [@thales007](https://wordpress.org/support/users/thales007/) – this
   is correct.
 * Please see the integration guide here for more info:
    [https://searchandfilter.com/documentation/search-results/custom-layouts/](https://searchandfilter.com/documentation/search-results/custom-layouts/)
 * Let me know if you have any futher issues.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Sample templates](https://wordpress.org/support/topic/sample-templates-2/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/sample-templates-2/#post-14298863)
 * Hey [@loekarin](https://wordpress.org/support/users/loekarin/)
 * You can find examples of our sample templates here:
    [https://customlayouts.com/templates/](https://customlayouts.com/templates/)
 * For importing the sample templates, check the instructions here (scroll down):
   
   [https://customlayouts.com/documentation/getting-started/](https://customlayouts.com/documentation/getting-started/)
 * Before following that, you need to download our plugin to your computer (the 
   zip file, from this site), extract that zip, and in there, you will find the 
   sample templates XML file under these folders:
    `custom-layouts/sample-data/sample-
   templates.xml`
 * I hope that helps!
 * Best
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] So lucky I could get this plugin](https://wordpress.org/support/topic/so-lucky-i-could-get-this-plugin/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/so-lucky-i-could-get-this-plugin/#post-14291705)
 * Thanks for such an awesome review! 🙂

Viewing 15 replies - 361 through 375 (of 415 total)

[←](https://wordpress.org/support/users/codeamp/replies/page/24/?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](https://wordpress.org/support/users/codeamp/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/codeamp/replies/page/24/?output_format=md)
25 [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/26/?output_format=md)