This topic has 18 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hi,
the latest update for visual composer is not working?
when I click to edit via the front end and open a text box it shows no previous code / text ??
This means you can not edit without changing the whole text??
This bug needs to be resolved.
It’s ok, I reinstalled the plugin and it’s working now!
Please close this topic.
Thanks
Sorry to say I am having issues still.
1) when I create a info box, I add title and then description, however I can not add custom text to include a custom font using the P style tag, nothing happens?
I also had issues some time ago where the title of the info box and description had a big gap.
I was given this code to reduce the gap.
.aio-icon-header + .aio-icon-description { margin-top: 0px !important; } .aio-icon-component * { margin-bottom: 2px !important; }
Websit in private content
Hello,
Please add this code to reduce the gap:
.aio-icon-component {
margin-bottom: 0px !important;
}
.aio-icon-box, .wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box {
margin-bottom: 10px !important;
}
We can’t log in to your wp-admin panel getting an error “Error: Your account has been locked. “.
Please open access for us and provide us with the content you’re trying to add into “Info Box” element.
Thank you.
Regards,
Eva Kemp.
Hi,
That’s not made any difference to why you can’t add custom font using p style tags?
Hello,
Would you be so kind to open access for us and provide us with the content you’re trying to add into “Info Box” element?
Thank you.
Best regards,
Jack Richardson.
Hi,
Access now open.
Please check the visual composer row under ‘ customer satisfaction ‘
That text should be 18px but it’s not displaying that size?
Thanks
Hello,
As I see text font size is 18px:
Try to check it in another browser.
Thank you.
Best regards,
Jack Richardson.
Hi,
Please remove image with website details please.
Sorry it is the text under the icons in lower case, below ‘ customer satisfaction ‘
Thanks
Hello,
The reason is Ultimate VC Addons plugin has different style for this element. Please try to use this code in child style.css:
.aio-icon-description * {
font-size: 18px !important;
}
Regards,
Eva Kemp.
Eva,
What is the reason for that please?
Thanks
Hello,
The reason is Ultimate VC Addons style overwrites your changes, that’s why you have to change font styles via custom.css or child theme.
Regards,
Eva Kemp.
Eva,
The code you posted did not work?
Hello,
Could you please show a screenshot of the element that you want to change font size for, so we can give you the correct code of that element?
Thank you.
Regards,
Eva Kemp.
Here you go
Also the same for the text under the icons at the top of the page, under the section ‘ HOW OUR SERVICES WORK ‘
Thanks
Hello,
Please use this css code in your child style.css file:
.aio-icon-description p {
font-size: 18px !important;
}
Regards,
Eva Kemp.
Eva,
That has done the trick, thanks.
So would I need to add custom fonts to the class aio.icon.description now?
Hello,
Yes, you have to add font styles to that code.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up