New Landing How can we help? Themeforest Theme Support Uplift Categroies without Page title and space between header

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Uplift
  • #316301
    pilotpatrick
    Member
    Post count: 13

    Hello dear team,

    I have a few questions:

    1. How can I resize my logo in the header? I want a bigger one.
    2. How can I hide the page title and the space between blogs and header when I surf to categories?
    3. Why do the photos of the posts only show one category?
    4. How can I find the standard shortcuts. Example for [social]. Because I want to change the order.
    5. Is it possible to increase the size of the Menu?

    Attachments:
    You must be logged in to view attached files.
    #316540
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Love the site, really cool concept. Will have to take a read of the blog in my spare time.

    1) With that header type, that is the largest the header can be without using CSS to modify the actual header sizes. Here is an example to change the current:

    .split-menu.col-sm-5 {
        width: 25%;
    }
    .col-sm-2.logo-center {
        width: 50%;
    }

    2) Please add this to Theme Options => Custom CSS:

    .archive .page-heading {
        display: none;
    }

    Please also disable your Global Header Banner in Theme Options => Global Header Banner if not in use.

    3) Not sure I 100% understand this, could you provide more details/screenshots?

    4) Do you want to change the icon order? You can specify the order like this: [social type="twitter, instagram, facebook"]

    5) Please add this to Theme Options => Custom CSS:

    ul#mega-menu-main_navigation {
        font-size: 16px;
    }
    #316915
    pilotpatrick
    Member
    Post count: 13

    Hello David,

    thanks for your quick reply. I already could fix some problems! Awesome that makes me happy to hear from an expert. 🙂

    Can you please help me with the following problems? Please view the attached screenshot.

    1) I could increase the size of the logo, but the logo jumps down when you scroll down (only with some visitors) It was the case before resizing the logo.
    2) How can I erase the blog categories on the thumbnail?
    3) On the main page the size of the thumbnails is the same (build with swift page builder recent posts), but when you select a blog page the thumbnails differ in size (build with swift builder blog) How can I get them in the same size / aspect ratio on all pages? Does this mean that I have to set the aspect ratio of my thumbnails all the same in the future so it looks uniform?
    4) I had to build a page for each category because I wanted to customize it (slider). Is there an easier way than building a unique page for each category to have different sliders?
    5) My slider video in the category aviation does only work on the desktop (not in the mobile version)

    Many greetings from Germany

    Patrick

    Attachments:
    You must be logged in to view attached files.
    #316935
    pilotpatrick
    Member
    Post count: 13

    other question came up:

    6) How can I remove tags underneath a blog post?

    Many thanks!

    Patrick

    #317160
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Patrick,

    1) The “jump down” is likely because the logo is slightly too large.

    2) Please add this to Theme Options => Custom CSS:

    figure.animated-overlay .post-cats {
        display: none;
    }

    3) Not sure I 100% understand this. You refer to the ratio difference in the images between the two URLs below?

    https://pilotpatrick.com:

    https://pilotpatrick.com/general:

    4) Currently you cannot add Sliders/Shortcodes to post category headers. Your current solution would be really the only option for now, without requiring a developer.

    5) Mobile devices do not support autoplay self hosted videos.

    6) Please add this to Theme Options => Custom CSS:

    .post-info .tags-wrap {
        display: none;
    }
    #317532
    pilotpatrick
    Member
    Post count: 13

    Hello David!

    Thanks for your help!

    1) Logo: I reset all settings and made it smaller. Unfortunately it sill jumps down. See attached CSS screenshot. Only on Mac desktop on all browsers.

    2) Video slider: Can I avoid that the video slider is not shown on the mobile version and the next slider is shown instead? e.g. http://www.pilotpatrick.com/aviation

    3) Mobile version: It shows the sidebar widgets below the blog first and then the comments. I would like to have the comments below the blog post first then the sidebar widgets. How can I set this up?

    Thanks a lot!
    Kind regards

    Patrick

    Attachments:
    You must be logged in to view attached files.
    #317699
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, glad to help out.

    1) I’d really need to see this ‘broken’. Can you add a login so I can activate that CSS and see this in the broken state.

    2) What do you mean by this exactly, not sure I follow. Mobile devices will not support an auto play video background, so it will default to the poster image that you upload for the video.

    3) For that modification you would need to work with a developer to modify the core theme.

    Thanks.

    #317818
    pilotpatrick
    Member
    Post count: 13
    This reply has been marked as private.
    #317923
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks, but what is your admin URL? https://pilotpatrick.com/wp-admin/ is not working.

    #317924
    pilotpatrick
    Member
    Post count: 13
    This reply has been marked as private.
    #318202
    David Martin – Support
    Moderator
    Post count: 20834

    Thank you.

    1) I have added this back:

    .split-menu.col-sm-5 {
        width: 25%;
    }
    .col-sm-2.logo-center {
        width: 50%;
    }

    And set your logo to a larger max height: Logo Options => Logo Max Height.

    This results in a larger logo without any issues:

    #318481
    pilotpatrick
    Member
    Post count: 13

    Hello David,

    thanks for your help. Unfortunately, it did not solve the problem and the logo is now too big.
    It still jumped down when scrolling. (screenshot) That’s is why I set a small logo again, but its still does not work. What else can we try? Please help me!

    Thank you!!

    Patrick

    Attachments:
    You must be logged in to view attached files.
    #318674
    David Martin – Support
    Moderator
    Post count: 20834

    What device/screen/OS are you using? I could not replicate on Mac + Chrome + Cinema Display.

    #322851
    pilotpatrick
    Member
    Post count: 13

    Hello David,

    unfortunately, the logo still jumps down. I am using a MAC. on all browsers (chrome, safari, opera) it jumps down.

    1. I can not change any theme options anymore (see attached screenshot)

    2. When I am listing numerous points it does a strange line break. How can I fix this (see attached screenshot)

    I hope you can help me.

    Thanks

    Patrick

    Attachments:
    You must be logged in to view attached files.
    #323054
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Patrick,

    1) I see this on my Macbook Retina 13 inch screen only. Please add this to Theme Options => Custom CSS:

    #logo.has-img img {
        max-width: 97%;
    }

    2) Your server is generating a 500 error flag:

    Please open your wp-config.php file and add this: define('WP_MEMORY_LIMIT', '256M');

    Thanks,
    David.

Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register