Questions about the block-widgets

  • Posted in : uCard
  • frezko
    Participant

    Good day!
    First of all, as always – thank you for an amazing theme! I’ve finally gotten around to buy it.
    Now, some questions:

    1. How do I change the color-tint on the widget-blocks?
    2. Would it be possible to have the contact form (from homepage) in its own block, so that it would be next to one of the others?
    3. I want to open a lightbox video when clicking one of the homepage-block widgets, instead of opening a page – how would I do that?
    4. Changing margins, is there a line of code I could add or something that would adjust this? I think it’s too much space, and marked it with red where I mean here:
    http://imgur.com/a/Dh1y3

    Thank you in advance!
    – Fredrik

    serkan
    Moderator

    Hi Fredrik,
    You can use these custom css codes;
    1)

    .cd-item > a:before { background-color: #08000A !important; }

    2) We specifically pressed the contact page out. To do this, there is a lot of customization on the theme. What you are saying is not possible by default.
    3) This is not available by default, needs more further customizations, if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.
    4)

    @media screen and (min-width: 768px) { .event { padding: 0 1em 1em 4em; } }
    @media screen and (min-width: 992px) { .section-title { margin: 1em 0 1em; } }

    Thanks

    frezko
    Participant

    Thank you for the answers, they worked like a charm!
    I’ll try and manage without the extra coding for now.

    5) I’m trying to get the Download button in resume so that people can download the PDF instead of opening in the browser. Is this possible? now it’s only URL=””. I tried replacing with href but that did not work.

    6) Portfolio – Is it any way to force the thumbnails to have a size, so that the framing is not all over the place (scr. shot: http://imgur.com/a/fLxwq)?

    7) Portfolio – My lightbox images is not possible to open? They appear as you see in the above screenshot, but I can’t click them, even though I’ve provided a link.

    Thanks!

    frezko
    Participant

    Also:

    8) How would I add a vimeo video as a shortcode to put in a page? (I’ll do that instead of the coding for a video-block.)

    frezko
    Participant

    And:

    9) I really don’t need the map-widget. Do I have some other options as what to add there? If so, is there a specific size / proportions as to what my (for example) my pictures need to be?

    serkan
    Moderator

    Hi,
    5) You can convert your resume to pdf format and upload it to your own media folder and give the corresponding link to the button. So they will download automatically without going to another place.
    6) It is not possible by default. You can search a plugin for this feature but we haven’t tested this feature with a plugin.
    7) I will check it.
    8) You should just copy and paste the Vimeo URL without any shortcode.
    9) If you don’t want to use map feature, you don’t need to do anything. Don’t use the shortcode and you can add a background image via featured image button.
    Please next time, don’t ask bundle questions. Create a new topic for your each question if you don’t find the answer in the forum. It can be useful for other ppl to find their answers.

    frezko
    Participant

    Ok. I will do that if I get new questions. Sorry, I thought it was better for you to keep track!

    5) Yeah, i Have done this. But it does not download when pushing the download button, it opens in a new tab with the PDF inside the browser. I want it to be ‘Save as..’

    6) Oh, ok. Would it then be possible to remove the ALL category? So it starts on one of the categories instead? I remember I got your help with this previously on the “BookCard” theme.

    7) No, where is the empathy portfolio plugin? The videos are working..?

    8) That just gave me a link. It’s not for portfolio, but for normal pages.

    9) That did not work. Didn’t show any picture. Just the empty frame.

    Thanks,
    – Fredrik

    serkan
    Moderator

    Hi,
    5) Go to text tab in the page and edit the html markup like this;
    <p><a class="button " href="#"><i class="pe-7s-download" download></i>Download CV</a>
    </p>

    Source: https://www.w3schools.com/tags/att_a_download.asp
    6) You can check out this related topic;
    http://www.pixelwars.org/forums/topic/remove-all-from-portfolio/
    7) It is located in the plugins section. You should activate it.
    8) I just tried in a page. I copied and pasted the video url and it is working very well.
    9) If you still have issue, provide me your wp admin details via our contact form and add this topic url as well.
    Thanks

    frezko
    Participant

    Hi,

    Thank you!
    6) Yes, that removed the “all”, but how would I make the portfolio begin with one of the categories, not “all”?
    7) The Empathy plugin is not in the plugins section?
    8) I tried again, with all variations of the link, but still this is the only thing that happens:
    http://imgur.com/a/vyQXi
    9) I do. I’ll send you the email with this topic url.

    Thanks

    serkan
    Moderator

    Hi, For this you need to know the coding knowledge and make the following changes in the source code.

    <script>
    (function($) { "use strict"; 
       $('#filters li').first().remove();
       setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000);
    })(jQuery);
    </script>
    frezko
    Participant

    Ok. Well, that’s too tough for me I guess. I tried a few things, but couldn’t find where to put it.
    What about removing titles of one category? At this moment it takes up too much space, and there’s nothing to write for my pictures, only the videos.

    I saw you managed to fix the two pictures, but how did you find the photo ID?

    Thanks for fixing the other stuff!

    The contact form, did you have a go at that one?

    serkan
    Moderator

    Hi,
    Edit your portfolio item and click to add media button then create a gallery option. Choose your image and on the right-hand side, you will see the gallery settings. Choose the link to the media file and full size then click insert into the gallery and save it.
    I did not fully understand the other space problem. Could you give me a little more detail?
    Thank you

    frezko
    Participant

    Hello and sorry for the late reply, I’ve been piled up with work.

    As for an elaboration on the spacing / caption issue, here’s a picture to show better what I mean:
    http://imgur.com/a/c5byl

    The titles are using up space, and I would rather not have titles for those images.

    Thank you!

    serkan
    Moderator

    Hi,
    Since these gaps come with JavaScript code, I can not directly intervene. It is possible to reduce the gap a little more with the following CSS code.

    .media-cell-desc { display: none; }
    @media screen and (min-width: 768px) .media-grid .media-cell { padding: 0 6px; } }

    Thanks

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register