Hi
I have themolio v. 1.2 on my wordpress. on my main page and on post pages all posts are many lines long. in functions.php is set
function themolio_excerpt_length($length) {
return 40;
what have I to do to see only the excerpts?
]]>I’m currently testing on WP 4.0 beta and found that
function themolio_is_wp_version($is_ver)
called by functions.php line 66
is wrong and return false, while shoul return true (4.0 is > 3.4)
I simply use the wp buil-in:
global $wp_version;
if ( version_compare( $wp_version, '3.4', '>=' ) ) { ...
]]>
when i upload a customized logo in 500x200px, it wont be scaled/minimized on iPhone, the header is all over the place.
any ideas for solving this?
thank you!
]]>How can I set the date and the reply option below the post content?
Thanks for answering!
Hi,
Okay so everything about the theme is good so far except for the mobile view. Its all over the place and definitely not phone friendly. I viewed it on my iPhone 5.. And I’ve tried to make changes to it but the site view stays the same.. Any help with this please? I also tried editing meta viewport but nothing happened.
FactParrot.com
]]>Using the theme with PHP5.3 and > sometimes you get the error:
PHP Catchable fatal error: Object of class WP_Error could not be converted to string in xxxxx\wp-content\themes\themolio\functions.php on line 365
This is because the call to get_category_parents should expect a text OR A WP ERROR object!
There are many calls in themolio of this function that assume the return be a text, so I solved modifying wordpress:
wp-includes\category-template.php – line 42:
function get_category_parents( $id, $link = false, $separator = '/', $nicename = false, $visited = array() ) {
$chain = '';
$parent = get_term( $id, 'category' );
if ( is_wp_error( $parent ) )
return ""; //if $parent ERROR!! PHP v5.4.7 generate a "PHP Catchable fatal error: Object of class WP_Error could not be converted to string"
(....)
}
]]>
latest version of wordpress and wp e-commerce. installed WPEC, then the template, copied over files as required to template folder, etc. on the category and individual product pages, the white background does not appear as it does in normal blog posts and on the products page. i need a fix for this as it makes reading product descriptions difficult – thanks for any assistance!
]]>Hello,
We’ve noticed that the navigation elements in the main menu have problems with displaying and in addition it’s not showing the menu items.
I know its partly due to my own styling and formatting but I can’t seem to find any reference to the mobile menu apart from mobile.css
Any ideas where I can edit the mobile menu?
UPDATE——————————
I managed to solve the problem.
In header.php remove
<?php if($themolio_is_mobile): ?>
<?php themolio_pages_dropdown(); ?>
<?php else: ?>
<?php endif; ?>
This may not be the result you ant but its what we wanted which is to have all the main menu elements show up in the mobile version and show up without a dropdown.
]]>I did the setup of Themolio and choose some posts in my index to show featured images but nothing happens.
Someone can help me ?
]]>why? (Error 500)
]]>I can’t get a custom background to display. I’ve tried uploading a few different files, changing the way in which it repeats, where it’s centered, etc., and nothing. It defaults to white, and since I removed the original one that came with Themolio, it also won’t let me change the background color.
Is there a way to override this problem in the code? If so, could someone point me to what I’d need to change?
]]>This theme looks on Desktop simply great, but not on mobile devices.
Standard installation without changes is not really responsive on samsung galaxy s3.
Its too wide, header looks destroyed, images are used in fullsize instead of thumbnails, etc.
I cant believe this should be a responsive theme.
Is there any way to fix this problem? I would be happy to use themolio also mobile.
]]>The site randomly loads in the mobile page even when it’s on a full widescreen desktop monitor.
]]>I’ve searched everywhere and can’t figure out how to adjust the sidebar width.
I’m using Themolio theme 2-column grid left to right with sidebar. My sidebar has a list of domain names but some are longer than others and bleed past the sidebar. All I need to do is make the sidebar a little wider so it fits the links.
New to coding so please be specific. Thanks!
]]>In the top-bottom layout view, all the posts follow each other tightly covering the spaces. But in the left-right layout view, the height of a row is set by the tallest post thereby allowing spaces after shorter posts.
I just would like both to look the same
Hi,
First of all thanks for this amazing grid layout theme.
I am a newbie to the WordPress and am using this theme for one of my friend’s website Buyoffers.in but I want to add one widgetised footer to this website.
Can anyone please help me customise the footer or point me to some related links??
Thanks in advance:)
The gallery is not working.
When I insert a gallery into a post, the preview doesn’t show anything, not event the rest of the content.
The images of the gallery are attached to the post (I insert them in the post).
]]>I would like to hide the text in the post until the user rolls over the image. similar to how this site does it.
my site is https://www.genderspender.com
This is my first time working on a website myself so I don’t know very much about HTML or CSS. I understand just enough to get the site to where it is now.
]]>How do i get Grid style view in the category and archive as well?
The Theme is great, just need that small thing changed ??
]]>I am trying to only show the image and author.
How do I hide the time, date, reply?
]]>I am completely new to doing this stuff myself. I work in the digital world, but I am trying to learn how to do some basic stuff on my own so I don’t have to rely on my developers for everything.
I installed the template and I am looking at the preview and it looks similar to pinterest in the sense that I see thumbnails and text under the images.
When I make a post all I get is the text and no image. How do I get the images to show up on the homepage when I upload a post?
]]>Does this theme give an option to disable comments on a particular post or pages while using third party plugins like Intense Debate, Lifefyre, or Disqus
If yes, how do we do that?
]]>I have one little problem with the login form in the frontend. When I click on the login button, the page does not refresh. This means that the users have to refresh it manually to see the hidden content. Is there a way to enable an auto refresh?
]]>Hello, I am trying to make my Themolio wordpress them to be all in grid view. I change the main index page to grid and it works fine. BUT the category / archive / search results pages are in blog style.
How can I change category posts and archive to also be in grid style? It will make my whole website look perfect and also I’m sure others will have this question later on as well.
Thank you very much for your support, God bless.
James
I created a bunch of custom post types.
When viewing the archives, Themolio breadcrumbs only show “Home ? “, when ideally it should say “Home ? CPTName ….” when listing the individual custom posts below.
Otherwise the breadcrumbs work great with regular post categories and tags.
How can I fix it?
Hi,
Thanks a lot for the great theme!
I was wondering how I can change two things:
1. header’s height: it’s a bit bigger than in the previous version, and I don’t seem to be able to find where I can change that in stylesheet. Can you help with that?
2. excerpt in grid layout on the front page: how can I set the number of characters showing in the excerpt?
Thanks in advance for looking into this for me.
]]>Hi awesome WP community! I’m using Themolio, I love it, but I’m going CRAZY trying to figure out how to edit the body font css. I’m happy with my nav and my titles/headings but the basic default text size is teeny tiny!
Can you help me?
My temp site is at https://khadija-annette.com/wordpress/.
Thank you <3 <3
/*
Theme Name: Themolio Child
Theme URI:
Author:
Author URI:
Description:
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
Tags: light, white, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
body { line-height: 1; text-shadow: none; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote: before,blockquote: after,q: before,q: after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Default HTML Elements */
h1,h2,h3,h4,h5,h6 { clear: both; word-wrap: break-word; line-height: 165%; font-weight: 700; }
p { word-wrap: break-word; line-height: 165%; }
pre { overflow: auto; font-family: Tenor Sans; margin: 5px; padding: 5px; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; _white-space: pre; }
a { text-decoration: none; }
abbr, .abbr, acronym { border-bottom: 1px dotted; cursor: help; }
address { display: block; margin: 0 0 0 1.625em; }
cite,em,i { font-style: italic; }
blockquote em,blockquote i,blockquote cite { font-style: normal; }
blockquote { padding-left: 15px; margin-left: 15px; border-left: 5px #ddd solid; font-family: Tenor Sans; font-style: italic; }
sup,sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }
dt,strong { font-weight: 700; }
: focus { outline: 0; }
del, strike, s { text-decoration: line-through; }
ins { text-decoration: none; background-color: #feeeaf; }
a img { border: 0; }
.clearfix: after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
: first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear { line-height: 1px; height: 0; margin: 0; padding: 0; clear: both; visibility: hidden; }
input { font-family: Tenor Sans; }
input[type="submit"], input[type="reset"], input[type="button"] { padding: 5px; border: 1px solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight: 700; cursor: pointer; }
input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border:0; padding:0; }
input[type="text"], input[type="password"], textarea { padding: 5px; border: 1px solid; }
textarea { overflow: auto; font-family: inherit; font-size: 100%; }
/* Body */
body { background: #e5e5e5 url(https://khadija-annette.com/wordpress/wp-content/uploads/2012/08/stock-photo-white-canvas-with-delicate-grid-to-use-as-background-or-texture-98558450.png) repeat; }
.wrapper { width: 1000px; margin: 0 auto; overflow: hidden; text-align: left; }
#content .wrapper { padding: 20px; }
.container { float: left; width: 740px; }
.fullcontainer { width: 100%; }
.widget-area { float: left; width: 240px; margin-left: 20px; }
/* Layout helpers */
.tablayout { width: 100%; }
.tablayout td { vertical-align: middle; }
.tablayout td.left { text-align: left; }
.tablayout td.right { text-align: right; }
/* Header */
header[role="banner"], header[role="banner"] .wrapper, header[role="banner"] .tablayout { height: 130px; margin-top: 20px; }
header[role="banner"] { background: url(https://khadija-annette.com/wordpress/wp-content/uploads/2012/08/stock-photo-white-canvas-with-delicate-grid-to-use-as-background-or-texture-98558450.png) repeat; padding: 10px; }
.site-title, .site-desc { line-height: 100%; }
.site-title a, .site-desc { color: #fff; text-shadow: #000 1px 1px; }
.site-title { font-family: Tenor Sans; font-size: 45px; font-weight: 300; }
.site-desc { font-size: 13px; margin-top: 10px; }
.custom-logo { max-height: 120px; max-width: 925px; margin-left: 10px; margin-bottom: 60px; }
header[role="banner"] #s { width: 120; border-color: #000; background-color: #111; border-right-color: #444; border-bottom-color: #444; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #777; }
header[role="banner"] #searchsubmit { width: 100px; }
/* Footer */
.social-link { margin-left: 5px; }
.social-link img { vertical-align: middle; }
/* Dropdown Menu */
nav { background: url(https://khadija-annette.com/wordpress/wp-content/uploads/2012/08/stock-photo-white-canvas-with-delicate-grid-to-use-as-background-or-texture-98558450.png) repeat; font-family: Tenor Sans;}
.main-menu { overflow: hidden; }
.main-menu ul, .main-menu ul ul { list-style: none; margin: 0 !important; }
.main-menu ul li { float: left; }
.main-menu ul li a { display: block; font-size: 16px; font-weight: 500; }
.main-menu ul ul { visibility: hidden; width: 140px; position: absolute; z-index: 999; }
.main-menu ul ul li { width: 140px; position: relative; }
.main-menu ul ul ul { left: 139px; top: 0; position: absolute; }
.main-menu ul li:hover > ul { visibility: visible; }
/* styling */
.main-menu a { padding: 30px 15px 10px 10px; color: #58595B; }
.main-menu li { background: url(https://khadija-annette.com/wordpress/wp-content/uploads/2012/08/stock-photo-white-canvas-with-delicate-grid-to-use-as-background-or-texture-98558450.png); }
.main-menu a:hover, .main-menu .current-menu-item a, .main-menu .current-menu-item li a:hover, .main-menu .current_page_item a, .main-menu .current_page_item li a:hover { background: url(https://khadija-annette.com/wordpress/wp-content/uploads/2012/08/stock-photo-white-weave-material-66272416.jpg) repeat; }
.main-menu .current-menu-item li a, .main-menu .current_page_item li a { background-image: none; }
/* Posts */
article.post, article.page, article.type-attachment { margin-bottom: 30px; background-color: #fff; border: .5px #808285 solid; padding: 20px; -moz-box-shadow: 5px 5px 5px #58595B; -webkit-box-shadow: 5px 5px 5px #58595B; box-shadow: 5px 5px 5px #58595B; }
.entry-title { font-family: Tenor Sans; color: #808285; font-weight: 300; margin-bottom: 10px; font-size: 24px; }
.entry-title a { color: #555; }
.entry-title a:hover { color: #111; }
.entry-meta { font-size: 13px; color: #888; line-height: 150%; padding-bottom: 10px; border-bottom: 1px #eee solid; margin-bottom: 15px; }
.entry-meta a:hover { text-decoration: underline; }
.entry-meta p { margin-top: 5px; }
.entry-content { line-height: 165%; overflow: hidden; }
.entry-content a:hover { text-decoration: underline; }
.entry-content * { margin-bottom: 15px; line-height: 165%; }
.entry-content *:last-child { margin-bottom: 0; }
.entry-content .wp-smiley { margin-bottom: 0 !important; }
.entry-content br { margin-bottom: 0 !important; }
.entry-content h1 { font-size: 24px; }
.entry-content h2 { font-size: 20px; }
.entry-content h3 { font-size: 17px; }
.entry-content h4 { font-size: 15px; }
.entry-content h5 { font-size: 14px; }
.entry-content h6 { font-size: 14px; }
.entry-content li { margin-bottom: 10px; }
.entry-content ul, .entry-content ul ul { list-style: disc; margin-left: 20px; }
.entry-content ol { list-style: decimal; margin-left: 25px; }
.entry-content ol ol { margin-left: 20px; }
.entry-content ul ul, .entry-content ol ol { margin-top: 10px; }
.entry-content ol ol { list-style: upper-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }
.entry-content ol ol ol ol { list-style: lower-alpha; }
.entry-content table { border: 1px #ccc solid; }
.entry-content table td, .entry-content table th { border: 1px #ccc solid; padding: 5px; }
.entry-content table th { background-color: #e5e5e5; font-weight: 700; text-shadow: #f5f5f5 1px 1px; }
.entry-content table caption { border: 1px #ccc solid; padding: 5px; border-bottom: 0 none; }
.more-link { font-family: Helvetica, Arial, sans-serif !important; clear: both; background: #f5f5f5 url(images/button_bg.png) repeat-x bottom left; position:relative; overflow:visible; display:inline-block; padding: 4px 5px; border: 1px #ccc solid; margin:0; text-decoration:none; text-shadow:1px 1px 0 #fff; font-size: 11px; white-space:nowrap; cursor:pointer; outline:none; zoom:1; *display:inline; color: #555 !important; font-weight: 700; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.more-link:hover { text-decoration: none !important; color: #fff !important; }
.page-link { clear: both; }
.page-link span { font-family: Tenor Sans !important; display:inline-block; position:relative; overflow:visible; padding: 6px !important; line-height: 100%; margin-bottom: 0 !important; font-weight: 700; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid; }
.page-link a:hover span, .page-link span { background: url(images/button_bg.png) repeat-x top left; color: #fff !important; }
.page-link a span { background-color: #f5f5f5; border-color: #ccc; color: #555 !important; text-shadow: #fff 1px 1px !important; text-decoration: none !important; }
.page-link .pages-title { background: none; border: 0 none; text-shadow: none !important; color: #555 !important; }
.entry-thumb { margin-bottom: 10px; }
.entry-thumb img { max-width: 100%; height: auto; width: auto; }
#author-info { clear: both; overflow: hidden; padding-top: 10px; margin-top: 15px; border-top: 1px #eee solid; }
#author-info a:hover { text-decoration: underline; }
#author-avatar { float: left; width: 48px; }
#author-avatar img { margin-top: 7px; }
#author-description { float: left; width: 85%; margin-left: 15px; }
#author-description h3 { font-size: 16px; font-family: Georgia, serif; font-weight: 300; }
.entry-utility { clear: both; padding-top: 10px; margin-top: 15px; border-top: 1px #eee solid; line-height: 165%; }
.entry-utility a:hover { text-decoration: underline; }
.utility-title { font-weight: 700; }
.sticky, .bypostauthor {}
/* Posts: Grid */
.grid-col { float: left; margin: 0 1%; }
.grid-col-2 { width: 48%; }
.grid-col-3 { width: 31%; }
.grid-col-4 { width: 23%; }
.grid-horizontal-col-2 { width: 44%; }
.grid-horizontal-col-3 { width: 27%; }
.grid-horizontal-col-4 { width: 19%; }
.grid-col article.post { padding: 10px !important; margin-bottom: 20px; }
.grid-title { font-size: 18px; margin-bottom: 5px; }
.grid-thumb img { max-width: 100%; height: auto; width: auto; }
.grid-thumb { margin-bottom: 10px; }
.grid-meta span { display: block; margin-top: 5px; }
.grid-meta span:first-child { margin-top: 0; }
.grid-meta .entry-comments { display: inline-block; margin-top: 5px; }
.post-grid-horizontal { padding: 10px !important; margin: 0 1%; margin-bottom: 20px; min-height: 250px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; _height: 250px; }
/* Widget Area */
.widget { padding: 10px; background-color: #fff; border: 1px #cecece solid; margin-bottom: 30px; }
.widget-title { font-size: 16px; color: #555; font-family: Tenor Sans; font-weight: 300; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #eee solid; }
.widget a:hover { text-decoration: underline; }
.widget li { line-height: 165%; margin-top: 5px; }
.widget ul ul { margin-left: 15px; list-style: square; list-style-position: inside; }
#wp-calendar { width: 100%; }
#wp-calendar td, #wp-calendar th, #wp-calendar caption { padding: 5px; text-align: center; }
#wp-calendar td { background-color: #eee; }
#wp-calendar th { background-color: #777; color: #fff; }
#wp-calendar #prev { text-align: left; }
#wp-calendar #next { text-align: right; }
.widget #s { width: 55%; }
.widget #searchsubmit { width: 35%; }
.tagcloud a { margin-bottom: 5px; display: inline-block; font-size: 11px !important; background: #f5f5f5 url(images/button_bg.png) bottom left repeat-x; border: 1px #d5d5d5 solid; color: #666 !important; text-shadow: #fff 1px 1px; padding: 3px 8px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; }
.tagcloud a:hover { color: #fff !important; }
/* Form elements */
input[type="text"], input[type="password"], textarea { border-color: #cecece; color: #777; }
input[type="submit"], input[type="reset"], input[type="button"] { background: url(images/button_bg.png) bottom left repeat-x; color: #fff; }
/* Navigation */
.navigation a, .single-navigation span a { font-family: Tenor Sans !important; text-transform: capitalize; background: #f5f5f5 url(images/button_bg.png) repeat-x top left; position:relative; overflow:visible; display:inline-block; padding: 7px; border: 1px #cecece solid; margin:0; text-decoration:none; text-shadow: 1px 1px 0 #fff; font-size: 11px; white-space:nowrap; cursor:pointer; outline:none; zoom:1; *display:inline; color: #555 !important; font-weight: 700; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 5px; }
.navigation a:hover, .navigation .current, .single-navigation span a:hover { color: #fff !important; text-decoration: none !important; }
/* Bread Crumbs */
#crumbs { margin-bottom: 20px; background-color: #fff; border: 1px #cecece solid; padding: 20px; font-size: 13px; color: #888; font-weight: 700; }
#crumbs a { color: #555; }
/* Images and alignment */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
img.alignleft { margin: 10px 20px 5px 0 !important; display: inline; float: left; }
img.alignright { margin: 10px 10px 5px 20px !important; display: inline; float: right; }
img.aligncenter { margin: 10px auto !important; display: block; clear: both; }
img.alignnone { /* not sure about this one */ }
.entry-content img, .comment-content img, .widget img { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large { max-width: 100%; width: auto; height: auto; }
.entry-content embed, .entry-content object, .entry-content iframe { max-width: 100%; }
.gallery dl, .gallery dt { margin: 0; padding: 0; }
.gallery-item { text-align: center; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 46%; margin: 2%; }
.gallery-columns-3 .gallery-item { width: 29%; margin: 2%; }
.gallery-columns-4 .gallery-item { width: 21%; margin: 2%; }
.gallery-columns-5 .gallery-item { width: 16%; margin: 2%; }
.gallery-columns-6 .gallery-item { width: 12%; margin: 2%; }
.gallery .gallery-item { float: left; }
.entry-attachment { text-align: center; }
.wp-caption, .entry-attachment { max-width: 100%; background: none !important; border: 0 none !important; padding: 0 !important; }
.wp-caption img, .entry-attachment img, .gallery-thumb img, .gallery-item img { max-width: 98% !important; height: auto; background: #fff; border: 1px #ddd solid; padding: 4px; }
.wp-caption .wp-caption-text, .entry-attachment .entry-caption p, .gallery .gallery-caption { font-size: 12px; margin-bottom: 10px; padding: 0 !important; word-wrap: break-word; line-height: 135%; margin-top: 5px; text-align: center; }
/* Comments */
.comment-title-container { background-color: #fff; border: 1px #cecece solid; margin-top: 30px; }
.comment-title-container td { padding: 10px 20px; }
.comments-title { font-family: Georgia, serif; font-size: 20px; font-weight: 300; color: #555; }
.comments-write-link a { font-size: 13px; font-weight: 300; }
.comments-write-link a:hover { text-decoration: underline; }
.comment-navigation { margin-top: 30px; }
.commentlist li { padding: 20px; background-color: #fff; border: 1px #cecece solid; margin-top: 20px; }
.commentlist li li { background: none; border: 0 none; padding-bottom: 0; padding-right: 0; }
.comment-meta a:hover { text-decoration: underline; }
.comment-meta p { margin-top: 5px; }
.comment-meta p:first-child { margin-top: 0; }
.comment-reply, .edit-link, .comment-awaiting-moderation { font-size: 11px; }
.comment-awaiting-moderation { font-family: Georgia, serif; font-style: italic; color: #333; font-size: 12px; font-weight: 700; }
.comment-meta { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #eee solid; }
.comment-content, .pingback-content { line-height: 165%; overflow: hidden; }
.comment-content a:hover, .pingback-content a:hover { text-decoration: underline; }
.comment-content *, .pingback-content * { margin-bottom: 15px; line-height: 165%; }
.comment-content *:last-child, .pingback-content *:last-child { margin-bottom: 0; }
.comment-content .wp-smiley { margin-bottom: 0 !important; }
.comment-content br { margin-bottom: 0 !important; }
.comment-content h1 { font-size: 24px; }
.comment-content h2 { font-size: 20px; }
.comment-content h3 { font-size: 17px; }
.comment-content h4 { font-size: 15px; }
.comment-content h5 { font-size: 13px; }
.comment-content h6 { font-size: 12px; }
.comment-content li { margin-bottom: 10px; padding: 0; }
.comment-content ul, .comment-content ul ul { list-style: disc; margin-left: 20px; }
.comment-content ol { list-style: decimal; margin-left: 25px; }
.comment-content ol ol { margin-left: 20px; }
.comment-content ul ul, .comment-content ol ol { margin-top: 10px; }
.comment-content ol ol { list-style: upper-alpha; }
.comment-content ol ol ol { list-style: lower-roman; }
.comment-content ol ol ol ol { list-style: lower-alpha; }
.comment-content table { border: 1px #ccc solid; }
.comment-content table td, .comment-content table th { border: 1px #ccc solid; padding: 5px; }
.comment-content table th { background-color: #e5e5e5; font-weight: 700; text-shadow: #f5f5f5 1px 1px; }
.comment-content table caption { border: 1px #ccc solid; padding: 5px; border-bottom: 0 none; }
.nocomments, .nopassword { padding: 20px; background-color: #fff; border: 1px #cecece solid; margin-top: 30px; }
/* Comment Form */
#respond { padding: 20px; background-color: #fff; border: 1px #cecece solid; margin-top: 30px; }
.form-allowed-tags { display: none; }
#reply-title { font-family: Georgia, serif; font-size: 20px; font-weight: 300; margin-bottom: 0; line-height:100%; }
#cancel-comment-reply-link { display: block; line-height: 100%; width: 100px; font-size: 12px; font-weight: 300; margin-top: 10px; display: block; }
#commentform p { margin-top: 10px; }
#commentform input, #commentform textarea { margin-top: 5px; display: block; }
#commentform label { font-weight: 700; }
.commentlist li #respond { border-color: #e5e5e5 !important; }
/* Footer */
footer[role="contentinfo"] { background: url(images/header_bg.png) repeat; font-size: 13px; color: #999; text-shadow: #000 1px 1px; }
footer[role="contentinfo"] .wrapper { padding: 20px 0; }
]]>
I appear to be seeing an unusual error when I click on tag-cloud entries or category entries on the side bar of the Themolio theme.
Here is the error message (with path obscured for my own sanity)
Parse error: syntax error, unexpected T_VARIABLE, expecting ‘,’ or ‘;’ in /…/wp-content/themes/themolio/archive.php on line 6
Am I doing something wrong? Is there something I should fix?
]]>hi, i notice that the homepage and other pages as categories scrolls very slow. I’ve found the problem: themolio loads images in original size.
A very quick fix is to change the function themolio_post_image and pass another parameter:
themolio_post_image($postid, $posttitle=”, $postexcerpt = ”, $postcontent = ”, ‘medium’)
instead of:
themolio_post_image($postid, $posttitle=”, $postexcerpt = ”, $postcontent = ”, $class = ”)
Hello, I loved the Themolio theme but I have noticed a some problem today. I want too launch my own blog. First time I’ve added some test posts at 29th June. Today I’ve add some more post for a test. After that i’ve noticed that all post have the same date (4h July), and good time (e.g. 1:47pm).
When I changed themolio to another theme, then post have normal, good date. So there is no problem with some plugin, and I think it’s a problem with themolio theme.
Can anybody help me with that?
BTW. Sorry for my English.
]]>