Home › Forums › Art WordPress Theme › Menu Questions
This topic contains 6 replies, has 2 voices, and was last updated by SeaTheme 1 year, 6 months ago.
-
AuthorPosts
-
May 23, 2018 at 9:17 pm #15285
Hi, another question for you…
1. For my main Menu I want to make a dropdown menu of the categories in my portfolio (like illustration, branding, interior, ect) How would I do something like that? I tried clicking categories in the backend in the menu section and only blog page categories showed up not portfolio categories..
2. OR can I customize the portfolio icon into categories or just the title of the categories?
my website is http://www.sorinav.com
Thanks!
Sorina
May 24, 2018 at 2:37 am #15287Hi
1) You can find the categories in “Portfolio” tab:
2) There is not option to add icon for any menu item, can only show category text.
Regards!
Bwsm – uiueux.com – Twitter – FacebookMay 24, 2018 at 4:59 pm #15290Hi!
for some reason I don’t have that view of the menu, I only can click the following (refer to pic)
https://www.dropbox.com/s/t3wqzo0txd7zo6n/screenshotmenu.png?dl=0
thanks
Sorina (I just sent you an email to my previous questions with my login info if you need it)
May 25, 2018 at 2:26 am #15293I really don’t know why there is not “portfolio”. It should be there.
But you can use “Custom links” also:
https://www.dropbox.com/s/vd0gmqfuszeu3yz/QQ20180525-102504%402x.jpg?dl=0May 28, 2018 at 5:17 pm #15313Hi!
1. So my issue is that I don’t have a direct link, I want to select a portfolio category so when you click a category in the dropdown menu it is a gallery of those specific tags …
2. I am also having a big page width issue, I tried switching to fluid but the whole website got messed up. Ideally I would like the container width to be much larger but I can’t find any css to control that.
3. The back to top button isn’t showing up when the setting for it is turned on
4. There is a title underneath the vimeo linked video that I would like to remove in this project: http://sorinav.com/DefyCity
5. I am adding a “next project” custom link at the bottom of every project but each one of those links opens to a new tab, I want it to stay on the same page but there isn’t an option for that.
Thanks! We’re almost done with this website so hopefully the questions will stop
Sorina
May 28, 2018 at 5:19 pm #15314May 29, 2018 at 4:05 am #15323Hi,
1. You can find the link URL by clicking “view”: https://www.dropbox.com/s/ugl9h1waopkjz9o/QQ20180529-120326%402x.jpg?dl=0
The URL is same with the ux-portfolio category2. Your custom css
display: table-cell
caused the mess issue, i disable it
https://www.dropbox.com/s/64yfuuh8v7b3gba/QQ20180529-113732%402x.jpg?dl=03. If hide Footer, the back button will not shown, because it is in footer wrap.
You can use the CSS to hide other elements of Footer wrap:
.footer-info, .widget_footer {display: none;}
4. Fixed by the CSS:
.videoWrapper.video-wrap.video-post-wrap > p {margin-top: 30px; line-height: 3; text-align: center;}
5. Remove the
target="_blank"
in line33 /template/single/project/link.php
I suggest you change link.php by child theme, refer: https://www.uiueux.com/forums/topic/child-theme-guidance/Regards!
-
AuthorPosts
You must be logged in to reply to this topic.