Sofia55
Forum Replies Created
-
Go to SEO-Dashboard-Features and “Enable” “Advanced settings pages”. Save changes and this should help.
Go to SEO-Dashboard-Features and “Enable” “Advanced settings pages”. Save changes and this should help.
Forum: Themes and Templates
In reply to: [Zerif Lite] Page completely broken on version 1.8.5.5Did you guys come across this post. Maybe it will help.
https://wordpress.org/support/topic/looking-for-zerif-lite-theme/You will need to download the theme from their website and keep updated as per their instructions or you will encounter problems with the theme, because the theme is not with WordPress at the moment. They are working towards fixing this problem as mentioned in the link.
I have the theme installed on my website and as of right now everything is working well. I would follow their instructions in the post link above until they work things out with WordPress.
If you are going to download theme from their site and start over this way, I would advise that you have all the information on your website ready just in case the new theme download does not automatically carry all of your page information forward.
Best!
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif lite latest & WordPress 4.7 not compatibleDid you guys come across this post. Maybe it will help.
https://wordpress.org/support/topic/looking-for-zerif-lite-theme/You will need to download the theme from their website and keep updated as per their instructions or you will encounter problems with the theme, because the theme is not with WordPress at the moment. They are working towards fixing this problem as mentioned in the link.
I have the theme installed on my website and as of right now everything is working well. I would follow their instructions in the post link above until they work things out with WordPress.
If you are going to download theme from their site and start over this way, I would advise that you have all the information on your website ready just in case the new theme download does not automatically carry all of your page information forward.
Best!
Forum: Themes and Templates
In reply to: [Zerif Lite] Looking for Zerif-Lite themeSuper! It is up and working beautifully. Hope things work out with WordPress because it is nice to see it in the directory, but if not, I now know where to find it.
Thanks.
Forum: Themes and Templates
In reply to: [Pictorico] Remove Video Upload optionHi Rachel,
Thank you for the helpful link!
Forum: Themes and Templates
In reply to: [Baskerville] How to extend text on the front page?Sorry I don’t know of a code for this but you could try this plugin. It should help.
Forum: Themes and Templates
In reply to: [Pictorico] Content Under ImagesHi Kathryn,
I think this should be voted the best WordPress answer of the year if not the best WordPress answer of the decade. 🙂
It worked perfectly. I wanted the text below each image, but I guess that there is no space available for this?
Much thanks for your help!!
Forum: Themes and Templates
In reply to: [Baskerville] reducing space between page content and menu barYou can add this code in your child theme style sheet.
.wrapper.section { padding: 5% 0; }
Change the 5 to 1 etc.
Forum: Themes and Templates
In reply to: [Baskerville] How to create a "Home" pageIn admin on the left click on “Appearance” then “Menus”
On this page click on “Links” found on the left. Copy your site url and paste it in the url field and type Home in the “Link Text” field, then click “Add to menu”. The Home link will go to the bottom so move it to the top and “Save menu”.
Check your site and the Home Link should show up on the main menu.
Forum: Themes and Templates
In reply to: [Baskerville] Narrow format for Amazon storeYou can try changing the page to the full-width template. You won’t have the sidebar widget on that page but it will help.
In admin click on “Pages” on your left. Find your page “Online Store” and hover your mouse over it. Click “Quick Edit” and on your right you will see “Template”. Just select “Full width template” from the drop-down menu and “Update”.
Forum: Themes and Templates
In reply to: [Baskerville] .header .logo img { not workingForum: Fixing WordPress
In reply to: Admin Bar Disappeard from Front PageProblem solved.
Forum: Fixing WordPress
In reply to: Admin Bar Disappeard from Front PageNot sure I understand,
I deleted WordPress and reinstalled it. WordPress admin bar is still not displaying. It is a new install.
Forum: Hacks
In reply to: Registration form on front pageYes, I do have a child theme set up. Starting out, I thought there would be a simple get function that would get the registration form but no luck. The WordPress functions I have tried have either resulted in the form being displayed but not working; or the form not displaying at all.
I tried your example above and the it does display the form perfectly but the form does not work.
I think that I will just stick to having a link to the registration page. Seems like the hassle-free way to go.
Thanks for the help!