Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Not Found” on frontpageInteresting, but I can’t see in your .htaccess file, the code that WordPress insert when you change permalinks.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressthis should be generated automatically when you press
update permalinksin control panel.Forum: Fixing WordPress
In reply to: General Category & Searches lead to blank pageThe default wordpress engines, from my knowledge, doesn’t search in categories. If you don’t have any word “local”, in your blog posts will return a blank page. It should howsoever, return “Sorry, your search returned no results. Please try searching again, or browse using the navigation above and to the left”.
But if it works with clasic theme, than you should compare those two files, maybe copy the loop to yours.
Forum: Fixing WordPress
In reply to: wordtube code shows up in search resultsI have the same problem, but I don’t believe there is any developed solution. I have installed search everything and is the same problem with that.
Forum: Fixing WordPress
In reply to: More Fields – mf_page_type: Post viewableI guess you will need to hack the plugin for that, but you will lose the modification when you uppdate the plugin.
Forum: Fixing WordPress
In reply to: General Category & Searches lead to blank pageYou need this plugin to search categories: http://wordpress.org/extend/plugins/search-everything/
This is not a problem related with the search functionality, but instead:
<h2>" title="<?php the_title(); ?>"><?php the_title(); ?></h2>you need:
<h2><?php the_title(); ?></h2>Forum: Fixing WordPress
In reply to: Text doesn’t wrap around imagesIf you have a custom theme you need really need to save the code from the standard theme stylesheet to the custom one.
/* -------------------------------------------------------------- Basic WordPress Blog Styles -------------------------------------------------------------- */ /* Images -------------------------------------------------------------- */ .entry-content img { margin: 0 0 1.5em 0; } .alignleft, img.alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright, img.alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .wp-caption { text-align: center; margin-bottom: 1.5em; } .wp-caption img { border: 0 none; margin: 0; padding: 0; } .wp-caption p.wp-caption-text { margin: 0; } .wp-smiley { max-height: 1em; margin:0 !important; } .gallery dl { margin: 0; } .gallery-caption { margin:-1.5em 0 0 0; } /* Pullquotes -------------------------------------------------------------- */ blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; } blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }Forum: Fixing WordPress
In reply to: “Not Found” on frontpageI would say that the permalinks are faulty, but you need to check you .htaccess file for that.
The problem also might be where you have reading options: your home page/ your blog page.
Forum: Fixing WordPress
In reply to: Deformed Admin CPif you use godaddy free hosting, I told you that you need to upgrade.
Or if you said that it workd before with an older version of wordpress downgrade 🙁
Forum: Fixing WordPress
In reply to: show current page while on parent subpagesThanks for info,
I reduced the code to:
<ul id="main_menu"> <?php wp_list_pages('&title_li=&link_before=<span>&link_after=</span>&depth=0'); ?> </ul>and css is bit bigger now, because I had to reset more child elements but it works great.
Forum: Fixing WordPress
In reply to: Deformed Admin CPYou need to upgrade from free hosting to linux basic (or better).
When you have free plan, godaddy inserts a banner into your header, messing up everything else.
After upgrade, it did the trick for me.
Good luck!
Forum: Fixing WordPress
In reply to: Deformed Admin CPWeird enough, I experience this problem too for a client of mine. I work locally and everything is fine. After I have uploaded to godaddy, in the admin is all screwd up (CSS path problem I guess). I also assume, my problem is because godaddy forced a banner up into my website. I really hate this hoster. Bluehost is so easy to work with.
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] TinyMCE not working since 2.8.1 upgradeIt works with 2.8.3.
Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] ProblemsI have tried to implement the solution to set at least one shipping country on payment options, but it shows up the same error.
Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] ProblemsI confirm: WordPress 2.8.1 latest version of WP e-Commerce v. 3.7 and I get the same error with Google integration:
Oops!
Taurus Entertainment Company has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again.I have rechecked all of the settings and they are fine. I believe it is a compatibility issue.
Anyone taking care of this bug? It looks for me that 50% of users they can do this integration and the rest don’t.
Forum: Fixing WordPress
In reply to: Need help in wp-forumIt should be already set in UTF-8