medvp3d
Forum Replies Created
-
I checked out the wp_options table in the database, that’s fine also
So ANYBODY has any other ideas?On another forum a user suggested I stick this into my wp-config file:
define(‘WP_HOME’,’http://localhost/’);
define(‘WP_SITEURL’,’http://localhost/’);Unfortunately that didn’t work either.
My site was still the same WRONG address, but then also my dashboard was only displaying text, no GUI, so I took those 2 lines out again.Anybody else have any ideas?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Add images from Flickr?OK thanks I got that, but now the image doesnt resize when I change browser window size or look on mobile?
Why is the image not responsive like the rest of the stuff in the theme?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Child theme of a child theme?aaaahhh nuts!
OK Thanks
I’m 1st developing it locally with XAMPP
But it’s pretty much the default theme and using a child theme I’m just trying to achieve this so just install 2013 theme and you’ll see what I mean.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Location of code for compact mobile menu?In the original code from line 2786 to 2844 that you had me copy to my style, there was an option to:
display: inline-block;so I just deleted that part in my style and now it seems to be working as it should
Thanks for you help!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Location of code for compact mobile menu?That SORT of worked. But now it always shows the small menu even if I’m on a large screened browser, together with the regular menu
If I also copy from the style.css the part just below that, from line 2846 to 2849:
ul.nav-menu,
div.nav-menu > ul {
display: none;
}
then it takes the regular menu away and always shows the small menu.I just need it to work like default, with the exception of changing the colours
Any thoughts?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveOK Nevermind I figured out the renaming of the functions. In the custom header file you just have to rename all the functions. Did that, but don’t see a change in my site.
Also, since it’s the same topic, is it fine that I’m posting here? I don’t see the point in starting my own thread if it is the same topic?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveHi
Zulfikar, I also dont know what you mean by renaming the function. What do you mean by that? I’m also getting the “can’t re-declare function” error that CADFILE got…
What you are describing sounds like the 2013 theme, however the link you provided looks like the 2012 theme
OK so I managed to put the addthis thing on the right by sticking the site title and tag line in a div and also sticking the follow buttons in a div. Both have display: inline-block and the 2nd one also has float:right.
This works great so far, except I want to align the bottom of the 2nd div to the bottom of the 1st. I tried vertical-align bottom, but apparently the “align” for div is no longer supported for html5.
So how would I go about doing it then?
OK so once I got a child theme, now what?
I checked the CSS file and looked at the code for the header and H1 and H2 tags. I can’t make out however heads or tails from this.
What section in the CSS file should I be looking at?
Errr I don’t think so. I have a standard install of wordpress 3.5.1 and twenty twelve as my default theme. Only thing I changed in the code was to call the Addthis follow buttons in the header.
And as I mentioned, this gets displayed underneath the title. Which makes sense because the code “<?php addthis_follow();?>” I added undernreath the PHP code that calls the header title and tag line.
I tried putting it in various places, but it either puts it above the title, or it puts it below the title and above the tagline, or below the tagline which is below the title.
So no, I don’t think I’m using a child theme (I don’t even know what is a child theme)
Only plugins I have installed is the Askimet, Addthis, and NEXTGen Gallery.