Forum Replies Created
-
AuthorPosts
-
PavleMember
Just to clarify it a bit more here's what I am trying to achieve
For Home Page
For everywhere else
PavleMemberTried something like this, but it did not work
.site-inner, .wrap { margin: 0 auto; max-width: 100%; } .content { float: none; width: 70%; } .sidebar-primary { float: right; width: 20; } .sidebar-secondary { float: left; width: 20; }
December 2, 2015 at 3:57 am in reply to: Plugin suggestion for paginated pages and table of content? #172413PavleMemberThanks a lot, this will certainly get me a good start. Appreciate your help.
October 30, 2015 at 3:54 am in reply to: Footer issue – how to improve it and make it horizontal? #169593PavleMemberThanks Brad, it helped me a lot! Have a great day. Appreciate it.
October 30, 2015 at 3:33 am in reply to: Footer issue – how to improve it and make it horizontal? #169589PavleMemberThanks Brad,
That did not quite work for me, not sure why.
But something like this did make it look slightly better..footer-widgets .menu-item { display: inline-block; text-align: left; padding: 5px 10px 5px 5px; }
PavleMemberHi Todd,
Managed to fix it! Thanks!
Here is the code
.category article.entry { border: 1px solid #333; margin-bottom: 20px; padding: 10px; }
PavleMemberI added the logo finally 🙂 It was quite simple, as there was an option in the theme itself, I was quite stupid 🙂 Thanks for the insight Jen!
PavleMemberGreat site! I like how easy to navigate it is. Simple site.
Perhaps add a real pricing tables instead of the image?
PavleMemberHi Jeff,
Since you did not include I link, perhaps you haven´t structured submenues at all?
In your Appearance>Menu
Make sure that if you structure it in the right order.
But I´m just guessing here.
PavleMemberHi Derk,
I am not sure which plugin you use, but there are many ways to check if a link is no follow or not.
You can right click on the link and click inspect element. If you see rel="nofollow" in the ahref tag of the link, then its nofollowed.
I checked the link at your footer and it is not nofollow. Here is a photo.
PavleMemberHi guys, I am still unable to solve this out. I ended up using CSS Builder which made things a bit easier when modifing, however I am still unable to target and separate posts displayed in categories from posts(articles).
So far when I write this piece of code
.content .post {
border: 1px solid #333333;
padding: 15px 15px 15px 15px;
}It puts boarders and padding on both of my categories and my articles. I would like to remove border from articles but keep it on archive(category page).
PavleMemberHi Todd, thanks.
What I do not know is which element to target in order to change categories in posts and widgitized area on my homepage, tried quite a few things, nothing worked. Any idea?
PavleMemberHi JP,
Sorry I can not be of any help, since I stopped using Parallax Pro due to incompatibility with bbPress. Genesis Sample was a way better. Though using bbPress Genesis plugin might solve some of the formatting issues.
PavleMemberHi Jen,
Thanks for the suggestion. I wanted to add a logo but it does not seam easy in the theme I am using. I will have to find some tutorial on it.
Love your site by the way!
PavleMemberThanks, I´ll check it out!
PavleMemberHi guys,
Just bumping the topic, perhaps someone knows the trick for this.
Have a great weekend everyone!
November 2, 2014 at 4:32 pm in reply to: Calendar plugin – lightweight which works well with Genesis #130218PavleMemberThanks @JamesRoberts I found out this one that has some sick options. So far so good, although for additional options it requires payment for each. http://codecanyon.net/item/calendarize-it-for-wordpress/2568439 (not an affiliate link)
November 2, 2014 at 4:29 pm in reply to: Thanks to all StudioPress contributors, here is my site. #130217PavleMemberThanks @Mickmel .Sharp eye you have 🙂 I corrected the error.
Looking forward to hearing more feedback in case someone else is interested in taking a glance.PavleMemberOkay after couple of hours of figuring out, at least I know what causes the forum only footer to expand.
This is the piece of code from bbPress which when removed makes forum footer normal. However obviously I can not remove it since its important to show bbpress stats at the bottom of my forum :
<?php /** * Archive Forum Content Part * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <?php if ( bbp_allow_search() ) : ?> <div class="bbp-search-form"> <?php bbp_get_template_part( 'form', 'search' ); ?> </div> <?php endif; ?> <?php bbp_breadcrumb(); ?> <?php bbp_forum_subscription_link(); ?> <?php do_action( 'bbp_template_before_forums_index' ); ?> <?php if ( bbp_has_forums() ) : ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php else : ?> <?php bbp_get_template_part( 'feedback', 'no-forums' ); ?> <?php endif; ?> <?php do_action( 'bbp_template_after_forums_index' ); ?> </div> <?php do_action( 'bbp_template_after_forums_index' ); ?> </div> <a class="bbp-active-topic-button" href="http://www.cardzreview.com/active">Active Topics</a> <?php echo do_shortcode("[bbp-stats]"); ?>
Any idea guys what might be causing the trouble?
PavleMemberWoooah! Amazing tutorial, thanks so much for creating this!
-
AuthorPosts