Title: Abhishek's Replies | WordPress.org

---

# Abhishek

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/abhiprep/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/abhiprep/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/abhiprep/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/abhiprep/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/abhiprep/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/abhiprep/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A homepage different according to roles](https://wordpress.org/support/topic/a-homepage-different-according-to-roles/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/a-homepage-different-according-to-roles/#post-10717060)
 * Hello, [@vm06](https://wordpress.org/support/users/vm06/)
    Yes WordPress that
   allows you to create your own custom pages with their different role or styles
   [maybe this article help you](https://codex.wordpress.org/Theme_Development#Custom_Page_Templates)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menu items missing](https://wordpress.org/support/topic/menu-items-missing-2/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/menu-items-missing-2/#post-10716861)
 * Hello, [@annaclarkson](https://wordpress.org/support/users/annaclarkson/)
    your
   wp is totally reset or maybe there is [privileges problem](https://youtu.be/gRAuL6XVh_g)
   [ #try this](https://youtu.be/7RazMUnBFnQ) for new instaltion wp it may help 
   you otherwise contact your hosting providers
    -  This reply was modified 7 years, 9 months ago by [Abhishek](https://wordpress.org/support/users/abhiprep/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why can’t keep title unchaged for my theme?](https://wordpress.org/support/topic/why-cant-keep-title-unchaged-for-my-theme/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/why-cant-keep-title-unchaged-for-my-theme/#post-10716671)
 * Hello, [@elearn2014](https://wordpress.org/support/users/elearn2014/)
    This code
   work for me
 *     ```
       .enrty-title
       {
       text-transform: none;
       }
       ```
   
 * You can see the [documentary about child theme](https://wpsites.net/wordpress-themes/how-to-make-your-own-child-theme-for-wordpress-beginners-guide/)
    -  This reply was modified 7 years, 9 months ago by [Abhishek](https://wordpress.org/support/users/abhiprep/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lower time WordPress refreshes RSS feed](https://wordpress.org/support/topic/lower-time-wordpress-refreshes-rss-feed/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/lower-time-wordpress-refreshes-rss-feed/#post-10716590)
 * Hello,@dlynch027
    Yes, it is possible. WordPress supports external feeds, and
   parse the feed using a function named fetch_feed() from SimplePie. RSS widget
   is one of them using the same function to fetch external feed.
 * The Codex says:
    fetch_feed caches results for 12 hours by default.
 * So, the feed you are fetching is actually at least 12 hours old. But a good news
   is there also that, you can modify the duration of the fetching by using a filter:
   wp_feed_cache_transient_lifetime.
 * How to use that? Simple. Just paste the following code into your theme’s functions.
   php:
 * `add_filter( 'wp_feed_cache_transient_lifetime', function(){ return 1800; });`
   
   Here, we are using the filter to modify the duration. Here we are passing our
   new duration with 1800 [seconds]. The calculation is: 30 minutes = 30 min. x 
   60 sec. = 1800 sec.
 * Using the simple code you can change the duration.
    For more details about settings
   the update time of feeds you can [click here](http://www.village-idiot.org/archives/2009/08/04/fix-the-rss-update-time-on-the-wordpress-rss-widget/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website crashed after installing theme](https://wordpress.org/support/topic/website-crashed-after-installing-theme/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/website-crashed-after-installing-theme/#post-10715319)
 * Hello, [@icegreencake](https://wordpress.org/support/users/icegreencake/)
    Regarding
   this problem, You need to contact the Divi theme support forum. [https://www.elegantthemes.com/forum/](https://www.elegantthemes.com/forum/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website comparison in wordpress](https://wordpress.org/support/topic/website-comparison-in-wordpress/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/website-comparison-in-wordpress/#post-10715062)
 * Hello, [@razvantamasanu](https://wordpress.org/support/users/razvantamasanu/).
   You can choose any theme just do a search for it. for an example, click below.
   
   [https://www.theme-junkie.com/price-comparison-wordpress/](https://www.theme-junkie.com/price-comparison-wordpress/)
   For plugin. [https://wordpress.org/plugins/compare-ninja-comparison-tables/](https://wordpress.org/plugins/compare-ninja-comparison-tables/)
   Login and register plugin on a comparison website. [https://wordpress.org/plugins/woocommerce-login-and-registration/](https://wordpress.org/plugins/woocommerce-login-and-registration/)
   [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [stopping notifications from WordPress.org plugins I subscribed to](https://wordpress.org/support/topic/stopping-notifications-2/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/stopping-notifications-2/#post-10715037)
 * Hello [@davidallen23](https://wordpress.org/support/users/davidallen23/)
    Goto
   the profile page and then goto notification setting bottom of the notification
   page you [uncheck the Receive notification by email?](https://prnt.sc/kxnrwt)
    -  This reply was modified 7 years, 9 months ago by [Abhishek](https://wordpress.org/support/users/abhiprep/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress no longer linked to my site?](https://wordpress.org/support/topic/wordpress-no-longer-linked-to-my-site/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/wordpress-no-longer-linked-to-my-site/#post-10714828)
 * Hello, [@bneale](https://wordpress.org/support/users/bneale/)
    Reset your username
   and password for more info click links below if you have a hosting login still
   then you’re able to reset your password from phpmyadmin/wp_user section. [https://codex.wordpress.org/Resetting_Your_Password](https://codex.wordpress.org/Resetting_Your_Password)
   [https://codex.wordpress.org/Login_Trouble](https://codex.wordpress.org/Login_Trouble)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [space between boxes](https://wordpress.org/support/topic/space-between-boxes/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/space-between-boxes/#post-10714787)
 * [@mindiapolis](https://wordpress.org/support/users/mindiapolis/), it works here
   I just again check it.
 * I guess you’re doing something wrong while putting the code in style.css
    use
   this and remove your code which you’re using right now for same classes.
 *     ```
       .flip3D > .front {
           display: block;
           margin-left: 56px;
           position: relative;
           transform: perspective(600px) rotateY(0deg);
           background: #79A696;
           width: calc(100% - 25px);
           min-height: 250px;
           border-radius: 7px;
           backface-visibility: hidden;
           font-size: 24pt;
           vertical-align: middle;
          }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Embed & iFrames not working Videos](https://wordpress.org/support/topic/embed-iframes-not-working-videos/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/embed-iframes-not-working-videos/#post-10714695)
 * Hello, [@hara-kim](https://wordpress.org/support/users/hara-kim/)
    For embed 
   and iframe is not working in a page you should [try this](http://Embed & iFrames to not work)
   you don`t need to make a function for Youtube embedding or iframes. the WordPress
   already provide this [default function](https://codex.wordpress.org/Function_Reference/wp_embed_handler_video)
   for Youtube embedding or iframes.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Added Site to Multi-Site Not Showing](https://wordpress.org/support/topic/added-site-to-multi-site-not-showing/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/added-site-to-multi-site-not-showing/#post-10714682)
 * Then try to remove cache and cookies of the browser as well as on WordPress too,
   
   Deactivate the w3 total cache plugin because in this type of problem it plays
   a major role.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Analytics](https://wordpress.org/support/topic/analytics-30/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/analytics-30/#post-10714674)
 * Hello, [@coptrainer](https://wordpress.org/support/users/coptrainer/)
    Can you
   tell me right now which counter plugin your using?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Added Site to Multi-Site Not Showing](https://wordpress.org/support/topic/added-site-to-multi-site-not-showing/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/added-site-to-multi-site-not-showing/#post-10714669)
 * Hello, [@vitamineg](https://wordpress.org/support/users/vitamineg/)
    It seems
   the way your having problem with a new site on WordPress but from past your not
   facing such type of problem on adding new site then probably it will be a hosting
   support problem regarding WordPress installation or update. so, contact your 
   host provider they will help you out from your problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I get WordPress to stop stripping paragraph tags from my code when](https://wordpress.org/support/topic/how-do-i-get-wordpress-to-stop-stripping-paragraph-tags-from-my-code-when/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-get-wordpress-to-stop-stripping-paragraph-tags-from-my-code-when/#post-10714667)
 * Hello,@a4jpcom
    You are not losing your <p> tags because the visual editor already
   set your text in a paragraph [ see this ](https://prnt.sc/kxm9in)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Unsubscribe only for reviews not support topics](https://wordpress.org/support/topic/unsubscribe-only-for-reviews-not-support-topics/)
 *  [Abhishek](https://wordpress.org/support/users/abhiprep/)
 * (@abhiprep)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/unsubscribe-only-for-reviews-not-support-topics/#post-10714639)
 * Hi, [@logologics](https://wordpress.org/support/users/logologics/)
    Yeah! it’s
   possible if you have a bit knowledge WordPress files in the directory and as 
   well a bit code knowledge too. For disabling particular plugin feeds by code 
   [click here](https://wordpress.stackexchange.com/questions/20580/disable-update-notification-for-individual-plugins)
 * put this code in on WordPress directory in the last of /wp-config.php file
 *     ```
       function filter_plugin_updates( $value ) {
           unset( $value->response['PLUGIN_NAME/PLUGIN_FILE_NAME.php'] );
           return $value;
       }
       add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );
       ```
   
 * otherwise, try a plugin it might help you out.
    [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/](https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/)

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

1 [2](https://wordpress.org/support/users/abhiprep/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/abhiprep/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/abhiprep/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/abhiprep/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/abhiprep/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/abhiprep/replies/page/2/?output_format=md)