Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1309654
    werbar77
    Participant

    Good Day X-Men (and ladies),

    Thanks for a great theme and even greater support.

    I have a couple of questions regarding portfolio posts. Please see attached image for reference.

    1. How do I get the share link buttons on the right of the post (in blue) to move to the bottom of the post?

    2. How can I change the color and hover color of the share buttons?

    3. Once the share links are at the bottom, I would like the post to fill the whole page, how do I do that?

    4. I would like to change the size slider photos at the top of the page to be in proportion of the original photos. How can I do this?

    Thank you so much for your assistance.

    Werner

    #1309698
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To move the share link buttons at the bottom of the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-portfolio .entry-info,
    .x-portfolio .entry-extra {
        float: none;
        width: 100%;
    }

    2] The link colors and hover colors can be set in the customizer. Please go to Appearance > Customize > Typography > Site Links.

    3] The code given in #1 should cover this issue.

    4] To change the size slider photos at the top of the page to be in proportion of the original photos, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .entry-thumb,
    .x-flexslider-featured-gallery {
        text-align: center;
        background-color: #fff;
    }
    
    .entry-thumb img,
    .x-flexslider-featured-gallery .x-slides img {
        min-width: 10%;
        margin: 0 auto;
    }

    Hope this helps. Kindly let us know.

    #1309710
    werbar77
    Participant

    Hi Rue,

    Thanks for the super fast and friendly help.

    All of the codes worked except for the resizing of the slider images in my post.

    Any new suggestions please?

    Thanks,
    Werner

    #1309727
    Rue Nel
    Moderator

    Hello Werner,

    Thanks for updating in! I’m glad to know that most of the codes works out for you. To assist you with the slider image sizes, we’ll first need you to provide us with your URL where we can find the slider. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Please let us know how it goes.

    #1309741
    werbar77
    Participant
    This reply has been marked as private.
    #1309792
    Rue Nel
    Moderator

    Hello There,

    Thank you for providing the information. I have check the portfolio item and it turns out that you added a Soliloquy slider. Please edit your slider and adjust the width and height which would corresponds to the image dimensions you have uploaded for the slider.

    Hope this helps.

    #1310914
    werbar77
    Participant

    Hi Rue,

    Thanks. Sorry for the late reply. did not have a chance to look at it till now.

    The Soliloquy settings managed to change the picture sizes, but now the pictures are over the written text below the pictures.

    How can I fix this?

    Thanks,
    W

    #1311278
    Rue Nel
    Moderator

    Hello Again,

    Thanks for updating in! To resolve your issue, please add the following code in your child theme’s functions.php file

    .soliloquy-outer-container .soliloquy-container {
        max-height: 100% !important;
    }

    Hope this helps. Please let us know how it goes.

    #1311380
    werbar77
    Participant

    Hi Rue,

    BIG EMERGENCY!

    I pasted the above code into my child theme’s functions.php file. Now I get this error code:

    Parse error: syntax error, unexpected ‘.’ in /home2/wadoa60acdmu/public_html/wp-content/themes/x-child/functions.php on line 28

    I can’t access my wp site anymore to fix it.

    What can I do?

    Thanks,

    Werner

    #1311459
    werbar77
    Participant

    Not to worry… I figured it out via FTP.

    #1311471
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1309654 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>