Forum Replies Created
-
AuthorPosts
-
Pierre
ParticipantImg Palazzo Fanti http://photoman.altervista.org
The code is correct, in local site no run good, maybe I changed the original code.
Pierre
ParticipantHow you can see, no there is de reply link
Pierre
ParticipantI 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 ) ) ); ?>
Pierre
ParticipantThis plugin is very good https://wordpress.org/plugins/q2w3-fixed-widget/
Pierre
ParticipantI downloaded the plugin but it does not appear in plugins
Pierre
ParticipantThe 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
Pierre
ParticipantPierre
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; }
Pierre
ParticipantI resolved. You can see in toggle menù my invention: Photoman Photos
Pierre
ParticipantThis !important
... color: #08458c !important;
Pierre
ParticipantPage:
.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.
Pierre
ParticipantRESOLVED!
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); }); });
Pierre
ParticipantYou must enter the preview yourself manually.
Pierre
ParticipantFor 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