I seem to be missing the External Link Option. Do I have something turned off or is this a bug? Has anyone else had this problem?
It’s the fourth one down, the ‘Custom URL’ option.
I have the same issue. I put a link into custom URL, but it just reopens the page, not the URl I put in
It seems like your issue could be related to how the browser interprets relative and absolute URLs. Here’s a quick overview to help clarify:
- Relative URLs: If you enter a URL such as
www.example.com
withouthttps://
orhttp://
, the browser might treat it as a relative path. This could cause the link to append to your current domain, leading to the page reloading or not behaving as expected. - Absolute URLs: Adding
https://
orhttp://
at the start of the URL (e.g.,https://www.example.com
) ensures the browser sees it as a complete, independent web address. This should direct you properly to the intended site.
Possible solution: Double-check that your custom URL begins with https://
or http://
. This might resolve the issue and ensure the link points to the right page.
If this doesn’t address what you’re experiencing, let us know some additional details! It could help narrow down the cause.
Hope this helps!
Thanks Soluna
I was using a ACSS Frame. The heading in the card was set to clickable parent. When I deleted that class the problem was solved. Still learning about classes and CSS!. As a side, I am rebuilding a wix site with Bricks. What a dream is Bricks after Wix
Hi michaelahanti!
Glad to hear you resolved the issue with the ACSS Frame by adjusting the clickable parent class! It’s amazing how small tweaks with classes and CSS can make a difference. Sounds like you’re diving deep into Bricks and enjoying the switch from Wix. Bricks really does offer a lot of flexibility, especially for developers looking for a more tailored approach to building sites.
As a freelancer, I also often show my clients the advantages of using Bricks over builders like Wix or Squarespace. Unfortunately, many of them only focus on having a website at all, with little regard for quality. It’s a bit frustrating at times when you know how much more can be achieved with the right tools and approach.
If you run into any more questions about classes or other aspects of Bricks, feel free to reach out. Happy building!
Hello Can you please explain what you deleted exactly? I am having the same problem. When I use the dynamic data and use post url, it just direct me back to the home page instead of the actual post link