digitalnature
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing permalinks for redirect is making load time *super* slowif you look in the page source, at the end of the file, you’ll see that your (new) site is generated in 1 second with ~50 db queries, so I don’t think it’s a host/server/wordpress/plugin issue.
on the other hand, your homepage has around 4 MB. that’s huge for the average website. even so, on my connection your 4 MB site was loaded in less than 3 seconds – that’s very fast for a shared host!
Forum: Themes and Templates
In reply to: slider out of whack after update 2.2.2 to 2.3.1no, there shouldn’t be any issues
Forum: Themes and Templates
In reply to: slider out of whack after update 2.2.2 to 2.3.1you can copy the style.css file from 2.2.2, it should fix the slider issue.
choose plugins that use ajax to display data from twitter or other external sources, and your site will run faster
Forum: Themes and Templates
In reply to: Remove top navigation bar in Mystique Themethere’s a theme option in the navigation tab that allows you to disable that menu.
Forum: Themes and Templates
In reply to: slider out of whack after update 2.2.2 to 2.3.1ok, I understand now.
you should set the URL that you want people to access there.
if you want to use the subdomain, set it to http://blog.buildingmoxie.comif you really want both urls to work (which is not a good idea) open the libs/core.php file from the theme directory, search and comment these lines:
if (false === strpos(get_option('home'), '://www.')) $pageURL = str_replace('://www.', '://', $pageURL); if (false !== strpos(get_option('home'), '://www.') && false === strpos($pageURL, '://www.')) $pageURL = str_replace('://', '://www.', $pageURL);the slider thing looks like bug with fluid layouts, I’ll look into it.
you can try removing any custom css you added that’s related to the featured content.btw your site loads very slow.
you have some plugin that retrieves data from other websites, without doing this asynchronously. so it’s forcing the browser to wait for this data to be completely retrieved before loading the rest of your website.Forum: Themes and Templates
In reply to: slider out of whack after update 2.2.2 to 2.3.1a temporary fix:
edit core.php and comment out lines 1053 and 1054.i need to know how did you install wordpress? did you create a subdomain and then install wp from there? on the general settings page from your dashboard, what URLs are listed?
ps: what’s the pararel start thing?
Forum: Themes and Templates
In reply to: I want to remove the Logo and Tagline part of the themeif the post author uses the default theme, why is this tagged “mystique” ? 🙂
Forum: Themes and Templates
In reply to: I want to remove the Logo and Tagline part of the themeI tried that… do you mean upload a backround image? I do that but the logo and stuff is still there
no, i mean upload a logo image. it’s above the option for the background image.
Forum: Themes and Templates
In reply to: I want to remove the Logo and Tagline part of the themeyou can upload a picture from the theme settings. the site name and tagline will not show if you do that
Forum: Themes and Templates
In reply to: [MYSTIQUE] slow loading past v1.62a link to your website(s)?
Forum: Themes and Templates
In reply to: [MYSTIQUE] Premature end of script header when uploading logotry this:
open the libs/core.php file from the them folder, and comment out line 357.
that’s the function that gets the logo image size, it doesn’t work on all servers. I need to rewrite and move that in the theme settings, after upload 🙂
Forum: Themes and Templates
In reply to: How to add a pic to the header in Mystique?no…
isn’t this obvious enough?
Forum: Themes and Templates
In reply to: Mystique Theme – Sidebar Widgetjust add more instances of the same widget, isn’t that obvious?
Forum: Themes and Templates
In reply to: Mystique twitter accountyes, click the navigation link
Forum: Themes and Templates
In reply to: Mystique twitter accountyes there are, look again