Radu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Dashboard ErrorYou can deactivate the plugins by simply removing them from the “plugins” folder.
For example: create a backup folder, move all the plugins in there and try to access your dashboard. After that, if everything is ok, just move the plugins back to their folder and activate them one by one.Forum: Fixing WordPress
In reply to: Dynamic Sidebar CSSyou’re welcome!
Forum: Fixing WordPress
In reply to: Embedding a video issueyou’re welcome
Forum: Fixing WordPress
In reply to: Embedding a video issueon the youtube video page click “Share” then “Embed”. Now there are some options available to you including the size of the embedded video “Custom height, width”
You should enter 640 in the width field and then copy the embed code and paste it in your site.
Hope it helpsForum: Fixing WordPress
In reply to: Permalink Problem – How to get nested permalinks?You’re welcome
Forum: Fixing WordPress
In reply to: Text continues Outside Comment Boxyou could add
word-wrap: break-word;
to the css of your comment div.Forum: Fixing WordPress
In reply to: Dynamic Sidebar CSSthere must be some code breaking your sidebar.
have you tried removing all / some of the widgets?
please provide me with the url of your site so i can take a lookForum: Fixing WordPress
In reply to: Permalink Problem – How to get nested permalinks?you could try to specify “pkg” as a parent page for “pkg1”.
This should workForum: Fixing WordPress
In reply to: How do I enable featured image automaticly?actually there is one line of code inside the plugin that should automatically add the featured image:
add_action( 'save_post', array(__CLASS__, "generate_thumbmail") );
i don’t know why it is not working…
Forum: Fixing WordPress
In reply to: How do I enable featured image automaticly?So, basically you need to have the image inside your post to be automatically set as featured image for the post, am I correct?
Forum: Fixing WordPress
In reply to: How do I enable featured image automaticly?Each theme handles images in it’s own way based on the developers idea of how it should work. So, what theme are you using?
Forum: Plugins
In reply to: [Theme Check] [Plugin: Theme-Check] Warning: file_get_contents“Images” is a folder. I tested to see if the plugin checks the files inside “Images” and it does… So, should I worry anymore?
Forum: Plugins
In reply to: [Theme Check] [Plugin: Theme-Check] Warning: file_get_contentsThanks for the answer but still didn’t fix my problem.
I have searched the internet for permission setting in xampp / winxp and no luck…
As I see it the problem is with the slash vs. backslash folder delimitation…Any suggestions?