Forum Replies Created
-
AuthorPosts
-
PierreParticipant
Img Palazzo Fanti http://photoman.altervista.org
The code is correct, in local site no run good, maybe I changed the original code.
PierreParticipantHow you can see, no there is de reply link
PierreParticipantI found the code in inc/structure/content-extensions.php line 476
<?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</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>↓</span>', 'wp-portfolio' ), 'depth' => $depth, 'max_depth' => 3 ) ) ); ?>
PierreParticipantThis plugin is very good https://wordpress.org/plugins/q2w3-fixed-widget/
PierreParticipantI downloaded the plugin but it does not appear in plugins
PierreParticipantThe 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
PierreParticipantPierreParticipant#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; }
PierreParticipantI resolved. You can see in toggle menù my invention: Photoman Photos
PierreParticipantThis !important
... color: #08458c !important;
PierreParticipantPage:
.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.
PierreParticipantRESOLVED!
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="#">↑ 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); }); });
PierreParticipantYou must enter the preview yourself manually.
PierreParticipantFor 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.
-
AuthorPosts