nathaliepelletier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: security for wp4.9.4 : plugin security scanner found something?I am on 4.9.4 also, and my sitelock report is showing the error: WordPress <= 4.9.4 – Application Denial of Service (DoS)
An online search brought up a wpcampus.org site that showed a workaround https://wpcampus.org/2018/02/version-4-9-3-version-4-9-4-denial-service-vulnerability/:Instead, I would suggest adding a couple of lines to your htaccess file to watch for requests to these file, and block them if the length of the load list is too long.
RewriteCond %{REQUEST_URI} ^/wp-admin/load-(scripts|styles)\.php$
RewriteCond %{QUERY_STRING} load(?:\[\])?=(.{256,})$
RewriteRule ^(.*)$ – [F,L]In the full list of scripts, there are 2650 characters. In the above htaccess example, I’ve set it so if there are more than 256 characters forbid the request. You may need to adjust that number upwards if you find your loaded scripts list is longer.
Has anyone tried this? Does it sound like a good idea?
all the best,
Nathalie- This reply was modified 7 years ago by nathaliepelletier.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Woo Commerce CompatabilityThank you so much for you fast reply! It’s much appreciated ??
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] change menu colorthanks for your responses, raby and sakin! hmm, thats the line i changed before i decided to ask for help here. it didn’t work for me the first time, but i will try again ??
thanks,rgubby…i will try the link. esmi, my site has been live for almost 6 years and i would like for it to look properly formatted on mobiles…it looks over-crowded at the mo.
happy thanksgiving!!Forum: Plugins
In reply to: [Plugin: eShop] where to beginhhahaha, dont know why the eshop option didnt show in wpadmin last night,but i found it and think i am on my way! the videos were great, thank you.
all the best,
nathalieForum: Plugins
In reply to: [Plugin: eShop] where to beginthank you!
however, when i go to the included pages through the wp admin, i only get [eshop_show_shipping] on the page. i dont know how to edit this.
thanks for your help ??
nathalieForum: Fixing WordPress
In reply to: Can you retrieve deleted comments (marked spam)?Naj0rt, thank you for the details on retrieving accidentally deleted comments!
all the best
nathalie
https://vitiligocover.comForum: Plugins
In reply to: [Plugin: FeedWordPress] I want title link to open in new windowthanks Hedley! that worked for me too…can’t figure out why that wasn’t just a given in the FeedWordPress install instructions.
cheers
nathalieForum: Installing WordPress
In reply to: problem with wordpress 2.7 and error in my bloghi
i had this same error code:
Warning: array_keys() [function.array-keys]: The first argument should be an array in [mysiteaddress]/wp-includes/widgets.php on line 1044here’s how i fixed it:
1.went to my cpanel
2.then to myphpadmin (i’d never altered this, so i was a bit apprehensive…but it worked)
3.on the left side list i found my wordpress data base & clicked it
4.with new choices on left side, i found wp_options,clicked once
5.in main window, clicked the browse tab, and looked for widget_text (there are many pages to choose from,so if you don’t see it immed.just use the dropdown menu to select the next page)
6.once you find the line with widget_text, hit the edit button (mine looks like a pencil)
7.when the new window pops up, you will notice a box with text that you added for the widgets. Delete all of the text in the box.
8.you will see a box underneath, that gives the option to save,then press go.
9.now a new page shows you the code which has been altered. you will notice at the very end of the sql code it says something like text=1, change it to a higher number to avoid this same prob in the future.
10.press save again
11.donei hope this helps!
Forum: Themes and Templates
In reply to: Elegant Grunge & Photoblogi may need to get the fix for functions.php but, my first issue is that i dont understand how/where we are supposed to place the ‘photoblog’tag. can anyone let me know?
cheers
nathalieForum: Fixing WordPress
In reply to: comment area blackened outhere is the page that isnt working
https://vitiligocover.com/black-pepper-may-help-vitiligo/#comment-1595
thanks for any more help you can offer!
Forum: Fixing WordPress
In reply to: comment area blackened outjust got your new message but thats not working either. here is what is in my stylesheet for the comment area
/*—:[ comment styles ]:—*/
#comments { width: 46.8em; }
dl#comment_list { margin: 0 0 0 0; }
dl#comment_list dt { padding: 0 0 0 0; background: url(‘images/comment_top.gif’) 0 100% no-repeat; font-size: 1.1em; line-height: 1.8182em; color: #999; }
dl#comment_list dt.author { background: url(‘images/comment_author_top.gif’) 0 100% no-repeat; }
dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
dl#comment_list dt .comment_num a:hover { color: #a90000; }
dl#comment_list dt strong { font-size: 1.4545em; color: #000; }
dl#comment_list dt strong a, dl#comment_list dt strong a:visited { color: #000; border-bottom: 1px dotted #999; }
dl#comment_list dt strong a:hover { color: #000; border-bottom: 1px solid #a90000; }
dl#comment_list dd { width: 428px; padding: 0 20px; margin: 0 0 1.5385em; background: #dfdfdf url(‘images/comment_bottom.gif’) 0 100% no-repeat; }
dl#comment_list dd.author { background: #f6f4c9 url(‘images/comment_author_bottom.gif’) 0 100% no-repeat; }
dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }
/*—:[ comment form styles ]:—*/
#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }
#comment_form a:hover { text-decoration: underline; }
#comment_form p { padding: 0.7692em 0; }
#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.2em; }
#comment_form .text_input { width: 15.3846em; padding: 0.23077em; color: #a90000; font: bold 1.3em Verdana, sans-serif; border-top: 0.15385em solid #999; border-left: 0.15385em solid #999; border-right: 0.07692em solid #eee; border-bottom: 0.07692em solid #eee; }
#comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
#comment_form .text_area { width: 32.9231em; }
#comment_form p.subscribe-to-comments { font-size: 1.3em; }
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
#comment_form .form_submit { padding: 0.5em; background: url(‘images/submit_bg.gif’) repeat-x; color: #000; border: 0.21429em double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em/1.0em “Helvetica Neue”, Helvetica, Arial, sans-serif; cursor: pointer; }
#comment_form .form_submit:hover { color: #a90000; }
/*—:[ self-clearing floats courtesy of Dan Cederholm at simplebits.com ]:—*/
#header:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, #comment_form:after { display: block; height: 0; content: “.”; visibility: hidden; clear: both; }
p img { padding: 4px; max-width: 100%; }
Forum: Fixing WordPress
In reply to: comment area blackened outthe black area has mysteriously reappeared…any suggestions?
thanksForum: Fixing WordPress
In reply to: comment area blackened outwow, thanks for the quick response! it worked ??
Forum: Fixing WordPress
In reply to: How can i put slideshow in page?hi,
After searching for 2 months, I have finally found a slideshow that works flawlessly in wordpress- splashcast.com
I am ecstatic to have found this site because, best of all, there are no plugins to download, install, and tweak. I simply had to make my slideshow on their site, copy the code, and insert it into a page or post. The only thing i need to figure out now is how i can get it to work in the sidebars…then i will be over the moon!
good luck!
Nathalie
https://sculptmagazine.com
https://vitiligocover.com