Forum Replies Created
-
AuthorPosts
-
Hi!
1. WordPress alone it’s already SEO friendly, but if you want something more (like og tags, robots.txt, sitemap, etc) i’d recommend WordPress SEO.
2. Try adding this code to the Quick CSS:
.title_container { background: red; }Change as needed.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.hr-default { margin-bottom: 0; }Cheers!
JosueCan you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
div#av-magazine-1 { background: #f0f0f0; padding: 10px; }Cheers!
JosueThere is, but that’s something we can’t help from our side unfortunately, try contacting someone from Codeable.
Alternatively, you can look for a similar font here (these are way easier to include):
http://www.google.com/fontsCheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are seeing Helvetica Neue because Mac systems do have that font installed, i think the best thing you can do is to make an Arial fallback for Windows users:
body { font-family: ‘Helvetica Neue’, 'Arial', sans-serif; }Best regards,
JosueDe nada :)
June 3, 2014 at 8:27 pm in reply to: Child theme, custom.css – doesn't matter – I can't override anything! #274176Hi!
It’s definitely something on your end, here’s how i see it:

Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Colin!
1. Are you putting this code in the Quick CSS?
2. Where are these font files located in your server?
3. Which version of IE is presenting this issues?
4. Can you post a link to the website?Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHola,
¿Esto es lo que quieres cambiar?

De ser así, revisa este topico:
https://kriesi.at/support/topic/home-icon/#post-228117Saludos,
JosueYes, that will update the Enfold theme.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
strong.avia-testimonial-name { color: white !important; }Cheers!
JosueLike this:

@RobWu were you able to find the root of the issue? if not, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueCan you post a screenshot?
I was able to add a Text Block with multiple break lines here:
http://69.195.124.153/~smallan3/?page_id=2870&preview=trueRegards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue@liane, manual update is working as expected:

Regards,
Josue@liane i couldn’t test the manual update because the page returned this message:
Vous n’avez pas les droits suffisants pour accéder à cette page.
Regards,
JosueGo to Users > Add New and create an user, you can use (Email address hidden if logged out) as the email. Once you done that post the login info here as a private reply.
Regards,
Josue@peterolle, i think this is happening because you have changed all the parent theme meta info (style.css, folder name, etc), therefore is not recognizing it as the “enfold” theme.
@RobWu can you please create me an administrator account? post it here as a private reply.Best regards,
JosueThe login link you posted is returning:
You must log in to access the admin area.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
main.template-page.content.nine.alpha.units { padding-top: 0 !important; } div.entry-content > p:first-child { margin: 0; }Cheers!
JosueHi,
The “Check Manually” method should work. Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi Michael!
Try assigning each bar a different class:

Then you can use a code like this in the Quick CSS:
#main .ls-l .layerslider-progressbar1 .bar { background: #0869a6; background-image: -webkit-linear-gradient(-45deg, #0869a6 25%, #2a8bc8 25%, #2a8bc8 50%, #0869a6 50%, #0869a6 75%, #2a8bc8 75%, #2a8bc8); background-image: -moz-linear-gradient(-45deg, #0869a6 25%, #2a8bc8 25%, #2a8bc8 50%, #0869a6 50%, #0869a6 75%, #2a8bc8 75%, #2a8bc8); background-image: linear-gradient(-45deg, #0869a6 25%, #2a8bc8 25%, #2a8bc8 50%, #0869a6 50%, #0869a6 75%, #2a8bc8 75%, #2a8bc8); }And repeat for each bar, change the hex values accordingly.
Cheers!
Josue -
AuthorPosts
