Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Uplift › Categroies without Page title and space between header
New Landing › How can we help? › Themeforest Theme Support › Uplift › Categroies without Page title and space between header
- This topic has 24 replies, 4 voices, and was last updated 7 years by Rui Guerreiro – SUPPORT.
-
Posted in: Uplift
-
March 7, 2017 at 8:49 pm #316301
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.March 9, 2017 at 11:37 am #316540Hi,
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; }
March 11, 2017 at 12:35 am #316915Hello 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
March 11, 2017 at 10:27 pm #316935other question came up:
6) How can I remove tags underneath a blog post?
Many thanks!
Patrick
March 14, 2017 at 1:23 pm #317160Hi 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/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; }
March 17, 2017 at 2:33 pm #317532Hello 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 regardsPatrick
Attachments:
You must be logged in to view attached files.March 20, 2017 at 12:50 pm #317699No 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.
March 20, 2017 at 10:04 pm #317818This reply has been marked as private.March 21, 2017 at 4:13 pm #317923Thanks, but what is your admin URL? https://pilotpatrick.com/wp-admin/ is not working.
March 21, 2017 at 4:15 pm #317924This reply has been marked as private.March 23, 2017 at 11:23 am #318202Thank 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:
March 25, 2017 at 1:03 pm #318481Hello 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
March 27, 2017 at 6:47 pm #318674What device/screen/OS are you using? I could not replicate on Mac + Chrome + Cinema Display.
April 30, 2017 at 6:05 pm #322851Hello 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.May 2, 2017 at 5:07 pm #323054Hi 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. -
Posted in: Uplift
You must be logged in and have valid license to reply to this topic.