rjhardaway
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Front Page Scroll Jumps to Top MenuThanks, again, Andrew. That made the scrolling smooth, but the top menu is no longer sticky, but I will work on that.
Ronny
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Front Page Scroll Jumps to Top MenuAndrew,
Thank you for your help, but the child-theme global.js file did not solve the problem. The jump still occurs.
Ronny
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] Manual excerpt displays two “Read More” linksI discovered how to hide the text “Read More” hyperlink.
.read-more {
dispay: none;
visibility: hidden;
}Hope this helps someone in the future.
Regards.
Forum: Plugins
In reply to: [File Away] Sort File Away List Descendingsicilian1970 –
For my site, I have only one list to display. I dug into the File Away code and discovered the file where the sort order was set to ascending, and I changed to descending sort.
../wp-content/plugins/file-away/lib/inc/inc.sort.php
Here is where I changed the code:
=========================<?php
defined(‘fileaway’) or die(‘Water, water everywhere, but not a drop to drink.’);
$limit = $limit && is_numeric($limit) ? round($limit, 0) : false;
if(!$limit)
{
/******* CHANGED SORT_ASC TO SORT_DESC IN THESE TWO LINES *******/
if(phpversion() < ‘5.4’) array_multisort($rawnames, SORT_DESC, SORT_STRING, $links, $locs, $exts, $fulls, $dirs, $times, $dynamics);else array_multisort($rawnames, SORT_DESC, SORT_NATURAL, $links, $locs, $exts, $fulls, $dirs, $times, $dynamics);
}
====================
RonnyForum: Themes and Templates
In reply to: [Twenty Fifteen] Twenty Fifteen Sidebar Transparency Not WorkingThanks, Michael, that solved the problem!
Ronny
Forum: Themes and Templates
In reply to: Twenty Fifteen Bottom Scroll BounceI debugged this problem. The site uses a background slider plugin. The pages where the background slider is turned off do not “bounce” at the bottom. The issue was not with the Twenty Fifteen theme; it was the background slider’s interaction with the theme.
Forum: Themes and Templates
In reply to: Twenty Fifteen Bottom Scroll BounceI just discovered that this problem is happening in my Firefox (50.1.0) browser only.
kyjus25 –
Thank you. That solved my problem. I knew it would be a simple change, but I could not find the correct “thing” to change.
Ronny
Forum: Reviews
In reply to: [WordPress Button Plugin MaxButtons] MaxButtons!I like the flexibility and functionality of MAXButtons. They allow me to quickly build customized buttons. Very nice plugin!
CrouchingBruin,
Thank you for your help. In the future, I will include a link to the website.
Ronny