Forum Replies Created

Viewing 15 replies - 31 through 45 (of 57 total)
  • Thread Starter studio544

    (@studio544)

    I tried it again and it still does not work. You can see that I have modified the right sidebar id below as mentioned in your article but nothing in the sidebar appears on the mobile version of the site. Maybe the theme is just not compatible with your plugin?

    For now I will need to revert back to the free mobile version we are using with Duda Mobile as we can’t have all missing sidebar features missing from the mobile site.

    /** Register widget areas */
    genesis_register_sidebar( array(
    	'id'			=> 'home-welcome',
    	'name'			=> __( 'Home Welcome', 'agency' ),
    	'description'	=> __( 'This is the welcome section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    	'id'			=> 'home-slider',
    	'name'			=> __( 'Home Slider', 'agency' ),
    	'description'	=> __( 'This is the slider section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    	'id'			=> 'home-left',
    	'name'			=> __( 'Home Left', 'agency' ),
    	'description'	=> __( 'This is the left section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    	'id'			=> 'home-middle',
    	'name'			=> __( 'Home Middle', 'agency' ),
    	'description'	=> __( 'This is the middle section of the homepage.', 'agency' ),
    ) );
    genesis_register_sidebar( array(
    	'id'			=> 'sidebar-1',
    	'name'			=> __( 'Home Right', 'agency' ),
    	'description'	=> __( 'This is the right section of the homepage.', 'agency' ),
    ) );
    studio544

    (@studio544)

    Hi, I just activated the Jetpack Mobile theme in a client’s WordPress site today and noticed that it does not show any of the site’s sidebar widgets when viewing the site on a mobile device. I’ve read other posts about changing the name of the sidebar id to “sidebar-1” in the theme’s functions.php file. This did not do anything. Is there a way to make this happen since some of the sidebar widgets on the site are very important to show? Thanks.

    Thread Starter studio544

    (@studio544)

    Thanks for the suggestions. I’ll see what I can do but there are a lot of plugins installed. It could be like finding a needle in a haystack. I will try some more experimenting.

    Thread Starter studio544

    (@studio544)

    Yes, I noticed the same thing. I tried changing the permalinks structure and it did the same thing… I may just end up creating a separate post for each FAQ and link to them from the text widget that way. At least that seems to work. There must be something within the text widget structure or theme that is changing the URL.

    Thread Starter studio544

    (@studio544)

    Ok, I ran some more tests on this and put the <li>links on the same page as the anchor tags to see if they would work. The one with the <a name="contracts">worked.

    The one using id in the H1 tag did not. It’s interesting…

    Anyway, nothing seems to work when linking to the anchors from outside the actual page like I wanted to do with the text widget.

    Thread Starter studio544

    (@studio544)

    That’s interesting. I’m not sure how the “about-hairloss-solutiions” got in the URL but I have removed it from the link and they are still not working.

    Permalinks are set to /%category%/%postname%/

    Could that have something to do with it? I just changed the Permalinks on the site about 2 weeks ago but this FAQ page was just added to the menu today.

    Thread Starter studio544

    (@studio544)

    Sorry. Here you go.

    https://hairlosssolutionsnow.com

    You’ll see the 3 bulleted text links in the right sidebar under FAQ’s. The third one should be anchored to the bottom of the FAQ page at https://hairlosssolutionsnow.com/faqs/#started/.

    There will be more links added but I wanted to make sure it worked before spending more time on this. Thanks.

    Once again here is the code I used on the FAQ page for the anchor:
    <h3 id="started"><span style="color: #79B7D0;">How do I get started?</span></h3>

    Thread Starter studio544

    (@studio544)

    It’s just a regular WordPress page contained on the same site as the text widget. The text widget would be visible on all pages of the site so the bulleted links would always be visible to a site visitor.

    Thread Starter studio544

    (@studio544)

    Thanks for the suggestion but it still didn’t work. It just goes to the correct page but is completely ignoring the anchor.

    Thread Starter studio544

    (@studio544)

    Here’s an example:

    In the text widget:
    <a href="https://mysite.com/faqs#started/"><li>How do I get started?</a></li>

    And on the page I want it to go to:
    <h3><span style="color: #79B7D0;"><a name="started">How do I get started?</a></span></h3>

    Yes, I see that now. For some reason, the first set of users I created did not show the “delete” option. Very strange. It’s there now though. Thanks!

    I have the same question about deleting people within the WP-CRM plugin. I’ve been entering test submissions to see how the plugin works and see no way of deleting them once they are in there. There is no “Delete” button or option that I can find when I click on their profiles. Am I missing something? It’ can’t be that difficult to do something so simple.

    Thanks for the suggestion about Online Backup for WordPress. I will have to check it out. No, I don’t know anything about box.net. Sorry. In regards to EZPZ, I guess we can’t be too harsh with them since it is a free plug-in but it would be nice for them to eliminate the bugs or at least revert back to an older version on their site that was known to work without all of the new issues people seem to be having.

    Yes, you would think the author would be monitoring the posts since this does not seem to be an isolated incident. As I said, the older version still appears to work so I will be using that for now. I will check out the file permissions thing you mentioned and the “backwpup” plugin too. Thanks.

    Thanks flippertie. I actually deleted the latest version of ezpz and reinstalled an older version that I still had that always seemed to work fine. I ran a manual backup using the old version and it worked without a hitch so that may be the way to go for now. Are you running the latest version of the plugin? I always thought too that the backups were being created fine when I would see all of the scheduled email notifications but when I actually tried to open one of them this week is when I discovered that I couldn’t even access the files from the link.

Viewing 15 replies - 31 through 45 (of 57 total)