ingeb1971
Forum Replies Created
-
Hi Dakota,
I used this code in CSS to make my arrow a light grey (www.fine-organized.nl):
.icon.icon-arrow-right {
color: #b3b3b3;
}The next thing you to have to do is find the specific color-code for your arrow. It is represented by this part ‘#b3b3b3’.
You can find your desired color here: https://html-color-codes.info/As you can see on my website when you scroll down, another arrow (to go up) appears on the rigt side. If you like to add one to your page, I used the To Top-plugin.
You can read about it here: https://nl.www.ads-software.com/plugins/to-top/installation/It is a very easy to use plugin. After installatation it is automatically added to your Customizer-area.
I am a WordPress newby and had my arrow customized within minutes ??
I hope this was helpfull to you ??
Greetz,
IngeborgForum: Themes and Templates
In reply to: [Twenty Seventeen] Make Social Media links open in new tabHi Pothi,
such a fast reply and so easy to fixt the issue. As a newby when it comes to building my own website, I would never have guessed I could find the answer to my wuestion where you guided me to.
It is now working perfectly. So thank you for fixing my issue and teaching me something new.
Forum: Themes and Templates
In reply to: [Panoramic] Unable to create links in footer widget sectionAwesome, thank you! The overlook in that section is great now that all content has a similar style (www.fine-organized.nl).
I have no idea what happened – maby it was the update – but somehow I can now create links in the footer widget section like in other areas on my website. Last week I tried out of curiousity and it was not possible, but … miracles happen every day YEAH.
I do not need them anymore because of the new social media footer widget and the adjustable menu for internal links. But always good to know if I ever want to change that part of my website.
Thak you very very much for answering all my questions and solving my issues. Much appreciated ??
Enjoy the weekend!
Greets,
IngeborgForum: Themes and Templates
In reply to: [Panoramic] Adjust height footer widget sectionThanks!
Now that I have used an extra row with the social media links and leveringsvoorwaarden/disclaimer the footer widget section looks like I want it to. So I am very very happy ??
BTW I tried your code after the adjustments mentioned above, however the code does not appear to be changing anything. Not that I need it anymore, but you might like to know ??
I had noticed the update but not the new widget for Social Media Links.
Awesome!! Thank you very much ??
Hi ??
That works! Thank you very much ??
Greets,
IngeborgForum: Themes and Templates
In reply to: [Panoramic] Unable to create links in footer widget sectionHi outthebox or is it Peter? ??
Thank you for your reply ??
I am not quite sure if I understood correctly what I needed to do.
I have copied your code into the SOE field and changed the ‘Link Text Goes Here” with “Disclaimer” but then the complete code is showing up like a sentence, instead of a link.I have now made a new menu for the footer widget section, so I am pleased that the links now appear where I like them to ??
Only thing is that the words Disclaimer and Leveringsvoorwaarden are underlined.
Is there an easy way to have the links look like plain text, like all content in the footer area?With regards to the SiteOrigin Editor button to create/remove links.
Is there a reason that the button to create or remove links is not working when you use SOE in the footer widget section? I would really love that functionality in that area because it is so easy to use ??Sorry for all the new questions, but no hurry answering them ??
Greets,
Ingeborg- This reply was modified 8 years, 5 months ago by ingeb1971.
Great news! Can’t wait for the new functionality ??
Will you actively inform the current users of the Panoramic theme of these new functionality or is there a link to your website you can give me, so I can find all features, current and new?
Greets,
IngeborgThanks for your reply!
The content and appearance now look great! So I am very very pleased ??
Unfortunately, the page titles of the widgets I am using are still not showing.
When you have the time, can you have a look at that please? Thank you so much!
Greets,
IngeborgThe only other code in my custom CSS was the one I found on this forum regarding the ever showing headers:
.page .entry-header {
display: none;
font-weight: 200;
text-transform: none;
}
So I have really no idea why the errors occured. A little bug perhaps, because I cleared the entire custom CSS, entered both codes again and everything is working perfectly ??Thank you for your help!
Greets,
IngeborgHi,
Thank you for the custom CSS code, unfortunately it does not solve the problem.
When I entered the code in CSS a red dot with an x inside apeared on the left side of the Custum CSS field (left from the line numbers) containing errors I think:
– Expected LBRACE at line 7, col 38.
– Unexpected token ‘&’at line 7, col 38.– Expected LBRACE at line 7, col 41
– Unexpected token ‘,’at line 7, col 41.– Expected LBRACE at line 7, col 46.
– Unexpected token ‘&’at line 7, col 46.– Expected LBRACE at line 7, col49.
– Unexpected token ‘,’ ‘at line 7, col 49.Haha! I never would have thought of that! Never used that font before and never knew some fonts only exist in caps only.
Have changed to Sans Serif – which is quite similar – so I am very happy with the overall look of the content.
And a simple solution for an annoying problem ??Thank you so much for your help.
Greets,
IngeborgSo sorry ?? I thought I already did.
When I was writing my initial question something went wrong so I guess I forgot to put the link in, in the one I wrote after that hehe ??
So here it is: https://www.fine-organized.nl
- This reply was modified 8 years, 6 months ago by ingeb1971.
Thank you so much for your quick response ??
I was really happy to think I had the solution I needed so I copied your code into Custom CSS however there has not been any change ??
BTW My Custom CSS was not blank because yesterday I already put this code in CSS because of the headers on every page that I did not like (I saw this code in another thread on the forum for the Panoramic theme):
.page .entry-header {
display: none;
font-variant: normal;
}Could it be that the codes are interfering with eachother?
I also noticed a little box with an eye (?) on the upper right top in Custom CSS and when I opened that I noticed other ways to change text, decoration and lay out. So I tried some different things but again …. no luck ??
Maybe you can tell me if that is the right place to make changes and how to accomplish what I want or should I just leave that as is?I also found this code online but that does not do anything either:
p.capitalize {
text-transform:capitalize;
}Is it something I am overlooking or doing wrong?
Hoping to hear from you ??
Greets,
IngeborgForum: Themes and Templates
In reply to: [Panoramic] How to stop the page title from showingI wanted to know that too! Thanks for asking Miikku and thanks for solving it Out of The Box ??