Okay
  Public Ticket #902415
Portfolio single pages
Closed

Comments

  •  5
    timondeks started the conversation

    Hi,

    I'm trying to find out how I display/link to single Portfolio item pages in the main menu? 

    Cheers,

    Tim

  • [deleted] replied

    Hi Tim,

    You can do that if you enable Custom Links on Wordpress, please just watch this mini tutorial that i made for you and you will understand this procedure

  •  5
    timondeks replied

    Hi Ylli,

    That's great - thanks for the reply. Is it possible to change the next/previous text from 'next project' to 'next craft'? Also can I change/remove the middle (four squares) portfolio link icon to another icon (and add some roll over text to it)?

    Edit - do I just use the custom css body tag to assign a background repeated image pattern (like on the Freelancer kalium demo)?

    Cheers,

    Tim

  • [deleted] replied

    Hi Tim,

    1a — To translate or rename theme strings, you can do this via Loco Translate plugin. If you don't have it, please install and activate the plugin in your WordPress site.

    1. Then go to Loco Translate > Manage Translations
    2. Click "New Language" for the current active theme (if you didn't created it yet, otherwise ignore this step). On the new language page, choose these options – Screenshot
    3. After that you will be redirected to the editing screen for theme translations. Before you continue with your translations make sure the current language of your site is selected – Screenshot
    4. Follow these instructions to learn how to translate strings – Screenshot
    5. The changes will be applied immediately – Screenshot

    Note: Translation files will be saved to wp-content/themes/{theme-name}/languages folder or global directory of theme translations: wp-content/languages/themes/ (based on your choice). If you have saved your translations inside theme folder, always save a backup of *languages/* folder (inside the theme) when there is new theme update. After you update the theme (languages folder will be replaced with an empty folder), just move the backup files you previously saved to the same languages directory and your changes will still be applied.

    1b— You just can remove that icon, if you want to remove it please add the code below to Custom CSS

    a.back-to-portfolio {
    display: none;
    }

    2— This is the code that we have used on Freelancer demo to change the background image:

    .wrapper {
    background: url(http://demo.kaliumtheme.com/freelancer/wp-content/uploads/2015/04/pattern-29.jpg);
    }
  •  5
    timondeks replied

    Hi Ylli,

    Thanks for the detailed reply and instructions.

    Would you know how the portfolio item next/previous links are organized? I have tried changing the post date of each but had no luck. I'm trying to set them up alphabetically (similar to how I have them setup as custom link menu items).


    Is it possible to change the middle (four squares) portfolio link icon
    to another icon too?

    Cheers,

    Tim



  • [deleted] replied

    Hi Tim,

    1— Maybe you have enabled Portfolio archive url links to current item category, if yes, then please disable that option and see the results.


    (view large version)

    2— We don't provide this level of support but i will try to help you this time only. So please go to Fontawesome site and choose your prefered icon, i will send you the CSS code to change that icon.

  •  5
    timondeks replied

    Hi Ylli,

    Thanks for the reply and detailed description.

    That would be great, the icon I was looking for is:

    info-circle

    Cheers,

    Tim

  • [deleted] replied

    Hi Tim,

    Can you please add the code below to Custom CSS

    .single-portfolio-holder .portfolio-big-navigation i:before {
    content: "\f05a";
    font: normal normal normal 22px/1 FontAwesome;
    }
  •  5
    timondeks replied

    Hi Ylli,

    That worked perfectly, thanks for your help and patience :)

    Are there any know issues with installing/using the contact form 7 plugin with this theme and its plugins? Wanted to check before installing incase it might have any conflicts with the Kalium theme contact form?

    Re: the below next/previous portfolio item order. I made sure 'Portfolio archive url

    links to current item category' is disabled but there still seems to be no order to which portfolio item the next/previous buttons/text links too. By default should these link alphabetically or by creation date?



    Cheers,

    Tim

  • [deleted] replied

    Hi Tim,

    Glad to hear that

    1— We fully support Ninja Forms plugin, and it's forms will adapt our theme style.

    As for the CF7 we have seen many users using it, so it should not be any problem i think.


    2— You can change the ordering of Portfolio Items easily by using the Post Types Order plugin, install and activate it, manage the ordering easily by dragging the titles of the items and don’t forget to Save all changes.

    Please don't forget to go to Settings > Post Types Order > and activate Auto Sort option 

     

    (view large version)

    Also if you want those changes to take effect on portfolios that you have called with Visual Composer then you need to do this:

    (view large version)

  •  5
    timondeks replied

    Thats great - many thanks for all the help Ylli :)

  • [deleted] replied

    Hi Tim.

    I'm glad to hear that

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great week!

  •  5
    timondeks replied

    Sure thing, thanks Ylli, you too :)

  • [deleted] replied

    Thank you Tim