simi_id
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twentyeleven – font rendered different in IE and FirefoxI’ve made a screenshot.
https://www.siminiuc.com/1/IEvsFirefox.png
In IE seems sharper and thin.Forum: Themes and Templates
In reply to: Twentyeleven – font rendered different in IE and Firefoxhttps://www.siminiuc.com
The menu text, I think in IE is Georgia and in Firefox is Arial.
Also the content text, normal one, not italic, is different and nicer in IE than Firefox.Forum: Fixing WordPress
In reply to: Custom Menu Style Issue in Twentyeleven Child ThemeI have same issues. Which styles are for dropdown menus, to change bgcolor, font color, width and so on.
Thanks.
Forum: Themes and Templates
In reply to: Twentyeleven – css styles and css optionsThanks David, this is a good advice.
I’ll do like this I think.
But my ideea was how to see which classes are already defined by default and how they look, maybe there are classes which I wanted and to not create duplicate ones.Catalin
Forum: Themes and Templates
In reply to: Twenty Eleven Theme – Space Between Banner and PostI’ve made a lot of test and to remove the space between the menu and the title page is just enough to add this code in a child style.css
.singular.page .hentry {
padding: 0;
margin-top: -30px;
}Forum: Themes and Templates
In reply to: wordpress 3.2.1 which is default theme ?Forum: Themes and Templates
In reply to: wordpress 3.2.1 which is default theme ?Thanks peredur.
And here are more resources for anyone also interested in this topic.
https://op111.net/53/Forum: Themes and Templates
In reply to: wordpress 3.2.1 which is default theme ?Thank you very much now is clear.
So that’s how it works a child outside a theme.
In style.css from themename2 to specify which theme is used
/*
Template: themename1
*/Then to activate themename1 which has all files, and after to activate themename2 which has only somefiles to overwrite the themename1 styles.
Thanks again.
Forum: Themes and Templates
In reply to: wordpress 3.2.1 which is default theme ?So by default twentyeleven it’s default theme even I didn’t specified.
And when there will be a twentytwelve theme it will work on twentytwelve.
How do I specify in this case to stick to twentyeleven ?Thanks again.
Forum: Themes and Templates
In reply to: wordpress 3.2.1 which is default theme ?Thanks for the answer … but …
I just created that folder, and in themes appeared my theme, twentyeleven and twentyten. And I activated my theme (header.php, style.css and logo.png in that folder).
And the site works on the twentyeleven layout. I also deleted style.css and still works on twentyeleven layout, of course the text is not formatted but the layout is twentyleven.
That’s intriguing me, why is still used twentyeleven layout.Forum: Installing WordPress
In reply to: 5 minutes install – helpThank you for your comprehensive answer.
Forum: Installing WordPress
In reply to: 5 minutes install – helpYou were right datasoftict, but in phpMyAdmin in top left corner doesn’t display the port only 127.0.0.1
I’ve installed MySQLWorkbench and when trying to connect I saw that it use port 3306 and WP worked with 127.0.0.1:3306
So apache is on 8888 and mysql is on 3306.
1 .Where can I change mysql port ?
2. And also where can I see the port except mysqlworkbench.
3. The user should be create right after i open phpmyadmin, or after I click on the left on wordpress_db ?
4. How can I create a db for wordpress, a user and set/change the password, just connecting to mysql without phpmyadmin, it’s too confusing.
5. The db password is hardcoded (just simply displayed) in wp-config.php ? Isn’t that dangerous ?
6. Why wp isn’t giving an error and a reason when something is wrong as my port before, it’s just staying like that.
7. If I manually edit wp-config.php, what’s with those keys ? Can I write whatever I want or is a rule ? What are they using for ?Thanks
Forum: Installing WordPress
In reply to: 5 minutes install – helpI’ve followed the steps, but when installing wordpress on localhost (127.0.0.1:8888) it won’t pass by step 1, where I’ve to input username, password, database name, database host (tryed both localhost and 127.0.0.1:8888).
I press Submit and nothing happens.