Home › Forums › Basel support forum › Projects
Projects
- This topic has 22 replies, 2 voices, and was last updated 8 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
September 9, 2016 at 10:43 am #3686
webtrendzParticipantHi Guys,
I need a favour, i know that you have a sidebar for projects and that i can create one, which i have. However, i need a easier way for users to navigate to the different projects categories.
If you have a look at my projects page, i have added a sidebar however i want to use a widget or PHP code to link the same categories on the side menu.
When i use the normal categories as a widgets, i dont get projects, is they anyway i can do this, where i can link the categories and give the user the ability to click on them?
e.g. http://www.theuniformstudio.com/demo/projects there is a submenu, where you can see “EVENTS”, when u click this, we filter out the other projects and only show “EVENTS”, i would like to have the same linked on the sidebar, eg on this page http://www.theuniformstudio.com/demo/portfolio/searcy-montcalm-upstairs
September 9, 2016 at 3:33 pm #3692
Artem TemosKeymasterHello,
We are sorry, but there is no such ability in our theme. And we don’t have PHP code that will help you in this situations. It may require some additional code customization that is not in our support scope.
Thank you for understanding.
Regards
September 10, 2016 at 10:37 am #3717
webtrendzParticipantshame, ok tx
September 10, 2016 at 2:55 pm #3722
Artem TemosKeymasterWe will consider your question as a feature request and probably add something similar in the future. Unfortunately, we can’t add this function right now, sorry.
Regards
September 11, 2016 at 9:45 am #3734
webtrendzParticipantHi guys,
i need to understand something, on the theme settings i have configured [social_buttons] to have only 3 links with data and as a follow social. however on the site ‘top bar’ i can see the 5 icons, why are the icons without links shown? and all the links are not a follow style.
how do i fix as the setting only allow me to add the link but there is option to make the social icons as a follow.
also, if i want to have text on the left, social in the middle and some links on the right, how can i do that?
there should be something in settings to handle this.
September 11, 2016 at 11:00 am #3749
Artem TemosKeymasterHi,
1. You need to use [social_buttons type="follow"] instead to show links to your profiles and not just share buttons.
2. You can configure your social profiles links in Theme Settings -> Social. Leave empty fields if you don’t want to show some of them.
3. There are only two positions for the top bar elements in our theme layouts: left text and right navigation links.
Regards
September 11, 2016 at 11:40 am #3762
webtrendzParticipantHi mate,
ok thanks for the update…. i have managed to do as directed and all works well, the only question i have now is how do i add the Call icon next to the number?
September 11, 2016 at 11:47 am #3765
Artem TemosKeymasterHere is the code from our demo for this purpose
<i class="fa fa-phone-square" style="color:white;" > </i> OUR PHONE NUMBER: <span style="margin-left:10px; border-bottom: 1px solid rgba(255,255,255,0.3);">+77 (756) 334 876</span>
September 11, 2016 at 11:55 am #3766
webtrendzParticipantok tx thats worked.
September 11, 2016 at 1:02 pm #3776
Artem TemosKeymasterGreat, you are welcome!
September 13, 2016 at 11:09 am #3849
webtrendzParticipantHi again,
ok thats update worked.
on the projects page, when you load the page for the first time, the user sees ‘all’ projects, but there is now class added or the underline shown for users to know what is shown. i would like to show the underline on ‘all’ on page load.
How can i do that?
September 13, 2016 at 4:28 pm #3862
Artem TemosKeymasterThank you for noticing this. We will fix this issue in our next update. Unfortunately, there is no any class there so we can’t provide you with a quick solution.
September 13, 2016 at 4:43 pm #3868
webtrendzParticipantah ok understood. you should also consider having a active/current css class for the navigation as well. as that also seems to be missing.
finally, i want to have the same functionality for the single-portfolio.php (thumbnail/main image) as you guys have created on the content-single-product.php. could you please let me know how i can do this?
i was going to use the content-single-product.php codebase and try to add the functionality onto the single-portfolio.php, but if you have something where i can have a main images and 3 thumbnail images then i would really be thankful to you.
September 13, 2016 at 8:49 pm #3891
Artem TemosKeymasterThere is no simple way to transfer the same functionality for images (with thumbnails gallery) from products to portfolio projects. The code to show Featured image on the single project page will look like this:
<?php the_post_thumbnail('full'); ?>
you can place it to the single-portfoilo.php file
September 15, 2016 at 4:58 pm #4012
webtrendzParticipantok thanks, i will try that.
Also, do you know why you dont have a social icon for linked in?
September 15, 2016 at 5:31 pm #4016
Artem TemosKeymasterActually there is the linkedin icon in Theme Settings, do you have the latest version
September 15, 2016 at 5:49 pm #4019
webtrendzParticipantah really, you should actually let users who have bought you theme to update it from the Admin menu.
how i have to do this via FTP, which is rather time consuming.
could you let me know what files have been changes so i can update them?
September 15, 2016 at 6:30 pm #4021
webtrendzParticipantmy version is 2.2, on Envato that the version i see, i even updated the files to version 2.2 but i do not see anything for Linkedin
September 15, 2016 at 8:22 pm #4025
Artem TemosKeymasterWe just visited your web-site and see that you are still running 1.8 version and your theme folder is
tus
, maybe you have updated a wrong folderSeptember 15, 2016 at 8:42 pm #4030
webtrendzParticipanthi,
ok i will create a new folder called TUS and put the old one under a different name, so that the updates all files. maybe this was the issue so the files did not get updated
———————— update —————————–
ok that worked…. i think my last FTP did not update the files
September 16, 2016 at 5:03 am #4039
Artem TemosKeymasterOk, great, now you should able to see additional icons in Theme Settings -> Social
September 16, 2016 at 1:24 pm #4051
webtrendzParticipantyup thats working now! thanks.
September 16, 2016 at 3:59 pm #4057
Artem TemosKeymasterGood, you are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register