Daily-design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Install WP sites from one computer on to another?Update:
I just created a database with the same database name as the original through PHPMyAdmin, so now the site is operable, but doesn’t look like the original one (clearly).
In the original site’s data folder where the database is located has 11+ FRM files and one .OPT file. Now, this is where I’m stuck.
I have moved sites from location to location before, but I’ve always had one file with all of the database info compressed into, and just loaded that up in PHPMyAdmin. Never had more then one file.
Forum: Plugins
In reply to: WP e-Commerce PHP error on checkoutIt was all in the shipping settings.
Here is the video that helped:
Forum: Fixing WordPress
In reply to: Potential broken links moving WP to new hostThanks!
Forum: Themes and Templates
In reply to: Change header imageTheme settings —> Change logo ??
Forum: Fixing WordPress
In reply to: Title font size – Delicate themeFinally solved. All I did was edit the following in the CSS file:
.singlepage .post .title h2 {line-height:27px; overflow:hidden; max-height:55px; font-weight: bold; font-size:18px;}
Items in bold were added to that line of code and it looks like everything is working fine now.
Forum: Themes and Templates
In reply to: Page title un-editableSolved the content/spacing issue. Completely forgot about a previous helpful reply on here. Just edited Margin top in the CSS:
.post .entry {
margin-top: 26px;And here is the h2 issue solved (at least for myself)
Edit the following in the CSS file:
.singlepage .post .title h2 {line-height:27px; overflow:hidden; max-height:55px; font-weight: bold; font-size:18px;}
Items in bold were added to that line of code and it looks like everything is working fine now.
Forum: Plugins
In reply to: Dropdown Menu Widget – Effects not working?Oh yeah…
Site: https://shadowsofsilence.comze.com/
Theme: Grey OpaqueForum: Fixing WordPress
In reply to: Title font size – Delicate themeYour code for the content being closer to the header worked. Thanks!
As for the h2 business, it’s still not working. I’ve changed every h2 font setting to something around 48 and still got nothing. I also replaced all .php files with their originals just to make sure and still nothing. For now I have temporarily removed the h2 title from all pages until this can be solved.
It’s probably the smallest detail I’m missing.
Forum: Fixing WordPress
In reply to: Title font size – Delicate themeMaybe I got the term wrong, but the title meaning the name of the page just before the content. It’s certainly not an image since it changes with each page made.
I’ll try that coding in terms of moving the content up, for now I’m spent so I’ll have to report back on that matter.
Thanks for the heads up. I’ll surely post within the templates and themes section next time an issue arises.
For now the issue still stands. I’ll give another crack at it tomorrow. Thanks for the info so far. I’m confident that coding will improve the sites design.
Forum: Fixing WordPress
In reply to: Drop down menu widget issueThat solved the issue. Thanks!
In regards to the content being ‘cut off’ from the right side of the drop-down I enabled the wrap long menu items option under settings->Drop Down Menu in case anyone else has the same issue.
Thanks again!
Forum: Fixing WordPress
In reply to: Delicate Theme – Slideshow issueThanks for the reply Marventus,
I am trying to just add custom images to the slideshow. It’s there on my pages but there’s just no photos.
Forum: Themes and Templates
In reply to: Changing theme header imageAhh, thanks so much. I knew there was something obstructing the one half of the menu. I’ll definitely check out Firebug.
Thanks for your help!