eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Chrome 61.0.3163.79Hello All,
The new version of the plugin is just released.
Please update and the issue should be resolved.Since the issue was too big, we did not get the time to thoroughly test it on every single animation. So in case you have any bugs, please feel free to report here.
The issue is caused due to what seems like a bug in the new version of Chrome. Its causing unexpected behavior of overflow property.
Hopefully, they will fix it in the future 🙂
Forum: Plugins
In reply to: [Animate It!] Chrome 61.0.3163.79Hi Guys,
We are working on a possible solution/workaround for this.
This change is chrome’s new release was not interpreted by us.We’ll update you asap.
Forum: Plugins
In reply to: [Animate It!] Chrome 61.0.3163.79Dear Intelektual,
Thanks for bringing this to attention.
We are testing the plugin on the new version of Chrome.
Will get back to you as soon as we have any updates.Forum: Plugins
In reply to: [Behance Portfolio Manager] Photo GridDear Ali,
We do accept donations.
However, a good review would be more then enough here to show your support🙂
Forum: Plugins
In reply to: [Behance Portfolio Manager] Photo GridWow. I see that have taken care of everything 🙂
Just add these lines of code below the existing code in
Portfolio Manager > Settings > Advanced Tab > Custom CSSThis will give a finishing touch to the projects view.
.container.main-content{ padding: 0; } #bop-container{ background-color: #f6f6f6 !important; } #bpm-project-footer-wrapper{ display: none; }In case there are any issues after adding this, please let me know.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Photo GridJust in case,
this is what I have in mindForum: Plugins
In reply to: [Behance Portfolio Manager] Photo GridDear Ali,
Sure, I’d love to help you with it.
Note that the CSS would be applied only to the pages which have the Portfolio items (mosaic, single project etc.) So the rest of the pages will be smaller in width.
Also, I noticed you have the Credits, project title etc on the right active. I would suggest you to consider hiding those. Since it is your own personal website, the author etc. would always be you 🙂 and these information can be seen on the footer as well.
Please let me know your thoughts on the above 2 points, and I’ll prepare the CSS accordingly.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Photo GridDear Ali,
Thanks for using the Portfolio Manager.
Regarding your issue, the photo grid in Behance arranges itself according to the available page width.
e.g. https://www.behance.net/gallery/56253773/Juns-Menu-Design is a full-width page with the project is 1600px wide. If you see the same project on your phone, you’d see the grid aligned differently (on top of each other).
on your website http://www.alijonesdesign.com/portfolio/bproject/juns-menu-design/ the page width is 1245px out of which the project gets 925px width. Thats the reason why the grid arranges itself to best fit the width.
I added some extra CSS using the Inspect Element, and you can see that the grid aligns like Behance when project’s width is 1400px.
Please check this screenshot.P.S. Kudos on the design btw, and amazing presentation as well 🙂
Forum: Plugins
In reply to: [Behance Portfolio Manager] Re-Ordering Display of ProjectsDear Brandon,
Thank you for the suggestion. We will definitely look into this and try to add this feature in the coming versions.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Css Style Portfolio gridDear Andrea,
Indeed it looks like a bug.
While the dev team looks into it more, you can add the following CSS in:
Portfolio Manager > Settings > Advanced Tab > Custom Css Box:.bop-project-area, #bop-project-wrapper{ width: 98%; max-width: 1400px; } nav.bpm-top-info-nav ul li{ clear: none; } @media only screen and (min-width: 1025px) { #bop-project-right{ display: none; } #bop-project-left { margin-top: 0 !important; } }This should resolve the issue.
Forum: Plugins
In reply to: [Animate It!] How to animate individual items within a widget?Well, I just downloaded the theme, installed on my demo website (http://animateitdemo.wpdevcloud.com/) and looked for files which were supposed to load the widgets 🙂
And the code block on line 74 seemed like there is an image and a text block. Seeing the front-end of the widgets, it seemed like the laptop image block (a bit of hit and trial there)
Forum: Plugins
In reply to: [Animate It!] How to animate individual items within a widget?Dear James,
You see the bottom box with label “Animate It Classes”, that’s what you can use to animate the whole widget section.
The classes can be generated from here:
http://downloads.eleopard.in/class-generator-wordpress
__________________________________Adding these classes to the individual sections would require FTP and some PHP and HTML knowledge.
You can find the code for individual widgets in the Shapely Companion plugin installed with the theme.
Just go to: wp-content/plugins/shapely-companion/inc/widgetsNow you’ll have to check for the specific DIVs in the php files.
e.g. to edit parralax widget (the one with laptop), you need to edit
class-shapely-home-parallax.phpGo to line: 74 and you’ll see
<img class="img-responsive" alt="<?php echo esc_attr( $title ); ?>"Add Animation classes here so it becomes:
<img class="img-responsive animated pulse duration3 infinite " alt="<?php echo esc_attr( $title ); ?>"This would add Animation to the image part of parallax.
You can see this live in action here:
http://animateitdemo.wpdevcloud.com/Please let me know if this solved your issue.
Forum: Plugins
In reply to: [Animate It!] Parallax applied to the sidebar imageDear Aj12,
I am sorry but that would not be possible using Animate It!
There are some Plugins that I have came across.
However, please do not take my work for it, as I have not used these before:Forum: Plugins
In reply to: [Animate It!] animate blog entryWow! Glad to know that 🙂
Please feel free to let me know if you face any other issues.I am marking this topic as resolved now.
Forum: Plugins
In reply to: [Animate It!] How to animate individual items within a widget?Dear James,
I believe I have misunderstood the requirement in case of Projects.
I thought that the “Recent Work” section has elements added using Custom Text widgetWhile you are using a Project Plugin to display the works (please correct me if I am wrong again 🙂 )
If this is the case, I am afraid you cannot add animations to individual sections (like image part of the works), because the Theme you are using (Shapely) does no allows you to do so.
Same goes for the “the image of the laptop” as well.
What you can do is, you can animate the whole section by adding the classes mentioned above to “Animate It Classes” box that you can find under each widget:
http://downloads.eleopard.in/images/animateit-demo/4-wordpress.jpg