artisana
Forum Replies Created
-
I’ve gone ahead and added the incorrect usernames being used by hackers to this option in the WordFence settings:
“Immediately block the IP of users who try to sign in as these usernames”
Hope this helps anyone else looking for the same thing!
Now the number is up to about 800 emails all in 36 hours. Would love to know what is happening – why all of a sudden there is a surge in failed login attempts – and what I can do about it.
Looking forward to a reply! Thanks ??
I’m having the same problem with the recent update (the grid view is broken; the events are listed within the grid throwing everything off).
I’ll downgrade to 2.2.5 for the time being.
Great, that is good news! THanks David.
Is there a reason why it doesn’t show as a “Last Backup Job Run” or when I select “Restore”?
Ok! Here is a link to a .txt file with the log info.
Thank you!!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product search widget not working properlyAny help or insight would be super helpful. The widget is still not working properly and I would love to understand how I can solve this.
Hi slim_jim,
The problem I had was because I had changed elements in the footer which caused it to line up rather than stack (which is the default for Tiny Forge).In your (mobile) site I am not seeing the blank-space problem: see here.
It happened to be an problem with the content interfering with the page width.
Ah, nevermind! There definitely WAS.
Thanks for helping me figure my way out ??
Hi Tomas – thank you for the reply. Can you elaborate on it?
Is there something in my child theme’s style.css that is restricting it from being fluid?
Thank you for the advice – I decided to continue digging through my child’s style.css and noticed that I had a line at the top that made the settings only apply to screens larger than 600px! Big sigh of relief once I figured that out and was able to make the small edits necessary to bring the sites to closure.
Thanks again for the beautiful theme. Going to make that donation now!
Hello Tomas – thank you for replying. I understand how busy you are! I have contacted you via your site to see if you are interested in helping me with these issues for a fee.
Re: logo, Yes I’ve uploaded it as a logo and am not using headers.
This is the code I’ve got, in an attempt to have it show on the mobile version:/* 3.4.1 Site Header */ /* Theme Options - Site Header Logo */ #site-logo { display: inline; float: none; padding: 12px; padding: 0.857142857rem; } #site-logo-image { width: 100%; } #site-title-wrapper { float: none; padding: 0; } .site-header h1, .site-header h2 { text-align: left; } .site-header h1.menu-toggle { text-align: center; }
As for the mobile menu, I’ve added this elements to the child css, but am sure I am missing *SOMETHING* for them to take proper effect (just don’t know what that “something” is!):
/* 3.4.2 Navigation Menu */ /* Small (mobile) menu */ /* From Expound css/expound.css */ .site-header .menu-toggle { background: #f4f0eb; color: #423718;} .site-header .menu-toggle:hover, .site-header .menu-toggle:focus { background: #f4f0eb; } .main-navigation.toggled .menu-toggle { background: #f4f0eb; } .main-navigation.toggled a { display: block; color: #423718; text-decoration: none; } .main-navigation.toggled li a { display: block; float: none; background: #f4f0eb; } .main-navigation.toggled li a:hover { background: #f4f0eb; } .main-navigation.toggled ul > .current_page_item > a, .main-navigation.toggled ul > .current-menu-item > a { background: #f4f0eb; }
Finally, on the site that is in maintenance mode, I need the footer/widget background to be transparent and it is for the main/full site but does not translate to the mobile. The same with font color. Any idea why that is that some things are not happening in the mobile although they are included in the css? I can take site temporarily off maintenance if needed.
Thank you!! Thank you!! Thank you!!
Yes, I greatly appreciate your help. There is so much to learn, and it’s great to have others lift you up rather than shame you for not knowing yet ??
If you have time and are willing, I do have another un-resolved post regarding edits to Tiny Forge, see here.
Thanks again!!!
thank you!!
I figured it out all by myself.
Here is what worked, in case it is valuable to someone in the future:
.grid_1, .grid_2, .grid_3, .grid_4, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 { display: inline; float: right; margin-left: 10px; margin-right: 10px; } .grid_5 { float: left; } #content { border-right: none; border-left: 1px solid #ccc; padding-right: none; padding-left: 50px; text-align: justify; }