MyBB Community Forums

Full Version: Duende V2 Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Ok I'm going to bug you again now that I learnt a little bit about these fonts is it possible to change the color of the new post Icon\font


[Image: OnQsYwl.jpg]

I have had a bit of a dig through the templates but could not find where it is.
(2016-02-24, 11:58 AM)subzr1 Wrote: [ -> ]i do apologise but i have no clue of what you guys are taklking about
what problems and what´s not  working ???

without knowing the issues im unable to assist you guys Wink


I understand , and apologize. On my installation I ended up with the forums not aligning properly. The posts the sub forums ( which I can remove ) time and date, were scattered on their respective lines, but all messed up, some all the way to the right and some centered .. Hope this aids you a bit better  Smile
\ Wrote:)RAG()N' pid='1210958' dateline='1457239954']
Ok I'm going to bug you again now that I learnt a little bit about these fonts is it possible to change the color of the new post Icon\font


[Image: OnQsYwl.jpg]

I have had a bit of a dig through the templates but could not find where it is.

Finally found it,

.on:before {
content: "\f086";
font-family: fontawesome;
color: #cc5200;
font-size: 35px;
position: relative;
top: -20px;
I have found how to have the "News Side Bar" closed by default Big Grin  

Open the sidebar.js file and replace with this code.

jQuery.noConflict();
jQuery(function($) {
    $(".clickedbuttons").hide();
    $(".buttons").click(function() {
        $(".sidebar").animate({height: "hide", opacity: 0}, 500,
            function() {
                $(".forums").animate({width: "100%"}, 500);
            });
        $(this).hide();
        $(".clickedbuttons").show();
        $.cookie("sidebar","collapsed", {expires: 365});
        return false;
    });
    $(".clickedbuttons").click(function() {
        $(".forums").animate({width: "77%"}, 500,
            function() {
                $(".sidebar").animate({height: "show", opacity: 1}, 500);
            });
        $(this).hide();
        $(".buttons").show();
        $.cookie("sidebar","collapsed", {expires: 365});
        return false;
    });
    if($.cookie("sidebar") == "collapsed") {
        $(".buttons").hide();
        $(".clickedbuttons").show();
        $(".forums").css("width","100%");
        $(".sidebar").hide();
    };
});

Then open and close the "News Side Bar" then refresh the page a couple times, and it should be good.
Hi, is there a possibilty to have more than three backgroundimages?

And I would like to reduce the size (high) of the margins (-> attachment)

[attachment=36102]
hello
for background images pls refer to this post and the next one below:
http://community.mybb.com/thread-164690-page-13.html

for reducing that size just inspect element and play with the padding on #content class (global.css) until you got the specific size you like
(2016-04-16, 03:19 PM)subzr1 Wrote: [ -> ]hello
for background images pls refer to this post and the next one below:
http://community.mybb.com/thread-164690-page-13.html

for reducing that size just inspect element and play with the padding on #content class (global.css) until you got the specific size you like

Many thanks!
Great theme!
(2016-04-16, 03:19 PM)subzr1 Wrote: [ -> ]hello
for background images pls refer to this post and the next one below:
http://community.mybb.com/thread-164690-page-13.html

for reducing that size just inspect element and play with the padding on #content class (global.css) until you got the specific size you like


Hi subzr1

I'm also trying to add some more background images and have run into the same problem as ez-ian did in his post,

the top 3 are working but the other new images when you click on them it does nothing.

I have edited the
"jorgu1.js"

"dropback.css"

"nav" template

Any idea what could be wrong ?


[Image: ml16kgr.jpg]

This is the "jorgu1.js"
	jQuery.noConflict();
jQuery(function($) {
        $("li.uno").click( function(){ $
            ("body").removeClass('fondo2 , fondo3 , fondo4 , fondo5 , fondo6 , fondo7 , fondo8 , fondo9').addClass("fondo1");
               $.cookie("BGCHANGER","fondo1", {expires: 365});
               return false;
});

        $("li.dos").click( function(){ $
            ("body").removeClass("fondo1 , fondo3 , fondo4 , fondo5 , fondo6 , fondo7 , fondo8 , fondo9").addClass("fondo2");
               $.cookie("BGCHANGER","fondo2", {expires: 365});
               return false;
});

        $("li.tres").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo4 , fondo5 , fondo6 , fondo7 , fondo8 , fondo9").addClass("fondo3");
               $.cookie("BGCHANGER","fondo3", {expires: 365});
               return false;
});

       $("li.quatro").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo5 , fondo6 , fondo7 , fondo8 , fondo9").addClass("fondo4");
               $.cookie("BGCHANGER","fondo4", {expires: 365});
               return false;
});

        $("li.cinco").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo4 , fondo6 , fondo7 , fondo8 , fondo9").addClass("fondo5");
               $.cookie("BGCHANGER","fondo5", {expires: 365});
               return false;
});

        $("li.seis").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo4 , fondo5 , fondo7 , fondo8 , fondo9").addClass("fondo6");
               $.cookie("BGCHANGER","fondo6", {expires: 365});
               return false;
});

        $("li.siete").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo4 , fondo5 , fondo6 , fondo8 , fondo9").addClass("fondo7");
               $.cookie("BGCHANGER","fondo7", {expires: 365});
               return false;

        $("li.ocho").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo4 , fondo5 , fondo6 , fondo7 , fondo9").addClass("fondo8");
               $.cookie("BGCHANGER","fondo8", {expires: 365});
               return false;

        $("li.nueve").click( function(){ $
            ("body").removeClass("fondo1 , fondo2 , fondo3 , fondo4 , fondo5 , fondo6 , fondo7 , fondo8").addClass("fondo9");
               $.cookie("BGCHANGER","fondo9", {expires: 365});
               return false;		
	});
});


This is the "dropback.css" edits

.fondo4 {
    background: url(images/duende2/bg/bg4.jpg) top center no-repeat fixed;
} 

.fondo5 {
    background: url(images/duende2/bg/bg5.jpg) top center no-repeat fixed;
}

.fondo6 {
    background: url(images/duende2/bg/bg6.jpg) top center no-repeat fixed;
}

And so on


This is the "nav" Template
<li class="uno"><img width="100px" height="70px" src="images/duende2/bg/bg1.png" class="fondosc"></li>
<li class="dos"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg2.jpg"></li>
<li class="tres"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg3.jpg"></li>
<li class="cuatro"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg4.jpg"></li>
<li class="cinco"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg5.jpg"></li>
<li class="seis"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg6.jpg"></li>
<li class="siete"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg7.jpg"></li>
<li class="ocho"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg8.jpg"></li>	
<li class="nueve"><img width="100px" height="70px" class="fondosc" src="images/duende2/bg/bg9.jpg"></li>
hello
the code looks fine to me, should work
can i have a live preview pls
so i could assist you better
(2016-04-26, 02:28 PM)subzr1 Wrote: [ -> ]hello
the code looks fine to me, should work
can i have a live preview pls
so i could assist you better
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32