-
AuthorPosts
-
February 2, 2019 at 2:51 pm #1061990
Hi,
I am setting up a page http://www.morsche.co/photography and the issues that are coming are:
1. the image is not increasing in size as set in the settings.
2. there’s a white line coming between image and the button although I have set the column to black.
3. if I am linking the image, the circle arrow shows and some white hover shows on half the page. Please see here on test page http://morsche.co/photography-test/These settings I have used on my other site. This time I am only following the same but on both sites they are appearing different.
Can you please help me fix this?
Always grateful for your support.
Regards,
Xandria
February 4, 2019 at 9:22 pm #1062861Hey xandria,
1. Could you please attach some screenshots of the issue?
3. This issue is fixed in later versions. Please update the theme.
Best regards,
VictoriaFebruary 7, 2019 at 6:41 am #1063851Hi Victoria,
Thank you for your reply.
I have used the same settings on a different page here http://www.xandrianoir.com/photography and it is working fine.
I just checked the theme is already 4.5 which it says is the latest.
I think there’s something else wrong with it :(
Please see http://www.morsche.co/photographyRegards,
Xandria
February 8, 2019 at 5:23 pm #1064663Hi Xandria,
Are the instances having the same servers and configuration?
The latest Enfold version is 4.5.3 and some servers do not show if an update is available, you might want to update via FTP.
Best regards,
VictoriaFebruary 12, 2019 at 9:17 am #1065855Hi Victoria,
Thanks for your reply. Do I need to remove the theme and then install it? Can I install from WP dashboard? Is there any other way to update it without removing it? Removal scares me.
Regards,
Xandria
February 13, 2019 at 6:12 am #1066278Hi Xandria,
You could try using this plugin to update instead, it will allow you update the theme in the same way as you would install a new theme: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
Best regards,
RikardFebruary 25, 2019 at 10:40 am #1071194Hi,
Thank you for the plugin suggestion. It was perfect. Unfortunately, the issue still exists although the theme has been updated to 4.5.4
I am pasting the points below. Can you please help me fix it?
I am setting up a page http://www.morsche.co/photography and the issues that are coming are:
1. the image is not increasing in size as set in the settings.
2. there’s a white line coming between image and the button although I have set the column to black.
3. if I am linking the image, the circle arrow shows and some white hover shows on half the page. Please see here on test page http://morsche.co/photography-test/These settings I have used on my other site http://www.xandrianoir.com/photography. This time I am only following the same but on both sites they are appearing different.
Even after the update, the problem is still the same :((
I am very grateful for your continued support.
Regards,
Xandria
February 28, 2019 at 5:28 am #1072474Hi,
1.) How did you set that option? Are you referring to the “Image Hover effect” option?
2.) That line is generated by this css modification in the QUick CSS field.
#top .avia-button-fullwidth { border-style: solid!important; border-width: 1px!important; border-color: #fff!important; }
3.) The page is cached, so it might still be using the old version of the stylesheets. Please try to purge the cache.
Best regards,
IsmaelFebruary 28, 2019 at 9:09 am #1072548Hi,
Thank you so much for your reply.
Yes, I was talking about hover effect. I purged cache and it is now zooming the image.
Unfortunately, when I linked the image, it was replaced by the circle sign. How can I remove the circle and only keep hover effect?For line, I guess there’s no way to remove it from one page only? :(
You support is by far the best support I have experienced!
Regards,
Xandria
March 1, 2019 at 4:36 am #1072854Hi,
Thanks for the update.
Use this css code to remove the circle and fix the overlap.
.image-overlay .image-overlay-inside { display: none !important; } .avia-image-overlay-wrap { overflow: hidden; }
You can prepend the page id selector if you want to apply the modification to that particular page.
#top.page-id-14597 .avia-button-fullwidth { border-style: solid!important; border-width: 1px!important; border-color: #fff!important; }
Replace “14597” with the actual id of the page.
Best regards,
IsmaelMarch 1, 2019 at 8:26 am #1072958Thank you so much Ismael for the codes.
Yes, the circle is gone and the button is fixed Thanks again :)
but the image is not zooming on hover effect ‘zoom the image slightly’. I have checked the settings, it is selected.
Is there anything I am doing wrong?Regards,
Xandria
- This reply was modified 5 years, 8 months ago by xa1970.
March 2, 2019 at 4:53 am #1073494Hi,
Do you want the image to overflow outside its container? If that’s what you’re expecting, just remove this css code.
.avia-image-overlay-wrap { overflow: hidden; }
Best regards,
IsmaelMarch 3, 2019 at 12:30 pm #1073931Hi Ismael,
Thank you for the suggestion. I had already tried it but it didn’t solve the issue somehow.
This is what I am duplicating basically http://www.xandrianoir.com/photography
Like the image zooms when the cursor comes over it but it is not zooming on the site I am seeking help for :(
Here: http://www.morsche.co/photographyThank you so much for helping me fixing the issue.
Regards,
Xandria
March 5, 2019 at 3:50 am #1074615Hi Xandria,
Thanks for the update.
Did you select an option in the “Image Hover effect” settings? We tried to access the site again, but the login credentials are no longer valid. Please provide a new account so that we can check the settings.
Best regards,
IsmaelMarch 5, 2019 at 10:11 am #1074753Hi Ismael,
Thank you for checking into the site. I have put credentials in the box below.
Yes, “the image hover effect” is selected. I have also purged cache several times and cleared brower’s cache as well but the problem is still there :(
Regards,
Xandria
March 6, 2019 at 4:59 am #1075245Hi,
Thanks for the update.
We put this css code in the Quick CSS field to fix the issue temporarily.
.avia-image-container.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .avia-image-overlay-wrap { overflow: hidden; }
Best regards,
IsmaelMarch 6, 2019 at 8:00 am #1075360Hi Ismael,
Thank you so so much!
You said code has been put temporarily. Will it stop working later?
Do you think there’s a glitch in the theme to use this option in the settings?Thanks again for helping me!
Have a wonderful day/evening!
Regards,
Xandria
March 8, 2019 at 12:40 pm #1076332 -
AuthorPosts
- The topic ‘Image element not increasing in size’ is closed to new replies.