Seahawksean
Forum Replies Created
-
iDesignCo,
Just want to be sure you double checked that your NextGen Gallery thumbnails setting are correct after uploading the newest version.
If so, and the settings are as they were before, then I would access your image files via your FTP client. All of your NextGen Gallery images should be in wp-content/gallery/. Make sure that the original thumbnail sizes 250×285 are still there.
From what you said, I would suspect that for some reason they are no longer there and that is why nextgen is pulling the smaller 91×68 sized images for you gallery thumbnails.
Hope this at least helps you get on track to fixing your issue.
Also, you can check out this support forum topic which may answer your questions.
https://www.ads-software.com/support/topic/media-library-how-can-i-get-those-photos-into-nextgen?replies=2jeveons,
I don’t believe you can upload images from you WP media section to nextgen. What you could do is access your WP uploads folder (wp-content/uploads) via you FTP client, copy all the full-size images you uploaded to your WP media library and paste them into the nextgen-gallery upload section (Dashboard > Gallery > Add Gallery/Images). That will at least save you the time of having to hunt down all the images on your hard drive/computer.
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarWhat version of Customizr are you using, @lemasney?
Like I said earlier, I only replaced my site description in ver3.0.9 and what I did might not work in ver3.0.10 and later.
If all you want to do is display static images in that div (and don’t want them automatically changing or anything like that) and from what I see in class-main-header.php you can just replace
<?php bloginfo( 'description' ); ?>
within the h2 tag on line 181 and replace it with an unordered list of images.<ul> <li> <a><img src="https://xxxx.com"/></a> </li> <li> <a><img src="https://xxxx.com"/></a> </li> <li> <a><img src="https://xxxx.com"/></a> </li> </ul>
etc, etc. Then save this altered file in the “parts” folder of your child theme. Then in your child style.css file you can make the necessary changes to the css to style the list as you see fit.
Hope this helps.
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarThe above code was for Customizr ver 3.0.9. The 3.0.10 update had some major changes that affected the header and footer. The code you are looking for is now in class-main-header.php line 181.
Forum: Themes and Templates
In reply to: [Customizr] Display number of images in carouselSure @chappie. You can send me an email via my website https://www.biologydesign.com/contact
Forum: Themes and Templates
In reply to: [Customizr] Display number of images in carouselSo sorry, I meant to include that.
Forum: Themes and Templates
In reply to: [Customizr] Display number of images in carouselI was able to get this code working on my site and wanted to share some more specific information in case others want to take advantage of this neat code alin.ticlea developed.
You will notice that the html code for the slider is located in two seperate areas of the class-header-slider.php file. The top is the html for the homepage and the second for blog posts. I placed alin.ticlea’s code in both.
<div class=”carousel-navigation”> that alin.ticlea mentions above must be manually inserted into class-header-slider.php as it’s not part of the original Customizr code.
It does matter where this code is inserted in the file. I placed it just before the customizr-slider closing div tag ( </div> ) after ‘‹
›‘.I originally tried to place it within <div class=”carousel-inner”> which resulted in undesirable effects.
Lastly, you will find ‘$( ‘#customizr-slider’ ).carousel(<?php echo $delay; ?>)’, which is mentioned above, at the bottom of class-header-slider.php. (Note that there is no ; ).
I hope this helps others.
Thanx alin.ticlea for this great piece of code.
Interesting. I tried to upload an image using BPTPI and had the same issue. My thumbnails were not being hard cropped. Then I noticed there was an update for BPTPI ver 3.1.19. I initiated the update it and now all of a sudden it’s generating the thumbnails to the size I want (square). Sweet!
Now, to figure out how to remove the BPTPI watermark.
It’s not Woocommerce that’s overriding the WP thumbnail settings because, 1) they are the same and 2) my thumbnail settings in Woocommerce are hard crop for square thumbnails (150×150, 200×200, and 300×300).
But when I activate use BPTPI to import my images and thumbnails are generated they maintain the original ratio of my images. For example, if I use an image that is 2000x2895px it generates a thumbnail that is 200x290px (rectangular).
I then deactivate BPTPI and uploaded the same image just using Woocommerce it generates the desired sized thumbnail (square). That would indicate that BPTPI is overriding the Woocommerce/WP thumbnail settings.
I’ll give this another try and see if I can replicate this problem and follow up with the result here.
Forum: Themes and Templates
In reply to: [Customizr] Display number of images in carouselCorrection: I’m using Customizr 3.0.9.
@alin.ticlea, I don’t see <div class=”carousel-navigation”> in the parent version of class-header-slider.php. Did you add that div yourself?
Forum: Themes and Templates
In reply to: [Customizr] Change Slider Description max length?Yes, he gave me a simple fix to the button issue by applying the z-index to #customizr-slider and NOT the button itself.
He also said that there is not a filter in ver 3.0.9 that allows to extend the max number of characters in the slider text.
Thanx again for your help with the Electric Feet.
I’ll mark this as resolved as soon as the “Resolved” check box shows up here.
Forum: Themes and Templates
In reply to: [Customizr] Slider buttons not workingOf course!! Your advice worked! ?? I should have thought of moving #customizr-slider down instead of just trying to move the .carousel-caption .btn up using z-index! Sorry to take up your time.
Thank you so much for your kind words, nikeo! I’m really proud of the site. Your theme is great. This is the second site in which I’ve used Customizr. I’ve always been able to eventually work out issues and get it to look/do exactly what I want it to do. In major part to you and others like ElecticFeet and rdellconsulting. Couldn’t have done it without you.
As soon as the site is completely done I will certainly post it to the showcase.
Forum: Themes and Templates
In reply to: [Customizr] Change Slider Description max length?Yeah, it didn’t work either way unfortunately. But I appreciate the input. It always helps to try things that don’t work. It’s still a good way of learning. I’ll certainly check out those links! I’ll let you know if they help and if so, how. Thanx!
Forum: Themes and Templates
In reply to: [Customizr] Keep "desktop" menu for any browser/screen sizerdellconsulting, were you able to remove the responsive menu but keep the nonrepsonsive (desktop version) menu in ver 3.0.10 and up as mentioned above?
On this website (https://www.biologydesign.com/websites) I’ve held off from updating to 3.0.10 because all for the action hooks that were adding making it a pain to restyle the header and footer all over again as I had to do w/ another site.
But if I can deactivate the responsive menu when the screen is below 979px in 3.0.10 then it would be worth my while to upgrade.
Thanx