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
0
votes
3 answers

Genesis Framework Hooks

Is there any possible way to change the loop structure of the Genesis Framework so that the loop header appears within the same div as the entry content? I have tried messing around with the loop.php file in the genesis template and I have also…
user3757779
  • 31
  • 1
  • 6
0
votes
1 answer

Division by zero error Genesis Grids plugin

I am getting this error on this page: http://3a8.c8c.myftpupload.com/category/portfolio/ This is the error: Warning: Division by zero in /home/content/p3nexnas05_data01/98/2124598/html/wp-content/plugins/genesis-grid-loop/plugin.php on line 251 The…
user2255059
  • 31
  • 1
  • 5
0
votes
0 answers

Moodle 2.6 Call to undefined method core_renderer_maintenance

i got error of my moodle 2.6 and genesis theme (i have activate debug option ini php.ini) require_once(dirname(FILE) . '/lib/setup.php'); @error_reporting(E_ALL | E_STRICT); @ini_set('display_errors', '1'); $CFG->debug = (E_ALL | E_STRICT);…
empugandring
  • 561
  • 1
  • 5
  • 15
-1
votes
1 answer

How to fix 'need genesis.json file as the only argument'?

What does 'need genesis.json file as the only argument' mean? I have faced the same problem recently, and this question above is the only mention of this problem in the Internet. Below a link to my JSON file. I have no idea how to fix this…
Daria
  • 1
  • 1
-1
votes
1 answer

Get latest post from a specific author - genesis wordpress

I need to show the latest post by a specific author. For example, if 'test' author had two posts, one published on 1st January and the other on the 2nd January, I only want to show the 2nd Jan post. Thanks!
tomhuckle
  • 25
  • 3
-1
votes
2 answers

What does 'need genesis.json file as the only argument' mean?

I am trying to create a Genesis block for an Ethereum Blockchain but the Windows Command Prompt is showing a Fatal error. The code for the Genesis file is mentioned below- { “config”:{ “chainId”:777, “homesteadBlock”:0, …
-1
votes
1 answer

How to add an image dynamically to post title if it is published today or less than 2 days

I was trying to add an image like a "new" image to the posts which are just published and are less than 2 days old. I tried using a function like this within a WP_Query but it is applying to all posts. add_action('the_title',…
-1
votes
1 answer

Wordpress Genesis Theme: How to exclude posts from the child categories in the current category

I have a Wordpress website that uses Genesis theme. It has categories and child categories. Currently, the category page shows the posts which belong to that category and also the posts of the child categories. How do I exclude the posts from the…
SAPNET
  • 341
  • 1
  • 3
  • 6
-1
votes
1 answer

How to makeup html genesis loop (Wordpress)?

I want edit default archive template. I created archive.php and add this code: function mpp_body_class( $classes ) { $classes[] = 'mpp-home'; return $classes; } add_filter( 'body_class', 'mpp_body_class' ); // Force content-sidebar…
justcntt
  • 197
  • 1
  • 2
  • 12
-1
votes
1 answer

How to add a corner badge to a WordPress site

I need to add a corner badge for our 10th anniversary. The problem is that we're using WordPress with genesis and epik theme. I can't add a div to the header.php on the epik (child) theme because there's not a file. The header.php is on…
davidcafor
  • 55
  • 1
  • 4
-1
votes
3 answers

Change background colour of nav bar (Bootstrap/Genesis)

I'm running Bootstrap on the Genesis framework on Wordpress. I have a top level navigational bar which I'd like to change from black to white. This was originally Bootstrap but when I put the site onto Wordpress I believe it may have changed to a…
Sam Jefferies
  • 584
  • 1
  • 7
  • 27
-1
votes
2 answers

How do I show more sentence of my blog post before the read more link in my home page

Currently, my site only displays the featured image and the first line of the blog post before the read more bottom, but I want it to display about 4-5 lines. How do I make that happen?
Atul
  • 1
  • 1
-1
votes
1 answer

when I set content limit 0 the more link disappear in genesis why?

I want to display: content limit should be 0 and read more link also appear in Genesis. This is my code: add_filter ( 'get_the_content_more_link', 'custom_read_more_link' ); function custom_read_more_link() { return '...
Sanjeev kumar
  • 65
  • 2
  • 7
-1
votes
1 answer

Why are there no spaces showing between paragraphs?

No matter how many spaces I enter in Pages between paragraphs, they do not show on the actual website after I hit update. Why is that? thanks
Sanjeev kumar
  • 65
  • 2
  • 7
-1
votes
1 answer

Youtube video not showing in post

When I published Youtube video post, that video not showing on page. I am using genesis sample theme to create my website. Is there any other way to show youtube video for genesis sample theme?
Arijit
  • 1
  • 4
1 2 3
21
22