eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Behance Portfolio Manager] Behance gets rid of public API KeysDear Raibk,
We are also looking into this.
But so far, behance has not provided a suitable solution.Please send us an email at contact[at]eleopard.in with this thread link, and we’ll get back to you with workaround.
Forum: Plugins
In reply to: [Animate It!] Rotate not working in MS Edge or IEDear Dhatul,
Apologies for the delayed reply.
Thanks for using the Animate It!Upon checking the page the issue found is, Edge and IE are not able to distinguish between the 2 transform CSS rules added, one for the scale, and one by you.
Chrome and FF are easily able to distinguish and process it.Please try the below workaround:
Change the CSS you have added to:.et_pb_gallery_0 . div{ rotateX(0deg) rotateY(0deg) rotateZ(350deg) }This would make the inside DIV to rotate using the custom CSS, so the conflict in IE and Edge will be resolved.
Please let me know if this works for you.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Portfolio desktop and mobile layoutOh Sorry for missing that.
Just remove the previously pasted CSS with this one:
.eds-bpm-main{ margin-left: auto; margin-right: auto; max-width: 1000px; } @media only screen and (max-width: 1023px) { .eds-bpm-main{ max-width: 750px; } } @media only screen and (max-width: 767px) { .eds-bpm-main{ max-width: 500px; } .eds-bpm-option-set{ display: none; } } @media only screen and (max-width: 500px) { .eds-bpm-main{ max-width: 250px !important; } }This should remove the tabs for screens smaller then iPad (767px and smaller)
Forum: Plugins
In reply to: [Behance Portfolio Manager] Portfolio desktop and mobile layoutDear kris,
Thanks for using the Portfolio Manager.
As stated in the previous threads as well, the centering of the mosaic items can be done by knowing the precise page width. And since the page width depends on the Theme used, there is no consistent way for us to center the elements.In your case of https://designgenie.net/my-work/, please do the following to center it:
1. In your WordPress backend, go to Portfolio manager > Settings > Advanced tab > Custon CSS Box.
2. Paste the following and Save:
.eds-bpm-main{ margin-left: auto; margin-right: auto; max-width: 1000px; } @media only screen and (max-width: 1023px) { .eds-bpm-main{ max-width: 750px; } } @media only screen and (max-width: 767px) { .eds-bpm-main{ max-width: 500px; } @media only screen and (max-width: 500px) { .eds-bpm-main{ max-width: 250px !important; } }This should center the mosaic on all the screens.
Let me know if this works for you.
Forum: Plugins
In reply to: [Animate It!] Page Builder OptionsDear Shaun,
I am sorry for misunderstanding.
The thing is, Site Origins discards any of the buttons added via Animate It! or similar plugins.That’s the reason why what I stated before is the most clean way to add the animations.
Sorry for the inconvenience.
Forum: Plugins
In reply to: [Animate It!] Page Builder OptionsDear Shaun,
Thanks for using the Animate It!
Using the Widgets Classes section, you can add animation classes to individual sections in Siteorigin Page Builder.
I tried Site Origin on my Local server and was able to add animation using the following steps:
1. I went to Animate It! classes generator ( https://www.downloads.eleopard.in/class-generator-wordpress ) and generated the animations that I want.
https://adobe.ly/2ISYw9I2. I copied the animation classes and pasted then on Widget Classes box in the SiteOrigins Widget
https://adobe.ly/2IPZfskPlease let me know if this works for you.
Forum: Plugins
In reply to: [Contact Form 7] Constant Contact integration – different lists?+1
I need this feature too.Forum: Plugins
In reply to: [Behance Portfolio Manager] Projects orderGod works in mysterious ways π
A happy weekend to you as well.Forum: Plugins
In reply to: [Behance Portfolio Manager] Projects orderPlease add the CSS in the Custom CSS box and let me know.
I’ll try to look at the issues via Inspect.Forum: Plugins
In reply to: [Behance Portfolio Manager] Projects orderDear Andre,
In order to center the projects, do the following:
1. In the wordpress backend, go to Portfolio Manager > Settings > Advanced Tab
2. Paste the following CSS in Custom CSS Box, and Save:
.container > .eds-bpm-main{ max-width: 780px !important; } @media only screen and (max-width: 992px) { .container > .eds-bpm-main{ max-width: 520px !important; } }This should make the projects centered across all the screens.
A happy weekend to you as well π
Forum: Plugins
In reply to: [Behance Portfolio Manager] Projects orderDear andrecsato,
Thanks for using the behance Portfolio Manager.
In your shortcode, notice this part:
order_by=βidβ ordering=βascβPlease replace it by:
order_by=”b_create_date” ordering=”desc”This should arrange the project according to their behance creation date in Descending Order, i.e. newest first.
Please let me know if this works for you.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Behance gets rid of public API KeysDear raibk,
Apologies for the delayed reply.
We are looking into the Adobe SDK for possibilities to integrate the Portfolio manager.
Will let you know as soon as we have something.Forum: Plugins
In reply to: [Behance Portfolio Manager] API Behance, not availableDear Krlitosqueso,
Apologies for the delayed reply.
Thanks for using the Portfolio manager.You are right about the API not being available.
It looks like Behance has hidden it currently.Ideally you should have seen “Register a new App” button on Behance as shown in Step 1 here:
https://www.downloads.eleopard.in/portfolio-manager-documentation-wordpress.html#installationWe are contacting Behance about this.
Will notify you once we get any answers.Regarding: “in Behanceβs support, they indicate that this will no longer be possible. ?”
If possible, please share the article where this is mentioned.Forum: Plugins
In reply to: [Behance Portfolio Manager] Works in WP5.1 but without the GerneratorDear Tattoofreak,
Marking this ticket resolved.
Please feel free to open it in case the issue is not resolved.Forum: Plugins
In reply to: [Animate It!] Page content is already visible before animationDear Michal,
Apologies for the delayed reply.
It seems like there an issue with the loading of Plugin related JS and CSS.
This may be due to theme setting, or some other plugin.As the script is not loading on time, the animations that are supposed to be hidden on page load are being visible, and then being visible again when the JS is finally loaded.
As a workaround, you can try removing the eds-on-scroll class for the areas visible above the fold.
Please let me know if this works for you.