Forum Replies Created

Viewing 15 replies - 181 through 195 (of 706 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Oh 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)

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Dear 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/2ISYw9I

    2. I copied the animation classes and pasted then on Widget Classes box in the SiteOrigins Widget
    https://adobe.ly/2IPZfsk

    Please let me know if this works for you.

    eleopard

    (@eleopard)

    +1
    I need this feature too.

    Plugin Author eleopard

    (@eleopard)

    God works in mysterious ways πŸ˜€
    A happy weekend to you as well.

    Plugin Author eleopard

    (@eleopard)

    Please add the CSS in the Custom CSS box and let me know.
    I’ll try to look at the issues via Inspect.

    Plugin Author eleopard

    (@eleopard)

    Dear 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 πŸ™‚

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

    Plugin Author eleopard

    (@eleopard)

    Dear 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#installation

    We 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.

    Plugin Author eleopard

    (@eleopard)

    Dear Tattoofreak,

    Marking this ticket resolved.
    Please feel free to open it in case the issue is not resolved.

    Plugin Author eleopard

    (@eleopard)

    Dear 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.

Viewing 15 replies - 181 through 195 (of 706 total)