badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Pierre

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • in reply to: Number of replies to comments #54648
    Pierre
    Participant

    Img Palazzo Fanti http://photoman.altervista.org

    The code is correct, in local site no run good, maybe I changed the original code.

    in reply to: Number of replies to comments #54621
    Pierre
    Participant

    How you can see, no there is de reply link

    http://i65.tinypic.com/2hx6914.png

    in reply to: Number of replies to comments #54533
    Pierre
    Participant

    I found the code in inc/structure/content-extensions.php line 476

    <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&darr;</span>', 'wp-portfolio' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>

    If I change the last part I can reply, but I don’t know if this is correct.

    ...__( 'Reply <span>&darr;</span>', 'wp-portfolio' ), 'depth' => $depth, 'max_depth' => 3 ) ) ); ?>

    in reply to: text color #54346
    Pierre
    Participant

    Why do not you use Debugger?

    CSS

    in reply to: Problem with scroll #54325
    Pierre
    Participant
    in reply to: Problem with scroll #54320
    Pierre
    Participant

    I downloaded the plugin but it does not appear in plugins

    in reply to: text color #54292
    Pierre
    Participant

    The codes are the same, put it! !important

    #site-title a {
    	color: #108080 !important; 
    }
    #site-title:hover a {
    	color: #b3b3b3;
    }

    If it does not work, place a screenshot of the page

    in reply to: HEADER OR NO HEADER ? #54290
    Pierre
    Participant
    in reply to: text color #54265
    Pierre
    Participant
    #site-title a {
    	min-width: 200px; 
    	font-family: 'Open Sans', sans, arial;
    	color: #108080 !important;
    	font-size: 1.05em;
    	color: #108080; 
    	text-shadow: 1px 1px #b3b3b3;
    	text-transform:uppercase;
    	text-align: left;
    	padding: 0px;
    	margin-top: 10px;
    	margin-bottom: 0px;
    	line-height: 28px;
    }
    #site-title:hover a {
    	color: #b3b3b3 !important;
    }
    in reply to: Simple text in toggle menù #54230
    Pierre
    Participant

    I resolved. You can see in toggle menù my invention: Photoman Photos

    in reply to: text color #54217
    Pierre
    Participant

    This !important

    ...
    color: #08458c !important;
    in reply to: text color #54215
    Pierre
    Participant

    Page:

    .page-title {
    	font-size: 1.6em;
    	color: #08458c !important;
    }

    Posts:

    .entry-title {
    	font-size: 1.6em;
    	color: #08458c !important;
    }

    Did you empty your browser cache?

    You ca use Debugger for to find the css in the site.

    in reply to: jQuery code does not slowly go up the page #54204
    Pierre
    Participant

    RESOLVED!

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut odio. Nam sed est. Nam a risus et est iaculis adipiscing. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer ut justo. In tincidunt viverra nisl. Donec dictum malesuada magna. Curabitur id nibh auctor tellus adipiscing pharetra. Fusce vel justo non orci semper feugiat. Cras eu leo at purus ultrices tristique.

    <div class="torna-su"><a href="#">&uarr; Torna su</a></div>

    jQuery(document).ready(function($)
    {
        function ScorriPaginaSopra(Posizione, Velocita)
        {
            $("html,body").animate({scrollTop: Posizione}, Velocita, function(){});
            return false;
        }
        $(".torna-su").click(function()
        {
        //Lo scroll avverrà per 0 pixel (e cioè posizione da raggiungere) ad una velocità di 1 secondo
            ScorriPaginaSopra(0, 1000);
        });
     });  
    in reply to: HEADER OR NO HEADER ? #54201
    Pierre
    Participant

    You must enter the preview yourself manually.

    in reply to: text color #54199
    Pierre
    Participant

    For title:

    
    #site-title a {
    	min-width: 200px; 
    	font-family: 'Open Sans', sans, arial;
    	color: #108080 !important;
    	font-size: 1.05em;
    	color: #108080; 
    	text-shadow: 1px 1px #b3b3b3;
    	text-transform:uppercase;
    	text-align: left;
    	padding: 0px;
    	margin-top: 10px;
    	margin-bottom: 0px;
    	line-height: 28px;
    }
    #site-title:hover a {
    	color: #b3b3b3 !important;
    }

    Page:

    .page-title {
    	font-size: 1.6em;
    	color: #08458c !important;
    }

    Posts:

    .entry-title {
    	font-size: 1.6em;
    	color: #08458c !important;
    }

    You ca use Debugger for to find the css in the site.

Viewing 15 posts - 1 through 15 (of 21 total)