Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #559423

    Hello! I had a couple questions that I could not figure out

    1) On my portfolio page content, how do I make it so I can categorize my work?(so it only displays certain works when clicking on a submenu) Right now the current content is all mixed together, I would like it so if someone wishes to only display a certain thing it will switch it that group of items. I think the theme had a page set up already like that but I deleted the page accidentally and have not been able to get it back

    2) In relation to question one, how would I add text links (that will act as a menu for the portfolio) / control its location of display?

    3) In the contact options, theres only 3 choices of coloration one was invisible, light, and dark. The dark lines too thick and dark and the light is nearly impossible to see, Is there a way where I can still keep the very fine lines of light but have the color darker? like a light grey or just any color of my choice?

    4) Is there anyway to control what my thumbnails display? the gallery and masonary options all control this but I would like the thumbnails to display specific things.

    5) Is there a way I can have titles show with the thumbnails? (not from the options given in the masonary or galleries) But a title shown as a Font not surrounded by a white box and not touching the thumnbail? (preferably directly under the thumbnails)

    Thank you again!

    #559695

    Hi kennethwangrealty!

    1. You can use the blog posts element, masonry element, or portfolio grid element for this. Edit the settings for the shortcode and you can enable sorting that way.

    2. The sort links will display automatically.

    3. Go ahead and send us a link to the exact page and take a screenshot highlighting how your trying to customize it and we’ll take a look.

    4. + 5. You’ll need to be more specific. Which elements are you using, etc etc. Send us a link to the exact page so we can get a better idea of what your trying to do.

    Regards,
    Elliott

    #560131

    Hello and thank you for the quick reply!

    for 1) I have tried these, but in the masonary element, and portfolio grid element neither of these will allow me to choose my categories. I have updated the portfolio categories and published the pages in the portfolio section, but once adding the elements to the page section, I have no option for them. How do I pass this?
    edit**** I forgot to mention it says

    Which Entries?
    Select which entries should be displayed by selecting a taxonomy (once i click no options of anything

    portfolio grid also has

    Which categories should be used for the portfolio?
    You can select multiple categories here. The Page will then show posts from only those categories. (this one does not even have a drop down menu)

    3) contact page
    My contact box outline is very difficult to see.. where to type, I would just like to make the outline darker (color of my choice) without making the lines any thicker.

    4,5) example
    I’m using this as an example of something similiar i was trying to do on my projects page. The thumbnail preview is customized to the shape of the thumbnail box. I would like to also be selective about what the thumbnail preview shows. Also directly under the thumbnail is the title of the image freefloating. This is also exactly what I desire.

    Please let me know about these and once again thank you for your awesome help!

    #560228

    Hey!

    1. In the dropdown menu you would select “Portfolio Entries” and it will list all of your portfolio categories to select. If your on Windows you can hold CTRL + click on each category to select more than one.

    3. Add this to your custom CSS.

    input[type="text"], textarea { background: #777 !important; }
    

    4. I would try the Masonry element out. There are options where you can set it to have the title display at all times and you can set a gap between the elements instead of having them lined up directly beside each other.

    Regards,
    Elliott

    #560258

    I’m still have issues with the masonary and portfolio grid. I dont have anything in the drop down menu.. and I’m not sure if im doing something wrong. I have 2 pictures I can show you as well.


    portfolio

    these are what I’m seeing.

    3) The code worked but is there a way to make the line permanent instead of appearing only when clicked on?

    Sorry for all the troubles and Thanks!

    #560360

    Having the same problem with 1. Following and hope for answer soon!

    #560486

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #560508

    Hi Rikard,

    Updated from 3.4.6 to 3.4.7. That solved the problem.

    Thanx!

    #560709

    Hi I have created a temporary admin account for you to use. Thanks

    edit***

    Updating it has fixed the problem for me as well! The only thing now at least is the contacts box, The provided code does not make the box outlines permanent, it only appears when clicked on. Is there anything I can do to keep it permanent? Thank you for everything!

    masonary

    the view

    white colored links to new pages

    inside the links

    Also I cant get it to just display the images.. it keeps making an invisible link to another page. How do i get it to just display without going to a new page? Furthermore It loses its menu once switching to the new page.

    #561567

    Hey!

    1.) Not sure what you mean. What do you want to achieve? can you provide us an example/screenshot/mockup please?

    2.) to remove link use this code in quick css field:

    .avia_desktop.avia_transform3d .av-masonry-entry {
    pointer-events: none;
    }
    

    Regards,
    Andy

    #561603

    Hi!

    1)current


    A thin light grey line at all times

    2) This code did not do anything. The masonry still only shows a featured image (which still opens a new page with the category images) which is not what I want. Instead of a featured image, i want all the pictures to be displayed at once and then just show the images based on the choosen category. ( i want minimal click and page switching)

    Thanks

    #561799

    Hi!

    1.) Add the following css code in the Quick CSS field, adjust as needed:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border: 1px solid gray;
    }

    2.) Could you please provide a screenshot with explanation of the layout that you want?

    Cheers!
    Ismael

    #562209

    Hello again!

    1) the provided quick css code did not do anything from what I can tell :[

    2) Here are pictures of how my current website is like and what im trying to do along with the mock up

    this is how it looks currently
    Current site

    What im trying to do
    what i want

    Im sorry for all the issues and time I’m taking with this, I cant help but be very specific about certain aspects of my site. Thank you

    #562356

    Hey!

    category spot still present indicating where you are.

    The gallery doesn’t have a category filter by default. Do you want the filter to show the images on the same page? For example, if you click the “Print” category, it will show all images which belongs to that category on the same page. If that is what you want then you have to create a portfolio item for each images instead of stacking them up in a single gallery element. Don’t forget to add the corresponding category to each portfolio items. This means extra work but you will be able to filter the items by category if you use the portfolio grid element. If you need the category filter button to display as images, we can do that via css later.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.