planetboris
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Slider Lite] White borderHi David, thanks but this is not related to the border. The title of this thread “white border” is not relevant at this point, maybe I should have started a new thread. I asked you about changing text colors and you mentioned you could give me some direction as to adjusting some colors, I think with CSS. Here is a screenshot of what I’m trying to achieve.
https://imgur.com/5U2jLN2
Thanks and best regards
DougForum: Plugins
In reply to: [Accordion Slider Lite] White borderHi David, I’m working again on the plugin, I”m learning how to use it properly and it’s really excellent. You mentioned you could give me some direction as to adjusting some colors, I think with CSS. Here is a screenshot of what I’m trying to achieve.
https://imgur.com/5U2jLN2
Thanks and best regardsHi @leap13, very sorry for late reply, had to work on other projects. Hope you and your team are doing well. I have made a short screen capture video to explain the problem I am having with the Modal Box, you can see in the video that the template created is not displayed in the modal box, in the way I originally created it. Pleas have a look , it’s very short, only 1 min-30 sec. Hope you have a solution, it will still work but just trying to get that extra touch to improve the UX.
https://www.loom.com/share/0acf110606b046dca3958f2eaeaf6155
ThanksUPDATE: It’s working now, I worked in WordPress recovery mode, uninstalled plugins, and reinstalled one by one. And I found that the latest update from Elementor Pro caused the issue. After I rolled back the update to previous version the custom vertical header now appears as normal. Thank you God, next time I won’t be so quick to update….Cheers!
Hi Abhishek, I seem to be having a serious conflict between my custom header from My Library and a plugin.
I need to restore backup files for the custom header, which has been corrupted
by the plug in. There are parameters from the plugin showing up in the WordPress edit page, ( You can see in the photo attached, screenshot from “Compare revisions”, on the edit page, You can see text from the plugin:
ssq-center-center{ and other lines that should not be there.
https://imgur.com/a/qNFlqSKIn my backup I can select files specific to Ocean WP theme. Where do the My Library template files reside? What folders do I need to restore the custom header?
https://imgur.com/a/Rnke00OThank you and best regards
- This reply was modified 4 years, 1 month ago by planetboris.
UPDATE: Hi, it seems to be working now, I started to make a new header in my library and after I clicked on edit with elementor, I guess maybe something was triggered(?) and the vertical header now appears in preview on all pages. I’m not sure what happened, I didn’t publish the new header. Mysterious, like a miracle. I will keep you posted if I have any other issues. Have a super day!
- This reply was modified 4 years, 1 month ago by planetboris.
Forum: Plugins
In reply to: [Accordion Slider Lite] White border….I just tried it. When you click on an image on the top row, the corresponding image in the bottom row also animates. I would like to have only 1 image at a time animate. I’m assuming this is hard-coded(?) Another alternative is simply duplicate the section using the original Accordion lite widget. A bit heavier code wise maybe but shouldn’t affect page loading times very much.
Forum: Plugins
In reply to: [Accordion Slider Lite] White borderThanks David, I’ll try out the grid, looks awesome!
Forum: Plugins
In reply to: [Accordion Slider Lite] White borderOk, that would be very helpful, appreciate it, thanks very much. The reason why I’m looking at your widget is because of some design limitations I’m having with other widgets, Essential Add-ons Image Accordion, and the same applies with all the others I have tried. I like the smooth animation and easy integration within Elementor, but I can’t get the proper image sizing. For example the image window expansion that occurs on hover or click is set equally for all images. Meaning if you have images with different aspect ratios, say portrait for example, the images will zoom in, scale up, while the other images, in square or rectangular, will appear fine. Ideally I want 2 rows of 5 images each, and each image to display upon hover or click without “zooming in” or scaling. To achieve what I’m looking for I would need to the expansion of the image window to vary depending on their orientation, portrait, square etc. Also what I like about those other plugins is the expansion opens from the middle, so sliding open towards left and right equally as opposed to sliding from one side as I’ve seen in your examples. Can that aspect be modified in your widget? Thanks and best regards
Thanks Sadman, it’s a possible solution but I have to compromise the image which is integral to the design, I don’t think my client will like it or approve of it. There must be a better way? You had provide CSS for a user in a previous support thread that I saw when researching a solution:
.eael-img-accordion .eael-image-accordion-hover{ background-position: 0% 0%; background-size: 100vw; background-repeat: no-repeat; background-attachment: fixed; }However I don’t know what settings to apply, will this not work for what I want to achieve?
I have also tried various sizes, for example reducing the width from 800 to 500 but I get the exact same result, same scale up and zoom of image. So it seems the
ratio of the image that the widget uses is not flexible. In my case portrait mode doesn’t fit with the widget. The images that don’t scale are more square oriented Isn’t there a way with CSS to fix this?I tried different settings to try and understanding how the widget works.
Ideally I want to have 2 rows of 5 images each for a full page.
In this scenario, hen you hover or click on an image it expands to 740 pixels wide. This size changes if you increase or decrease the number of images per row. I hope you can find a solution that doesn’t require altering my images. Somehow a max-height fix?
It’s a great widget but needs much more design settings for flexibility.Hope you can find a solution,but it seems the design of the widget is set a certain way. For example the expansion of the images is calculated equally, it would have o expand based on the size of the image. You have to have images all around the same size I guess.
CheersHi, thanks for your reply Shahidul. Actually I was using both your widget and
also from Essential Addons. The results were the same. The reason for the video was to illustrate visually the issues I was having. The results are identical with your widget. To save me time and not having to create another video I used the first one, since, they same result occurs. Perhaps I should have explained better. It seems the images probably have full size applied to them by default somehow. Is there someway to limit height or width so the larger images don’t scale to full size? The images are all set to 800px width. Some of them are longer so it looks like I need to set max height somehow. Hope you can help.
Thank you- This reply was modified 4 years, 3 months ago by planetboris.
Forum: Plugins
In reply to: [Accordion Slider Lite] White borderThanks David, I don’t know CSS but hopefully, maybe I will be able to figure out how to implement.
Thank youAlso just to add to my last reply, I see what you mean about the video, It’s not showing the actions that were recorded, it’s weird. I will send them a bug report. Thank you for pointing that out.
CheersHi Sadman, thank you for your reply. Did you visit the link to my site that I also sent? You can see the problem there also. The issue is that Essential Addons Image Accordion widget doesn’t have any settings to adjust the image size. The images probably have ‘max-width: 100%’ applied to them by default. I tried the following CSS but I don’t think it has the right settings. I just need to set the max height correctly, or maybe max-width, I’m not sure. Also I think the right syntax is ‘background-size” to control the image sizes in the widget, is that right? Would you please correct the syntax below?
.eael-img-accordion .eael-image-accordion-hover{
background-position: 0% 0%;
background-size: 100vw;
background-repeat: no-repeat;
background-attachment: fixed;
}I already tried deactivating plugins, and cleared broswer cache and clicked on Elementor Regenerate CSS & DATA, and also purged site cache.
Thanks and best regards.
- This reply was modified 4 years, 3 months ago by planetboris.
Thank you sir, that’s very helpful. I have a problem with the image sizes on hover, I’ve tried using max height in some css but it doesn’t have any effect.
`I attached a link to a short video clip of the widget on my editor page in Elementor. You should also be able to see here: https://mokouzin.com/the-musicians/
You can see that the first image on the left opens smoothly, then the other images expand but they have some “zoom-in” effect, where they scale up. How can I fix this, there are no settings to offset this image scaling. I would like them all to synchronize together, opening the same way without scaling, zooming in. Thanks and best regards https://www.loom.com/share/43d05f362f734614a2e81b4694a3a523?sharedAppSource=personal_library