Forum Replies Created

Viewing 40 posts - 7,361 through 7,400 (of 11,328 total)
  • Author
  • in reply to: white bar coming in forum #56447
     sharmstr
    Moderator

    Now I see it. It happens when the social icons move up over the header. See attached.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Add a varify email entry on registration page. #56445
     sharmstr
    Moderator

    Maybe this will help: http://flweb.it/2010/05/add-confirm-email-field-in-buddypress-signup-page/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Rev Slider will not go full screen #56443
     sharmstr
    Moderator

    You also need to set “inner container” to NO in the visual composer row settings.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Registration but still fill in forms #56377
     sharmstr
    Moderator

    You can add html tags. Try

    COPY CODE
    
    <br>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can I add a button like this to Revolution Slider? #56375
     sharmstr
    Moderator

    Theme options > General > Quick css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56361
     sharmstr
    Moderator

    You can try newer versions if you want. All I’ve said is that we havent tested them.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Posts not displaying #56359
     sharmstr
    Moderator

    I dont understand what you mean. Can you give us more detail?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Load Modal for Age Verification at thedomain.com/* #56358
     sharmstr
    Moderator

    I think most of those things work by setting a cookie. I think you’ll have to enqueue the script regardless, but only launch the modal if the cookie isnt set. Google that info to see what you come up with. There is also a ton of age consent plugins out there.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56356
     sharmstr
    Moderator

    We havent tested kleo with VC up to 4.4.3

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: "my account" after log in #56355
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/login-pop-up-window-url-redirect-after-login-possible

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: white bar coming in forum #56353
     sharmstr
    Moderator

    I dont see it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can I add a button like this to Revolution Slider? #56352
     sharmstr
    Moderator

    change the button to something like

    COPY CODE
    
    [kleo_button title="Text on the button" target="_self" style="highlight" tooltip_position="left" tooltip_action="hover" el_class="green-button"]
    

    then add this to your quick css

    COPY CODE
    
    a.btn.green-button {
      background-color: green;
      border-color: green;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56350
     sharmstr
    Moderator

    I have no idea how it happened. It didnt happen because of kleo. Remember that all of that code is just text. If someone did a search and replace on images it could have happened.

    I fixed the one page you shared a link to.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56347
     sharmstr
    Moderator

    Take a close look at the first image you posted. There are 2 things wrong with it. If you look at the shortcode there are 2 underscores between vc and carousel. The word “images” is missing. So while you and VC support thought it was the vc_carousel shortcode, its actually not.

    The second thing wrong with it is that the word “images” is missing before all the image IDs.

    Since in both cases the word “images” was deleted my guess is that a text replace routine was run that removed all instances of the word “images”.

    You can fix all your broken shortcodes by adding “images” back between the two underscores and before the “=” for the image ids.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56332
     sharmstr
    Moderator

    Please tell me how you added it because its not correct.

    The gallery shortcode is vc_gallery.
    The image carousel shortcode is vc_images_carousel
    The post carousel shortcode is vc_carousel

    That’s why I’m asking. You have the POST carousel shortcode there. Not the gallery or image carousel shortcode.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Pagination for categories not working #56330
     sharmstr
    Moderator

    Cool. let me know.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Registration but still fill in forms #56324
     sharmstr
    Moderator

    No. You load the po file and compile a new mo file. Please read the documentation https://make.wordpress.org/polyglots/handbook/tools/poedit/#translating-with-poedit

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Pagination for categories not working #56323
     sharmstr
    Moderator

    Seems to be working on all of my sites. Have you tried it with the 2015 theme to see if its indeed a kleo issue and not a plugin issue?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unstable VC Galleries / broken #56320
     sharmstr
    Moderator

    I’m a bit confused. The vc_carousel shortcode is for posts, not galleries. How did you add that shortcode that you have in your attached image?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Home page blank #56318
     sharmstr
    Moderator

    You failed to upgrade Visual Composer: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: flashmediaelement #56316
     sharmstr
    Moderator

    Please downgrade to Visual Composer 4.4.3 and see if you still have the issue. Kleo 2.4.3 wasnt released with VC 4.4.4. I’m not sure if that’s a problem, but that’s what sticks out at me.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Registration but still fill in forms #56315
     sharmstr
    Moderator

    kleo/languages 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Recaptcha iThemes Pro #56309
     sharmstr
    Moderator

    They are not the same form. Even though you’re getting the error message, that doesn’t mean the captcha is there and you cant see it. I’m almost positive its not even there. You can verify this by right clicking on the web page, view source, then search for “modal”. That will take you to the form code. See if the captcha field even exists. If it doesnt (again, I dont think it will) you can add it yourself by copying /kleo/page-parts/general-popups.php to your child theme. I’m assuming the plugin you’re using gives you a shortcode to use.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Recaptcha iThemes Pro #56306
     sharmstr
    Moderator

    Are you talking about the modal popup login?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Go to Theme Options > Blog > Display meta. Click in the box and add “profile link”. Click save.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No feature image in Contributor #56302
     sharmstr
    Moderator

    Wordpress handles that, not Kleo. Maybe this will help. http://buildyourblog.net/content/how-allow-contributors-set-featured-image

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Registration but still fill in forms #56299
     sharmstr
    Moderator

    Read up on translating WordPress: https://codex.wordpress.org/Translating_WordPress

    You can use an editor like POedit to bring up the kleo translation file, search for the string you want to change, change the string and recompile the MO file. See how I changed the registration message in the screenshot attached.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: FATAL ERROR during theme update #56290
     sharmstr
    Moderator

    Yes, the fix is in the next update. In the meantime, replace the file as instructed.

    You can fill out the form. You text is almost the same color as the background. Fix it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Upgrading Plugins – Golden Rule #56287
     sharmstr
    Moderator

    VC works fine. Make sure you install VC 4.4.3 located in the latest Kleo download from theme forest.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Post New Topic npt working #56279
     sharmstr
    Moderator

    Its working but not on that page because you can post directly to that page. You need to in one of the sub pages: http://healthcomspringboard.org/discussions/discussion/ebola/ebola-communication/#post_topic

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Registration but still fill in forms #56275
     sharmstr
    Moderator

    You can translate that message.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Only one featured blog post displaying #56267
     sharmstr
    Moderator

    Have you verified that “featured” is the tag that should be used?

    Appearance > Customize > Featured Content.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can I add a button like this to Revolution Slider? #56266
     sharmstr
    Moderator

    That code should work. Do you have Visual Composer enabled?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forgotten Password Link #56265
     sharmstr
    Moderator

    It depends on what you have installed. If you have Woocommerce installed, it will change the link to

    /my-account/lost-password

    That isn’t actually a page. Its an end-point. http://docs.woothemes.com/document/woocommerce-endpoints-2-1/

    Instead of creating the page, resave your permalinks. Settings > Permalinks > Click Save.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: FATAL ERROR during theme update #56254
     sharmstr
    Moderator

    That looks like the known paralax issue. See this topic: https://archived.seventhqueen.com/forums/topic/parallax-issue-with-kleo-2-4-3-update

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Login by email or Username #56249
     sharmstr
    Moderator

    Then you’re doing it wrong. As I’ve shown, it does work. Did you clear your cdn if you’re using one? Did you put the file in your child theme or did you edit it directly? If you put it in your child theme did you retain the directory structure?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: flashmediaelement #56246
     sharmstr
    Moderator

    I’m not able to recreate your issue. Can you please respond privately with the information at Theme Options > Sys Info.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Registration but still fill in forms #56245
     sharmstr
    Moderator

    Go to theme options > misc and turn off “enable registration via facebook”.

    If they use the same email address to log into facebook they they have used to register with your site, they will have no problem logging in with facebook.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Post Grid setting #56085
     sharmstr
    Moderator

    As I said, this is a stock VC shortcode. The css I gave you was to fix the css in their file, not fix anything within Kleo. I dont know how to fix it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Post Grid setting #56082
     sharmstr
    Moderator

    styles.css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 7,361 through 7,400 (of 11,328 total)

Log in with your credentials

Forgot your details?