• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » theme 1101
theme 1101
shivamjoshi363696
Posts: 20
Reputation: 0

Message # 1 | 3:56 AM
hello again

i am using design 1101, there 3 images in the PROMO i want to add links to that images .
Here is promo code
Code
<div id="promo">
<div class="promo-w">
<div class="promo-i"><img src="/.s/t/1101/promo1.jpg" alt=""></div>
</div>
<div class="promo-w">
<div class="promo-i"><img src="/.s/t/1101/promo2.jpg" alt=""></div>
</div>
<div class="promo-w">
<div class="promo-i"><img src="/.s/t/1101/promo3.jpg" alt=""></div>
    </div>
<div class="clr"></div>
</div>

please help how to do that
SanTLee
Posts: 46
Reputation: 3

Message # 2 | 4:12 AM
just add
Code
<a href="YOUR LINK" ><img src="YOUR IMAGE" ></a>

<?if(you_have)?> a <head>and<?if(you_have)?> a <body> you have to have
<div id="idea" class="extreme" > to be inventive </div><?endif?><?endif?>
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 3 | 9:35 AM
shivamjoshi363696, in addition to SanTLee's reply, the image tags in you code look like this:
Code
<img src="/.s/t/1101/promo1.jpg" alt="">

With a link, it will look like this:
Code
<a href="LINK URL"><img src="/.s/t/1101/promo1.jpg" alt=""></a>

Please note that you can replace the images by providing another URL address in the SRC attribute.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
shivamjoshi363696
Posts: 20
Reputation: 0

Message # 4 | 3:33 PM
thanx to both of you, that worked. biggrin biggrin biggrin

Added (2016-10-26, 3:33 PM)
---------------------------------------------
I have 2 more questions, how to change the link of blogpost title, i want add other page link to the title of blogpost.

And in blog post if add image and text then image shift to left and text to right how to arrange them like image is above and text is below the image.

joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 5 | 3:35 PM
shivamjoshi363696, please, provide the URL of your site and a screenshot about the exact location where you want to perform the changes.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
moviesdenatua
Posts: 16
Reputation: 0

Message # 6 | 4:19 PM
movieslab.do.am is the website link.

and i cannot able to upload image nor able to post link here dont know why.
Look at the post i want to change the URL of post title.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 7 | 4:41 PM
moviesdenatua, just remove the following line in the Style Sheet (CSS) template (149th line):
Code
.eMessage img,.eText img {float:left; margin:5px 20px 5px 0!important;}


As about the URL-related question, if you want to make modifications to the title and the name appearing in the URL, you can do it in the Entry editing page: http://take.ms/tzBqx

If you want to have even more freedom concerning URL customization, you need to upgrade to the PRO version of the SEO module which is available starting from the Basic plan.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
moviesdenatua
Posts: 16
Reputation: 0

Message # 8 | 4:55 PM
if i modify any part of css my full site background becomes black.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 9 | 4:56 PM
moviesdenatua, try restoring the template first by clicking the "Restore default template" button in the top right corner.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
shivamjoshi363696
Posts: 20
Reputation: 0

Message # 10 | 0:47 AM
In theme 1101 there is no site search bar in mobile version but other themes also have in mobile version. please can u tell me how add search bar in mobile version in theme 1101?
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 11 | 1:10 PM
shivamjoshi363696, the issue has been forwarded to our technical team.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
SanTLee
Posts: 46
Reputation: 3

Message # 12 | 2:01 PM
Quote shivamjoshi363696 ()
please can u tell me how add search bar in mobile version in theme 1101?


In css page
#line 438

Just replace the bellow code:
Code
#sch-box {display:none;}


To the new one.
Code
#sch-box {display:block;}

<?if(you_have)?> a <head>and<?if(you_have)?> a <body> you have to have
<div id="idea" class="extreme" > to be inventive </div><?endif?><?endif?>
uCoz Community » For Webmasters » Design Customization » theme 1101
  • Page 1 of 1
  • 1
Search: