Forum Replies Created
-
AuthorPosts
-
Well, I used inspect element to copy the code from the home page and then where the content was inside of the three fifths column I tried putting the:
<?php
get_template_part( ‘includes/loop’, ‘index’ );
get_template_part( ‘includes/related-posts’);
comments_template( ‘/includes/comments.php’);
?>But that seemed to break it (which is why it was showing up all funky).
I wonder… if those hot spots showed up when you clicked instead of hovered and stayed open until you clicked something else or off that spot, then it would allow for the text inside to be a link.
Oooo – love how those hotspots work!
Yea!!!! Works GREAT! Thank you soooo much!
Hmmm – they load differently, but they still don’t start loading until you scroll over that portion of the site.
This gets rid of the animation, which is great, but the thumbnails still don’t load until you scroll over that section. It would be great to have them preloaded.
Sorry for all of the posts – I decided to try using https://wordpress.org/plugins/expander/ instead but need the “read less” text to show up at the bottom of the text box instead of where it’s currently at. Any thoughts?
Or, is there a way to edit the toggle icon to actually say “read more” and “read less” when clicked on?
Or is there another element I should use instead?
Thank you so much for your help!
Never mind, I got it. Is there any way to make the masonry have four columns and not get wider than 1400px?
- This reply was modified 10 years, 4 months ago by CurlyHost.
How would I increase the margin around each portfolio piece in the masonry element to be 20px wide?
Works great! Thank you!
This worked great! Thank you!
Weird – I deactivated and then RE-activated all of the plugins and then it started working.
Hey Kriesi,
It’s only when I use Chrome on a Samsung Galaxy 4 – no worries – I’m sure cross browser testing is a pain. It works fine when I used the default Internet plugin on the device.
Bummer, now it’s not working on the root domain. Okay, back to square one. I took away this code:
#socket .container > * {
float: none;
left: 50%;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
position: absolute;
width: 555px;
text-align: center;
}But added this instead:
#socket .container > * {
left: 50%;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
width: 555px;
text-align: center;
}#socket .copyright {
float: right;
}And it’s back to where it was.
Hmmm, that addresses why that one line gets cut off, but doesn’t explain why it doesn’t show the rest of the footer – the socket and copyright text aren’t showing up unless I remove the position: absolute; line in the above code. That same code works fine http://www.thewoodbeckteam.com/
This was the code that fixed it:
html.responsive, .responsive body {
overflow-x: visible;
}For whatever reason, when it was:
html.responsive, .responsive body {
overflow-x: hidden;
}It created the double slider.
Thanks!
Hey Josue,
Here’s a link to an image with the double scroll bar:
http://www.curlyhost.com/wp-content/uploads/2014/04/image.png
Again, I can only see it in Chrome while using a PC – so I know it’s pretty specific but it seems to be causing an issue with my client.
Thank you Yigit!
This works great! Thanks so much!
Thank you! It turns out I had put a fixed width for mobile in there that made it look fine for desktop when I resized it but wasn’t set small enough for the phones I was checking on…. so I change it to a percentage instead.
I disabled and enabled the plugins and that seemed to fix the problem. I’m only using Akismet, Jetpack and WordPress SEO – weird that it stopped in the first place.
Never Mind – for whatever reason it fixed itself! Sorry!
Thank you soooooo much! It works great now!
Hey Ismael,
Thank you! However, I should have specified that I was hoping that when someone clicked on a thumbnail that the featured image would change (instead of the lightbox appearing).
Yeah, but then when you hover over a horizontal image there is a large white space beneath the area and the gallery thumbnails. We will probably just photoshop white space around the images so that they will fit the space better.
Works great! Thank you!
This is exactly what I was looking for – thank you so much for your help!
Hey Yigit,
I don’t mean to be difficult, but it doesn’t seem to fix the problem.
http://simplyblue.sodaserver.com/traverse-city-wedding-vendor-guides/cakes-dessert/
The link seems to just want to over-ride that rule. Is there something in there about not allowing line breaks on links or something?
-
AuthorPosts