bobjgarrett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Control of Posts in Home BlogThanks
Forum: Themes and Templates
In reply to: [Enigma] Control of Posts in Home BlogThanks for the prompt feedback.
However, I had already tried the setting you suggest, and have now tried it again. It does not seem to make any difference.Forum: Themes and Templates
In reply to: [Enigma] Control of Posts in Home BlogI’d also like to limit the number of posts being shown.
Forum: Plugins
In reply to: [Simple Membership] Admin Not Recognized As Logged InI have now solved this…
I created a new admin user.
I logged in as that user.
I logged my original user out in all places.
I changed my original admin to Subscriber.
I changed my original user to Admin.Problem fixed!
Forum: Plugins
In reply to: [Simple Membership] Admin Not Recognized As Logged InI have the same problem which has arisen.
This only happened after I added a new user level and added an extra forum using WP Symposium.
I’d follow your advice re the additional level except that I can still access another forum on the same site while still being Admin user. So this “feature” is only blocking me from one forum and not the other.
Can you explain and suggest how to overcome this?Forum: Plugins
In reply to: [Custom DataBase Tables] Error With Latest VersionThat has fixed it. Thank you.
Forum: Plugins
In reply to: [Custom DataBase Tables] Error With Latest VersionI have now updated to PHP 5.6 and am using the latest version of CDBT.
However, the edit feature within CDBT does not appear to work as well as the previous version. In particular opening a record to edit its content, all the fields are empty so the data needs to be entered again.
Is that right?Forum: Plugins
In reply to: [Download Monitor] File SecurityI may still be missing something here but if the file URL is clear then guesses can be made for other similar URLs and these loaded directly.
So someone seeing https://www.xyz.com/wp-content/uploads/dlm_uploads/2015-plans.pdf may guess that https://www.xyz.com/wp-content/uploads/dlm_uploads/2016-plans.pdf would be worth loading.
I thought that hiding these was the purpose of the hashing options but these also leave the URL of the file as clear text.Forum: Plugins
In reply to: [Download Monitor] File SecurityBut if they know (or can guess the URL) then they don’t need to be logged in they could simply use the URL independent of WordPress?
Forum: Plugins
In reply to: [Custom DataBase Tables] Error With Latest VersionHow can I tell which PHP is in use? The previous version of CDBT was working OK. How can I load the previous version without losing my data?
Forum: Plugins
In reply to: [Custom DataBase Tables] Error With Latest VersionThanks for the prompt response but having changed this I still get the error.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Shiftnav and Internet Explorer 11The only reference I can see to IE 8 etc is in the html:
<!–[if IE 6]>
<html id=”ie6″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 7]>
<html id=”ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html id=”ie8″ <?php language_attributes(); ?>>
<![endif]–>Is this what is causing the problem as surely it only adds the ie8 tag when IE8? IF not, how can I find the relevant code to test and feedback to the theme author?
Thanks