BardwellMedia
Forum Replies Created
-
I ended up turning off all main features in the General Settings of W3 Cache to see the difference, if any, each one accomplished. The culprit was Page Cache. I turned it off and my posts and drop down menus appeared and functioned properly. I then turned the rest of them back on.
I also tested my page load speed and still rank at a 93% according GT Metrix.
Nikeo,
What settings do then use for Customizr? The theme looks great in Safari and functions properly, but not in the other browsers. I think this is a new issue or bug, but I have not had to turn of W3 Cache.
The drop down menus weren’t working and the posts on the home page weren’t showing up either.
Any assistance would be great.
I see what you mean with this link http://www.datatables.net/extras/fixedcolumns/
I’m missing something though as your shortcode didn’t work for me.
Well, I tried your short code. It definitely froze the top row, which is the heading row, but since I have 14 columns, it runs off the right side of the page. That is where the responsive plugin would come in handy.
Also the link you posted above doesn’t work.
Hmm, but then I’m still without a frozen left column.
Perhaps then I’ll suggest that as a future feature to this great plugin.
Thanks for your quick reply.
The far left column, or heading, is frozen. So if I scroll to find, for example, Gold’s Gym I want it to stay at the top of the screen as I then scroll down.
As it is right now if I scroll down, I can’t see which gym I’m comparing. So I want the left column to stay frozen as I scroll left/right, which it does, and then the Top row to stay frozen as I scroll down/up.
I hope this clarifies better.
Thanks again.
Forum: Themes and Templates
In reply to: [Encounters Lite] Custom Widget Stylesok, thanks. I’ll purchase the pro version.
Resolved, thanks!!!!
Oh, thanks so much. I can’t believe I didn’t see that.
Thanks again.
Forum: Themes and Templates
In reply to: [Encounters Lite] Custom Widget StylesAlso, Lite or Pro, can I use more colors than red, blue, yellow, green, or grey?
Thanks so much. Worked like a charm! I agree with using Child themes and this awesome author of Styled Themes includes child themes, even for Lite versions.
Forum: Themes and Templates
In reply to: [Preference Lite] Remove Date from Blog PostsHa. I thought I did that on two browsers. I even cleared the cache using W3 Cache to no avail.
WIth your confirmation, I cleared them again and SUCCESS!
Thanks so much for all of your help.
Forum: Themes and Templates
In reply to: [Preference Lite] Remove Date from Blog PostsThanks so much, but it’s not working. I have added both to the child style.css to no avail.
.status-date {
display:none;
}.gj-article-info dd:first-child {
margin-left:0;
display:none;
}This is the code I placed in there.
The blog url is http://meetingtoolsandjewels.com/blog-2/
Any other ideas or did I do something wrong?
Forum: Themes and Templates
In reply to: [Preference Lite] Remove Date from Blog PostsI located this in the stylesheet under the section titled “Article Styles”. (mind you this is for the Preferences Lite theme, using a child too)
}
.status-date {
font-size:12px;How would I edit this to remove the date text and the numbered date?
Thanks Shamratdewan
Forum: Themes and Templates
In reply to: [Themolio] Adjust Sidebar WidthGo to your admin area, then Appearance, then Editor. At the far right bottom, you’ll see stylesheet. Click that and this is where you can edit the code for that specific feature.
Look for this block
/* Body */
body { background: #e5e5e5 url(images/background.png) repeat; }
.wrapper { width: 1000px; margin: 0 auto; overflow: hidden; text-align: left; }
#content .wrapper { padding: 20px; }
.container { float: left; width: 670px; }
.fullcontainer { width: 100%; }
.widget-area { float: left; width: 300px; margin-left: 20px; }Play with the .container px number and the widget-area width px number. You have a max to work with. One can go up, but the other might have to go down. These are my settings and I changed them to 670px and 300px respectively.
Then click save at the bottom. Keep in mind, these are my settings for one column at the right, not two.