Quantcast
Channel: All Discussions - Cargo support
Viewing all 867 articles
Browse latest View live

Targeting two different tag_menu...

$
0
0
Hello,

Currently on the site I am using a tag_menu and its working great. I wanted to ask whether or not it is possible to change the position of the tag_menu results (so the projects that appear with that particular tag) for two different filters.

For example, there are two filters: architecture and interiors. I want the tag_menu results of the architecture filter to appear in a different location for the tag_menu results of the interior filter.

http://www.undercoverarchitecture.com/

If you go to the website, you can see that I have changed the position of both architecture and interior tag_menu projects by targeting the CSS class for project_link...however ideally what I want is to have the architecture results appear below architecture and the same for interiors.

Any help would be greatly appreciated.


Custom URL issues

$
0
0
I own my domain, www.lillifisher.com, through Weebly. I want to transfer this domain name to Cargo Collective. I upgraded my cargo collective so that I could do this. I emailed weebly and explained the situation and they emailed me back with the EPP authorization code. I went to Iwantmyname.com and paid for a transfer of the domain name using the code. Now when I sign into Iwantmyname lillifisher.com is under my domains, and under services it says external DNS google apps external DNS weebly, I don't know what this means. I proceeded to go through to instructions for pointing the domain name through I want my name, I entered it as a www, and pointed it with the numbers listed on the cargo collective site, however, when I enter my domain name in the custom url box on cargo collective it says that the domain is not yet properly pointed. Please tell me how to fix this problem. I have tried several times and asked friends to help me and no one seems to be able to figure it out. I also tried the cargo collective option where they will point your address for you, twice and I got a response back that said that the domain was either unavailable or still in the process of being transferred.
Thanks for your help,
-Lilli

next / previous buttons not working when video is in project

$
0
0
I've created next / previous buttons (arrows) with the below code inserted into my custom html...

It works great with projects containing just images. When I embed a video via Vimeo the buttons next / previous stop working?

This page works correctly:
http://cargocollective.com/josephconiff/Yes-No

This page does not:
http://cargocollective.com/josephconiff/speaker

Any thoughts?

Thanks


<script type="text/javascript">$(document).bind("projectLoadComplete", function(e, pid){ $(".project_next a").text(" →")});</script>

<script type="text/javascript">
$(document).bind("projectLoadComplete", function(e, pid){
$(".project_header").prepend('<div id="prev_project"><a href="#" >← </a></div>');
$("#prev_project a").click(function(){
$(document).trigger("showPrevProject");
return false;
});
});
</script>

How can I add an introduction to my homepage?

$
0
0
Hi there,

I changed my layout design to Amsterdam because I wanted an introduction paragraph underneath my header and above my thumbnails. But I can't see where to add my body copy.

Could you point me in the right direction? My website is www.wordbirdwrites.co.uk

Thanks,

Nayyar

Padding the footer? Two separate footers?

$
0
0
Hello -

I would like to add a padding at bottom of my thumbnails / top of my footer as to allow a gap like the one at the top of the thumbnail page. How would I go about this?

Also, is it possible to separate the text of the footer (or have two on the same line), one on either side of the page?

My homepage currently looks like this : www.tylerclarey.com

but I would like it to look like this photoshopped version:

Thank you.

Splash page lead in

$
0
0
Hi Cargo,
We have a SpaceCollective-alternate site called OUTR.org.
Currently we have a start page up and running however when the site is first loaded it very briefly shows the entire project thumb pages area before going to the splash page.
Any help would be great.

animated gifs not animating?

"Running on cargo" footer

$
0
0
Hi. I deleted the footer "running on cargo" from my html. Now I want to put it back, but I don't have the text (line I deleted). Would you please tell me how do I put it back? Tks!

hide tag links in search results

$
0
0
Hi,
Is there any way to hide or remove the tag links that show up under each item in search results without disabling tags all together?
Still want to use tags for searches, just don't want every tag showing up under each item.
Thanks, P

Hiding project pages from Feed

Thumbnails problems - Amsterdam template

$
0
0
Hi guys!
I would like to reduce the space between my thumbnails (233x350px) in Amsterdam template, but when I do it the navigation content (pages) is no longer aligned to the block of thumbnails (it's a little bit of the left). In addition, the block of thumbnails seems to be no longer centered to the browser page.

I only changed to "7px" the values in this part of the code:
.project_thumb {
float: left;
margin: 0 7px 7px 0;
position: relative;
}


The original values were:
.project_thumb {
float: left;
margin: 0 30px 20px 0;
position: relative;
}


Thank you very much for your help!

2 Lines of Navigation in Hegel

$
0
0
I wanted to create two lines of navigation at the top of my page, one line for pages and one line for projects. They all now appear on the same line, and I'd like them to be on top of one another like so, and fixed so that one of the projects doesn't go up onto my pages line:

About Resume
Beauty Films Landscapes

and always stay centered relative to the browser window size.


Where would I do this? I've tried messing around with it, but every time they won't stay fixed

Custom font/HTML on password page?

$
0
0
Hi Cargo,

On my site, I have a custom border (simple, 4 red divs) and a custom font though Google Webfonts.

They way these are implemented require custom HTML, but I cannot add custom HTML to my password page. Is this a feature yet to be implemented? Or is there a way I can add webfont/borders to my password page?

Thanks,
WV

Can't figure out how to center the nav bar in amsterdam layout?

$
0
0
Hi!

I've finally figured out how to center my header, but can't seem to get my navigation to be centered as well.

cargocollective.com/rachelanneorr
As you can see, its just kind of there, I just want it to be centered!

My css looks like this:

.nav_container {
position: relative;
text-align: center;
margin: 0px auto;
bottom: 5px;
}

.nav_container div {
float: left;
margin: 0 0 0 24px;
}

.nav_container br {
display: none !important;
}

Any input would be super super helpful! I'm getting frustrated! Please Help :)

Thanks!

Rachel

Thumbnails not showing up for xFeed theme

$
0
0
Hi there,

I'm currently using the xFeed theme and it seems that my project thumbnails no longer show up at the end of each project gallery (It used to work. I made a few html/css changes today, but I didn't alter the thumbnails. I also checked the javascript console and there seem to be no errors there either.) Sometimes only the title of the project appears. Strangely enough, on "admin mode" the thumbnails do show up correctly. I'm using Chrome. I checked and the same thing occurs for Firefox. In Safari, the thumbnails show up, but "layered" on top of each other.

Admin mode: http://i.imgur.com/eLETf.png
Without admin mode: http://i.imgur.com/5n7kx.png

Please advise?
Thanks!

Adjust project text width without image

$
0
0
hi,cargo.
I would like to individually control the width of the project.text without project.content.
My project.content is { text-align: center;}, But i want the project.text is { text-align:justify; }.
I do not know how to control the attributes of text alone?

Instagram

$
0
0
Hello

Is there any code to add a follow on instagram or Facebook or twitter ?

Cheers

RCW

Mondrian Project Text Align Right

$
0
0
Hi all,
I'm trying to get my text to be on the right side of an image in Mondrian projects. Can you help?
Thanks- Rikki

How to hide footer form splash page?

$
0
0
Hi there, i followed the few discussions on this, whch solutions is to put
#site_footer{display:none!important}
in splash page, but it doesnt work for mine,.
help!

Search results

$
0
0
hi guys,

it's been now 3 days that when i search something, nothing appears.

it's really annoying because search results are an important part of my website.

can you give me any answer about it?

i've read other comments about the same problem, and the answer is: 'it works fine for us' but when go to check those sites, it dosen't display results.

hope you guys can help me, as always.

thanks.

ps: i'm using the search results as a tag, that's why my url's looks like this: http://cargocollective.com/maquetas/search/Arquitectura-Residencial

image
Viewing all 867 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>