Lauramur
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Base WP] Child theme not working after theme updateAh yes, that did the trick! Thanks so much for your help! Love this theme by the way, it’s a winner!
Forum: Themes and Templates
In reply to: [Base WP] Child theme not working after theme updateHi,
Yes I have. Do you think that’s causing the problem?Thanks for your help! ??
Forum: Themes and Templates
In reply to: [Simply Read] Homepage sliderHey! Just wondering if you ever figured this out? I’m trying to do the same thing ??
Forum: Themes and Templates
In reply to: [Base WP] Make header link to homepage?Nevermind, I figured it out myself.
For anyone else who’s interested:add:
onclick="location.href='https://www.YOURSITEHERE.com';" style="cursor: pointer;"></div>
to line 28 of the header.php (in a child theme of course!).So now the whole header-image section should look like:
` <?php if ( get_header_image() ) : ?>
<img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” class=”header-image” onclick=”location.href=’https://www.YOURSITEHERE.com’;” style=”cursor: pointer;”></div>
<?php endif; // End header image check. ?>As someone who knows NOTHING about coding or anything at all I would like to say BOO YEA!
Forum: Themes and Templates
In reply to: [Base WP] Header too large on mobileAny tips on what that custom css might be? ??
I’m pretty good with basic css but not sure where/how to add it to affect the mobile/responsive aspects of the theme?Forum: Themes and Templates
In reply to: [Base WP] Make header link to homepage?Hi,
Thanks for the tip! I tried to upload via the theme options section but logo didn’t show on my site.Forum: Themes and Templates
In reply to: [Base WP] Header too large on mobileHi iografica,
Yes I am currently running a child theme.Forum: Plugins
In reply to: OTW Portfolio not displaying, issue with Jetpack?Wow, I really can’t figure out how to make links here…
Forum: Plugins
In reply to: OTW Portfolio not displaying, issue with Jetpack?Hey, nevermind, I figured out the CSS myself! Winning!
Forum: Fixing WordPress
In reply to: Wp-Admin has a redirect loop after migrating to new servercoldcedar, I feel your pain, I WAS having the same issues as you and reading your blow-by-blow breakdown put a smile on my face ??
But I have managed to fix my redirect loop! Yay! For me, it was a bit of a wordpress.com + www.ads-software.com issue as I got the redirect error as soon as I changed my domain nameserves from wordpress.com to www.ads-software.com. So I knew it wasn’t a plugin issue because I hadn’t even touched my www.ads-software.com site yet!
So, here’s what I did!
First, I changed my domain to NOT be the primary domain on my wordpress.com account – this probably seems super obvious but it’s never mentioned anywhere and just seems like something that would automatically change with the nameservers but nope! You can do it in the store>my domains section in the dash!Second, I put those lovely pieces of code from MAX Website Design and Fathi (thanks guys, you’re both generous souls) into my wp-config (which, if anyone is lost, can be found in the public_html folder (in the c-panel file manager if you’re on bluehost!)). It took me a little while to get it right (forgot to remove the www. as, coming from wordpress.com, my domain doesn’t have one of those! ROOKIE ERROR!) but I got there in the end.
And finally, EMPTY YOUR BROWERS’ HISTORY/CACHE! I’m logged into wp on firefox and was trying to load my site unlogged-in on safari and it keep giving me the redirect error until I cleared my history. I guess because maybe it was still trying to direct me to the wordpress.com blog? But once I cleared it, it worked a CHARM!
Anyway, I don’t know if any of that will help you coldcedar (or anyone else) but I just thought I’d share it on the off chance! Best of luck everyone and here’s hoping it sticks!
and my site is lauraimurray.com although it’s currently in maintenance mode so there isn’t much to see ??
thanks again everyone, you’re all so generous.