Forum Replies Created
-
AuthorPosts
-
itzsniderParticipant
Derek thanks for the heads up.
I have no problem seeing the above page.
Anyone else having this issue?
October 14, 2015 at 1:33 pm in reply to: FaceBook Widget is cutoff in the Modern Studio Theme #168162itzsniderParticipantOkay here is what you need to change
from
.sidebar .widget background-color: #fff; border: 1px solid #000; margin-bottom: 60px; padding: 40px 40px 30px;
to
.sidebar .widget background-color: #fff; border: 1px solid #000; margin-bottom: 60px; padding: 100px 40px 30px;
Have a great day!
itzsniderParticipantHonestly Blue Host is atop the worst list.
I currently use Flywheel and would never look back! LOVE them. For 15 bucks a month and a minimal delay, it's awesome!
There are a ton of other WP Managed solutions though as well.
October 14, 2015 at 12:04 pm in reply to: Remove pagination links for entry on archive pages #168143itzsniderParticipantThere shouldn't be at all.
And I agree, I try not to use it but if it works, ehhh!
Glad you got it working.
itzsniderParticipantHonestly, this shouldn't be an issue any longer. IF this is from a pingdom check or from google page speed, it's your server that can't handle this.
Hosting these days is super fast so there really isn't a need for this. IF you want to utilize something, a plugin like W 3 Total Cache should work to help.
Hope that helps.
itzsniderParticipantAppearance - Customize - http://glui.me/?i=a7cdee9tl16md50/2015-10-14_at_1.51_PM.png/
itzsniderParticipantThe Genesis Framework comes with a child theme. No need to purchase another theme on top of it unless you like said theme.
itzsniderParticipantMary,
IF I am hearing what you need try this
p.pages { display:none; }
in your style.css
itzsniderParticipantGenesis is not a PLUGIN. You need to go to the themes section and add it as a new theme.
Hope it's that simple!
October 14, 2015 at 9:18 am in reply to: Agency Pro: How do I hange the background of the widget area #168116itzsniderParticipantYou would need to find the CSS property and change the background in the style.css.
If you include a link, that would help.
itzsniderParticipantFor your titles - find the <h4> code that has a "white" don't and remove that code. I can't find it before my next meeting but it's overwriting it down the line
This code is being overwritten
.image-section h4, .solid-section h4 font-size: 16px; font-weight: 800; color: #000000 !important; letter-spacing: 3px; text-transform: uppercase;
For the after entry widget change this in your style.css
.widget-area a:link, .widget-area a:visited
to whatever color you want.October 14, 2015 at 9:09 am in reply to: How do I link a menu item to a homepage widget area #168112itzsniderParticipantCheck out - https://wordpress.org/plugins/page-scroll-to-id/
This is what I am using. Then in the menu itself I have this - http://glui.me/?i=gizaw13jbensmyq/2015-10-14_at_11.09_AM.png/
itzsniderParticipantWhen checking it out the following class="image-section" is set to height: 667px;
That is your problem, not sure where in the code it is making it setup but that is your issue.
Even using a margin-bottom:-400px; wouldn't work in the div itself.
itzsniderParticipantFound it -
damn newsletter add-on
.newsletter-cta-caption {
display:none;
}itzsniderParticipantI honestly would try this first, it's less of a hassle in my opinion https://wordpress.org/plugins/redirection/
itzsniderParticipantSunny I would check out the following - https://bobwp.com/prose-genesis-child-theme-tutorial/
If that doesn't help out, I would look around some more. These are usually services folks offer (setting up a theme etc) so not sure how much "support" will come.
itzsniderParticipantThere are sites out there such as http://netrenderer.com/index.php etc that you have to have in your arsenal of tools. Or even http://browsershots.org
There is IE Tab for Chrome - http://www.chromeextensions.org/utilities/ie-tab/#.Vh5ZuLyabqg
If you are on a Mac this helps as well - http://www.imore.com/how-view-websites-your-mac-require-internet-explorer-or-pc
I design on a mac and never check IE. It's outdated and doesn't play by standards. BUT that is part of my contract as well that browsers older than IE9 I won't "code" for.
Hope that helps a tad.
itzsniderParticipantThis seems to be an issue for some folks all of a sudden.
To me this is NOT a Genesis issue rather an SMTP issue with your server/host. I would reach out to them.
ALSO there is a spot within Genesis here - http://glui.me/?i=o9t9q9ipm2c0f9y/2015-10-14_at_9.03_AM.png/
Mine is left blank so I don't get an email every time.
Hope that helps
itzsniderParticipantNo worries Laura I hope you get it fixed! Strange for sure. Something is either caching it or you have it called out specifically somewhere secret!!
itzsniderParticipantMarlon,
The built in pricing table has everything you need as a basis to make better. You can add anything with the properties you want honestly. You just need to know how.
I would advise the use of the built in CSS pricing Table and the use of some fantastic CSS craziness over adding more load to the server/site.
Speed is everything now-a-days.
-
AuthorPosts