row321
Forum Replies Created
-
Just following up to see if the bug was identified.
Thanks for all the help.
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.
Bump
Forum: Plugins
In reply to: [Plugin: Form Lightbox] Open Contact form in Lightbox using buttonInstalled 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
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] 1.2.8.4 sitemap_index.xml brokenAfter 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