Title: webtrackstudio's Replies | WordPress.org

---

# webtrackstudio

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to track memory usuage?](https://wordpress.org/support/topic/how-to-track-memory-usuage/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-track-memory-usuage/#post-9575517)
 * use plugin “p3 profiler” this is best solution for you.
    But if this plugin has
   not been updated for last 2years.so if this creates any problem for you then 
   you can use alternative plugins for this given in below link [https://asphaltthemes.com/alternative-to-p3-plugin-performance-profiler/](https://asphaltthemes.com/alternative-to-p3-plugin-performance-profiler/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Text on homepage I cant get rid off](https://wordpress.org/support/topic/text-on-homepage-i-cant-get-rid-off/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/text-on-homepage-i-cant-get-rid-off/#post-9564752)
 * Right know visual composer plugin is deactivated in your site.so first reactivate
   your visual composer plugin and edit this page with that and please share screen
   shot of that editor section of this page.
    -  This reply was modified 8 years, 8 months ago by [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change the link of my page](https://wordpress.org/support/topic/change-the-link-of-my-page/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/change-the-link-of-my-page/#post-9564750)
 * you set the your front page go to :
    dashboard->appearance->customize->static
   front page
 * and choose the your static front page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Frontpage section backgrounds are zoomed in](https://wordpress.org/support/topic/frontpage-section-backgrounds-are-zoomed-in/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/frontpage-section-backgrounds-are-zoomed-in/#post-9564749)
 * in your css below line of code is cause of your problem
    /* background-size: 
   cover; */ so remove that line which I have commented in code.This will solve 
   your problem and let me know If you find problem after this.
 *     ```
       .header-filter {
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
           z-index: -1;
           background-position: center center;
           /* background-size: cover; */
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Not Updating; Automatic RSS Newsletter Not Sending](https://wordpress.org/support/topic/rss-feed-not-updating-automatic-rss-newsletter-not-sending/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/rss-feed-not-updating-automatic-rss-newsletter-not-sending/#post-9564736)
 * follow this article’s instructions
    [https://kb.mailchimp.com/campaigns/blog-posts-in-campaigns/troubleshooting-rss-in-campaigns](https://kb.mailchimp.com/campaigns/blog-posts-in-campaigns/troubleshooting-rss-in-campaigns)
 * and let me know if you get any problem to solve out issues ……
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Center align issue with photos](https://wordpress.org/support/topic/center-align-issue-with-photos/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/center-align-issue-with-photos/#post-9564726)
 *     ```
       use this css
       img.aligncenter {
           margin: 0 auto !important;
           display: table;
       }
       ```
   
    -  This reply was modified 8 years, 8 months ago by [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/).
    -  This reply was modified 8 years, 8 months ago by [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS in the mobile version of my site](https://wordpress.org/support/topic/help-me-with-mobile-version/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/help-me-with-mobile-version/#post-9541187)
 * use this css in mobile verson and menu fix the right side
    [@media](https://wordpress.org/support/users/media/)
   only screen and (max-width: 767px){ .site-branding, .btn-menu { text-align: right;}}
    -  This reply was modified 8 years, 8 months ago by [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parent Theme Enabled Required for Child?](https://wordpress.org/support/topic/parent-theme-enabled-required-for-child/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/parent-theme-enabled-required-for-child/#post-9541165)
 * No, parent theme do not enabled only activate the child theme but do not delete
   the parent theme and do the all changes in child theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t login to /wp-admin area with correct username and password](https://wordpress.org/support/topic/cant-login-to-wp-admin-area-with-correct-username-and-password/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/cant-login-to-wp-admin-area-with-correct-username-and-password/#post-9537518)
 * follow these instruction given in this link…
    [Login Trouble Solution](https://codex.wordpress.org/Login_Trouble)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to align text in columns](https://wordpress.org/support/topic/very-easy-fix-for-pros/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/very-easy-fix-for-pros/#post-9491558)
 * I hope you are looking for this kind of result, please let me know if this solution
   make sense.
 *     ```
       <!DOCTYPE html>
       <html>
       <head>
       <style>
       * {
           box-sizing: border-box;
       }
       .header, .footer {
           background-color: grey;
           color: white;
           padding: 15px;
       }
       .column {
           float: left;
           padding: 15px;
       }
       .clearfix::after {
           content: "";
           clear: both;
           display: table;
       }
       .menu {
           width: 25%;
       }
       .content {
           width: 75%;
       }
       .menu ul {
           list-style-type: none;
           margin: 0;
           padding: 0;
       }
       .menu li {
           padding: 8px;
           margin-bottom: 8px;
           background-color: #33b5e5;
           color: #ffffff;
       }
       .menu li:hover {
           background-color: #0099cc;
       }
       .containerMenu {
           display:flex;
       }
   
       .containerMenu #m1
       {
          order:1;
          margin-right:20px;
       }
       .containerMenu #m3
       {
          order:2;
          margin-right:20px;
       }
       .containerMenu #txt {
           order: 3;
           padding: 8px;
           margin-bottom: 8px;
       }
   
       </style>
       </head>
       <body>
   
       <div class="header">
       </div>
   
       <div class="clearfix">
         <div class="column menu">
           <ul class="containerMenu">
   
          <Strong id="txt"> Test text appear </strong>
             <li id="m1">Part1</li>
             <li id="m3">Part 3</li>
   
           </ul>
         </div>
       </div>
   
       <div class="footer">
         <p>Welcome</p>
       </div>
   
       </body>
       </html>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove gray bar below menu](https://wordpress.org/support/topic/remove-gray-bar-below-menu/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-gray-bar-below-menu/#post-9491550)
 * please put this code in your ‘style.css’ file which you can find out at dashboard/
   appearence/editor/style.css
 * and put this code
 *     ```
       .custom-header-image {
           margin-top:0px !important;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Events Calendar](https://wordpress.org/support/topic/events-calendar-33/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/events-calendar-33/#post-9481327)
 * Use this plugin [https://wordpress.org/plugins/event-organiser/](https://wordpress.org/plugins/event-organiser/)
   
   There may be works for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Published page not showing, but in menu](https://wordpress.org/support/topic/published-page-not-showing-but-in-menu/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/published-page-not-showing-but-in-menu/#post-9478399)
 * Glad to help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [content import from different system](https://wordpress.org/support/topic/content-import-from-different-system/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/content-import-from-different-system/#post-9478202)
 * Go to dashboard->Tools->Import->WordPress install now then import the your file
   and Click the Go Button
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Contact Form 7](https://wordpress.org/support/topic/contact-form-7-290/)
 *  [webtrackstudio](https://wordpress.org/support/users/webtrackstudio/)
 * (@webtrackstudio)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/contact-form-7-290/#post-9478177)
 * The red border means that Contact Form 7 tried to send mail with wp_mail(), but
   it failed. To solve the issue, you need to find out the actual reason why it 
   is failing in the first place.
    There could be various reasons such as the mail
   setup wasn’t valid. The sending would also fail if the mail server was down, 
   inaccessible or experiencing other problems. In this case, it will be more difficult
   to solve the issue by yourself. I would suggest you contact your host for support.
   They may be able to check the error logs to find out the reason for the failure.
   In some cases, it is possible to solve this issue by using another mail server.
   Postman SMTP is one of the plugins that will help you do that.

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

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