Title: Code Amp's Replies - page 5 | 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 - 61 through 75 (of 415 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Center results horizontally](https://wordpress.org/support/topic/center-results-horizontally/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/center-results-horizontally/#post-16174231)
 * Hey [@haiko00](https://wordpress.org/support/users/haiko00/)
 * Thanks for the kind words.
 * You bring up a good point, it would be nice to be able to choose this as an option
   in our admin area (I’m putting this on the todo list).
 * For now you could achieve this with following custom CSS:
 *     ```
       .cl-layout {
           justify-content: center;
       }
       ```
   
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Use Google font](https://wordpress.org/support/topic/use-google-font-2/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/use-google-font-2/#post-16174225)
 * Hey [@haiko00](https://wordpress.org/support/users/haiko00/)
 * We’re working on getting our layouts to inherit fonts but for now you could do
   this with the following CSS:
 *     ```
       .cl-template .cl-element, .cl-template .cl-element * {
           font-family: 'open-sans-woff-woff2',Helvetica,Arial,sans-serif;
       }
       ```
   
 * To add custom CSS to your theme (enfold) you can follow the instructions here:
   
   [https://kriesi.at/documentation/enfold/add-custom-css/](https://kriesi.at/documentation/enfold/add-custom-css/)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] How Do I Show All Posts?](https://wordpress.org/support/topic/how-do-i-show-all-posts/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-show-all-posts/#post-16174144)
 * Hey [@gretchen2d](https://wordpress.org/support/users/gretchen2d/)
 * I see you are a Search & Filter Pro user (we’re the same team) 🙂
 * I think you won’t see “posts per page” setting because you linked your custom
   layout to a search form.
 * In this case, you change this setting in your search form admin, the setting 
   is in the `general` tab, and you can change this to `-1` to show all posts.
 * If you have any more issues feel free to open a ticket in S&F Pro support for
   a faster response and so we can take a closer look.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] 1.47 to 1.48 update breaks my layout](https://wordpress.org/support/topic/1-47-to-1-48-update-breaks-my-layout/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/1-47-to-1-48-update-breaks-my-layout/#post-16174130)
 * Hey [@ventilator](https://wordpress.org/support/users/ventilator/)
 * Can you try heading to our `settings` admin menu and click `rebuild CSS`?
 * If that doesn’t work, can you open a ticket with Search & Filter Pro support?(
   we’re the same team!)
 * That way we’ll be able to have a better look at your site and respond more quickly.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Title showing HTML tag after update](https://wordpress.org/support/topic/title-showing-html-tag-after-update/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/title-showing-html-tag-after-update/#post-16174117)
 * Hey [@hayleythehailstorm](https://wordpress.org/support/users/hayleythehailstorm/)
 * I see you are using Search & Filter – can you open a ticket in pro support so
   we can access your site? We’re the same team 😀
 * From what I can remember, we should not support html in the title (so where you
   are inputing your data, should not have `<strong>` or formatting at all).
 * The only place bold should be added is in our template editor.
 * I might not have understood the setup in full, once we get your logins we’ll 
   be able to have a better look and let you know.
 * Thanks
    -  This reply was modified 3 years, 7 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] 1.47 to 1.48 update breaks my layout](https://wordpress.org/support/topic/1-47-to-1-48-update-breaks-my-layout/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/1-47-to-1-48-update-breaks-my-layout/#post-16157499)
 * Hey [@ventilator](https://wordpress.org/support/users/ventilator/)
 * Thanks for flagging this issue.
 * You could share your screenshots via an image upload service (and send us the
   links here)?
 * Possible options:
    [https://snipboard.io/](https://snipboard.io/) [https://wetransfer.com/](https://wetransfer.com/)
 * Alternatively, do you use twitter? You could send us a DM:
    [Tweets by wpcustomlayouts](https://twitter.com/wpcustomlayouts?ref_src=twsrc%5Etfw)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Different results of query on Layout editor and on front](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/#post-16155712)
 * I’m closing this for now as I didn’t hear back from you.
 * Feel free to re-open when you have more information.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Different results of query on Layout editor and on front](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/#post-16088810)
 * Hey [@krosh](https://wordpress.org/support/users/krosh/) just thought I’d check
   in on this and see if you had any more info on how to access this?
 * Thanks
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom Layouts - Post + Product grids made easy] Awesome plugin](https://wordpress.org/support/topic/awesome-plugin-6577/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/awesome-plugin-6577/#post-16085574)
 * Thanks for the kind words [@cusconative](https://wordpress.org/support/users/cusconative/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Different results of query on Layout editor and on front](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/different-results-of-query-on-layout-editor-and-on-front/#post-16084090)
 * Hey [@krosh](https://wordpress.org/support/users/krosh/)
 * I can’t see our plugin on that page – can you share which page its on / how to
   find it?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] remove left padding of the first element of a row](https://wordpress.org/support/topic/remove-left-padding-of-the-first-element-of-a-row/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-left-padding-of-the-first-element-of-a-row/#post-16079789)
 * Hey [@dande82](https://wordpress.org/support/users/dande82/) , we’ve just released
   1.4.8 – which provides grid gap, margin, and padding controls (as well as background
   color).
 * [Read more here](https://customlayouts.com/release-1-4-8-grid-gap-layouts/) –
   and you probably want to remove the custom CSS to fix this as it will conflict
   with our new settings!
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Margin and padding](https://wordpress.org/support/topic/margin-and-padding-2/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/margin-and-padding-2/#post-16079786)
 * Hey [@xmarksthespot](https://wordpress.org/support/users/xmarksthespot/) , we’ve
   just released 1.4.8 – which provides grid gap, margin, and padding controls (
   as well as background color).
 * [Read more here](https://customlayouts.com/release-1-4-8-grid-gap-layouts/) –
   and you probably want to remove the custom CSS to fix this as it will conflict
   with our settings!
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Feature images not showing](https://wordpress.org/support/topic/feature-images-not-showing-4/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/feature-images-not-showing-4/#post-15984603)
 * Hey [@2wav](https://wordpress.org/support/users/2wav/)
 * We had this issue come up months ago but it seemed to have resolved itself on
   a users site.
 * My guess is an error is being generated instead of showing the image.
 * Can you try enable WP_DEBUG and WP_DEBUG_LOG and check if there is an error being
   thrown there?
 * > [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
 * Not sure if anything from this ticket will help but Keryn did find a way to get
   the image to show (and which setting caused it to fail):
    [https://wordpress.org/support/topic/featured-images-not-showing-34/#post-15261788](https://wordpress.org/support/topic/featured-images-not-showing-34/#post-15261788)
 * Perhaps you can enable that in the meantime while we track down this issue?
 * FYI, I’m away until Monday next week (and will no doubt have a backlog of support
   to get back on top of) but will try to get back to you asap.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Featured Product?](https://wordpress.org/support/topic/featured-product-3/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/featured-product-3/#post-15984566)
 * Hey [@coldrealms65](https://wordpress.org/support/users/coldrealms65/)
 * Do you want make a query that only shows featured products?
 * I haven’t tried this before, but (if you are happy with some PHP coding) it might
   be possible.
 * The logic would be:
 * 1. Edit the query using our `query_args` filter here:
    [https://customlayouts.com/documentation/action-filter-reference/](https://customlayouts.com/documentation/action-filter-reference/)
 *     ```
       function layout_query_args( $query_args ) {
       	// Add the code from SE here:
       	// $query_args['tax_query'] = ...
   
       	return $query_args;
       }
   
       add_filter( 'custom-layouts/layout/query_args', 'layout_query_args', 10 );
       ```
   
 * 2. Apply the logic from this SE answer:
    [https://stackoverflow.com/a/46247028/459359](https://stackoverflow.com/a/46247028/459359)
 * I think the only part you would need is the `tax_query` part. So you would add
   the tax_query to:
 * `$query_args['tax_query']` in step (1) above.
 * I hope that will work for you!
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Layouts - Post + Product grids made easy] Make whole block clickable](https://wordpress.org/support/topic/make-whole-block-clickable/)
 *  Plugin Author [Code Amp](https://wordpress.org/support/users/codeamp/)
 * (@codeamp)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/make-whole-block-clickable/#post-15984552)
 * Hey [@cusconative](https://wordpress.org/support/users/cusconative/)
 * I’m afraid right now this is the way the plugin works.
 * We’re hoping to add functionality as you describe in the future (it still needs
   discussing), but its going to be a while away yet before we get around to it.
 * I’m not sure there is a code snippet / easy change that can be made to do this…
 * I think (maybe) the only way you could do it is if you disable all the links 
   within your post template, and then add a link around it yourself via PHP.
 * We do have hooks for this kind of thing, but at this stage I’m not sure if what
   you’re trying would work (and you’d need some PHP experience to do this).
 * If you were to give it a go – I would suggest taking a look at the `render_output`
   filter for templates (near the bottom of the page):
    [https://customlayouts.com/documentation/action-filter-reference/](https://customlayouts.com/documentation/action-filter-reference/)
 * And try adjusting this code snippet:
 *     ```
       function template_render_output( $output, $settings ) {
       	// Modify the output
       	$output = 'Before template content' . $output . 'After template content';
       	// Always return in WP filters
       	return $output;
       }
   
       add_filter( 'custom-layouts/template/render_output', 'template_render_output', 10, 2 );
       ```
   
 * You can probably (untested) get the current post information from the global 
   post to generate the link:
 *     ```
       global $post;
       echo $post->ID;
       ```
   
 * I hope that helps!

Viewing 15 replies - 61 through 75 (of 415 total)

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