Forum Replies Created
-
Author
-
CamyenParticipant
I found it out.
This post claim that no matter much codes in there, the template should looks like this:
COPY CODE<?php /* Template Name: Custom Lockdown */ ?> <?php get_header(); ?> /* A lot of code in here */ <?php get_sidebar(); ?> <?php get_footer(); ?> And, in the case, I should add some codes. The template will looks like this:
<?php /* Template Name: Custom Lockdown */ ?> <?php get_header(); ?> /* A lot of code in here */ <?php if (is_user_logged_in()) :?> <?php get_sidebar(); ?> <?php get_footer(); ?> <?php endif; ?>
There’re two problems here. 1. <?php get_sidebar(); ?>, is not available. 2.<?php endif; ?>, is located upper than <?php get_footer(); ?>
Any ideas?
CamyenParticipant@Troy
May I ask which plugin are you using for BP’s friend connection? I see your BP profile tab has three options there: follower, following, and send invites. Thanks in advance.
CamyenParticipantHey Radu, what a good code here. Thank you.
May I ask how to change the colour of the highlighted tap? You chose red and green in the above code. I’d like to use blue (please take a look at attachment), but ‘blue’ in your code brings a relatively darker colour than I expected.
Attachments:
You must be logged in to view attached files.CamyenParticipantAlright..
where does the /plugins/k-elements/shortcodes/templates/kleo_particles.php file located in?
CamyenParticipantWell…I think you mean the php. file in the main file folder.
I changed the code, refreshed the page many times, and clear cache. Nothing was improved. What shall I do?
CamyenParticipantI know…..but sometime, it is hard to find something just under your eye. Thank you as always.
The current registration form is wider than I expected. How can I change the size of it?
CamyenParticipantGot it. I forgot to use two browsers for testing. Thank you for your patience.
Where did you add the sidebar shortcode? I searched on Google. Some say I could add below code into my theme’s function.php
add_filter(‘widget_text’, ‘do_shortcode’);
After that, all I have to do is go to Appearance » Widgets and create a text widget. Then I can paste any shortcode that I have enabled on my site.
It doesn’t make sense to me. Visual Composer should provide a easier way to do so. But I don’t know where and how.
CamyenParticipantI took a look at my site as a visitor. The login form and button are all looking good. I’d prefer form to button. However, when I logged in as an admin and preview the Get Connected page; neither of them were shown on the page. What happen?
CamyenParticipantI created a sidebar which only has the BuddyPress widget in it. Then I add the sidebar in Get Connected Vertical Form page. No sidebar was shown on the page, even if I completely log out. Whats wrong?
CamyenParticipantI have no idea about both of the login widgets. What are them? Where are them? Do I need to make any change on my theme’s function.php as to launch the login model?
CamyenParticipantGreat! It make sense to me.
I want to add a log in and sign up form on Get Connected Vertical Page. Do I need to purchase a VC add-on on form?
CamyenParticipantGot it.
Let’s make it more clearer. Yes, I know activate and register are two independent pages (with different functionality and purpose). My problem is, the two pages are duplicated. Both of them are identical with Get Connected Vertical Page excepted name.
CamyenParticipantI did. My activity, groups and members pages were successfully installed. Beside, my register and activate pages are the same as Get Connected Vertical. Nothing more than I said here in the page section.
CamyenParticipantI figured it out and reinstalled the demo data (Get Connected Vertical). I cant find any prebuild reg, profile, login, logout, and pin recover pages. Did I miss something in the installation process?
CamyenParticipantI deleted all and done it again. Black again, and nothing was imported into the pages. What happened?
-
AuthorPosts