Title: row321's Replies | WordPress.org

---

# row321

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] Exclude category in Google News Sitemap module not working](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/)
 *  Thread Starter [row321](https://wordpress.org/support/users/row321/)
 * (@row321)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/#post-5355664)
 * Just following up to see if the bug was identified.
 * Thanks for all the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] Exclude category in Google News Sitemap module not working](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/)
 *  Thread Starter [row321](https://wordpress.org/support/users/row321/)
 * (@row321)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/#post-5355658)
 * Hi Khang,
 * I did try to include some categories and didn’t want to include a specific category.
   But when I published the post even the non-selected category got included in 
   the site map.
 * So, this is to confirm that excluding or including doesn’t seem to work properly.
 * Thanks for looking into this. Hope we can resolve the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Google XML Sitemaps (support Sitemap Index, Multi-site and Google News)] Exclude category in Google News Sitemap module not working](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/)
 *  Thread Starter [row321](https://wordpress.org/support/users/row321/)
 * (@row321)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/exclude-category-in-google-news-sitemap-module-not-working/#post-5355601)
 * Bump
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Form Lightbox] Open Contact form in Lightbox using button](https://wordpress.org/support/topic/open-contact-form-in-lightbox-using-button/)
 *  Thread Starter [row321](https://wordpress.org/support/users/row321/)
 * (@row321)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/open-contact-form-in-lightbox-using-button/#post-3960246)
 * Installed two plugins – Form Lightbox and Contact form 7.
 * Then used a text/HTML widget with the following code.
 *     ```
       <p style="text-align: center;">[formlightbox_call title="lightbox form" class="1374826386773"]<button class="requestquote">Request Quote</button>[/formlightbox_call]
       [formlightbox_obj id="1374826386773" style="" onload="false"][contact-form-7 id="1013" title="Contact form 1"][/formlightbox_obj]</p>
       ```
   
 * Where I defined the “requestquote” button class to style the default HTML button.
   
   I used a CSS Style Button generator website to help me with the CSS styling to
   match the look and feel of the theme so I used the following –
 *     ```
       .requestquote {
       border: 1px solid #D1D1D1;
       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.08, #FFFFFF), color-stop(0.9, #D1D1D1) );
       background: -moz-linear-gradient( center top, #FFFFFF 8%, #D1D1D1 90% );
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
       background-color: #FFFFFF;
       -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
       -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
       box-shadow: inset 0px 1px 2px 0px #FFFFFF;
       -moz-border-radius: 1px;
       -webkit-border-radius: 1px;
       border-radius: 1px;
       text-shadow: 1px 1px 2px #FFFFFF;
       font-weight: normal;
       margin: 5px 5px;
       padding: 6px 6px;
       color: #174580;
       letter-spacing: 1px;
       font-family: 'Arial', sans-serif;
       font-size: 18px;
       width: 185px;
       text-transform: capitalize;
       text-align: center;
       text-decoration: none;
       cursor: pointer;
       display: inline-block;
       }
       .requestquote:hover {
       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.08, #D1D1D1), color-stop(0.9, #FFFFFF) );
       background: -moz-linear-gradient( center top, #D1D1D1 8%, #FFFFFF 90% );
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#FFFFFF');
       background-color: #D1D1D1;
       }
       .requestquote:active {
       position: relative;
       top: 1px;
       left: 0px;
       }
       ```
   
 * And DONE!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] 1.2.8.4 sitemap_index.xml broken](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-1284-sitemap_indexxml-broken/)
 *  [row321](https://wordpress.org/support/users/row321/)
 * (@row321)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-1284-sitemap_indexxml-broken/#post-3065472)
 * After upgrading to 1.2.8.4 I’m getting 404 page not found error on sitemap_index.
   xml and all the other sitemaps contained inside the sitemap_index.xml
 * Getting 404 on all the following as well:
 * /page-sitemap.xml
 * /post-sitemap1.xml
 * /post-sitemap2.xml
 * /post-sitemap3.xml
 * /post-sitemap4.xml
 * Any help would be appreciated. Website is touchreviews.net

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