-
AuthorPosts
-
February 14, 2018 at 12:25 pm #912230
Hi there,
It looks like the icon box doesn’t like having 1/2 columns in it:There are 2 issues:
1. The second column start lower than the 1st one.2. The background color doesn’t enclose the text in the icon box.
In case you need it, here are the shortcodes I’m using:[av_icon_box position='top' icon_style='' boxed='' icon='uf100' font='flaticon' title='Contents' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='' admin_preview_bg=''] [av_one_half first]<a href="#free-lessons-guitar-sites">Free lessons >></a> <a href="#paid-lessons-guitar-sites">Paid lessons >></a> <a href="#tablature-guitar-sites">Song tablature >></a> <a href="#online-guitar-tools">Online guitar tools >></a> [/av_one_half] [av_one_half]<a href="#guitar-news-sites">News >></a> <a href="#guitar-tech-sites">Technical >></a> <a href="#guitar-software-apps">Software/Apps >></a> <a href="#cool-guitar-sites">General coolness >></a> [/av_one_half] [/av_icon_box]
Can you fix this please?
Thanks,
Tom- This topic was modified 6 years, 9 months ago by fisherman.
February 14, 2018 at 4:36 pm #912339Hey Tom,
Try to remove the space between this code:
[/av_one_half] [av_one_half]<a href="#guitar-news-sites">News >></a>
it should be like:
[/av_one_half][av_one_half]<a href="#guitar-news-sites">News >></a>
Hope this helps :)
Best regards,
NikkoFebruary 15, 2018 at 11:10 am #912694Thanks, that fixes issue no. 1, but issue no. 2 still remains.
The icon box background color doesn’t enclose the text…
What should I do?
Thanks,
TomFebruary 15, 2018 at 9:28 pm #912937Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisFebruary 15, 2018 at 9:44 pm #912958Hi, there is no need for you to log in.
Just paste the shortcode I gave in the initial support post into your Enfold installation, and you’ll have the error as well.
I tried it with another Enfold installation on a different server, and the same thing happened.
The box does not go down to the bottom of the text, if there are 1/2 columns placed into the Icon box via shortcode.
Best,
TomFebruary 16, 2018 at 6:12 am #913128Hi Tom,
You will need to set a minimum height to the element for the background to cover the content:
.iconbox_content { min-height:300px; }
Best regards,
RikardFebruary 16, 2018 at 11:50 am #913220Hi, thanks, but this is more of a hack than a real solution. This doesn’t address the responsive view, and also is global to all of the icon boxes on the site.
I’ll target it to work on this page only and add the media query, but will you fix this error in the next release please?
Best,
TomFebruary 17, 2018 at 6:21 am #913499Hi Tom,
I’ve never seen that before, likely due to most customers not using layout shortcodes in an element like that which is not supported by the layout builder. I’m guessing that is happening because you are using shortcodes, if you only use regular content, does the same thing happen?
Best regards,
RikardFebruary 21, 2018 at 11:47 am #915364Hi, with normal content, it works fine.
But I think having column shortcodes in an icon box is a widely used thing, especially for table of contents for longer articles, like I’m using it.
Will you fix this? Or is there any other way to create a 2-3 column table of contents with a boxed background?
Best,
TomFebruary 21, 2018 at 8:30 pm #915665Hi,
We are not sure if there will be a fix on that and if yes – when.
We have forward the issue to our developers for you although.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.