Geoffrey Shilling
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shop Isle] Shop Isle payment icons not showingCould you please provide a link to the site? That will make it easier to see what’s going on or if there are any errors.
Forum: Themes and Templates
In reply to: [Mins] Remove Page Title from Child PagesI’m glad to hear that worked! I see you created a new thread in the theme’s support forum. That’s really the best place to ask and hopefully they will see it and can provide some direction.
Forum: Themes and Templates
In reply to: [Mins] Remove Page Title from Child PagesBy keeping “that,” I meant the height of the heading area. Did you try that code to see if it helped?
I’m not sure about the video since I don’t have any experience with the theme. Hopefully the developers may have some suggestions when it comes to the video.
No worries, you’re not a pain. That’s what the forums are for. ??
@cag8f Please never post potential security vulnerabilities on the forums or anywhere public. This ensures the right people make sure there is or is not a problem before it’s made public for others to try and exploit. Please see the information on reporting plugin security issues, which includes emailing the plugins team like the Sayontan mentioned.
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Space between Menu ItemsCould you please provide a link to the site? That will make it easier to see what’s going on.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to center the Front Page menuCould you please provide a link to the site? That will make it easier to see what’s going on.
Forum: Themes and Templates
In reply to: Need to remove border on Anissa themeDid you get this fixed? I don’t see a gray border on the left two-thirds on the page now.
Forum: Themes and Templates
In reply to: [Twenty Nineteen] How to eliminate this white spaceTry adding the code below to the “Additional CSS” section of the customizer and see if that gives you the result you are looking for:
@media only screen and (min-width: 768px) { .site-header.featured-image { margin-bottom: 0; } }
Forum: Networking WordPress
In reply to: Need help with multisite domain namesI actually just started working with multisite myself, so I don’t have a lot of experience. But I did run into this issue when I first set up my install. My problem was that I had created the second domain, but hadn’t pointed it to the right place.
Do you have your second domain pointing to the same directory as your multisite installation? Have you seen the Codex article on domain mapping?
Forum: Themes and Templates
In reply to: [Mins] Remove Page Title from Child PagesGreat, I’m glad to hear that worked! The current height of your heading area (where the period is) is set to 67px. In order to keep that, try removing the period and adding this CSS:
h2.widget-title { height: 67px; }
You’ll just have to make sure that doesn’t affect anything else you don’t want it to.
- This reply was modified 5 years, 11 months ago by Geoffrey Shilling.
Forum: Themes and Templates
In reply to: [Mins] Remove Page Title from Child PagesThe theme’s developers may be able to direct you to an easier way, but this is possible with CSS. For the code below, add it to the “Additional CSS” section of the customizer.
First, hide the “About” text.
.page-title-container { visibility: hidden; }
Next, add your logo and center it (that is based on the current image you had displayed on the home page):
.hero .hero-inner { width: 100%; background-image: url("https://boldcultivation.com/wp-content/uploads/2018/12/bold-cultivation-logo-lowopacity-web-1-300x300.png"); background-position: center; background-repeat: no-repeat; }
Forum: Fixing WordPress
In reply to: add a border to my vimeoI would remove the border from that div and then try to add a border directly to the iframe within there. Something like this:
.panel-widget-style iframe { border: 3px solid #eee; }
- This reply was modified 5 years, 11 months ago by Geoffrey Shilling.
If you hover over your username and gravatar in the top right corner of the screen, select “Subscriptions” and you can see everything you are subscribed to and click the “x” for those threads you no longer want updates on.
- This reply was modified 5 years, 11 months ago by Geoffrey Shilling.
Forum: Themes and Templates
In reply to: [Hueman] Solid colour on drop-down menuDid you get this figured out? It looks like the drop-down menus are showing a solid color now.
Forum: Themes and Templates
In reply to: [Mins] Remove Page Title from Child PagesIt looks like the link to your page isn’t loading, with an ‘ERR_NAME_NOT_RESOLVED’ error. Has this page been set up with your host and their nameservers?