mium
Forum Replies Created
-
First let me thank you for your interest and help!
The site is https://www.itsaccomplished.com
I just looked at Webmaster tools again and see that I get a different answer depending on whether I use www or not:
itsaccomplished.com – no sitemap
https://www.its.accomplished – error (We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.
General HTTP error: 404 not found HTTP Error: 404)If I go to the dashboard/All in One SEO/XML Sitemap and click on ‘View Your Sitemap’ I get this:
XML Sitemap
This sitemap contains 5 URLs
https://itsaccomplished.com/sitemap_addl.xml.gz
https://itsaccomplished.com/sitemap_page.xml.gz
https://itsaccomplished.com/sitemap_attachment.xml.gz
https://itsaccomplished.com/sitemap_testimonials.xml.gz
https://itsaccomplished.com/sitemap_ml-slider.xml.gzWhen I view my files in cPanel, I cannot find any sitemap at all so I guess at some point I must have messed something up.
Thanks for your response.
Should I submit any and all sitemaps found in the root directory?
Forum: Themes and Templates
In reply to: [Celestial - Lite] widget titles do not display on the blog pageThe problem is resolved. I am not sure why or when but I accidentally styled the widget title the same as the page color so I wasn’t able to see it. Very sorry to have bothered you when it was my own idiotic mistake. Thanks very much for your fabulous theme and support!
Forum: Themes and Templates
In reply to: [Celestial - Lite] widget titles do not display on the blog pageThanks for your replay.
The problem occurs even when I deactivated the Hide Title plugin so I thought that it was not causing the problem.
The Hide Title plugin is for posts and pages however I just found the following in the plugin FAQ and maybe this is the problem but I don’t understand why it would happen if the plugin is deactivated.FAQ:
Hey! This plugin is hiding things I don’t want hidden!
By default this plugin looks for the .entry-title class and hides it. If it doesn’t find it it will look for any h1 or h2 elements that contain the title and hide them instead. To change the default .entry-title selector to something that makes more sense to you, add the following code to the functions.php file of your current theme:
global $DojoDigitalHideTitle;
// Be sure to replace “.your-selector” with your selector!
$DojoDigitalHideTitle->set_selector(‘.your-selector’);As noted in the comments, you’ll need to replace the string .your-selector with the css selector you’d like hidden. It can be any valid css selector such as h1, .myclass, #myid, etc. I recommend using a class or id to avoid accidentally hiding unforeseen elements.
Forum: Plugins
In reply to: [Advanced Text Widget] cannot select the page(s) for visibilitykelmcp,
Sorry, I never found a resolution.
Forum: Plugins
In reply to: [Social Sharing (by Danny)] Can't get buttons to display on front pageThat worked. Thank you very much for taking the time and trouble to help me out!
Forum: Plugins
In reply to: [Contact Form 7] Cannot change Text Field Width for the life of meThis works for me to shorten the fields.
in my child-theme CSS:
.wpcf7 {
width:50%;
}Forum: Plugins
In reply to: [Arconix Testimonials] Works great locally but error messages on hostThat worked perfectly! Thanks for your terrific support!
Forum: Plugins
In reply to: [Arconix Testimonials] Works great locally but error messages on hostAccording to the host there are no restrictions to WordPress creating subdirectories. Debugging what is really going on is beyond my capabilities but commenting out the 2 following lines in the admin.php seems to correct the problem. Hopefully, by doing so I am not creating another problem but none is apparent (yet!).
/**
* Load our Meta Box and At a Glance helper classes
*
* @since 1.0.0
*/
function init() {
// if( ! class_exists( ‘cmb_Meta_Box’ ) )
// require_once( ‘/metabox/init.php’ );if ( ! class_exists( ‘Gamajo_Dashboard_Glancer’ ) )
require_once( ‘class-gamajo-dashboard-glancer.php’ );
}Forum: Themes and Templates
In reply to: [isis] social iconsThanks. As always, great support!
Forum: Themes and Templates
In reply to: [isis] social iconsThanks for your help. Can you tell me where this code would go?
thanks
I am working on localhost so I cannot provide a link.
Forum: Plugins
In reply to: [Arconix Testimonials] re-arrange order of testimonialsMany thanks for your help and also for your speedy reply!
Forum: Themes and Templates
In reply to: [isis] Our Client sectionThanks…worked great!