Bimgirl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove space under header image on mobileThank you – thought it would be more efficient the way I did it.
Now I know.Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove space under header image on mobileYes, I have been looking for the solution to this! Hopefully someone will answer!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Header image not sizing on phonesI used this code on mine and it seems to have worked:
@media screen and (max-width: 480px) {
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe,
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
height: auto;
left: 0;
max-width: 100%;
min-height: 0;
-o-object-fit: unset;
object-fit: unset;
position: relative;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
}Forum: Plugins
In reply to: [Social Media Widget by Acurax] Where's the Instagram link?Was hoping someone would answer this as I’d like an Instagram icon as well.
Forum: Fixing WordPress
In reply to: Site moved to root; 404 errors using pretty permalinksYes, made the WordPress URL and Site URL changes, then did the WP move in hosting account, in that order.
Forum: Plugins
In reply to: [Slideshow] Slideshow width settingsGo to Slideshows on the left and click, and to the right you will see Information, Slideshow Style and Slideshow settings as 3 faintly colored tabs. In the Slideshow Style tab, click on the link for “here” where it’s saying to create custom styles. The panel will open then. I am using the same version 2.2.11.
Forum: Plugins
In reply to: [Slideshow] SlideShow WidthLooked at the site and am not sure what you are referring to. Can you be more specific?
Forum: Plugins
In reply to: [Slideshow] align slideshow to centerDid you use a code snippet to change it when you customized?
Had the same issue – here is the code snippet I used at the top of the code.
I.E., went in and clicked on customize, picked the slideshow I wanted – in my case, light, saved with a new title and added this code, then chose this in the default slideshow settings, and updated. It worked. Yes, still clear cache. Post whether or not it works..slideshow_container {
margin: 0 auto; /* This centers the slideshow, if the slideshow has a maximum width. */
}Forum: Plugins
In reply to: [Slideshow] Aligning SlideshowI’m having trouble getting my slideshows centered on any of the pages where I placed them. Emptied cache. Nothing works. Any suggestions? The main page show is not centered and none of the others will center either.
https://miamiwatercolor.org/wordpress/Forum: Plugins
In reply to: [Slideshow] Keep original sizeYou can do this via the slideshow you’ve created. Click on Slideshow on the left panel in WP, then click Edit under the slideshow you want to edit. Under the Display Settings you will enter the size of your images (if they are 600×350 for example just put in 600 in Slideshow height and 350 in Slideshow width). Click the radio button “No” for the Fit image into slide. It will correct the way it shows. Hope this helps.