e_kelleher
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze everything is goneGlad you got it figured out.
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze everything is goneWhen this happened to me (a few months ago) the problem was caused by an update. I was using a child theme and I had to recopy the index.php and homepage.php files from the main theme. I don’t know if you are having the same issue or not, but it might be worth a shot if you don’t get a better answer.
Forum: Themes and Templates
In reply to: [Minamaze] Links in menu and footerThank you. That did the trick for the footer.
Forum: Themes and Templates
In reply to: Minamaze Update fried my siteI”m having the same issue.
Fatal error: Call to undefined function thinkup_input_sliderpage() in /home/edsellen3196/public_html/wp-content/themes/minamaze-child/header.php on line 77
Forum: Fixing WordPress
In reply to: Book display slider widget neededThanks for posting the solution. I’m going to give it a try for a webpage I’m designing for another author. ??
Forum: Themes and Templates
In reply to: [Minamaze] Full Width?Thanks. That worked.
Forum: Themes and Templates
In reply to: [Minamaze] Punctuation before sentences instead of after.never mind… figured it out. I had the code “rtl” in there for some reason… fixed.
Forum: Themes and Templates
In reply to: [Seos Business] Only half of header visible on mobile devicesThanks. I had put the code in the custom CSS area.
I tried quite a few solutions after that one didn’t work (correction – it partially worked, but was still partially cut off on my tablet), so it may not have still been in there, but I will try again now.
If it doesn’t work, I’ll just try another theme. I spent weeks customizing the Sydney theme and then just couldn’t get the banner right and the loading time was too much, so I switched to this one. Which seemed so much simpler, until I discovered the mobile issue.
I’ll give it another go and update whether or not it worked.
Thanks again for your assistance.
Forum: Themes and Templates
In reply to: [Seos Business] Only half of header visible on mobile devicesThank you for your help. I’ve used your suggestion and the whole header still doesn’t fit on the mobile device (although it is better than it was – now it’s just cut-off partially.
I’m sure there must be something I’m missing. The background image below the header image (and the call to action button) are not showing completely either. I’m about ready to try another theme, but I really thought this one looked good. (I switched to this theme from the Sydney theme because of problems with the header slider.)
I’ve scoured the web looking for a solution, but so far nothing is working.
Forum: Themes and Templates
In reply to: [Seos Business] Move Social Media Buttons to the RightThank you!
Not really. I just put it back to the original because I thought it looked better than having the picture floating in the middle. I just stuck the code back in so you can see what I meant. Sorry about that.
Thanks for taking a look at the issue.
Here is how I fixed it:
.text-slider {
padding-top: 160px;
padding-bottom: 0px;
}I already tried installing the plugin IE Enhancer and Modernizer Surf Experience. It didn’t do anything.
Forum: Themes and Templates
In reply to: [Sydney] Add space between logo and header sliderThe above code worked for a while, but then started acting weird and added too much extra space… so I changed it to this one.
.text-slider-section {
top: initial;
min-height: initial;
bottom: -20px;
}Forum: Themes and Templates
In reply to: [Sydney] Logo size seems to be set to a fixed sizeResolved.