liamdempsey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] WooCommerce ready?Hi venturavan2,
Yes, that theme will be “WooCommerce-ready” in the sense that the WooCommerce plugin will integrate easily with the theme.
Forum: Themes and Templates
In reply to: [Zerif Lite] The update has completely trashed the site.Hi maggieymae,
Sorry to hear about the troubles. Can you please offer more clarity on what update you made? What was updated and how? It would be helpful if you shared a link to your live (production) site as well.
Forum: Themes and Templates
In reply to: Image/logo disappears after menu updateHi laholm71,
When I visit https://www.pacificlegacy.com/, I’m seeing the logo that you added to your first entry. It’s sitting as I believe it should be, based on your description. Please check out the screenshot below.
Does that not look how you want it to look?
- This reply was modified 8 years, 3 months ago by liamdempsey.
Forum: Themes and Templates
In reply to: Please help with blog font size on Relia theme!Yeah! No one likes migraines.
Forum: Themes and Templates
In reply to: Please help with blog font size on Relia theme!You’d like to increase the vertical spacing between paragraphs? If so, try adding the following to what I previously shared:
margin-botton: 20px
So, that will look like this:
div.post-content p { font-size: 18px; margin-bottom: 20px; }
Forum: Themes and Templates
In reply to: Please help with blog font size on Relia theme!Great. Please do let me know if it works out for you.
Forum: Themes and Templates
In reply to: Image/logo disappears after menu updateHi laholm71,
I am not certain that I’m understanding your issue. Do you mean that when you remove a link from a menu (be it for a page, post, etc., removed via the WordPress dashboard), the logo (as displayed above) and the drop-down menu items linking to child-pages are no longer showing up on the site?
I ask because everything seems to be working correctly on the site now.
Forum: Themes and Templates
In reply to: Please help with blog font size on Relia theme!Hi skyarliberty,
It looks like you added some CSS already to make the font-size for the
<p>
:DIV ARTICLE DIV.post-content P EM { font-size: 18px !important;
Did you add make that CSS edit? If so, can you please let me know how? (There are a number of different ways to edit CSS; I am eager to know how you were able to do so in this instance.)
If you can edit the CSS, you could also try this bit of CSS to help:
div.post-content p { font-size: 18px; }
Forum: Themes and Templates
In reply to: [SEOPress] Recent Posts on Static Frint PageHi harrysam,
Have you tried the following?
1) Within the WordPress admin dashboard, go to Settings > Reading.
2) Under the Reading Settings, you will see a drop-down option for ‘front page displays’.
3) Click on the ‘Your latest posts’ radio button.
4) Click on the ‘Save Changes’ button.
Forum: Themes and Templates
In reply to: [Enigma] Changing start pageHi donniealpa,
Try this for a fix:
1) Within the WordPress admin dashboard, go to Settings > Reading.
2) Under the Reading Settings, you will see a drop-down option for ‘front page displays’.
3) Click on the ‘A static page’ radio button to enable yourself to use the drop-down menu to select your preferred page.
4) Click on the ‘Save Changes’ button.
Does that work you?
Forum: Themes and Templates
In reply to: [Customizr] Fetured Pages!Having downloaded and installed the Customizr theme, it seems to work properly for me.
Here’s the approach I used:
(1) Within the admin section of WordPress, create the pages that will serve as featured pages.
(2) Once those pages are created, go Appearance > Customize within the admin section.
(3) Click on “Content: home, posts, …”
(4) Then click on “Front Page”
(5) Scroll down to the FEATURED PAGES OPTIONS
(6) Make sure that the “Display home featured pages area” setting is set to Enable.
(7) Complete the desired fields, selection your options from the drop-downs and add copy to the featured text boxes.
(8) Once you’ve completed the fields and made your selections, click on the “Save & Publish” button at the top of the Customize column.
(9) Surf over to the front-end of the site (where visitors can see your home page), refresh the browser and your changes should be visible.
Forum: Themes and Templates
In reply to: [Vantage] Vantage theme spacing above and below LogoYou’re very welcome. Glad I could help.
Forum: Themes and Templates
In reply to: [Enigma] ul li formatting not the sameYou can change the styling of
<li>
via a child theme or via the style.css file of your theme.Forum: Themes and Templates
In reply to: [Vantage] Vantage theme spacing above and below LogoOkay. Let’s try something else.
Please take a look at your style.css for the following:
header#masthead .hgroup
You should be able to edit the
padding-top
andpadding-bottom
.Forum: Themes and Templates
In reply to: [Vantage] Vantage theme spacing above and below LogoThe code that I shared above is likely to be in the header.php file in your theme.