KokkieH
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rebalance] Vertical Padding around Menu, Header & Logo PicsHi there,
For more help with this, please contact WordPress.com support at https://wordpress.com/help/contact, where you have access to 24/7 live chat and email support.
This forum provides support for the self-hosted version of this theme, for people who downloaded it from the WordPress.org theme directory.
Forum: Themes and Templates
In reply to: [Orvis] Portfolio Page TemplatesYou can find detailed information on how Jetpack Portfolios work here:
https://wordpress.com/support/portfolios/
A portfolio page template is something that has to be included with your theme. Orvis includes such a template, and you select that template under the Page Attributes section in the editor sidebar while editing the page:
Forum: Themes and Templates
In reply to: [Pique] Make widget area at the bottom plain white with cssHi there,
This will make the background of the widget area white, and also remove the border that’s added around the site’s content area, else that will still be visible around the footer:
footer#colophon.site-footer::before { background-color: white; } #page.hfeed.site { box-shadow: none; }
And this will change the font color for your footer widgets, as they’ll be near-invisible against a white background otherwise:
#tertiary.footer-widget-area { color: black; }
Forum: Themes and Templates
In reply to: [Orvis] Portfolio Page TemplatesHi Robbie,
There is only one plugin called Jetpack – the one listed first if you search for it by name on the plugins page at https://wordpress.org/plugins/search/jetpack/:
https://wordpress.org/plugins/jetpack/
Log into WP-Admin on your site and go to the Plugins page. Search for Jetpack there, and install that plugin. Once you activate it, it will automatically take you through the process of connecting Jetpack to a WordPress.com account, including creating a WordPress.com account if you don’t have one yet.
Once the plugin is active, you can enable the Portfolio content type from Settings ->Writing in the dashboard.
For help with installing, connecting or using Jetpack, you can find the Jetpack support forums at https://wordpress.org/support/plugin/jetpack/
Forum: Themes and Templates
In reply to: [Shoreditch] Cover Photo – Full Width Not WorkingGlad I could help 🙂
Forum: Themes and Templates
In reply to: [Resonar] Featured image not working following upgrade to 5.6@nsphuoc you do this by creating what’s called a child theme, yes.
We’re not able to help you with that process, but you can find the WordPress documentation on this here:
https://developer.wordpress.org/themes/advanced-topics/child-themes/
Forum: Themes and Templates
In reply to: [Shoreditch] Cover Photo – Full Width Not WorkingTry this instead:
article#post-222.page.type-page.status-publish.hentry { padding-bottom: 30px; }
Forum: Themes and Templates
In reply to: [Lodestar] lodestar theme updateOkay, this is most likely related to changes in the jQuery version included in WordPress itself.
Please see if using this plugin makes any difference:
Hi there,
Jerry’s code works fine for me if I test it via the browser inspector.
Are you adding it in the Additional CSS section of the Customizer? Make sure that you add it underneath any existing code you already have in there.
I’ve also noticed the Canape Theme hasn’t been updated for over two years, do you think that this will cause a problem long term, I imagine they have ‘decommissioned’ it.
Canape hasn’t been retired, no, but you’re correct that it hasn’t been updated in a while. However, I’m not aware of any compatibility issues of this theme with the latest version of WordPress. If you do spot any issues, please feel free to let us know.
Forum: Themes and Templates
In reply to: [Lodestar] lodestar theme updateHi there,
You can find the most recent version of this theme here:
https://public-api.wordpress.com/rest/v1/themes/download/lodestar.zip
That said, can you give some details about what exactly isn’t working?
Forum: Themes and Templates
In reply to: [Seedlet] SidebarHi there,
Seedlet only has a footer widget area. There is no sidebar programmed into this theme.
To add a sidebar to the theme would require extensive modifications to the theme’s PHP files, and that’s not something we’re able to help with.
Forum: Themes and Templates
In reply to: [Button] How to activate excerpts?You’re very welcome 🙂
Forum: Themes and Templates
In reply to: [Button] How to activate excerpts?Hi there,
That thread is referring to the Content Options feature that is added to this theme by the Jetpack plugin.
If you want to make use of this feature, you’ll need to install the Jetpack plugin on your site and connect it to a WordPress.com account.
https://jetpack.com/support/content-options/
This will add a separate Content Options section to the Customizer. You cannot control this from the Homepage Settings section.
Forum: Themes and Templates
In reply to: [Dyad] CSS for Search in Primary Top MenuHi there,
It is not possible to add a search field using CSS, on any theme.
CSS can only be used to control the appearance of elements that already exist on the site. It cannot be used to add something that’s not there.
The simplest way to add search to your site is to add the search widget which is included in WordPress itself in one of the theme’s widget areas.
To add a search box anywhere else on the site would require modifying the site’s PHP code or adding a plugin. You can find a tutorial that explains how to do this using a plugin at https://www.wpbeginner.com/plugins/how-to-add-a-search-bar-to-wordpress-menu-step-by-step/
Forum: Themes and Templates
In reply to: [Canape] Slideshow says javascript requiredHi there,
That slideshow is not a feature of the Canape theme, but is added via the Jetpack plugin. Please post in the support forum for Jetpack for help with this: