Forum Replies Created
-
AuthorPosts
-
March 31, 2015 at 11:28 am in reply to: Looking for developer who specializes in adding discussion forums to sites #146264
Carlo
MemberHi slobizman. I have been involved with a project for adding a discussion board (bbpress) to an existing website. However, it never got off the ground, so I can't say I have any experience with countering spam.
I will say that you're right in making the countering of spam your biggest concern, and I think that you shouldn't settle to work with anyone who isn't experienced in that area.
I say that because I recently discussed this issue with the owner of a discussion board (she also happens to use Genesis on her main site) and she says she threatened to shut it down because of the spam problem:
http://www.websitebabble.com/showthread.php?t=36582&p=247216#post247216Good luck anyway.
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/merge-footer-columns/
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/remove-comment-dates/There will be a filter for this in Genesis 2.2.
Carlo
MemberHi Georgette. It's difficult to work out what you want to do. You'll need to share your link and/or explain more clearly.
Carlo
MemberHi Munguti. Add the below code to the bottom of your theme stylesheet:
#title-area #title { padding-left: 0; text-align: center; }
Let me know if that works.
Carlo
MemberHi Zenboy. I am not overly familiar with the News Pro theme, but it might be that you have JavaScript disabled. Go into your browser settings and ensure that JavaScript is enabled and try again. If that doesn't work, you will probably need to share the link to allow us to take a look. Good luck.
Carlo
MemberHi there. I recommend Genesis eNews Extended. Let me know if you need more help.
Carlo
MemberHi Paula. You can use the Chrome inspector. Next to the x button, there is another button that moves it to the side instead of the bottom of the window. Then you can resize the inspector which will allow you to test the responsive design.
It looks like the issue is that your theme stylesheet is hard-coding widths – on lines 628, 784 and 807. In your media queries, you should overwrite these to use
width: auto;
.Let me know if you need more help.
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/remove-comment-html-note/
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/connect-your-sites/
Carlo
MemberI finally published the tutorial I promised I would:
http://carlomanf.id.au/run-unique-sidebars/
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/modify-title-tags/
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/content-above-header/
Carlo
MemberI recently published a tutorial on this topic:
http://carlomanf.id.au/genesis-functions-plugin/
February 6, 2015 at 3:45 am in reply to: Anyone know why this in_category code isn't working? #139927Carlo
MemberPorter, I'm not sure how the echo command is relevant here.
Desirevo, did you try the suggestion I gave you? Try that first, and if it doesn't work, you could try adding this code to your theme functions:
add_filter( 'pre_get_posts', function( $query ) { if ( $query->is_home() ) { $query->set( 'cat', '-2,-3' ); } return $query; } );
Replace 2 and 3 with the IDs of your categories you want to exclude.
However, I'm not 100% sure I understand which page you want to exclude the categories from, so the code might not work for you. Let me know where it gets you.
Carlo
MemberHi everyone. I'm sorry to see you didn't get any responses.
The Whitespace theme is obviously not designed to be used with a sidebar. If you wanted a sidebar, you probably should have selected a different theme. You can add a sidebar to the Whitespace theme, but it will require a LOT of code and time, which I would not be prepared to give away for free.
February 4, 2015 at 3:43 pm in reply to: how can I make my custom header clickable back to the home page #139709Carlo
MemberHi healthyvoyager. Usually it already is. Can you post your link?
Carlo
MemberHi Frankie. This is most likely caused by adsense, not your Parallax Pro theme or Genesis. It usually takes a while for the ads to start showing.
Carlo
MemberHi there. I would advise against removing those outlines, because they are there for accessibility reasons.
February 4, 2015 at 3:18 pm in reply to: How Do You Modify The Pricing Table in Centric Pro? #139696Carlo
MemberHi Ikigai. The pricing table isn't designed to be two-column. You'd need to rewrite the code.
-
AuthorPosts