Forum Replies Created
list of topics you have created till now.
-
-
Hello,
Do I need to have a Lightbox plugin installed because it looks like I don’t.
It seems like I need this one.
https://wordpress.org/plugins/simple-lightbox/Here you go.
http://onyourownstudios.com/portfolio/#/portfolioIt is the first portfolio item “Lightbox test”.
Thanks!
Unfortunately, that did not change anything.
Awesome, thank you for the information. This info would be great in the documentation.
There are no right or left arrows in this gallery, is that not possible? I feel like your sample site has that?
Ok, that did work. Thank you!
But my photos are very small and there are no captions. How do I add all the details to this gallery?
I assume this is where the short code comes in? What file do I need to adjust?
It took a while, but I have figured it out if anyone wants to globally change the skills percentage progress bars.
In your main.js file in the js folder in your empathy folder. LINE 594
// FILL PROGRESS BARS
function fillBars() {
$(‘.bar’).each(function() {
var bar = $(this);
var percent = bar.attr(‘data-percent’);
var percent2 = bar.attr(‘data-percent’)*3;
bar.find(‘.progress’).css(‘width’, percent2 + ‘%’ ).html(‘<span>’+percent+’yrs</span>’);I added the yrs to the last line so that it now say 18yrs in the bubble, not the percentage.
I have also added another variable to increase the length of the progress bar since the number of years is probably much less than the percentage you change in your resume page. I think this is much more impactful than just putting some weird percentage. Good luck!Hello, thank you for looking into this.
I understand what you are saying., here are my questions.1) Where do I upload these icons on the server, what specific folder are you talking about? I assume somewhere in the Empathy folder tree?
2) How do I make sure the URLs are coming from my server, what file should I be looking at? Is it an HTML or CSS file? Please tell me the specific files, I see the URL in the “about me” file html file.
3) Then how do I change the Fun Fact icons on the about me page? In the CSS?
Thank you!
Hmm, I have tried it with 2 different computers with Firefox.
Mobile looks ok, but could just be due to small screen.
I have tried it with Explorer and it seems good.
It also seems to change with connection speed. If the site loads fast then the flicker is small.I guess that’s it. Thanks for looking into it.
It is on the Home page when you first load up the site. I have a screen shot of it.
http://onyourownstudios.com/portfolio/Capture.JPG
You can see the photo jumping or some grey layer trying to adjust.
I have fixed the extra home, there was an extra “home” widget, so I deleted that and it fixed the home page menu.
The selected photo is still jumping around.
http://onyourownstudios.com/portfolio/#/home
Thank you!