haldav
Forum Replies Created
-
Thanks for your reply but none of these things worked. I don’t know what to do here.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP has been placed into safe mode: why?!Hi, @abhikr781. This morning, I was finally able to eliminate the error from my WordPress dashboard. The website URL was different in the WordPress settings menu from what it should have been. Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP has been placed into safe mode: why?!Hi,
I’m receiving this error as well. I upgraded my hosting plan to a managed WordPress plan with my web hot and they forced the address to append the www in the browser when the site loads. This error will not go away, I’ve tried all three buttons with no results. Now what? Please help!Thanks!
Thanks for the advice, but changing the page template didn’t fix the issue. I was able to return the content I lost to the disappearing widgets via some shortcode. It’s a less than ideal solution, but it works for now. Thanks again.
Thank you for responding. The Front Page Widgets are no longer available through the Customizer via the backend. The only widgets available to edit are Blog Right Sidebar, Showcase Front Page, Page Banner, Footer 1, Footer 2, Footer 3, Footer 4, and Call to Action. I can edit the Front Page Widgets (1 through 4) through the path of Appearance – Widgets, but they are not an option to edit via the Customizer. Any ideas?
Hi ip11166. To change the site title font face, create a child theme and insert this into the child’s CSS document:
.basic #site-title a { font-family: 'INSERT FONT HERE', INSERT GENERIC FONT FAMILY HERE (such as "sans-serif"); font-size: ??? color: #?????? }
Hope this helps!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Social Bar TextOkay, thanks. I’m hoping for some pointers where code is concerned. Examples and such.
Forum: Themes and Templates
In reply to: [Virtue] Home Page WidgetsThanks, Cashie, but I want to have widgets without using the footer widgets because I only want these visible on the homepage, not throughout the site. I wonder if there’s a way to achieve this.
Forum: Themes and Templates
In reply to: [Virtue] Search Button MissingI’m also having this problem. The magnifying glass is missing, having been replaced by some gibberish. My site is still local, so no link. Thanks for a great theme!
Edit: Nevermind.
Along those same lines… is there a way to show NO logo on the home page, but on all other pages? That would make this theme perfect!
Forum: Plugins
In reply to: [Namaste! LMS] Certificate of completionTo be more concise: I wish to use a pdf template for the certificate. Is this possible?
Forum: Plugins
In reply to: [Namaste! LMS] Certificate of completionWhich file do I edit?
Forum: Plugins
In reply to: [Namaste! LMS] Certificate of completionprasunsen,
Thanks for your reply! What I mean is, can the certificate be made to look however we want it to? Such as color and background and such?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Right sidebar doesn't showI did add a widget, but it didn’t work. However, late last night I was able to get the sidebar to appear. For some reason I had the page width set incorrectly. The page width must be set to default. That did the trick. To do this, go to the edit page screen and on the right hand column, set the pagr width value to default. Now I just need a third custom menu for the right sidebar. I’m hoping jQuery Mega Widgets does what I need. This is to be an E-learning site with a ton of pages. Thank you, Sir ??
Forum: Themes and Templates
In reply to: [Hum] Hum – Vertical lineNo problem, cablord. FYI, the website I was working on is at https://robertedwinfrank.com
In your .css file, find:
#access
and edit the padding property. I changed mine to:
padding: 10px;
Let me know if this helps.