Title: Code Amp's Replies - page 20 | 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 - 286 through 300 (of 415 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Custom Card Skin Design](https://wordpress.org/support/topic/custom-card-skin-design/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/custom-card-skin-design/#post-14883136)
 * Hey [@gamicord](https://wordpress.org/support/users/gamicord/) I was just browsing
   the forums as this came through 🙂
 * Right now without coding, you won’t be able to achieve those dynamic elements
   yet. It’s on our todo for a big update coming out next year.
 * However, there is a route that involves some coding.
 * We have WP hooks so that you can replace the html content of any element in a
   layout:
    [https://customlayouts.com/documentation/action-filter-reference/](https://customlayouts.com/documentation/action-filter-reference/)–
   the hook you probably want is the last example `custom-layouts/element/render_output`
 * So you could then use the appropriate PODs function to pull its data and modify
   your element with the content you want.
 * Hopefully these answers will clarify a few things:
 * 1. Yup this will work
    2. We don’t have dynamic content yet (only custom fields),
   but you could use one of those hooks I mentioned to add the image to the taxonomy
   element. 3. PODs taxonomies are regular taxonomies, so you can show this using
   our taxonomy element. 4. We have an excerpt element 5. Planned in a update also,
   but for now, you’d have to use a hook to add the image 6. Not sure on this, my
   guess this is saved as a custom field, and we support date based custom fields…
   So you would need to find out the custom field (aka post meta) key – my guess
   it’ll be there unless they are using custom tables
 * For the next two questions:
    1. So with the above in mind (the design elements
   you can’t achieve), you would design your template using our template editor (
   its drag and drop and based on / integrated with gutenberg – but you can use 
   it with any page builder [https://customlayouts.com/documentation/templates/](https://customlayouts.com/documentation/templates/)
 * 2. You would use our layouts to build the archive style layout:
    [https://customlayouts.com/documentation/layouts/](https://customlayouts.com/documentation/layouts/)
   Then depending on what you are using, you can add (and create) a layout via a
   block, or via our admin page, and use a shortcode to drop that in somewhere (
   eg, if using Elementor)
 * Right now, you’ve highlighted a ton of features we don’t have, and would love
   to have…
 * We’re making progress, but the first thing we want to tick off is full support
   for gutenberg blocks (so you can add any block to our templates) – this would
   allow for rows and columns, and all kinds of dynamic blocks (I know ACF has some,
   assume PODs might have some too) – and that is going to take some time.
 * Anyway, I hope all that helps – _I’m guessing our plugin is probably not ready
   for your needs just yet._
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] The days in my language](https://wordpress.org/support/topic/the-days-in-my-language/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/the-days-in-my-language/#post-14878719)
 * Hey [@jlop77](https://wordpress.org/support/users/jlop77/)
 * Does this occur on both the frontend and backend, or only one?
 * We are aware of the issue on the frontend, and have a fix almost ready to go 
   if you’d like to test it?
 * Best
    – Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Checkfield List Render](https://wordpress.org/support/topic/checkfield-list-render/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/checkfield-list-render/#post-14842034)
 * Hi [@drnmarian](https://wordpress.org/support/users/drnmarian/)
 * As I didn’t hear back from you I’m closing this for now, feel free to re-open
   and we can discuss how to achieve what you want.
 * Best
    – Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Install without ftp?](https://wordpress.org/support/topic/install-without-ftp/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/install-without-ftp/#post-14842019)
 * Hey [@barthuis](https://wordpress.org/support/users/barthuis/) – as I didn’t 
   hear back I’m closing this for now.
 * Please re-open should you need to – and please do let me know if the above did/
   didn’t work out for you if you can.
 * Best
    -Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14842010)
 * Hey [@wpfangirl](https://wordpress.org/support/users/wpfangirl/) thanks for the
   udpate, I’ll close for now but feel free to let me know how you got on and re-
   open this issue should you need to.
 * Cheers!
    – Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Custom layout taxonomy](https://wordpress.org/support/topic/custom-layout-taxonomy/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/custom-layout-taxonomy/#post-14841990)
 * Hi [@hey_arshi](https://wordpress.org/support/users/hey_arshi/)
 * Hmmm this is a bit tricky. Because S&F won’t do that kind of thing to the results,
   and in Custom Layouts its set in the template to be this way.
 * There is one option though (but you will need to be comfortable using WP filters/
   actions). You could use this filter to modify the URLs:
    [https://developer.wordpress.org/reference/hooks/term_link/](https://developer.wordpress.org/reference/hooks/term_link/)
 * Our plugin uses this function `get_term_link` so the I think the above idea should
   work.
 * If you’re comfortable giving that a go, I can give you some additional pointers
   that you might need to consider?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Variable width masonry items](https://wordpress.org/support/topic/variable-width-masonry-items/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/variable-width-masonry-items/#post-14841967)
 * Hey [@originalpiratematerial](https://wordpress.org/support/users/originalpiratematerial/)
 * We’re actually looking at dropping that masonry script and replacing it with 
   a pure CSS based approach instead (CSS Grid, probably)…
 * Re the wider items, I’ve wanted to do something like that for a while, just need
   to make the switch and then figure out how how we can do that with CSS grid.
 * It’s not going to be a quick addition (there is a lot of work to be done in the
   next major update, first) and then we’ll surely get to this.
 * Actually I do have one idea: to add a WP hook (for layouts) so that you can add
   a custom class to certain elements (the ones that need the extra `width` class).
 * I’m not 100% on it, but its something I might be able to drop in quite easily(
   need to double check on that)… do you think that would give you the flexibility
   you need to implement the above?
 * Best
    – Ross
    -  This reply was modified 4 years, 9 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] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14822144)
 * Hey Sallie
 * How did you get on with that? Am I ok to close this ticket (and I’ll make sure
   those changes made are in our next official update)
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] Amazing work!](https://wordpress.org/support/topic/amazing-work-57/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/amazing-work-57/#post-14795616)
 * Thanks for the kind words [@mateuszligocki](https://wordpress.org/support/users/mateuszligocki/)!
 * By all means, please share what you would like to see / think is missing in more
   detail and we’ll see if we can put some ideas on the roadmap?
 * Best
    -Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14795352)
 * Hi Sallie
 * I granted you access to the file (I made it public as it should have been in 
   the end).
 * Let me know how that works out for you.
 * Best
    – Ross
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14791917)
 * Hi Sallie
 * I didn’t get to release this before the weekend (and I’m away next week) so thought
   I’d drop you the link to the beta, with this fix in, should you want to test 
   it out:
    [https://customlayouts.com/documentation/beta/](https://customlayouts.com/documentation/beta/)
 * There are only a couple of changes in the release so it should be pretty stable,
   but proceed with caution as with any beta.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Adding styling to title, text and button](https://wordpress.org/support/topic/adding-styling-to-title-text-and-button/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/adding-styling-to-title-text-and-button/#post-14789145)
 * Great stuff 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Install without ftp?](https://wordpress.org/support/topic/install-without-ftp/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/install-without-ftp/#post-14789138)
 * Hi Bart
 * Apologies for the delay on this.
 * I’ve been doing some extensive testing and I cannot reliably recreate this issue
   in order to resolve it.
 * I have even gone as far as replacing a lot of the file system code, but in the
   end, it looks like its the wrong approach just to work around this issue.
 * Could you try adding this:
 * `define('FS_METHOD', 'direct');`
 * to wp-config?
 * From my understanding, using the above constant in a shared host could be a security
   issue (if the host is not configured correctly), but as you mention, you have
   your own servers so I think its ok to use that constant.
 * If that doesn’t work, then I have some other ideas about tackling this but they
   don’t look like quick fixes.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14788538)
 * Hi Sallie
 * So you were right, our plugin wasn’t picking up the color palette (unless you
   had installed the latest version of Gutenberg, which doesn’t come with default
   WP).
 * I’ve made some changes in our plugin to integrate this, and will hopefully release
   an update later on today.
 * This is the code I’ve used to update the color palette in my testing (and seems
   to work well):
    [https://gist.github.com/rmorse/3b3d410a4df6c8c2c58a18283c7025c4#file-add-custom-editor-colors-php](https://gist.github.com/rmorse/3b3d410a4df6c8c2c58a18283c7025c4#file-add-custom-editor-colors-php)
 * Anyway, that update should be out in not too long!
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Modify color palette](https://wordpress.org/support/topic/modify-color-palette/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/modify-color-palette/#post-14767837)
 * Thanks for the additional info – I’ll do some checking from my side too.
 * Will try to get back to you early in the week.
 * Have a good weekend
 * Best
    – Ross

Viewing 15 replies - 286 through 300 (of 415 total)

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