bofrank
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header Logo Scrolling and How to Fix MarginYes, I understand. I see that the theme has been changed from the parallax theme to a new theme which might be easier to fix the position of header now if still needed.
Forum: Fixing WordPress
In reply to: corrected tagline still shows incorrectly when I tag my websiteHi, The problem is that where you are posting the link from your website from is cached. For Facebook, you need to clear Facebook’s cache of your website to get any new edits you made. To do this
- go to https://developers.facebook.com/tools/debug/
- enter you url
- click debug
- click fetch new scrape info
- go to facebook, if already there, refresh the page
- enter in the url in your facebook post and the new info for your site should appear
Cheers
Forum: Fixing WordPress
In reply to: Editing links on my frontpageHi, can you please post a link to the website?
Forum: Fixing WordPress
In reply to: Search barHi Michal,
Can you post a link to your site?
The action button can probably be over-ridden with a script.-Bo
Forum: Fixing WordPress
In reply to: Header Logo Scrolling and How to Fix MarginFor clarification, do you want the logo to be always showing?
I’m using chrome on a laptop and I see the logo is scrolling up with the page.
screenshotForum: Fixing WordPress
In reply to: Suddenly no traffic after consistently 600 views a dayHi, maybe check to see where your traffic was coming from, and if the traffic was coming from a few links from other sites, maybe those links are no longer there?
Forum: Fixing WordPress
In reply to: Icon with Text ElementPut a couple line breaks at the end of the content in the smaller boxes.
For example:
Call Bespoke today to arrange your free no-obligation estimate or an informal chat regarding your cleaning service requirements.<br><br>
Forum: Fixing WordPress
In reply to: How to get sub-menu items colors on hoverIn style.css, the following class controls the parent list element’s style of the menu anchors on hover.
.navbar-inverse li:hover { background: #f4a91c; }
Forum: Fixing WordPress
In reply to: Icon with Text ElementHi, can you post a link to your site?
Forum: Fixing WordPress
In reply to: HTTP image error uploads and moreHi Darren, you may want to check to make sure you are not running out of space on your host server. -Bo
Forum: Fixing WordPress
In reply to: Setting toggle always on for SearchHi, can you provide a link to the site? Thanks!
Forum: Fixing WordPress
In reply to: HTTP image error uploads and moreHi, the site is loading 10+ MB worth of images up front. In particular, optimize https://boosterbutton.com/wp-content/uploads/2016/02/111H-1.jpg so that the site will load faster. Cheers, Bo
Forum: Fixing WordPress
In reply to: Page Background GONE!Ok, so with the Swell theme, you can use the built-in customizer to change the background.
You can view the screenshot of the customize panel here.
Although, I do not see any option to remove the background image. So, to get around this, try uploading a white image, which is not the optimal solution but works.
Forum: Fixing WordPress
In reply to: Can't change font size, leading & center captionsThere is a syntax error of putting the “!important” after the semicolon. So the correct way is
"line-height: 1!important;"
Forum: Fixing WordPress
In reply to: Videos won't play in SafariThis might be a clue: the video will show up if you inspect and edit the video’s iframe source in Safari thereby forcing it to reload. So I suspect there is a timing issue with the loading of the page and the video.