Forum Replies Created
-
AuthorPosts
-
Au CoeurMember
I think you mean that you want the website name to be appended to the page title, in whioch case there is an option for this under Genesis -> SEO Settings. Find "Add site name to <title> on inner pages?" and check the box. Below that you can say if you want it to be on the right or left and how you want it separated.
If you mean that you want it to appear in the permalinks, meaning the URLs, you would adjust those settings under Settings -> Permalinks.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberI am having trouble with this too. I have a query as follows:
function be_art_query( $query ) { if( $query->is_main_query() && !is_admin() && ( is_post_type_archive( 'art' ) || is_tax( 'art-type' ) ) ) { $query->set( 'posts_per_page', 12 ); $query->set( 'orderby', 'title' ); $query->set( 'order', 'ASC' ); $query->set( 'post_type', 'art' ); } } add_action( 'pre_get_posts', 'be_art_query' );
It does everything that it should as far as limiting the number of posts, order, etc., but it does not automatically add the next/previous page links (so essentially, in this example, and posts above 12 would be lost).
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberI looked at the site in Browser Stack and I could only replicate the issues when looking at it in IE8, which is not standards compliant. I believe that must be the browser the client was using, in which case there isn't much to be done besides tell them to use a more up-to-date browser. (And educate them on why IE sucks, LOL.)
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
November 25, 2013 at 10:16 pm in reply to: Minimum Portfolio Custom Taxonomy Returning No Results #75640Au CoeurMemberI tried changing it to that code and I am still having the same problem. I can see that there are portfolio posts and how many based upon the tag cloud I created, but when I click on the link in the could or the menu it says nothing matches my criteria. I'm wondering if this is related to the code to format the custom taxonomy archive rather than the code to create the taxonomy in the first place.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
November 19, 2013 at 2:09 am in reply to: Minimum Portfolio Custom Taxonomy Returning No Results #74148Au CoeurMemberI changed it to 'menu-type' and it is still doing the same thing.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
November 17, 2013 at 1:14 pm in reply to: Minimum Portfolio Custom Taxonomy Returning No Results #73656Au CoeurMemberMultiple times with no luck. 🙁
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberI'd like to use the jetpack slider, problem is I cannot figure out how to get it to open and play in a lightbox rather than on the page. Any thoughts on re-engineering it to function in that way?
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberTimbarry, do you have a post page selected under Settings -> Reading? If so, try unselecting it. Sometimes that can override the Genesis settings.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberNo, that does not work either. 🙁
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberYes! I would really like to figure this out. Any ideas?
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberThat did not do anything.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberGood to know about the font. I'm not even sure what size it is -- whatever the default is. The next site I'm building I'll have to make it a little bigger.
And I had thought that it might need a caching plug-in. I'll look into that.
Thanks for the feedback!
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberWell, I really need the label. But no, then the theme adds Filed Under before the terms and it adds it twice. I think it must be something with Magazine theme, but I'm not sure. Also, I should add I've been fiddling with genesis 2.0 -- I'm not sure if this could be a bug there.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
February 4, 2013 at 7:31 pm in reply to: Genesis Featured Widget Amplified and All In One Event Calendar #18118Au CoeurMemberI did, no response which is why I posted here.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberThere is no simple way of doing this. Would it be possible for you to use a custom taxonomy instead of a category for the Genesis Bootstrap Carousel? That would allow you to filter without having the information end up visible in the categories list.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
January 29, 2013 at 9:46 pm in reply to: How do I use genesis_get_custom_field with the grid loop? #16294Au CoeurMemberWhat exactly do you want to display and where?
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberI'm not sure what you mean by the "suckerfish header one," but you can copy the CSS styling from the nav menu of any theme and apply it to a custom menu widget in a sidebar.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberIf you want the images to reduce in size with the page, you need to create different CSS rules targeted at at different screen sizes. See http://www.studiopress.com/design/website-respond-mobile-devices.htm Setting them as background images will not change their size with screen size.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberI've used WooCommerce on several client sites, all built in Genesis. I don't even typically install the Genesis-WooCommerce plugin and things work fine.
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
Au CoeurMemberAre you using a normal loop or a grid loop?
Mother. Web & Graphic Designer. Lactation Consultant. Blogging about how it all fits together, most recently from northern Colorado. Visit my blog or my design site.
-
AuthorPosts