Title: JustPX's Replies | WordPress.org

---

# JustPX

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Eco Gray] How do I make my posts show up in a grid?](https://wordpress.org/support/topic/how-do-i-make-my-posts-show-up-in-a-grid/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-make-my-posts-show-up-in-a-grid/#post-6722470)
 * This plugin WooCommerce for e-commerce.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Black Line] Crashed website](https://wordpress.org/support/topic/crashed-website-4/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/crashed-website-4/#post-7993978)
 * Yes you are right. Sorry!
 * Bug fix in v.1.7.3 ZIP – [https://wordpress.org/themes/download/black-line.1.7.3.zip](https://wordpress.org/themes/download/black-line.1.7.3.zip)
 * Changes from Black Line 1.7.2 to Black Line 1.7.3
    [https://themes.trac.wordpress.org/changeset?old_path=black-line/1.7.2&new_path=black-line/1.7.3](https://themes.trac.wordpress.org/changeset?old_path=black-line/1.7.2&new_path=black-line/1.7.3)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Just Landing] Sidebar's on main page](https://wordpress.org/support/topic/sidebars-on-main-page/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebars-on-main-page/#post-6137894)
 * Bug fix. New version 1.4.1 [http://justpx.com/product/just-landing-page-free/](http://justpx.com/product/just-landing-page-free/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JShop] Logo is cut off on top and bottom](https://wordpress.org/support/topic/logo-is-cut-off-on-top-and-bottom/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-is-cut-off-on-top-and-bottom/#post-6127673)
 * 1. “missing Stylesheet.css” UnZip file
    [http://justpx.com/jshop-pro-documentation/#14](http://justpx.com/jshop-pro-documentation/#14)
 * 2. “logo to the centre of the page” – Next Version (one week).
 * JustPX
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JShop] Logo is cut off on top and bottom](https://wordpress.org/support/topic/logo-is-cut-off-on-top-and-bottom/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/logo-is-cut-off-on-top-and-bottom/#post-6127576)
 * Hello,
 * Download new version [http://justpx.com/product/jshop-free/](http://justpx.com/product/jshop-free/)
 * Or
    functions.php line 20 `add_image_size( 'jshop-logo-size', 330, 100, true );`
   replace `add_image_size( 'jshop-logo-size', 300, 500, true );`
 * ————————–
 * max-width: 300px;
    max-height: 500px;
 * JustPX
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All untrusted data should be escaped before output](https://wordpress.org/support/topic/all-untrusted-data-should-be-escaped-before-output/)
 *  Thread Starter [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/all-untrusted-data-should-be-escaped-before-output/#post-6102009)
 * Hello keesiemeijer,
    You best! Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All untrusted data should be escaped before output](https://wordpress.org/support/topic/all-untrusted-data-should-be-escaped-before-output/)
 *  Thread Starter [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/all-untrusted-data-should-be-escaped-before-output/#post-6101996)
 * Thanks @SanDiesel for help.
    header.php, line 40 done!
 * All untrusted data should be escaped before output. I need help. I don’t know
   what that mean?
    functions.php, line 94
 *     ```
       <a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'WShop'); ?>"><?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'WShop'), $woocommerce->cart->cart_contents_count);?> <?php echo $woocommerce->cart->get_cart_total(); ?></a>
       ```
   
 * Code:
 *     ```
       add_filter('add_to_cart_fragments', 'WShop_fragment');
       function WShop_fragment( $fragments )
       {
           global $woocommerce;
           ob_start(); ?>
           <a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'WShop'); ?>"><?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'WShop'), $woocommerce->cart->cart_contents_count);?> <?php echo $woocommerce->cart->get_cart_total(); ?></a>
           <?php
           $fragments['a.cart-contents'] = ob_get_clean();
           return $fragments;
       }
       ```
   
 * functions.php [https://themes.svn.wordpress.org/wshop/1.2/functions.php](https://themes.svn.wordpress.org/wshop/1.2/functions.php)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JShop] Sidebars not displaying](https://wordpress.org/support/topic/sidebars-not-displaying-1/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-displaying-1/#post-6002598)
 * Domain name?
    Maybe delete and install theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JShop] Sidebars not displaying](https://wordpress.org/support/topic/sidebars-not-displaying-1/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-displaying-1/#post-6002551)
 * Hello,
 * Demo JShop PRO [http://jshop-pro.justpx.com/](http://jshop-pro.justpx.com/)
 * You added the widgets in “left” ?
    Sidebar (example) – [http://justpx.com/jshop-pro-documentation/#17](http://justpx.com/jshop-pro-documentation/#17)
 * Domain name?
 * Thanks and regards,
    JustPX [mail@justpx.com](https://wordpress.org/support/users/justpx/replies/mail@justpx.com?output_format=md)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JShop] How to add logo](https://wordpress.org/support/topic/how-to-add-logo-1/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-add-logo-1/#post-5277490)
 * Hello,
 * Which version of the theme?
 * “I have screen shots if required”
    Send [mail@justpx.com](https://wordpress.org/support/users/justpx/replies/mail@justpx.com?output_format=md)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Eco Gray] Thank you!](https://wordpress.org/support/topic/thank-you-465/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/thank-you-465/#post-7894554)
 * AriLove, thank you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Just Landing] Logo in heatder Just Landing Page Pro](https://wordpress.org/support/topic/logo-in-heatder-just-landing-page-pro/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/logo-in-heatder-just-landing-page-pro/#post-5354549)
 * Hello, red-devian.
 * I rarely visit this site.
 * If you add “>” ?
 * This code Landing page free:
 * `<a href="<?php bloginfo('url'); ?>"><img src="http://localhost/testwordpress/
   wp-content/uploads/2014/09/Escuela-Gob-gobierno-logo.png"></a>`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Just Landing] Widget content affected by emphasis tag](https://wordpress.org/support/topic/widget-content-affected-by-emphasis-property/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/widget-content-affected-by-emphasis-property/#post-5354548)
 * Hello again,
 * I rarely visit this site.
 * You need remove code:
 *     ```
       <em> </em>
       </div>
       ```
   
 * _[[Signature moderated](http://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Just Landing] Logo in heatder Just Landing Page Pro](https://wordpress.org/support/topic/logo-in-heatder-just-landing-page-pro/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/logo-in-heatder-just-landing-page-pro/#post-5354547)
 * Hello, red-devian.
 * I rarely visit this site.
 * If you add “**>**” ?
 * This code Landing page free:
 * `<a href="<?php bloginfo('url'); ?>"><img src="http://localhost/testwordpress/
   wp-content/uploads/2014/09/Escuela-Gob-gobierno-logo.png"></a>`
 * _[ [Signature moderated](http://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[JShop] Great theme.](https://wordpress.org/support/topic/great-theme-364/)
 *  Theme Author [JustPX](https://wordpress.org/support/users/justpx/)
 * (@justpx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/great-theme-364/#post-7890916)
 * EmmaRusch, thank you!

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

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