bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Goran Image Sizeyou’re welcome, glad it worked out!
Up for one more thing>? if yes let’s try making sure we keep the code responsive. Here’s a hybrid of the two previous tests. let me know if that does it!
<style> @media screen and (min-width: 1020px) { .hero { padding-top: 72px !important; padding-bottom: 72px !important; } } </style>
Forum: Fixing WordPress
In reply to: How to make Nav Menu full widthSo this is doing it for me. I dont know if it’s what you want though ??
try it out, make sure to set the right @media size when you know if it’s working as intended
.sf-menu li { ?padding-right: 4%; } .container_24 { margin-right: 0; width: 100%; } #navigation-menu { ??width: 100%; }
Forum: Fixing WordPress
In reply to: Thesis Comments Not Appearing@wpyogi – no problem! i know that’s policy and it’s good to see someone able to enforce it!
Forum: Fixing WordPress
In reply to: 406: :Not Acceptableodd question, what browser are you using?
and did you already check out this thread?
Forum: Fixing WordPress
In reply to: Domain destination issuehi
what is your site url?
what is your wordpress url?
what is the path that is failing for css?
thanks
Forum: Fixing WordPress
In reply to: Thesis Comments Not Appearinghey there
i was mid reply when that topic got close
WPyogi is correct that you cannot offer to pay anyone in this forum
You will need to update the theme in order to apply the fix from the dev, so I would start trying to track down that info
Forum: Fixing WordPress
In reply to: How do I embed a countdown on each product?google around for woocommerce countdown timer
there are multiple options out there that claim woocommerce support but i have never used one myself
Forum: Fixing WordPress
In reply to: Admin Emailtypically not, usually this is a property of the contact form tool you are using
what are you using?
Forum: Fixing WordPress
In reply to: Possible security issue – website defacedForum: Fixing WordPress
In reply to: empty needle?hey WPyogi – for my own knowledge, do we direct users to the plugin authors even if it’s a free plugin
i know from the rules that we try to help on free themes, but what about free plugins like woocommerce?
i apologize for just posting this, i couldn’t find a way to pm you
Forum: Fixing WordPress
In reply to: how do i remove the comments off section at the bottom of my websiteAre you trying to remove the big ole comment box at the bottom of apges & posts?
to disable it by default:
Dashboard->Settings->Discussion
Uncheck “Allow people to post comments on new articles” and save
then go to Dashboard->Posts->All Posts
use quick edit to deselect “allow comments” and save on the desired poststhen go to Dashboard->Pages->All Pages
use quick edit to deselect “allow comments” and save on the desired pagesForum: Fixing WordPress
In reply to: make website mobile friendly without plugin or changing themethe unfortunate answer here is: unlikely
there are third party services that will moblify your site but they all cost $ and have their limitations
there are also some plugins that will allow you to use a completely isolated theme for mobile visitors
i can’t vouch for the plugin or the third party service
take backups before exploring!
Forum: Fixing WordPress
In reply to: Comments Not Appearingok
that link you sent looks hopeful
what version of thesis are you on? they mention at least 1.8.5?
do you know if you havr ftp access, even if it is something you aren’t too familiar with (yet)?
Forum: Fixing WordPress
In reply to: empty needle?it basically means that a search of a string for another string was passed an empty string as the search term
from what i’ve seen on this, it’s likely a plugin conflict
have you already tried the process of disabling all plugins and enabling them one at a time?
if not please start there
also what version of woocommerce?
Forum: Fixing WordPress
In reply to: Goran Image Sizehmmm, still working for me
i hate recommending use of !important, but for the sake of experimentation, edit your css, putting this at the bottom
<style> .hero { padding-top: 72px !important; padding-bottom: 72px !important; } </style>
also, are you clearing your wp and browser caches each time you edit the css? i did not see the css you put in there applying currently