Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #132633
    visualmotion
    Participant

    Hi, thanks for the support so far and I have to admit the Theme and the support I got is awesome. Now that my webpages is filled with content and the starting structure is there, I am ready to evolve 😉

    I’d like to adjust some minor things to make my http://visualmotion.de website even better:

    A) on the main page I am using PORTFOLIO and FEATURED CONTENT, how can I include a (lets say white) boarder to visually separate those two in a better way?

    B) is there a way to automate the FEATURED CONTENT, e.g. automatically using the last 4 posts or the 4 most popular ones?

    C) I am using the Hero content, but I can’t use any formatting options in the content box. However, I am aware that I can use a page instead, but then strangely used pictures got duplicated displayed. How to fix that?

    Thanks a lot,
    Michael

    #132638
    Skandha
    Participant

    @visualmotion: To separate Portfolio and Featured Content with a border
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #portfolio {
        border-bottom: 10px solid white;
    }

    To order the featured post content
    Go to => Appearance => Customize => Featured Content => Featured Content Options => Featured Content Options you can insert post ids in Featured Post 1, Featured Post 2, Featured Post 3
    This way you can display posts in the order you want.

    Can you clarify what you want to do with the Hero Content Option.
    Let me know if you have anymore issues!

    Regards,
    Skandha

    #132639
    visualmotion
    Participant

    Thanks!

    Look at my page http://visualmotion.de now and please let me know how I can prevent the HERO Content from DUPLICATING my picture.

    #132641
    Skandha
    Participant

    @visualmotion:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .alignright {
       display:none;
    }

    Let me know if this solves you issue!

    Regards,
    Skandha

    #132645
    visualmotion
    Participant

    MAGIC! Solved, thanks a lot!

    Michael

    #132647
    Skandha
    Participant

    @visualmotion: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Parallax Frame Pro | customization questions’ is closed to new replies.