aaviya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Monaco] Sidebar not working properly in responsive mode…You’re welcome.
Feel free to rate the theme if you like it ??
Forum: Themes and Templates
In reply to: [Monaco] Sidebar not working properly in responsive mode…Hi,
Could you add this at the end of your style.css file:@media only screen and (max-width:400px) { .widget-area .widget { float:none; width:100%; margin-right:0; } }
Forum: Themes and Templates
In reply to: [Monaco] SlidersSorry for this.
I just tried to help. Will treat that kind of requests differently in the future.Bst regards,
Veselka DobrevaForum: Themes and Templates
In reply to: [Monaco] SlidersHi,
Since you’re using full width static page for home (instead of blog posts), slider wasn’t visible for you. I made a slight change on fullwidth template page to check if this is you fome page and slow the slider.Would appreciate if you rate the theme ??
Thank you,
Veselka DobrevaForum: Themes and Templates
In reply to: [Monaco] SlidersCould you also send me user and pass for administration?
Email: [email protected]Forum: Themes and Templates
In reply to: [Monaco] SlidersHi,
Could you please send me your website url to take a look?Forum: Themes and Templates
In reply to: [Monaco] Update to 1.5.4 not workingHi,
there are tons of support questions in WordPress community regarding this problem. It sounds to me like some WordPress issue, but still you can try to install new version manually or to write in community forums for some help.Best regards,
VessyForum: Themes and Templates
In reply to: [Monaco] How is the slider installed?Hi siravecavec,
<?php echo monaco_slider_template(); ?> will add the slider to your template.Forum: Themes and Templates
In reply to: [Monaco] Posts Not Showing UpDid you try with default WordPress theme?
Forum: Themes and Templates
In reply to: [Monaco] Posts Not Showing UpHi, Could you please specify something more. Have you made any changes to WordPress core or theme? If so – please reinstall fresh copy and try again.
Forum: Themes and Templates
In reply to: [Monaco] Blue linksGood point ??
change the css to:.entry-meta a, .tagcloud a { color:#CC90E8; } .entry-meta a:active, .tagcloud a:active { color:#CC90E8; } .entry-meta a:hover, .tagcloud a:hover { color:#B265D6; text-decoration: none; /*Optional*/ border-bottom:none; /*Optional*/ }
Forum: Themes and Templates
In reply to: [Monaco] Blue linksHi,
the code is working, just have to put it at the end of style.css ??Forum: Themes and Templates
In reply to: [Monaco] Blue linksCan you give me a link to your website?
Forum: Themes and Templates
In reply to: [Monaco] Blue linkstry with
.entry-meta a { color:#CC90E8; } .entry-meta a:active { color:#CC90E8; } .entry-meta a:hover { color:#B265D6; text-decoration: none; /*Optional*/ border-bottom:none; /*Optional*/ }
Forum: Themes and Templates
In reply to: [Monaco] Blue linksHi,
you can add this to style.css file:.tags-links a { color:YOUR_COLOR_HERE; } .tags-links a:hover { color:YOUR_COLOR_HERE; text-decoration: underline; /*Optional*/ border-bottom:none; /*Optional*/ }