liquidenvy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [onetone] The theme silder jumping on page load (chrome)This is still happening for me. I have updated to the latest available version.
https://demo2.moltengraphics.com/wp-content/uploads/2016/12/onetone-sliderissue.jpg
For me, this renders the theme unusable.
Anyone have any ideas on this? I’d appreciate any hints ??
I’ve got a good handle on using conditionals for images WITHIN a post, but I’m referring to the featured image attachment, which is not referenced in the body of the post. My theme puts thumbnails of the featured image for each post on the front page, and I’m wondering if there is a way I can get a different thumbnail to show up depending on the user’s level.
I’m thinking this would need to be coded into the actual theme…?
Forum: Themes and Templates
In reply to: Artworks Responsive Theme, thumbnail spacing issueI just wanted to update this with my fix, in case it’s helpful to anyone else – I changed the number sequence in index.php to:
<?php if($x == 3 || $x == 7 || $x == 11 || $x == 15 || $x == 19 || $x == 23 || $x == 27 || $x == 31 || $x == 35|| $x == 39 || $x == 43 || $x == 47 || $x == 51 || $x == 55 || $x == 59 || $x == 63 || $x == 67 || $x == 71 || $x == 75 || $x == 79 || $x == 83 || $x == 87) { ?>
Forum: Themes and Templates
In reply to: [Vortex] HOME option on the menu is not showing up…Thank you ??
Forum: Themes and Templates
In reply to: New themes not showing up in presentation tab..Apologies for being one of “those” posters.. I managed to wrangle out the solution. Thanks for the reply ??