RedChill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Add Media Button after UpdateThat’s it!!!. Thank you so very much. Seems so much easier to have the old editor around.
Thank you again for your quick response.
Forum: Fixing WordPress
In reply to: HTTP Error 403.14 – ForbiddenSorry about that. The link you suggested suggested a plugin. I assumed it was yours. Sorry… lazy reading on my part.
Thanks for the suggestion I’ll keep looking for solutions.
Forum: Fixing WordPress
In reply to: HTTP Error 403.14 – ForbiddenSorry about my lack of knowledge. I built my own theme. My site is shared hosting by https://www.winhost.com/. I have .htaccess in the root directory. When I edit the error page in your plugin and save the changes I see where it says that something has been written to my .htaccess file. I use FileZilla to access the file and no changes are made.
I’m just assuming that I don’t have apache server and that’s why the .htaccess file was unchanged.
- This reply was modified 6 years, 4 months ago by RedChill.
Forum: Fixing WordPress
In reply to: HTTP Error 403.14 – ForbiddenHi Steve,
I tried your plugin but as my hosting company uses sql servers the .htaccess file is useless. Can you steer me in the direction of a tutorial that uses sql servders.
Thanks.
Thanks… will do.
Forum: Fixing WordPress
In reply to: How do I get the current for Facebook posts to show?Thanks. I guess they are no longer available. The plugin does not have the usual “Details” tab to click on in the Plugins page of WordPress. Another solution is in order.
Thanks again for replying.
Forum: Fixing WordPress
In reply to: How do I get the current for Facebook posts to show?Just searched plugins for DS Social Timeline and it doesn’t seem to be available as a plugin but it’s my list of widgets. I assumed that the widgets came with the copy of WordPress or the Flight theme. I guess that explains some of it. Should’ve added that I’m managing a site that someone else has developed.
Sorry for replying so late. Page 4 is not one of my page id. Just using it as an example. My site is here: https://www.davidsdrift.com/food/. Now I CAN! see them on when I go to “View Source”.
Don’t know why I didn’t a month ago. Anyway, thank you very much for your confirmation!
Thanks. I just popped <?php comments_template( ”, true ); ?> in my index.php like you said!!!
The form is now visible. Now to test it out.
Thanks for all your help!!
Thanks for reaching out to me. I don’t have a single.php and there is no comments_template() in my page.php file. Also my theme does not have a comments.php.
I read https://codex.www.ads-software.com/Theme_Development. But since I don’t have those files in my theme, can I simply create them and copy the contents from a theme like Twenty Sixteen that you mentioned?
Forum: Themes and Templates
In reply to: [Customizr] Customizr slider will not load imageHi. I just encountered the same problem. Is there any way I could go back to a previous version of the theme?
Forum: Fixing WordPress
In reply to: Why am I always locked out of my WordPress websiteThanks, I finally got in after three days of being locked out. I don’t see any special place in the “Theme My Login” plugin that I’m using. I’m not experienced enough I guess. Anyway I changed the password and hope that this helps.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Why am I always locked out of my WordPress websiteI’ve tried following this link but with no luck…
https://make.www.ads-software.com/support/handbook/breakfix-lessons/hacked-unauthorized-password-change/Forum: Fixing WordPress
In reply to: How can I save data from my plugin to the database?Not quite sure I understand. I see user_id field and umeta_id field but how does knowing these id’s help me to grab the data that’s being entered into a field of a plugin and put it in my own table?
Forum: Fixing WordPress
In reply to: How do I get data from a nested array returned by $wpdb?Thanks, that without the ‘prepare’ statement. When I added the ‘prepare’ to it I It did not give me the associate array. Here’s what I tried.
$userNames = $wpdb->get_row($wpdb->prepare(“SELECT userInfo FROM secontTable WHERE ID=%d “,$newId,ARRAY_A));
How can I use the best practice with the ARRAY_A?
Thanks again for helping