Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Many thanks for that.
I’m wondering if this may not be a theme issue, but a Jetpack issue.
What is the URL of the site? I wouldn’t need admin access at this stage.
Many thanks!
Forum: Themes and Templates
In reply to: [Blask] How to Remove right hand blank space?Hey there!
Yes, so you could try:
@media screen and (min-width: 1025px) { .entry-content, .entry-summary { float: left; width: 100%; } } .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 70%; } .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: left; width: 20%; }70/20 seems to work best with the images in place there.
I hope this helps!
- This reply was modified 2 years, 11 months ago by Adam Leone.
Forum: Themes and Templates
In reply to: [Blockbase] Blockbase and HEIWAHey there,
Thanks for reaching out.
Ok so to check, is both Blockbase and the Heiwa theme installed? If not, it can be downloaded from this link and then installed onto the site. https://public-api.wordpress.com/rest/v1/themes/download/heiwa.zip
Many thanks in advance!
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Many thanks for that additional information, OK so is this appearing on other installations within that multisite? Additionally, has this been added via the network admin?
Many thanks!
Forum: Themes and Templates
In reply to: [Blask] How to Remove right hand blank space?Hey there,
So you would need custom CSS for that – you could try:
@media screen and (min-width: 1025px) { .entry-content, .entry-summary { float: left; width: 100%; } } .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: left; width: 100%; } .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: right; width: 100%; clear: none; }This can be added via Appearance > Customize > Additional CSS.
I hope this helps!
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Strange, ok – is this plugin installed also: https://wordpress.org/plugins/full-site-editing/?
Forum: Themes and Templates
In reply to: [Bibimbap] Compatibility with WPGlobus pluginHey there,
Happy to help you with this.
This would be compatible, for help with this plugin, you need to reach out to the WPGlobus developers.
I hope this helps to add reassurance.
Forum: Themes and Templates
In reply to: [Pictorico] Incompatible with current Jetpack version?Hey there,
Many thanks for reaching out – is the Jetpack plugin installed on the site? or are you getting this warning after it’s installed?
Many thanks in advance!
Forum: Themes and Templates
In reply to: [Bibimbap] Posts page displays home pageHey there,
Thanks for reaching out, the screenshots provided don’t seem to be working or may have expired.
Are you able to resend those please? It may give me a clue as to what is happening there.
As an aside, have you thought about creating a free WordPress.com site, and checking the site demo?
I hope this helps!
Forum: Themes and Templates
In reply to: [Penscratch] CSS to increase navigational menu fontHey there!
Happy to help you with this.
The CSS you would need is:
.main-navigation li a { position: relative; font-size: 25px; }This would be added via Appearance > Customize > Additional CSS.
I hope this helps!
Forum: Themes and Templates
In reply to: [CTLG] How can I use Adobe Fonts with this theme?Hey there,
Using an Adobe font is totally possible and you would need a plugin to install and run that.
These plugins can be found here: https://wordpress.org/plugins/search/adobe%20fonts/
I hope this helps!
Forum: Themes and Templates
In reply to: [Bibimbap] Posts page displays home pageHey there,
Happy to help you with this.
How can I get the theme to display my Posts Page? It seems like the settings are inverted on this theme
By default the homepage is set to show the posts, and so if you go to Appearance > Customize > Homepage Settings > set “Your homepage displays – Your latest posts”
In the editor, this would be the Index template. Are you able to see this template and if yes, what content is being displayed?
Many thanks.
Forum: Themes and Templates
In reply to: [Blank Canvas] Using a custom templateHey there,
Happy to help you with this.
But when I use it to create a new page, the new page only displays the custom template, none of the content I add when editing the new page. (I have saved etc).
So generally speaking, when going to Appearance > Site Editor, this is where the template would be edited, so that’s to say the header, footer, sidebar and where the content sits (not the actual content).
Where the content sits, in the editor, would sit a Post Content Block: https://en.support.wordpress.com/wordpress-editor/blocks/post-content-block/
The actual content, would be added via Pages.
I hope this helps!
Forum: Themes and Templates
In reply to: [Bibimbap] Front Page not DisplayingHey there,
Ok many thanks, I suspect the you would need to move the content to page, and in the template, there would sit a Post content block: https://en.support.wordpress.com/site-editing/theme-blocks/post-content-block/
I hope this helps!
Forum: Themes and Templates
In reply to: [Blask] Portfolio Template different in Mobile viewHello there,
How come that looks so different from the desktop version masonry grid?
The theme wasn’t designed to show a masonry grid on a mobile, and this is a requirement that’s not something natively possibly with this theme.
If I changed it to not be randomly generated, would that change the layout?
Potentially, yes, but in order to this, custom development would be needed and you would to locate a developer to make this possible. It would be out of scope for the support that’s possible.
The developer could also tweak the design to suit the changes they’re making.
I hope this is useful knowledge going forward.