sacredpath
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Karuna] Background Image Per PageHi @throwstones, CSS is theme specific, and the above code was for the particular page that the original posted wanted to change. That page id will be different on every site, so you will have to use the web inspector built into your browser to find the relevant CSS for Twenty Seventeen.
This is the Karuna support forum. For Twenty Seventeen, please post in its support forum at: https://www.ads-software.com/support/theme/twentyseventeen
I there, if you are testing in Webmaster Tools, that is not always completely up to date, and can show errors and warnings on pages/posts where there aren’t any. I would suggest using: https://search.google.com/structured-data/testing-tool . That comes back clean on your site.
Forum: Themes and Templates
In reply to: [Lodestar] LODESTAR Theme – Suggestions/RequestsYou are welcome.
Forum: Themes and Templates
In reply to: [Sela] How to structure (nest?) navbar pages and sub-pages?Hi there, the best thing would be to create a Custom Menu where you can arrange the menu items just as you desire. For creating the sub menus, see the section titled Creating Multi-level Menus.
Forum: Themes and Templates
In reply to: [Sela] Setting up sela on self-hosted wordpressHooray and you are welcome.
Forum: Themes and Templates
In reply to: [Dara] Social Media Icons and Button ColorHi there, I see your site is hosted at WordPress.com. These forums are for those that self-host their own installation of WordPress software. The best place to seek help on your site is at?https://en.forums.wordpress.com/. Since you have one of the WordPress.com upgrade plans, you can also seek help via Live Chat at?https://wordpress.com/help/contact/.
For the social icons, add the following to your custom CSS. I’ve included a hover rule which lightens the social icon slightly on hover, which mimics the button color behavior.
.jetpack_widget_social_icons svg { color: #B8A41E; } .jetpack_widget_social_icons svg:hover { opacity: 0.8; } }
The following will should change the color for all buttons on your site, which were originally set to the pink color.
input[type="submit"] { background-color: #B8A41E; }
Forum: Themes and Templates
In reply to: [Lodestar] LODESTAR Theme – Suggestions/RequestsHi there, I see your site is hosted at WordPress.com. These forums are for those that self-host their own installation of WordPress software. The best place to seek help on your site is at https://en.forums.wordpress.com/. Since you have one of the WordPress.com upgrade plans, you can also seek help via Live Chat at https://wordpress.com/help/contact/.
For screens 30em and narrower, a media query is setting the top/bottom padding for the custom header image div to 10%. Wider than that, it is set to 20%. Add this to your custom CSS and it will set that padding back to 20% for screens 29.99em and narrower and keep the header image pretty much consistent on all screens.
@media screen and (max-width: 29.99em) { .custom-header-image { padding: 20% 0; } }
For the social media links, open that menu and then open each of the social menu items like you were going to edit them, and there should be an “open in new tab” checkbox below the title attribute field. If that does not appear, go to Screen Options at top right and activate the link target.
- This reply was modified 6 years, 9 months ago by sacredpath.
Forum: Themes and Templates
In reply to: [Sela] How to edit the font of the grid items Title and Content?Good idea. Let us know how things go.
Hooray and you are welcome!
You can create custom excerpts for your child pages of any length you want. If the excerpt module does not appear down below the text area in the page editor, go to Screen options at the upper right and activate it.
Forum: Themes and Templates
In reply to: [Orvis] Second blog page within the blogA category page uses the same post loop code that is used on a blog page, except there is a code added that filters the posts to show only those posts in that particular category.
To create a second blog page that would show only certain posts would require adding that same sort of filtering code, so in essence, it would be the same thing really.
Forum: Themes and Templates
In reply to: [Dara] Social media iconsHooray and you are welcome!
Forum: Themes and Templates
In reply to: [Sketch] Show header only on front pageYou are welcome, and happy webbing!
Forum: Themes and Templates
In reply to: [Sela] Setting up sela on self-hosted wordpressHi @envelopemeow, if you are going to use the Social Menu on Sela, that would require the installation and connection of the Jetpack Plugin.
Some people want to move the social icons to the top of Sela, and that is quite the process. What you may want to consider is the Dara theme, which is an updated to Sela with some improvements such as the social icons showing both at the top and bottom of the pages. Again, like with Sela, Jetpack is required for the social menus.
Unless you want to make some pretty extensive changes to the layout, I would not thing that Elementor would be required, but then again, I don’t know what you are wanting to do. If you look over the Dara demo site, you can get a feel for how it is all laid out and see if it will work for you right out of the box without need for a page builder. Unless you really need what a page builder can do, they only add additional complexity and have a pretty steep learning curve.
Hi there, the child pages on a grid page in Edin will display excerpts of the child page content and then the Read More link as seen here: https://edindemo.wordpress.com/page-templates/grid-page/. I see you have hidden the
more link
. Did you get this resolved?