Tagged: x
-
AuthorPosts
-
September 18, 2016 at 6:31 am #1180071
rustedfingersParticipantPlease help as newbie here. I could not upload attached image I want to use as hero/background image to my website: http://www.digitalsolutionsbymd.com
September 18, 2016 at 6:43 am #1180081
Nabeel AModeratorHi there,
Thanks for writing in! Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After setting up the child theme, add the following code in your Child Theme’s functions.php file:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }Let us know how this goes!
September 19, 2016 at 2:09 am #1180919
rustedfingersParticipantI have setup my child theme. I am trying to look where the directory of the themes are for copying and pasting the View to be changed. In my File Manager in my hosting site, I am looking at the public_html/wp-admin folder. Am I looking at the right location? Thanks.
September 19, 2016 at 2:14 am #1180923
ChristopherModeratorHi there,
Please add provided code under public_html/wp-content/themes/x-child/functions.php file.
Hope it helps.
September 19, 2016 at 5:24 am #1181165
rustedfingersParticipantI tried to add via the WordPress Editor but I still get the HTTP error.. Did I do correct? Attaching screenshot.
September 19, 2016 at 5:56 am #1181195
ChristopherModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 19, 2016 at 6:22 am #1181209
rustedfingersParticipantThis reply has been marked as private.September 19, 2016 at 8:27 am #1181375
RahulModeratorHi There,
The images are now having the functionality to upload.
I have uploaded the provided image (hero large); Please have a look and confirm.Happy to help!
September 19, 2016 at 11:17 pm #1182584
rustedfingersParticipantI could now see the image. How did you fix it? For my future reference. Thanks.
September 20, 2016 at 1:28 am #1182692
rustedfingersParticipantHow do I make the image I just uploaded to be full width and height? I tried background-size: cover; in the Style box in Cornerstone but it didn’t work.
My site: http://www.digitalsolutionsbymd.com
I would like to mimic: https://danielladraper.com/
September 20, 2016 at 2:00 am #1182719
ChristopherModeratorHi there,
Please disable ‘column container’ option from row settings.
Addwidth: 100%;in image’s style field.Hope it helps.
September 21, 2016 at 7:52 am #1184545
rustedfingersParticipantHow do I set the size of the background image so that the width fits to the maximum width of the browser and the height adjusts in accordance to the aspect ratio? I tried the property background-size: cover, contain and setting 100% 100% property but it did not work.
Thank you for your help as always!
Here’s my website: http://www.digitalsolutionsbymd.com/
September 21, 2016 at 8:48 am #1184631
Paul RModeratorHi,
I think it would be easier to control if you use the revslider.
Please refer to the links below
https://community.theme.co/kb/sliders/
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/Hope that helps.
September 23, 2016 at 9:02 am #1187921
rustedfingersParticipantI am again getting an HTTP error uploading attached image. Hope you can check. Thanks.
September 23, 2016 at 12:42 pm #1188166
DarshanaModeratorHi there,
You image is not uploaded due to our file-size limit of 512KB. You can try an online service to share your image. In the meantime, please check the following resource and see if that helps (https://themeskills.com/fix-http-error-when-uploading-images-to-wordpress/).
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1180071 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
