salescart
Forum Replies Created
-
Thanks…Yeh, I ended up finding that but it had no effect.
How did you increase memory?
The conflicting WordPress plugin you have is the Yoast SEO XML coding. If you do a Google search for “Yoast SEO sitemap not working”, you’ll get 21,000 entries. What is your URL to the sitemap?
Also Niles, that is a “terribly” written KB that explains lots of problems and gives you few good ways to solve the problems. I completely agree with YvonneTaylor.
YvonneTaylor we can’t get our Yoast XMLsitemap to work either. What we are going to do is turn that off. There are lots of other WordPress plugin that do sitemaps and they just work….not special hoops to jump through.
Pretty typical. Google takes weeks and sometimes months before it will take a look at your sitemap. They are backed up cataloging the world. Just be patient. Pending means Google knows about it, and its’ in the stack to be cataloged.
The yoast SEO plugin feels like it can take over your entire wordpress website and is very buggy….we can’t get it to work either and we’re looking at alternatives. However, I can see your sitemap at http://happybirthdayimagesquotes.com/sitemap.xml
Take a look at it…does it look right?
It looks right to me. If so, then those warnings are just more bugs and can be ignored as just nag messages…annoying but not destructive.Forum: Fixing WordPress
In reply to: Disable plugin at "file" levelThanks…yep. It did it.
Forum: Fixing WordPress
In reply to: Upgrade to 4.2.3 fails!On Windows, there is the IUSR account which represents the “web browser” essentially. In my case, this website is not yet visible to the public so the IUSR permissions did not exist. I’m not sure exactly what permissions you need to give the ISUR account since we gave it Change/modify permission and then removed it again afterwards. However, I’m guessing you need to give the IUSR account at least RX (Read Execute) permissions. That was the original purpose of my thread as I’m unsure of exactly “where” or “what” the “correct” NT file permissions are documented for Windows machines.
Forum: Fixing WordPress
In reply to: Upgrade to 4.2.3 fails!Ok, I figured it out. I just had to give the Iusr account permissions.
Forum: Fixing WordPress
In reply to: Upgrade to 4.2.3 fails!Ok, however, that sounds like a major pain. Is there a way just to fix the inconsistent file permissions?
What should the permissions be…this is a windows server?
Forum: Fixing WordPress
In reply to: I crashed my WP site when moving itThere’s a plugin for that!
Forum: Fixing WordPress
In reply to: WordPress -vs- Bootstrap: Which is the better way to go- People build websites(develop what their site looks like) with JUST WordPress(no Boot)
- People build websites(and manage content) with JUST Bootstrap(no WP)
So saying they are entirely different is like saying a claw hammer is entirely different from a ball peen hammer. It’s really just a matter of perspective.
I’m not asking about the micro-perspective. I’m talking about the macro. For a company of say 20-50 people, should they build their website based upon starting with a framework (bootstrap), or should they build their website based upon starting with a CMS/blogging engine?
However, I do see what you are saying. Isn’t every website at is heart just a “basic brochure”? Also, isn’t every “advanced” website advanced fuctionality “on top” of that basic brochure? So perhaps that is the crux of what you are saying and the answer then which I would interpret more to timing. Starting with WordPress usually makes the most sense. However, if you need advanced web site components, folder those with a foundation.
Forum: Fixing WordPress
In reply to: WordPress -vs- Bootstrap: Which is the better way to goNo, but I’ve searched the internet and there is not a lot of people that have wrestled and written about this issue and its actually a very important issue. Its not about “living without a technology”…so how can I get both.
It comes more down to what is the “best way” or “tool” to build a website and obviously the answer is going to be different between say a small mom and pop shop as compared to a fortune 500.
Do you use a CMS that has been modified over the years to output a descent website with themes and plugins ?
or
Do you start with a foundation with themes and libraries?
So if there is a link out there to a paper, blog, or article that discusses the benefits like cost, versus complexity, versus flexibility, versus speed, I haven’t found it. We tried to educate our small businesses that WordPress is the way to go and they are coming back to us telling us Bootstrap is the way they are going…and it threw us for an unexpected loop and we found no real discussion on that topic. Its one we had to wrestle with as well. So I know it’s not unique. I figured the community would have a better handle on it.
Not trying to start a “flame war” or a “mine is better than yours”…more trying to see if people have “resources” that helped them make the decision that I’m not aware of…
Forum: Themes and Templates
In reply to: [Gravida] Home Page Slider – re: slidesHmm, that’s not working for some reason. When I installed it, I believe you only defined 3 and it was showing us the rest. However, we are making use of all 5 now so no worries.
Forum: Themes and Templates
In reply to: [Flat Responsive] Why no homepage widgets on fresh installWell there is no way to email you that we are aware of. Your contact form says this:
Please note that this contact form is not for “theme support” related questions.Your email support link says:
Message
You need an active subscription in order to view this content.If I comment out this line in your php script, it fixes the problem.
/* wp_enqueue_style( ‘bootstrap-css’, plugin_dir_url(__FILE__) . ‘css/bootstrap.min.css’); */
I thought to get approval from WordPress you are NOT suppose to include you own versions of common runtimes like Jquery or Bootstrap. You also are including Jquery too.