Forum Replies Created
-
AuthorPosts
-
Issue is solved!
Is also have the same problem on the translated version. and also with the portfolio items.
Hello Victoria,
I solved the issue by using the smtp service. Its still weird but its working. Thanks!
Hello Jordan,
The weird thing is that standard emails from the wordpress install are being delivered. I think something in the theme goes wrong. We didn’t move the website. we installed the theme and rebuild the website from scratch. The other thing is.. I installed form 7 and it worked fine.
Kind regards,
- This reply was modified 6 years, 3 months ago by Candratech.
Hello Yigit,
How can i add a 3th language tot the list?
Is it also possible to change the language in the footer and header with a similar solution?
Kind regards,
This reply has been marked as private.The login details are in the private section.
Kind regards,
Hello Yigit,
I follow the link and did the following:
in the field for the privacy and cookie consent text I used the following text and code:
<span class=”nl-cookie”>in overeenstemming met de AVG wetgeving. Maakt onze website uitsluitend gebruik van functionele en analytische cookies. Door onze website te blijven gebruiken gaat u akkoord met het gebruik van cookies.</span>
<span class=”en-cookie”>In accordance with the General Data Protection Regulation. Our website only uses functional and analytical cookies. By continuing to use our website you agree to the use of cookies.</span>
In the quick CSS I placed the following code:
html[lang=”en_GB”] .nl-cookie { display: none !important; }
html[lang=”nl_NL”] .en-cookie { display: none !important; }Somehow it doesn’t seem to work.
Kind regards,
- This reply was modified 6 years, 5 months ago by Candratech.
Hello Nikko,
Can you provide me with a small step by step guide on how to create a page with this type of navigation?
Kind regards,
David
Hello,
We use the folowing code on our website to create the right color:
#top #header_meta, .alternate_color, .socket_color {background-color: background: #1e5799;
background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important;
background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important;
background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }This is working perfectly. However we would like to get the following in the same color:
The buttons
The footer widget areaHi Mike,
We solved the problem with a caching plugin, Thanks!
Hi Mike,
It looks perfect! Thanks for your support!
Kind regards,
I cleared the cache but it seems there are no changes. I added the login details in private content
Hi Mike,
I placed the code in the Quick CSS field. But is appears that nothing has changed. Maybe i’m doing something wrong.
Kind regards,
Hi Mike,
This is the code for the gradiant we like:background: #1e5799;
background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%);
background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 );Kind Regards,
Hi Rikard,
The website address is: http://www.candratechnology.nl. The items on the website in the following color: #0fa7d9 we want to make these items gradiant. This way the site looks more dynamic. This color is used in the footer, and in the breadcrumb area and in the area where you find our contact info and the language selection.
Kind regards,
Hey Mike,
Thanks! this is wat im searching for. Which file do i have to edit or is it possible to place this code in Quick CSS in the enfold theme options?Best Regards,
-
AuthorPosts