Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
  • in reply to: [kleo_register] not working #155787
     steve0nz
    Participant

    but then how do I hide the menu item when someone is logged in… the buddypress version auto hides when someone logs in.

    in reply to: [kleo_register] not working #155562
     steve0nz
    Participant

    I am also trying to figure out in your example, how you set a full page image, how is this done?

    https://seventhqueen.com/themes/kleo/home-register/

    in reply to: [kleo_register] not working #155557
     steve0nz
    Participant

    Ah thanks, probably should have.

    Alright, the next issue is that I want to modify the register page on our live site to use the shortcode you can see it here: https://ilovenz.me/register/ but the short code does not change the register page.

    I get that I could create a new page “register-2” however the platform auto hides the existing register link from the nav when someone has registered, and if I add the new register page to the nav, then it will not auto hide. And I will have to dig through the site and tell every page to go to the new register page.

    how can I make this work?

    Regards
    Steve

    in reply to: Login issue #155362
     steve0nz
    Participant

    Thanks for the code, we have an issue when using this code.

    I have noticed that the logo of the website dissappears with this code.

    Some how it appends the style “max-height: 0px;” to the logo when in responsive view. As soon as I remove this code from the themes functions file the logo becomes visible.

    Can you please take a look?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Login issue #155206
     steve0nz
    Participant

    Thanks, I really appreciate it.

    It worked and I’m satisfied.. almost too two weeks 😀

    Out of curiosity, what was causing the issue?

     steve0nz
    Participant
    This reply has been set as private.
    in reply to: Login issue #155047
     steve0nz
    Participant
    This reply has been set as private.
    in reply to: How to create Multiple Page Posts #154863
     steve0nz
    Participant

    Hi there

    I have been looking at the next page function and I have been trying to modify it so I will just get a button for next page that is something like “read the full story”.

    COPY CODE
    		<?php if ( ! $is_single ) : // Only display Excerpts for Search ?>
    			<?php echo kleo_excerpt( 50 ); ?>
    			<p class="kleo-continue">
    				<a class="btn btn-default"
    				   href="<?php the_permalink() ?>"><?php esc_html_e( 'Continue reading', 'kleo_framework' ); ?></a>
    			</p>
    		<?php else : ?>
    			<?php the_content( esc_html__( 'Continue reading <span class="meta-nav">&rarr;</span>', 'kleo_framework' ) ); ?>
    			<?php wp_link_pages( array(
    				'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'kleo_framework' ),
    				'after'  => '</div>',
    			) ); ?>
    		<?php endif; ?>

    I am having issues when I use <!–nextpage–> that I get random tags for the page (see attached image), I don’t understand where they are coming from.

    My questions i;, how do I modify the next page code since your theme is already handling it? I would like to have a button that splits up the page and makes it a second page. The continue reading in the example I gave above looks perfect but I don’t know how to call it.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Login issue #154857
     steve0nz
    Participant

    Hey, sorry about that please try again. We tried to re-upload the theme just in case there was corrupt files but this did not solve anything.

    in reply to: Login issue #154712
     steve0nz
    Participant

    Yes I cant login from the popup, this issue has been going on for a while, can you please look at this ASAP? Thanks.

     steve0nz
    Participant

    Have you taken a look at this? If you had you would have seen that no child theme is active. Is there any one else who can assist me on this? This issue has been going on long enough and I am unhappy with the support.

    in reply to: Login issue #154710
     steve0nz
    Participant
    This reply has been set as private.
     steve0nz
    Participant

    No child theme is active, I went as far as to delete it.

     steve0nz
    Participant

    Would you like access to the FTP so you can help diagnose the issue?

    in reply to: 502 Error after updating theme #154649
     steve0nz
    Participant

    Hi I receive this error:

    [02-Mar-2017 08:46:55 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884
    [02-Mar-2017 08:46:55 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884
    [02-Mar-2017 08:46:59 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884
    [02-Mar-2017 08:46:59 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884
    [02-Mar-2017 08:47:22 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884
    [02-Mar-2017 08:47:22 UTC] PHP Notice: Trying to get property of non-object in /mnt/stor14-wc1-dfw3/staging.ilovenz.me/web/content/wp-includes/class-wp-query.php on line 3884

     steve0nz
    Participant

    Hi,

    No this is not the issues. This plugin is active on the live version and still has the same issue.

    in reply to: 502 Error after updating theme #154566
     steve0nz
    Participant

    I just tried this… first of all my wp-config.php didn’t have the line
    define( 'WP_DEBUG', true );

    So I added the next two lines

    COPY CODE
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    However there are no logs in the logfile

     steve0nz
    Participant
    This reply has been set as private.
    in reply to: Please help #153786
     steve0nz
    Participant

    Thanks, I get that but breadcrumbs should not display the last post in the breadcrumb when I am in the main directory.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Please help #153406
     steve0nz
    Participant

    Found one more issue, I enabled breadcrumbs and on the homepage it shows the first page title in the breadcrumbs. Is this a theme issue?

    https://staging.ilovenz.me/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Please help #153403
     steve0nz
    Participant

    Thanks, appreciate the help. Not sure if socket is an industry term but perhaps you could rename it so its more obvious. I had not Idea what the socket was till you mentioned it.

    in reply to: Please help #153333
     steve0nz
    Participant

    I just tested your footer suggestion and when changing the socket colours, nothing happens. I did update the widgets and was left with this weird spacing on the very bottom. I assume this is the socket colour, but I can’t change it unfortunately.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Please help #153332
     steve0nz
    Participant

    Hey, did you make the changes to the child theme? I literally just overwrote the child theme with my local copy… oops.

    I’ll take a look and see what you did, thanks. Sorry for being impatient, we are in the process of trying to release the site this weekend.

    in reply to: Please help #153252
     steve0nz
    Participant

    Hello? I have sent a reply via email and support ticket…. Are you there?

    in reply to: Please help #153147
     steve0nz
    Participant
    This reply has been set as private.
Viewing 25 posts - 1 through 25 (of 25 total)

Log in with your credentials

Forgot your details?