Cashlin
Forum Replies Created
-
That worked — thank you!
I just got my host to update my PHP version to
5.5.33 - We recommend a minimum PHP version of 5.6. See: How to update your PHP version
My host cannot go higher. The issue is still persisting.
Thanks!
I’m not sure you may have understood me right? I already have the thumbnails fluid so their physical pixel size goes down on mobile screens.
What I was saying is that the thumbnails are large in pixel size, so when they size down to say 500xp wide, they should be nice, crisp, and clear. But they’re not. They’re 1000px wide but when sized down to 500px wide, are blurry.
Why are they blurry? They should be crisp and sharp.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] next previous linksThank you so much! That worked perfectly. =)
Forum: Plugins
In reply to: [Photospace Responsive Gallery] Caption breaks all goneThanks for your insights. Removing my custom css and putting in the css you recommended wasn’t what I meant. I didn’t mean I want the whole gallery to float right.
I stated that the caption text beneath the big photos has no line breaks. In the old non responsive gallery, the captions had line breaks. In the new responsive gallery, the line breaks decided to stop working all on their own without me modifying anything to do with the artwork captions.
Still not solved.
https://cnroberts.com/wp/portfolio
Compare it on desktop versus 2 columns. Each thumbnail I uploaded at it’s original size is bigger than the thumbnail size on mobile. I did this to ensure the thumbnails wouldn’t be artificially sized up and become blurry, but they’re blurry anyway…
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] next previous linksHi there,
I know the free version doesn’t come with pagination. I read that in another thread. I was asking ElenaDn what code they used to manually put in the pagination. I’ve been putting in PHP code from www.ads-software.com and the pagination doesn’t show.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] next previous linksWhat was the code you used? I put in
<div class="nav-previous alignleft"><?php next_posts_link( 'Older posts' ); ?></div> <div class="nav-next alignright"><?php previous_posts_link( 'Newer posts' ); ?></div>
but no pagination came up.
Thanks for responding. I added the code to my theme’s functions.php file, but it didn’t remove the padding… The page with the feed near the bottom is on https://furryfriendswa.org/
I checked my CSS and commented it out to see if I had accidentally adding padding somewhere. Didn’t fix it.
Hi — thanks for responding. I tried adding the space like you specified. Didn’t work within the source code of the slider, or in my responsive.css.
This is the site I’m working on https://creativeholisticcounseling.com/
My code in responsive.css and inside the slider source is
.erimgMain_slide { height:300px !important; } .erimgMain_img { height:300px !important; } .erimgMain_title { clear:both; display:block; height:300px !important; } .erimgMain_desc { clear:both; display:block; height:200px !important; }
Forum: Plugins
In reply to: [OTW Portfolio Light] Slider don't workCould you reference a page that only has OTW on it? The page you linked has lots of content and it is not clear what is OTW and what is not. The videos in the gray sidebar … ?
Forum: Plugins
In reply to: [OTW Portfolio Light] The paginated function is not workingI also had this problem, and could not fix it, so I just changed my portfolio to show all entries on a single page. Showing all entries on one page would be obnoxious if the portfolio had a lot of entries, but it’s not so bad for -50 entries (in my opinion).
I am curious as to why this might happen…? The plugin had this problem for me out-of-the-box 100% fresh from the start with no edits on my end.
Forum: Plugins
In reply to: [OTW Portfolio Light] Text OverspillHi — did you resolve the issue? I went to your site and clicked through several items, and I did not see any text overspills?
Please re-create the effect and post a link to the entry so we can see what’s going on. Thanks.
In the OTW template files, the excerpt code is
<div class="text entry-content"> <?php the_excerpt(); ?> </div>
Looks like OTW draw from the theme’s excerpt specifications. Have you tried changing the theme excerpt length, or creating a new custom excerpt in functions.php to then assign to OTW?
Forum: Plugins
In reply to: [OTW Portfolio Light] Side Bar not showingI receive a ‘runtime error’ when I go to your main domain and click on ‘Blog’…
Forum: Plugins
In reply to: [OTW Portfolio Light] Post navigation within categoriesHi there,
I’m not sure (the developer would need to confirm/deny), but it appears to me that OTW doesn’t recognize individual category or single category post templates in themes. We can say category-185.php but that type of thing (otw-portfolio-category-185) does not work with OTW.
If you’re good with PHP, you might be able to modify the plugin considerably to make that function yourself…
Sorry I couldn’t be more helpful. I recommend you see if there’s a way to ask the developer directly to get his attention.
I would like to be able to specify individual templates for OTW categories too soooooo…