Digital experiences for all disciplines
Forum Replies Created
-
-
Yes, you can, though I don’t know if using a blank spacer will do it. You *can* use a text block or anything else that you can put an link into.
If the section you want to have it move to has text or any other object in it that can be wrapped in an tag, just use that.
The menu element should be wrapped in this kind of tag:
<a href="#aboutme">About Me</a>
The ‘anchor’ you want it to scroll down to when clicking on the menu item should be wrapped in this tag:
<a id="aboutme">Your Anchor Element</a>
Hope that helps!
This reply has been marked as private.January 13, 2014 at 10:35 pm in reply to: Using Font Awesome Icons – being stripped with SPB? #42262This reply has been marked as private.Nope, it’s still stripping it out. We’re using a SPB Text Block with an <h2> element in it and, if I place the code you gave within the h2 and enclose it with an a href link, then save it, everything still gets removed other than the h2 tags.
I don’t see a reference to that particular code usage on the page you referenced – am I missing something?
I’ll try it and get back to you!
Sorry, my bad. The code I was trying to use was this:
<h2>My H2 Heading <a href="http://linkurl.com" class="icon-rss-sign"></a></h2>
You can find the 3.2.1 cheat sheet here:
Have you tried uploading via FTP instead?
Did you copy the functions.php from the parent theme folder to the child theme folder? If so – that’s likely the problem. The child theme functions.php should *not* contain anything other than additional functions. If you have functions declared twice – once in the parent and once in the child, all hell breaks loose.
Can you give us a bit more info to go on? What did you do, exactly?
It may be easier to just add your styles to the ‘editor-style.css’ file located at themes/flexform/css/editor-style.css.
If you do it there you’ll need to make sure to keep a copy of it and replace it when you update the theme.
I visited your site using the link posted above and both Avast and Sophos indicated malware was present. Screenshot attached.
Quick FYI – it looks like you have a malware injection on your site, at least that’s what Avast and Sophos are telling me…
This is possible, but requires changing code in the theme PHP files and would take a bit of work. I doubt they’d be able to give you direction on that as it would be considered a theme customization.
Your best bet is to hire someone to help you with it.
October 20, 2013 at 5:47 pm in reply to: Can't enter a carriage return when I use dropcase shortcode in Flexform #27486I think I see what’s going on – your line breaks/paragraphs are still there, but you need to enter enough returns to move the text below the dropcap line height.
If you look at your code using Firebug or Chrome Dev Tools you should see something like my screenshot.
-