Forum Replies Created

Viewing 15 posts - 301 through 315 (of 330 total)
  • Posted in:
  • in reply to: Portfolio re-write not working anymore #6599
    Pothe
    Member
    Post count: 336

    Any update on this issue? My site is now live:
    http://www.forestnation.com
    portfolio urls are set to standard:

    ForestNation

    I’d really like to make them seo friendly please.

    in reply to: Social Share buttons #6300
    Pothe
    Member
    Post count: 336

    Hi Guys, thanks for the help on this.
    [social size=’small’ style=’light’ type=’twitter,facebook,googleplus,pinterest,skype,instagram,youtube’]

    I think this is the social follow me buttons right? Not the social sharing buttons that I can add to each page or post in the meta options (powered by sharethis…)

    Thanks for the advice Red,
    I am currently using WP socializer, as it gives me a lot of flexibility of where to place the sharing buttons. With their social sharing buttons the the share is via @mysite name rather than @sharethis. I can opt to use the sharethis buttons with WP socializer too, if I want the analytics they offer…

    in reply to: Edit Impact Text + Button character limit #6297
    Pothe
    Member
    Post count: 336

    Hi,
    Just tested this css fix on a mobile device and the button is no longer responsive.

    I’ve attached some screen shots of how it looks with the css fix and slightly longer text compared to shorter text and no css fix.

    in reply to: Portfolio re-write not working anymore #6007
    Pothe
    Member
    Post count: 336

    No need to apologise.
    Thanks for the help

    in reply to: Portfolio re-write not working anymore #5947
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
    in reply to: Portfolio re-write not working anymore #5917
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
    in reply to: Portfolio re-write not working anymore #5915
    Pothe
    Member
    Post count: 336

    Yes I know. I changed it back so we can continue to work on those pages.
    Check the link for yourself – it has a 404 error. I’ll send the link now

    in reply to: Image gallery text block broken #5862
    Pothe
    Member
    Post count: 336

    Hi,
    Sorry I missed your reply on this one.
    Adding link=”file” in the shortcode solved this issue. Thanks

    in reply to: Portfolio re-write not working anymore #5806
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
    in reply to: Edit Impact Text + Button character limit #5732
    Pothe
    Member
    Post count: 336

    Perfect thanks
    Any CSS I ass here will be preserved if I update the theme?

    in reply to: Slideshow not showing images #5730
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
    in reply to: Portfolio re-write not working anymore #5724
    Pothe
    Member
    Post count: 336

    Hi,
    Still doesn’t work.
    It’s odd as it used to work, a few versions ago.

    I had redirection plugin installed. I deleted all redirections and the plugin to see if it was that, but no. I also had redirection installed before when it was working.

    in reply to: Portfolio re-write not working anymore #5524
    Pothe
    Member
    Post count: 336

    Hi,
    I am changing this code:
    $args = array(
    ‘labels’ => $labels,
    ‘public’ => true,
    ‘show_ui’ => true,
    ‘show_in_menu’ => true,
    ‘show_in_nav_menus’ => false,
    ‘rewrite’ => false,
    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’),
    ‘has_archive’ => true,
    ‘taxonomies’ => array(‘portfolio-category’)
    );

    To:

    $args = array(
    ‘labels’ => $labels,
    ‘public’ => true,
    ‘show_ui’ => true,
    ‘show_in_menu’ => true,
    ‘show_in_nav_menus’ => false,
    ‘rewrite’ => true,
    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’),
    ‘has_archive’ => false,
    ‘taxonomies’ => array(‘portfolio-category’)
    );

    AS instructed here:
    http://support.swiftideas.net/knowledgebase/portfolio-url-rewrite/

    Tried with no comma and still get a 404 error

    in reply to: Slideshow not showing images #5522
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
    in reply to: Edit Impact Text + Button character limit #5521
    Pothe
    Member
    Post count: 336
    This reply has been marked as private.
Viewing 15 posts - 301 through 315 (of 330 total)