hi there. Across all of my live posts and pages is a random margin looking grey line to the left of the page. How can I get rid of this!! Please see screen shot! Really appreciate someones help ??
Thanks
]]>I’ll supply screenshots momentarily, but I’ve been trying to control the extra space above the post title and below the date and tags.
I’ve figured out it’s part of the content area and something with .hentry but no matter what and how I try I can’t change it.
I can use the inspector on my browser and disable this padding: 6em thing but can’t find where it is anywhere to make a permanent change.
This padding also appears on all pages as they are also content subject to this secretive padding. (My home page is also a page itself with the masonry gallery.)
]]>Hi,
Greetings.
As you can see, the date label following the article has both publishing date and modifying date contained.
How can I: 1. Remove the modifying date and only show the original publishing date; or 2. put a space between these two days, to make it looks nicer.
Cheers.
]]>Hi there,
I wonder if I can display the last modified time of my posts beside the publish time ?
If not, how can I change the publish time into last modified time ?
Thanks!
]]>For my only post with extract on https://blog.bigsurtrailmap.net (site is new), clicking extract “Continue reading” (which is at bottom of first paragraph) enters full post 1 line down from top of second paragraph, so its start is not visible. Not good, users will get confused – I can’t expect them to realize they need to scroll _upward_ to see the start of the paragraph. This may be due to text being alongside an image.
]]>Please go to my site, https://www.shortblondeguy.com and search for Seattle on the top right.
You will see titles and tags (and text in the body of the post if it had any) but there will be no photos until you scroll and get to the infinite scroll jump.
The posts after the infinite scroll jump will have photos when you scroll down.
I cannot figure out if this is the theme or a plugin. It does the same thing in the Twenty Fifteen theme too.
]]>Hello,
So, i’ve just created my first blog and i’m already stuck…
If you take a look at my blog (https://mattrolfeblog.wordpress.com/) you will see that the image in the second from bottom post is full width, whereas the images in the other posts are much smaller. I like being able to post images at different dimensions, but frustratingly i can’t get any other images to post at the larger size. I thought that if you posted an individual image it automatically posts at the larger size unless you ‘reduce size’ in the options. But obvioulsy not as the top image has posted at the smaller size.
I’d be massively grateful if someone could explain to me how you adjust the image size, so that in future I can choose to post at different sizes.
Many thanks,
Matt
]]>Hi there,
I found that every widget title on sidebar (modify at Appearance > Widgets) uses H1.
Is there a way to change them into H2 or other tags? Since I think there should be only one H1 on every single page.
Hi there,
I’m using the Isola theme. While I tend to click the menu button, there is a empty transparent space under the menu button.
While I check the code, it’s like below
<span class="screen-reader-text">Primary Menu</span>
Then I try to hide it with child theme.
.screen-reader-text {
display: none;
}
.screen-reader-text:focus {
display: none;
}
But it doesn’t work.
1. What’s this for?
2. How can I hide it?
Hello,
I just wanted to find our if this theme is compatible with woocommerce?
TIA!
]]>Hi!
So I love the theme, but I’m very annoyed at the fact that even though I upload a header with the dimensions of 2000×500, it gets cropped on my computer…
When I preview and look at my blog through iPhone, the header image looks good. But on my computer and on iPad, the image is cropped on the sides a lot and the logo I have on my header barely shows..
Why is this, and is there any way of fixing it?
Im not good with CSS or HTML so any simple solution is greatly appreciated.
blog address: collegeicali.com
I’m not sure why can you explain how to fix it precisely. I made no changes I am aware of.
]]>I really like the isola theme developed by WordPress. I like that minimal theme.
But one thing I don’t find useful is the left side bar which expands when clicking the menu button near to site’s name.
As it’s not useful, I don’t want to keep that. How can I do that?
]]>When starting out in portrait mode, photos are the appropriate width for the post.
When moving the iOS device to landscape mode, the photos are a bit smaller and so is the width of the page.
Turning the iOS device back to portrait mode, the posts look the appropriate width again.
While back in landscape mode, refreshing the page brings all the widths to the expected sizes.
This is in all current iOS on iPad mini 3 and iPhone 5S and a friend’s iPhone 6 Plus.
How would one make the page refresh when switched to landscape mode?
You can try this out on https://shortblondeguy.com – If I resolve it I’ll update this post.
]]>Hey, everyone! I’ve got Javascript that behaves in the following manner at https://lhore.com.
1. Before a theme update for Isola (now Version 1.0.5), Javascript executed just fine in the <HEAD> </HEAD> portion of header.php.
2. After the theme update for Isola, the header.php file was overwritten and now that same Javascript no longer executes.
Here’s my Javascript that ran just fine before the update.
<!-- START LOOTSIE INTEGRATION CODE -->
<script>
window.lootsieInit = function(){
console.log('init');
var app_key = "your-unique-key-redacted";
var achievement_id = "welcome";
loyaltyPlatform.lootsieINIT(app_key).then(function(success){
//show lootsie IAN
loyaltyPlatform.lootsieACHIEVEMENT(achievement_id);
}).catch(function(error){
console.log("error", error);
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s);
js.id = id;
js.src = "https://browser-sdk.lootsie.com/1.0.1/js/lootsiebrowsersdk.min.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'lootsie-browser-sdk'));
</script>
<!-- END LOOTSIE INTEGRATION CODE -->
And here’s a video (at 2:07) where you can see exactly what that Javascript did.
I see the markup as a part of the page when I view the source, which seems correct (I’m now trying to move it in/out of the <HEAD> tag). The explanation now would seem up to how WordPress and the Isola theme now load up; why would something in the <HEAD> tag not execute, even later? The Javascript is made to execute eventually, and the service is indeed up (we’ve got it running at https://lootsie.com).
Is Isola doing something special that I must now develop around to get old, working Javascript to execute within it?
]]>Hello,
Just wanted to know if it’s possible to have the fly-out menu come out from the right instead of the left? I’ve been looking through the code but wasn’t able to figure it out on my own.
Thanks,
kxtn
Dear Kathryn,
sorry for the next question ?? Is it possible to increase the font size for the running text? There are so many different css classes and everything I tried didn′t work ;( I just tried to expand the p style in line 151 of the style.css:
p {
margin-bottom: 24px;
}
to
p {
margin-bottom: 24px;
font-size: 18px;
}
But if I do it this way the blockquotes are also 18px ;(
Sorry for the next noob question, but I am more a graphic than a css person ??
]]>Hi there,
I tried to create a post with an image gallery. I selected post type “Gallery” to create the post. In the preview of the theme it really looks like a charm. In my post the photos will not be displayed in this style. Do I have to add a special css class to the post? I′m integrating the gallery with this piece of code:
[gallery ids="11838,11836,11822,11826,11814,11810,11802,11801,11789,11793"]
Do I miss something? It would be very kind, if you could help me out ??
Great theme. Kind regards, Floyd
]]>Hello:
I love the Isola theme, but the text in my posts is difficult to read (greengatsby.com). I am using “paragraph” format to write my posts, but it comes out as light and italicized. Can you please help with this?
Thanks!
]]>I’ve amended template-tags.php in the inc folder to read:
if ( ! function_exists( 'isola_paging_nav' ) ) :
/**
* Display navigation to next/previous set of posts when applicable.
*/
function isola_paging_nav() {
// Don't print empty markup if there's only one page.
if ( $GLOBALS['wp_query']->max_num_pages < 2 ) {
return;
}
?>
<nav class="navigation paging-navigation" role="navigation">
<h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'isola' ); ?></h1>
<div class="nav-links">
<?php if ( get_next_posts_link() ) : ?>
<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'isola', TRUE ) ); ?></div>
<?php endif; ?>
<?php if ( get_previous_posts_link() ) : ?>
<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'isola', TRUE ) ); ?></div>
<?php endif; ?>
</div><!-- .nav-links -->
</nav><!-- .navigation -->
<?php
}
endif;
if ( ! function_exists( 'isola_post_nav' ) ) :
/**
* Display navigation to next/previous post when applicable.
*/
function isola_post_nav() {
// Don't print empty markup if there's nowhere to navigate.
$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true );
$next = get_adjacent_post( false, '', false );
if ( ! $next && ! $previous ) {
return;
}
?>
<nav class="navigation post-navigation" role="navigation">
<h1 class="screen-reader-text"><?php _e( 'Post navigation', 'isola', TRUE ); ?></h1>
<div class="nav-links">
<?php
previous_post_link( '<div class="nav-previous">%link</div>', _x( '<span class="meta-nav">←</span> %title', 'Previous post link', 'isola', TRUE ) );
next_post_link( '<div class="nav-next">%link</div>', _x( '%title <span class="meta-nav">→</span>', 'Next post link', 'isola', TRUE ) );
?>
</div><!-- .nav-links -->
</nav><!-- .navigation -->
<?php
}
endif;
The TRUE parameter should only link to the next post in the same category, but it isn’t, it’s being ignored.
Any clues?
]]>I love this theme, it’s exactly what I’m looking for with the emphasis on text, not images. Simple and uncluttered.
I’m creating a child theme and using category.php as the ‘contents’ page for each issue of a magazine. All I want to display for each post is the title and the author. However if the post type is ‘image’, it displays the word ‘image’ above the title and gets rid of the author’s name. I’ve managed to get it to display the author’s name but I can’t for the life of me work out how to get rid of the link ‘image’ above it.
Any pointers gratefully received.
]]>Hi there and thanks to the authors for this fine theme.
I′m working on my new website.
I like the idea to “hide” the navigation inside the toggle menu on the left side. It′s clear and elegant but some of my test visitors don′t get it. The last thing they are trying to click is the toggle button in the header.
How can I customize it? For example put a label on it′s side?
And by the way: in which line of the stylesheet is the light grey color of the header and the toggle menu defined?
Thank you in advance
]]>Great theme definetely!
However, i was wondering, is there a way to expand the size of theme to let say 960px instead this site right now?
thanks’
]]>Hey Guys I love this theme and no other theme will suit my purpose. Thanks for developing it.
Since 3.9.2 WP Update I am unable to use some features. Like my text doesn’t appear in the password box. Username/Password in modal login also appears in a weird manner ( https://varctest.prepvelvet.com/vt-38 ) . This happens only in Firefox.
Please reply asap.
]]>this theme is exactly what i was looking for. it is very pretty and minimal. snip. tanks for the theme. ??
]]>Hello, Isola is gorgeous! Props to Joen.
I have Isola installed both at my WordPress-hosted site, and my Bluehost WordPress site.
WordPress site has social widgets above the “Comments” section of my post, and the comments section is nice and compact:
crayonsplendor.wordpress.com
Bluehost site does not have social widgets, and the Comments section is expanded and clunky:
hellabeans.com
Could you let me know how to get the Bluehost version to have the social widgets and compact comments section?
Thanks!
Julia
Hello,
This theme is gorgeous! Can you tell me the best way to get the post the post excerpt rather than the entire post?
I know how to do it (php_the_excerpt), but the content template looks a bit different from what I am used to and I don’t want to disrupt anything.
My site features presentations inside each post; it won’t do to have them all loading when someone clicks on the blog.
Thank you,
Mason