-
-
Hi there,
At first I’d like to say thank you for the hard work and very beautiful theme Specular as result.
I’m very happy with it and so is my client but I have some questions left so we can proceed finalizing her website and put it live :-)
I hope to hear from you today / tomorrow.
We’d like to proceed fast.
In exchange I will rate the theme maximum stars and give a nice review on it on Themeforest.Questions:
1-Portfolio
1.1-We like to have two portfolio pages with all same options in it. The theme has only the option for one portfolio page automatically called /portfolio/
Now I found out that I can use some shortcode and place portfolio cattegories and items in a page but this isn’t exactly what we are aiming for.
The photographer I work for needs two portfoliopages which can show one portfolio for businesses (B2B) and one for consumers (B2C)
How can we produce this within the themes options, and if not possible what is the work around to create it with some extra code and renaming of the portfolio page?
1.2-The single portfolio page we have chosen doesn’t show the grey page-header allthough I tried litteraly everything..(two hours of seraching and using page and theme options, I have a few years experiencein this but still)
Sigle PF Page I’m talking about: https://test.katjamali.nl/portfolio/portfolio-four-3/
How we like the page title header to show: https://test.katjamali.nl/portfolio/
How can we fix this?1.3-Breadcrumbs in a single portfolio item and or blogpost do not show the correct line: they miss /portfolio/ or /blog/ in between the Home / part and / post name / and or / portfolio item name /
How can we fix this?1.4-Were can I translate the button ‘VIEW ALL’ in the portfolio page?
2-Blog
2.1-Were can I translate the ‘READ MORE’ buttin in the blogroll?3-Menu Styling
3.1-I had chosen a transparant header menu (including this bar with telephone and social buttons) with white typography and logo. This was great and looked smooth as in your own ‘Default’ setting: https://codeless.co/specular/default/We want this as option; but combined with a white sticky navigation menu and black logo / black menu which scroll with if you scroll down on the pages.
This combination didn’t work quiet well since if we tried this the page headers on other pages of the website ‘jumped’ up because they didn’t had anything to lean back to (transparant option bumped it).
Do you have a solution for this, maybe I did something wrong?
3.2-Where do I change the menu items hamburger en icon colors for the mobile device widths?
They now appear black on grey and we need more contrast if 3.1 isn’t gonna work.
3.3-The page slider on the homepage doesn’t correctly scale with mobile screensizes; what did I do wrong?
3.4-At the moment I think I worked too long on the navigation and just created whitespace between the menu when you scroll down. How do I remove this?
All the best, Michiel – MIAX – Amsterdam
-
-
Hello,
Sorry for the late reply.
First, thank you for the kind words!1.1- You can have as many portfolio pages you want, but it is not possible to have two with the same url. Each page has to have a unique url. It doesn’t matter either you create it via ‘Page attributes’ > ‘Template’ or add the portfolio element in a normal page, they can not have the same page url.
I created two portfolio pages, named like the ones you mentioned. You can keep these if you want (change the categories) or create new ones. (port1 & port2)1.2-I added this code:
single-portfolio .header_page, .header_page { background-color: #f5f5f5 !important; height: 80px !important; color: #444444 !important; }
into your custom css box. Now it shows.
1.3- Sorry, that is not possible.
1.4- Please find it in file portfolio.php
2- According to the type of blog you are using, find ‘Read more’ in files:
specular\includes\view\blog\loop-fullscreen.php
specular\includes\view\blog\loop-grid.php
specular\includes\view\blog\loop-index.php
specular\includes\view\blog\loop-second-style.php
specular\includes\view\blog\loop-timeline.php3-Sorry , it’s not possible to have a different logo style for the menu and a nother for the sticky menu.
3.2- You can change it via css. Add this code into your custom css box:@media (max-width: 979px){ .mobile_small_menu { color: rgb(252, 252, 252);} }
change the color to your need.
3.3- Please add thi scode into your custom css box:@media (max-width: 480px){ .codeless_slider .swiper-slide .content.vertical_centered { margin-left: 0 !important;} }
3.4- i don’t see it.
Please check the above and let us know if you still need help.
Best regards!
-
You must be logged in to reply to this topic.