Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter vongoh

    (@vongoh)

    Ok thanks! yes I put my demo copies up on my host under a subfolder /staging/[CLIENT URL]. Technically it’s not a ‘staging server’ because its not set up to migrate changes over to a live site.

    It’s simply a copy of the site with a password protected screen for them to look at live during design and dev.

    I can create a new subfolder, install the new copy there, then delete the old copy from the original folder. Then delete the old copy in the background, no time lost.

    I’d still like to hear some more options, but this handles my immediate issue.

    Thread Starter vongoh

    (@vongoh)

    Ok thanks Cais, I’ll look into it ??

    Thread Starter vongoh

    (@vongoh)

    Checking back – does anyone know how to target and use Elementor on the the front page of a Genesis template using front-page.php as the home page?

    It seems to me this should be a common thing people need to do. Although I only posted this two weeks ago and its already the top Google result for ‘elementor front-page.php’.

    Am I missing something obvious? Is this the best place to ask these kinds of questions, or is there someplace better? Thanks..

    https://www.ads-software.com/support/users/%5BUSERNAME%5D/subscriptions/

    Sam,

    The issue here is that find the link to the above URL that has control over our subscriptions is completely non-obvious on this forum. I can see why there are so many posts here about this issue.

    I’ve been blasted with email notifications for a plugin for the last 5 days before I found this thread.

    The Subscribe button on the thread I was getting the notifications from was not pushed, nor was there an Unsubscribe button in its place. When I clicked next to ‘Howdy Vongoh!” in the upper right corner of www.ads-software.com to my Profile, there was nothing in there that listed my subscriptions at all.

    Where is the obvious button to to the URL in order to manage our subscriptions?

    Thread Starter vongoh

    (@vongoh)

    This is definitely the free version. I never purchased

    on Dashboard > Responsive Menu > Initial Setup screen – righthand side of the screen above the red ‘Upgrade today to unlock the following features’ widget – the widget title is ‘Preview’ with a red ‘Upgrade now’ link directly below, and the ‘Preview Changes’ button is directly right of that.

    I am working on a localhost copy and also using the browser to view and troubleshoot. I have tried the latest versions of Chrome and Firefox. Nothing visible that I have found to show me that the plugin is having any affect in this starter child theme.

    However – I have another site installed here where the plugin is functioning fine (different child theme). I just upgraded that site to the latest version of Responsive Menu and it still works. The aforementioned Preview button does not work on this one either, so looks like the 404 error is unrelated to the fact that the plugin is not working on the starter theme.

    • This reply was modified 8 years, 1 month ago by vongoh.
    Thread Starter vongoh

    (@vongoh)

    This is for the free version. Sorry I did not specify

    Thread Starter vongoh

    (@vongoh)

    Thanks so much – yes this is what I was thinking would be the case, that the code output for the modules created by Elementor would probably be max-width only leaving the code before the min-width queries in the theme style.css to be loaded first.

    I like the efficiency of how mobile first handles large files like images alot .. but this is not a dealbreaker by any means. Would have been cool!

    Ok – I managed to resolve this ??

    Apparently by default, Genesis only shows the Featured Image for a Post in Blog Archives and Category Pages, but not inside the single Post.

    I found a function that adds the Featured Image to the Post – https://www.webdesignlah.com/add-single-post-featured-image-genesis-child-theme/

    ~~~php
    //* Add featured image on single post
    add_action( ‘genesis_entry_header’, ‘single_post_featured_image’, 15 );

    function single_post_featured_image() {

    if ( ! is_singular( ‘post’ ) )
    return;

    $img = genesis_get_image( array( ‘format’ => ‘html’, ‘size’ => genesis_get_option( ‘image_size’ ), ‘attr’ => array( ‘class’ => ‘post-image’ ) ) );
    printf( ‘%s‘, get_permalink(), the_title_attribute( ‘echo=0’ ), $img );

    }
    ~~~

    • This reply was modified 8 years, 6 months ago by vongoh.
    • This reply was modified 8 years, 6 months ago by vongoh.

    Hi, I’m having a similar issue in Mailchimp. When I try and use post excerpt settings in the Campaign, the Featured Image on the post does not show – rather, the first image in the post that is not the Featured Image shows instead.

    Settings

    Wordpress:

    – Settings > Reading – For each article in the feed = Summary

    Plugin:

    Process Both Feeds = unchecked

    Mailchimp:

    *|RSSITEM:CONTENT_FULL|* (as mentioned above)

    These settings skip over the Featured Image and show the next image in the post.

    However:

    – I set WordPress to Full Text for each item in the feed
    – then in the plugin settings set Process Both Feeds to checked

    .. the Featured Image does show in the email. But now the email shows the full content of the post, which is definitely not what I want.

    Is there something I’m missing here? Thanks ..

    I’m also getting this error trying to push from my localhost to the live site.

    The database pulled down from the live server just fine. Going in the other direction (local to live) is what gives the error. The database is small – just over 1MB (1.08MB).

    The link you referenced above talks about the client_max_body_size directive. Where is this directive and what is it referring to? Thanks.

    Thread Starter vongoh

    (@vongoh)

    Hi, thanks for the prompt response!

    I followed your instructions and enabled comments in the Screen Options, it was unchecked. I also had all of the DCL Settings to default. Neither one of these worked.

    However I looked under Genesis > Theme Settings > Comments and Trackbacks and in the theme I am using Enable Comments > ‘on posts?’ was unchecked.

    When I checked that and refreshed the Disqus comments showed up. Thanks again!

    Thread Starter vongoh

    (@vongoh)

    Hi Tim,

    Actually .. no. That is the second issue I have run into, I’ve been troubleshooting that. They are related?

    FYI I am building this blog on a localhost, not a remote server.

Viewing 12 replies - 1 through 12 (of 12 total)