Title: view port
Last modified: February 26, 2021

---

# view port

 *  [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/)
 * Hi
 * It will be great to have an option to select or mod viewport
    What if i want 
   Ipad content different than smaller device.
 * Let meknow if it s possible to make that update

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105564)
 * Hi Frederic
 * this will be one of the features of the PRO version.
 * In any case, it’s not a matter of viewport but of User-Agent SCFM does nothing
   on the client-side. It detects the device by the User Agent.
 * If you add this line of code in your wp-config.php before the comment /* That’s
   all, stop editing! Happy blogging. */:
 * define( ‘SCFM_EXCLUDE_TABLETS’,true );
 * then tablets will be considered like desktops. But you will not be able to assign“
   tablet-specific content”, only consider them as desktop instead of mobile.
 * In the PRO version, which honestly I have no idea when will be ready, you will
   be able to assign specific content only for tablets. But you will have smartphones,
   tablets, and desktops, nothing else.
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105575)
 * great! good job
    let me know if you need beta tester?
 * what other features on pro version are scheduling?
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105654)
 * that rule is already active with free version?
    define( ‘SCFM_EXCLUDE_TABLETS’,
   true );
 * or it will be later on with paid version?
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105728)
 * define( ‘SCFM_EXCLUDE_TABLETS’,true ); works also in the free version. With the
   PRO version, you will not need it anymore because you can assign specific content
   for tablets.
 * The PRO version will have these additional features:
    – Specific content for 
   tablets – Mobile version for specific menu items or the entire navigation – Shortcodes
   for mobile or desktop specific content – Specific theme for mobile (useful with
   child themes) – Option to deactivate the Google fonts on mobile – Support for
   Custom post types
 * Thank you very much for offering you as a beta tester. At the moment I suspended
   the development of the PRO version because I haven’t the time. The current PRO
   version is not stable and I need first to fix some bugs before you can call it
   a beta version, but I will surely take it into account for the future.
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105864)
 * great!
 * i am guessing this rule must be conflicting with my cache plugin
    define( ‘SCFM_EXCLUDE_TABLETS’,
   true );
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105889)
 * Be also sure the cache of your tablet is cleared.
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14105910)
 * Of coourse, you should set your caching plugin to distinguish between smartphones
   and tablets. You will need to add the right user agents in the caching plugin
   settings.
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14106043)
 * let me know if that list is correct
 * iPad
    NexusTablet SamsungTablet HPTablet AsusTablet BlackBerryTablet HTCtablet
   MotorolaTablet AcerTablet ToshibaTablet LGTablet FujitsuTablet LenovoTablet DellTablet
   SonyTablet PhilipsTablet HuaweiTablet`
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14109366)
 * [@giuse](https://wordpress.org/support/users/giuse/)
 * Are you planing anything for woocommerce product page?
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14109729)
 * even with wp-rocket i was not able to set it up
    I did open a ticket with them
 * Do you have the user-agent setting for wp-rocket?
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14109741)
 * nevermind
    they did create an add on for tablet cache [https://docs.wp-rocket.me/article/140-wrong-display-mobile-tablet-desktop](https://docs.wp-rocket.me/article/140-wrong-display-mobile-tablet-desktop)
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14109912)
 * i did not work
    did open ticket with them
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14110848)
 * Hi [@fredericlegrand](https://wordpress.org/support/users/fredericlegrand/)
 * your list of user agents is ok, but you should add also these ones:
 * ‘Tablet’
    ‘Playbook’ ‘Mobi|Opera Mini’
 * The most important is the first one ‘Tablet’.
 * The User Agents are not “for WPRocket” or any other plugins. They are related
   to the devices. So, you should use your list plus the three ones listed in my
   comment.
 * About the WooCommerce product pages, it will be supported by the PRO version,
   because the PRO version will support custom post types, and the products are 
   custom post types.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘view port’ is closed to new replies.

 * ![](https://ps.w.org/specific-content-for-mobile/assets/icon-256x256.png?rev=
   2447531)
 * [Specific Content For Mobile - Customize the mobile version without redirections](https://wordpress.org/plugins/specific-content-for-mobile/)
 * [Support Threads](https://wordpress.org/support/plugin/specific-content-for-mobile/)
 * [Active Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/specific-content-for-mobile/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/view-port/#post-14110848)
 * Status: not a support question