Questions tagged [genesis]

The Genesis Framework is a premium parent theme / framework for WordPress. It contains the user functionality and SEO benefits that is used by free and premium child themes.

See also

322 questions
7
votes
4 answers

"pre" tag not shrinking. Not showing Horizontal scroll Bar

I show a lot of code on my site. The rest of my site is responsive, but the "pre" tag refuses to shrink and display horizontal scroll bars. Here's a screenshot of my content getting cut off due to the long "pre" tag at the top: I'm using…
Bhagwad Jal Park
  • 1,093
  • 1
  • 13
  • 22
5
votes
1 answer

Customizing Wordpress search form template (Genesis)

I wanted to change my search form a bit by adding autocomplete="off" to the search input. I initially looked for a simple filter like the following: //* Customize search form input box text add_filter( 'genesis_search_text', 'sp_search_text'…
SilverLink
  • 124
  • 2
  • 15
5
votes
4 answers

changing font size in font awesome icons

I'm using the parallax pro genesis child theme, so I'm working within a widget area. I'm not sure if I'm going about this the right way but I tried to write under a font awesome icon by doing this in the widget area:
Jeffrey Cunningham
  • 249
  • 2
  • 3
  • 8
5
votes
3 answers

Using SVG for Wordpress Logo

I am attempting to use an SVG file for the logo of a site in Wordpress, as you can see from the code below I have tried this be calling in the .svg file. Unfortunately, I can not get this to work... //* Add support for custom…
Tom25
  • 135
  • 3
  • 9
5
votes
2 answers

WordPress : Customize Genesis header

I am just diving into the Genesis Framework. In a normal theme, if you want to edit the header, you'd open the header.php file. But in genesis, the header file is not in the child theme. I have looked around and found a way to add custom header…
Zackskeeter
  • 609
  • 2
  • 10
  • 27
4
votes
3 answers

Display Woocommerce Product Category on cart and checkout page

I'm trying to get the product category to display on the cart and checkout pages for each product added. My php knowledge is very limited so the most dumbed down explanation would be great :) I've had a look at the woocommerce docs and googled for…
Matthew
  • 117
  • 2
  • 3
  • 8
4
votes
3 answers

Remove current page from WP Genesis breadcrumbs

How can I remove the current page from the breadcrumbs trail on a Genesis WordPress site? I've examined breadcrumb.php top to bottom, but am not sure which filter(s) I should hook into. Thanks!
Jenni
  • 41
  • 4
3
votes
3 answers

Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in wp-includes/class-wp.php on line 222

Any pages with page type posts, order type posts, or posts show this error. This is only visible on a hosted environment. I cannot replicate the errors locally I have done the following in this order: deactivated all plugins went to…
Zach Manning
  • 91
  • 1
  • 1
  • 5
3
votes
4 answers

How to display number of search results in WordPress (Genesis)

I'm trying to display the number of posts found by a search. I found this code $wp_query->found_posts but can't seem to make it work, any suggestions?
SilverLink
  • 124
  • 2
  • 15
3
votes
0 answers

Margin and Padding just show white instead of the header

I've been trying to make it so the latest post featured image become the background of the header by moving the background back and moving the widget. The problem is when i tried moving the widget using either margin or padding it just show white…
3
votes
3 answers

Wordpress - db_insert_error when using insert_post

I'm currently using a CSV file, which is auto-updated daily, to create or update Wordpress posts for a client's website. The CSV has headers for the listing's address, city, state, etc., and each row is another listing. Currently, there are about…
3
votes
2 answers

Custom Post Type Pagination For Genesis Child Theme

Is there any possible to implement the pagination for custom post type in Genesis child theme, I'm using Genesis : 2.0.2 and Wordpress version is : 4.0. I've tried the following code in my template, but it's not working for me.
John Peter
  • 2,870
  • 3
  • 27
  • 46
2
votes
0 answers

Passing a custom Wordpress comment form field of type 'file' to Wordpress hook

I am able to add an input field of type 'file' to the comment form at my Wordpress Genesis website (using the 'comment_form_default_fields' and 'comment_form_defaults' hooks). But when I go to intercept $_FILES using any of the following hooks:…
mgm
  • 19
  • 2
2
votes
1 answer

How do I prioritize posts over pages in a wordpress/genesis search result page?

How do I prioritize posts over pages in a wordpress/genesis search result page? Similar to this code, except I'd like posts to show before pages and I can't seem to fully adjust this code to do it: function change_search_result_order($query) { //…
Adam
  • 23
  • 3
2
votes
3 answers

CSS: How to remove borders on Wordpress theme

I'm working with the Brunch Pro theme for Wordpress and am seeing a 1px border under each of my entires on the homepage, as well as below each widget in the sidebar. I would like to get rid of those. You can see my site here. I've attempted to edit…
Julie
  • 107
  • 1
  • 3
  • 13
1
2 3
21 22