Allison Deerr
Forum Replies Created
-
AuthorPosts
-
Allison DeerrParticipant
Ah, that makes sense! Fixed it. Thanks!
Allison DeerrParticipantThis reply has been marked as private.Allison DeerrParticipantYes, nothing would load when I activated it and I received an internal server error.
Allison DeerrParticipantOk, got it! I added it to the style.css instead of the Custom CSS the first time. Got it working thanks!
Allison DeerrParticipantThanks Bill,
I’m still having a lot of trouble with this. Any idea why it’s loading two style.css’s? I’m new to this, but I can’t put my finger on what going on with it. I used your code from the child theme sent me and Im still not getting a result. Obviously i’ve done something wrong on my end but I can’t figure it out.
Allison DeerrParticipantThat didn’t seem to work :/
Allison DeerrParticipantBill,
This is currently what my Child Theme’s function.php file says:
<?php
//add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array(‘parent-style’)
);
}This is what what set up using the recommended child theme creator. I also tried the code you provided. In both cases the parent style.css still isn’t loading. Is there a path wrong?
Allison DeerrParticipantThanks again, Bill. That solved the issue. And thank you for the reminder about the child theme. We should set one up sooner rather than later so we can install the Forward updates, but we’ve been putting it off since it seems like a major headache after all the changes we already made to the parent theme…We live and learn!
Allison DeerrParticipantThanks, Bill. That seems to have worked!
Allison DeerrParticipantHi Bill,
Good idea. That worked!
Do you know why there is a bullet point that displays in front of the campaign name when I insert the widget shortcode on to a page and is there a way to hide it? Example: http://swedishamericanmuseum.org/2.0/support/
Thanks,
AllisonAllison DeerrParticipantThanks Bill!
This worked for the individual product pages, but not for the main default shop page. As you said, its not really the shop page. However, I was able to get this to work using the WooSidebar plug-in. This works like the other plugins allowing you to adjust sidebar visibility by page or user, etc. but also has WooCommerce options built in. So if anyone ever asks this question again, thats what worked for me!
Thanks for the quick response as always,
Allison
Allison DeerrParticipantThanks, that worked!
Allison
Allison DeerrParticipantAh, sorry. I forgot I had it password protected. You should be able to see the site now using the URL above. Thanks!
Allison
Allison DeerrParticipantHi Bill,
I haven’t found a solution for the timeline yet, but in the meantime, I noticed that the image within the Facebook widget is spilling over the edge in mobile view.
Thanks,
AllisonAllison DeerrParticipantHi Bill,
Thanks for your help and apologies for the delay in getting back to you! The slider, map and sponsors now look much better on mobile, however, I’m still working on timeline. I was going to try making the images smaller to see if that helps, but if not, I may have to hide it on mobile devices. If you have any suggestions, please feel free to let me know, otherwise I will try reaching out to the timeline developer to see if they can offer any support. In hindsight, I probably should have went with a vertical timeline but I really liked the look of this one.
Many thanks,
AllisonAllison DeerrParticipantHi Bill,
I finally got around to making these adjustments and it worked perfectly. Thanks again for all your help!
Allison
Allison DeerrParticipantThis reply has been marked as private.Allison DeerrParticipantHi Bill,
I tried adding this to the Custom CSS in the Customizer but it didn’t take. I also tried adding it to the Enhanced Text widget and that didn’t work either. Am I putting it in the correct location? Should I be adding this to the file itself?
I’m going to call it a day and leave the original contact widget on the home page for now since I need something to present to my client tonight but I can try working on this more tomorrow.
Thanks,
AllisonAllison DeerrParticipantThis reply has been marked as private.Allison DeerrParticipantThanks, Bill! Not sure which widget you recommend for this, but I used Enhanced Text and it seemed to work fine. Currently all the lines have bullet points next to them, but I’m sure those will go away once it’s styled.
Allison DeerrParticipantThis reply has been marked as private.Allison DeerrParticipantThis reply has been marked as private.April 28, 2016 at 23:37 in reply to: Is there a way to prevent the slider from zooming in on images? #36619Allison DeerrParticipantNo worries, Bill! That fixed the issue. Thanks for the help!
April 27, 2016 at 18:01 in reply to: Is there a way to prevent the slider from zooming in on images? #36606Allison DeerrParticipantThis reply has been marked as private.April 27, 2016 at 13:37 in reply to: Is there a way to prevent the slider from zooming in on images? #36595Allison DeerrParticipantThanks, that worked! I’m running into another issue with the slider, however…
Some of the images I’m using are getting cut off in odd places by the captions. Is there a way to make the captions narrower or appear at the bottom of the photo instead of to the left or right so that faces of people in the photos aren’t being blocked by the caption box? I’m also having trouble figuring out how to change the sizes of the font in the caption box.
-
AuthorPosts