Forum Replies Created
-
AuthorPosts
-
StacyNParticipant
I realize the knowledge is very valuable and there's no argument one should be compensated for that skill. For example, I work as a photographer. If I were participating in a photography forum with my peers - I personally wouldn't be comfortable sending someone to a sentence or two of an answer to get someone interested... and then link them to a "want more - sign up" site? To each his own 🙂 I can appreciate that some coders probably don't mind a bit paying for a solution in a quick manner to expedite the job.
I certainly wasn't trying to be argumentative in any manner and apologize if I offended anyone.
I think the folks above time looking for the answers at length to this one - as I have been. What is interesting is the Genesis Simple Hooks plugin - there's not a place created in within it for "genesis_before_content" (or basically to have something appear following the Entry Meta info). This hook executes immediately before the content column (outside the #content div). after the Entry Meta location.
Those of us who try to use a plugin such as Simple Hooks - do so because we aren't expert programmers - but are doing our very best to dig for solutions. Some of my clients are on such a tight budget we don't have much wiggle room, so I do try to research the answers myself. I've been all through the Hooks documentation and while I know what hook is needed, no idea how to execute the hook reference.
StacyNParticipantI agree - we are hoping to have people who enjoy participating within StudioPress (which we have already paid for) hopefully share and provide some solutions between ourselves. Linking to an answer that is hidden - that must be paid for to see - isn't helpful in the least, but very much self-promotion.
November 9, 2015 at 8:29 am in reply to: Making Unique Sidebar for Home Page on Metro Theme – does not wrap? #170560StacyNParticipantI mean - it's apparent to me then, I need to have the front-page.php file call to a sidebar crafted just for the Home Page.
I tried one using Simple Sidebars. That sidebar is called "home-page-sidebar" but I can't seem to figure out where to call to it.
Then I tried manually coding a sidebar I made called "home-side" and it shows up, but UNDER the slider instead of adjacent to it. It shows up under the slider and the Primary Sidebar is still showing as well (instead of being replaced by the home-side).
November 9, 2015 at 8:01 am in reply to: Making Unique Sidebar for Home Page on Metro Theme – does not wrap? #170556StacyNParticipantI am already using Simple Sidebars for other sections throughout the website. We are trying to make their former not-mobile ready website match as closely as it formerly did: http://rockfordmichamber.com
They want their special buttons (located on the right side of the slider) to remain in place on the HOME page only
I also set up the former website for them using the Associate theme a couple of years ago. At that time, I managed to accomplish the very thing I'm attempting to do right now (added that sidebar alongside the slider via coding). But for some reason, I cannot seem to re-create the same sidebar setup in Metro.
If I go the route of using the Simple Sidebars instead - then I need to find a way to have the Home page call to THAT sidebar (which I have created because I thought perhaps this would need to be my solution).
Any suggestions are greatly appreciated.
August 24, 2015 at 10:03 am in reply to: Return to Top link in HTML5 themes: How to set it up? #163309StacyNParticipantThis was also a HUGE help to me on a client project as well - thank you so much for sharing!
All best,
StacyStacyNParticipantThis was making me crazy - and I just went into the style sheet and set the DISPLAY to "none". It worked just fine for me without changing any alignment of the borders or other issues.
.post-photo .post-date {
-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
background-color: #fff;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
color: #7d7d7d;
display: block; - CHANGE THIS LINE TO display: none;
font-size: 14px;
padding: 20px 10px;
position: absolute;
right: 20px;
text-align: center;
top: -2px;
width: 100px;
z-index: 999;
}StacyNParticipantWell - I did get a note from the Help Desk - but I am very afraid to go into the database - this is where it crossing my line of being "comfortable". Deleting the plug-in and adding it back didn't work, so yes - it's something now corrupt in the database.
Unfortunately the only way to do this is by deleting references to it in the database directly.
This thread shows what to look for:
http://wordpress.org/support/topic/error-after-updating-to-php-54?replies=19What would anyone suggest now? I'm looking right at these instructions and yet I'm pretty sure I have no idea how to do this.
StacyNParticipantThat's why I'm afraid of - that it might be right in the database? We have multiple sidebars (it's a rather complicated little website) so I hope this isn't the case (having to start from scratch).
StacyNParticipantExact same problem - can anyone say how this is resolved? When I replaced text with logo - it's no longer clickable.
My art director is getting frantic about this:
StacyNParticipantWell - I need to know how this was done as well. Can someone please post how to make the logo a clickable link to HOME?
StacyNParticipantI'm having the same issue. In the Genesis settings, the Content Archives is set to "Display Post Content" with NO number set to the limit.
In the WordPress settings, the "For each article in a feed, show.." is set to FULL POST CONTENT.
And yet, when one view the RSS feed - only excerpts show. My client is getting irritated with me because I cannot seem to force the full articles to show in the feed.
-
AuthorPosts