• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

pagerank

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • July 8, 2016 at 6:01 pm in reply to: Featured Posts Widget – Extra Character Before the Ellipsis and Read More link #189161
    pagerank
    Participant

    Victor! You are the man! That solved the problem. Thank you to you and Christoph for the quick responses and help.

    July 8, 2016 at 12:31 pm in reply to: Featured Posts Widget – Extra Character Before the Ellipsis and Read More link #189128
    pagerank
    Participant

    Update - I have tested this on another test site I just created. The same problem is happening. This is part of a subdomain multisite (w/ mapped domain), similar to the other test site. I have disabled all plugins and widgets except for Genesis Featured Post. I have changed Genesis themes and moved the widget to different locations. One interesting quirk is that the extra character shown is the first character of the post. I can now see that this is true for my other posts. Each starts with code (e.g. < )

    July 8, 2016 at 11:57 am in reply to: Featured Posts Widget – Extra Character Before the Ellipsis and Read More link #189126
    pagerank
    Participant

    Hi Christoph,

    Thanks for the suggestion. I've removed each widget. Unfortunately, that did not solve the problem. When I disable Genesis extender, the 'less than' symbols turn to different letters and $. Not sure if that helps.

    Do any other suggestions come to mind?

    Thanks,
    Chris

    April 10, 2016 at 3:04 pm in reply to: Modern Portfolio Pro – Scrolling #183310
    pagerank
    Participant

    Thanks again for your help! I eventually figured out how to do it a) using Genesis Extender and b) installing the plugin "Mobble" provided at the bottom of the WordPress.org link you sent me. Here's the direct link if anyone else needs it - https://github.com/scottsweb/mobble

    Thanks again!

    April 10, 2016 at 12:45 pm in reply to: Modern Portfolio Pro – Scrolling #183296
    pagerank
    Participant

    My palm is still beating my forehead ...

    Could you please have a look at the following code and let me know where I'm going wrong?

    if ( !wp_is_mobile() && is_page(507) ) {
    function wpdocs_theme_name_scripts() {
       wp_enqueue_script( 'custom-script', '/wp-content/themes/modern-portfolio-pro/js/jquery.scrollTo.min.js?ver=1f5377270e80de4af718712f3afaf586-beta', array( 'jquery' ) );
       wp_enqueue_script( 'custom-script', '/wp-content/themes/modern-portfolio-pro/js/jquery.localScroll.min.js?ver=1f5377270e80de4af718712f3afaf586b', array( 'jquery' ) );
       wp_enqueue_script( 'custom-script', '/wp-content/themes/modern-portfolio-pro/js/scroll.js?ver=1f5377270e80de4af718712f3afaf586', array( 'jquery' ) );
       wp_enqueue_script( 'custom-script', '/wp-includes/js/wp-embed.min.js?ver=1f5377270e80de4af718712f3afaf586', array( 'jquery' ) );
    }
    add_action( 'wp_enqueue_scripts', 'wpdocs_theme_name_scripts' );

    I have tried removing
    , array('jquery')
    'custom-script',

    Neither worked. As you can see, I'm not a coder, just a tinkerer. Any help would be greatly appreciated.
    Chris

    April 10, 2016 at 12:35 pm in reply to: Modern Portfolio Pro – Scrolling #183295
    pagerank
    Participant

    Palm to forehead ... Thanks 🙂

    April 10, 2016 at 12:24 pm in reply to: Modern Portfolio Pro – Scrolling #183293
    pagerank
    Participant

    Hi Christoph,

    Thanks for that! For my situation (only enqueue for desktop), would I need to use wp_dequeue_script to remove the scripts from mobile?

    Chris

    January 23, 2016 at 6:06 pm in reply to: Foodie – Nav Menu Dropdown Doesn't Click on First Try #177323
    pagerank
    Participant

    I just noticed that this issue also happens on the Studiopress Demo for Foodie

    http://my.studiopress.com/themes/foodie/#demo-full

    January 19, 2016 at 3:04 pm in reply to: Reverted to Genesis 2.2.5 after error message? #176958
    pagerank
    Participant

    Thanks, this worked. I have a multisite and had to do this on each site individually. Not sure if it was due to having mapped domains or not.

    October 13, 2015 at 11:08 am in reply to: Lifestyle Pro theme/ WordPress: How to allow comments on pages. #168042
    pagerank
    Participant

    That worked. I appreciate your sticking with me through this. Thanks!

    October 12, 2015 at 8:15 pm in reply to: Lifestyle Pro theme/ WordPress: How to allow comments on pages. #167987
    pagerank
    Participant

    I am trying to add the comment form to specific pages, but not all pages. I've tried turning it on globally and turning it off for specific pages. I've also tried the reverse, turning it off globally, and turning it on at the page edit level.

    October 12, 2015 at 6:12 pm in reply to: Lifestyle Pro theme/ WordPress: How to allow comments on pages. #167976
    pagerank
    Participant

    Yes, existing pages. I could never get comments working on Pages, so I left them 'off'. As such, I don't have any comments on my pages. When comments are globally enabled, I cannot turn them off on a per-page basis in Edit Page.

    October 12, 2015 at 5:59 pm in reply to: Lifestyle Pro theme/ WordPress: How to allow comments on pages. #167973
    pagerank
    Participant

    Hi Brad, Thanks for your quick response. I have done this. Basically, the Edit Page settings are being ignored. They (i.e. comments) only show up on all pages, or none ... as set by Genesis > Theme Settings.

    October 12, 2015 at 5:42 pm in reply to: Lifestyle Pro theme/ WordPress: How to allow comments on pages. #167971
    pagerank
    Participant

    I have the same problem here. I'm using Lifestyle. Comments are an all or nothing game with pages in this theme.

    If I turn on comments in Genesis > Theme Settings, they are on site-wide and I cannot disable them on a per page basis.

    If I turn off comments in Genesis > Theme Settings, they are off site-wide and I cannot enable them on a per page basis.

    September 2, 2014 at 8:22 am in reply to: 404 Error – nlp_extlinks.js #122401
    pagerank
    Participant

    Thanks for your help on this. I read the developer's instructions. Basically, I had to add a folder (js) and the file. The only reference to the code I should add to this file was:

    jQuery(document).ready(function(){
    jQuery('.nlposts-wrapper a').attr('target', '_blank');
    });

    This removed the warning message, but it didn't do anything to fix the pagination. Looking at the code, it's simply to open links in a new window. I'll wait to hear from the developer. Thanks again for helping me get a few steps further down the path.

    September 2, 2014 at 6:11 am in reply to: 404 Error – nlp_extlinks.js #122390
    pagerank
    Participant

    Yes, I forgot to mention that we are running a network. The shortcode is being added to a page on the network's main site.

    September 1, 2014 at 9:45 pm in reply to: 404 Error – nlp_extlinks.js #122331
    pagerank
    Participant

    Hi Anita, The plugin I am using is Network Latest Posts. The client wants to keep the website private for now. The plugin has both a shortcode and a widget. The widget works fine, but the shortcode doesn't. Any ideas where I should start looking first?

    Thanks,
    Chris

    September 1, 2014 at 8:45 pm in reply to: 404 Error – nlp_extlinks.js #122323
    pagerank
    Participant

    I forgot to copy this part of the error:

    Failed to load resource: the server responded with a status of 404 (Not Found)

    July 24, 2014 at 10:35 am in reply to: Simple Social Icons – Goodreads and LibraryThing #115714
    pagerank
    Participant

    Hi Kerry,

    Here's a quick 'n dirty way to add Goodreads until the plugin author updates it.

    1) Open wp-content/plugins/simple-social-icons/simple-social-icons.php

    2) Scroll down until you see "Default widget option values." and add the following:

    'goodreads' => '',

    3) Scroll further down until you see "Social profile choices." and add the following:

    'goodreads' => array(
    'label' => __( 'Goodreads URI', 'ssiw' ),
    'pattern' => '<li class="social-facebook"><span style="font-size:1.2em;font-family:sans-serif;font-weight:100;-webkit-font-smoothing: antialiased;position: relative;top: -0.05em;">g</span>',
    ),

    I'm sure there is a better way to do this, but as I said, "quick 'n dirty". I hope that helps.

    November 18, 2013 at 11:24 am in reply to: HTML5 Navigation and IE Compatibility Mode #73974
    pagerank
    Participant

    I am having the same issue. Did you find a way to fix this?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 20 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble