-
Search Results
-
Hi
I want to change the icon box background color on the front site: http://www.psykosyntese.no/wp
I have Turn on the Custom CSS Class in functions.php:
– with this line I copy: add_theme_support(‘avia_template_builder_custom_css’);
– from this page: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
– and paste it directly under the ?php. in functions.phpI have made a Custom CSS Class: tik-boks-farve in the icon box menu, and put this code in the quick css:
.tik-boks-farve .iconbox_content {
background-color: rgba(87,113,49)!important;
Still, the background color in the box are transperant, and not the color i define in the CSS style…I have also tried this code in quick css:
.tik-boks-farve .iconbox_content {
background: rgba(87,113,49)!important;
wich dont work eatherWhat have i do wrong? I can see the line: add_theme_su….. also is showing as the last line in the window in functions.php…
Please help, it has work before, without Custom CSS Class and only a definition in quick css. Suddenly it dont work any more, then i turn on the Custom CSS Class but also that seems to make no differents :-/
Best regards!!
Tina62Topic: Link color for icon box
Hi there,
I want to specify a link color for a custom icon box, which I have named tnp-brown-box. Here’s the code I’m using, with no luck so far.
.tnp-brown-box .iconbox_content a:link { color: #A6B393 !important; }Can you point me in the right direction? I only want to change the link color on this specific box, not any of the others.
Thank you!First off, I want to complement you on what an amazing theme Enfold is. This is truly a favorite to work with as it is super simple to implement and even easier to customize. Thank you for making some of our lives easier.
I rarely ask for help as I try to get as much out of the forums as possible. So thank you for creating this amazing resource as well. Super helpful.
Now, I’ve scoured the web and have yet to find an adequate solution to this issue I am having. I’ll do my best to explain.
I am trying to insert a pricing table to compare services that are offered. Each button, either standalone or on the table have the same options and offer a manual link you are able to insert. I am trying to call a shortcode with a checkout form in the form of a popup like a fancybox or lightbox. The goal is so that users do not have to go to a new page to checkout, they can do so with a Shortcode with an API connecting to a merchant. When tested on the theme it works without the built in buttons, but when using the built in buttons, the fancybox doesn’t even appear.
I have tried to reference the form with anchor text (IE putting the div and style parameters in a code block prior to the button/table text).
Here’s what I put in the code block prior to executing the anchor text:
<div class=”fancybox-hidden” style=”display: none;”>
<div id=”fancyboxID-1″ class=”fancyboxID-1″>[FORM]</div>
</div>Then referencing it later like this:
<span class=”avia_iconbox_title”>Purchase Plan</span>The button is already styled so I am only trying to get this code to appear in a fancybox/lightbox button underneath the pricing table.
I figured since the href=”#fancyboxID-1″, I can insert this into the manual link URL in the button editing fields, but alas it doesn’t work.
But, a link like this doesn’t work: <span class=”avia_iconbox_title”>Purchase Plan</span>
It works when you click on the “Purchase Plan” link, but not when I’m referencing #fancyboxID-1 in the manual URL.
Perhaps there is an easier way to call a shortcode by using the theme’s built in buttons in the table or out, but I’m just not seeing it.
I was thinking making a new avia button shortcode that has a custom text area to run a script when clicked.
An alternative may be for a button to run some sort of script when clicked that opens a fancybox/lightbox that opens text or a shortcode. I’m just not sure how to do it.
Any help would be appreciated. Thank you in advance :)
Topic: icon box title heading
Hello,
Q1: I am trying to replace CAPs from Icon Box Titles with normal writing (no Caps), but I don~t know exactly how to do it. Could you please help? The same question for Main Menu items.Q2: I intend to replace the icons (Font: entypo-fontello) in the Iconbox with other images self-customized and uploaded? Thank you!
IonutTopic: phone-info with image
Hi there! when i try to put an image left to the phone-info text it makes the whole container larger and the social media icons dont fit in the container anymore. it also makes the logo area and breadcrumb container smaller.
here my screen:
http://tweer-loesenbeck.webdemo.rechenzentrum-luedenscheid.de/wp-content/uploads/2014/11/screenshot-tweer-loesenbeck-webdemo-rechenzentrum-luedenscheid-de-2014-11-27-14-29-40.png
here my custom css code:#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover { color: #ffffff; background: #54648f; } .title_container .main-title { display: none; } .title_container .breadcrumb { left: 53px; } #footer .social_bookmarks li { clear: none!important; } .iconbox_icon:hover { background: #ffffff !important; color: #1d3a8f !important; } #top .av-parallax.avia-full-stretch { background-size: contain !important; } #testbild { height: 430px; }Topic: Custom colors for icon boxes


