Forum Replies Created
-
AuthorPosts
-
Hey!
You can use either the Quick CSS or the child theme style.css
Best regards,
JosueHi!
Yeah, try something like:
add_filter('kriesi_backlink', 'avia_backlink'); function avia_backlink() { return ' <div class="custom_text">website design by <a href="#">Deestone Development</a></div>'; }CSS:
.custom_text{ float: right; }Cheers!
JosueHi!
Use this code instead:
@media only screen and (max-width: 767px) { .av-icon-char { font-size: 20px !important; padding: 10px !important; } }That will target all icons, not only icons with a link.
Cheers!
JosueHi!
It loads fine on my (the first time it took some seconds obviously). Have you checked in a different computer with a different connection?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div#wrap_all { display: block !important; }Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueYou are welcome.
Hey!
Glad it worked, what plugin did you use?
Best regards,
JosueMay 10, 2014 at 3:25 am in reply to: Contact Form fields on the same line alignment problem on Mobile devices #262698Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .avia_ajax_form .form_element_forth { float: none !important; width: 100% !important; } }Cheers!
JosueHi!
It is loading at least in the browser:
http://qwikthinkers.com/wp-content/themes/enfold/css/custom.css?ver=1
http://qwikthinkers.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1Can you create an administrator account and post it here as a private reply?
Best regards,
JosueHey!
You need to put the code inside the theme functions.php (at the end), not the WP functions.php.
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Jörn!
If you want to be able to edit the code produced by the ALB, simply add this to your functions.php file:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug(){ return "debug"; }Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
This will do it:
add_filter('kriesi_backlink', 'avia_backlink'); function avia_backlink() { return ' website design by <a href="#">Deestone Development</a>'; }Best regards,
JosueHey Vicken!
You’d need to use a specialized plugin for that, like:
http://wordpress.org/plugins/contact-form-7/Best regards,
JosueAlthough you don’t have the same freedom to put HTML content, you can attach buttons to a Fullwidth Easy Slider:

Hi,
Can you post the link to your website please?
You can use css/custom.css in the meantime.
Regards,
JosueHello!
Try contacting a developer here:
http://codeable.io
http://kriesi.at/contact/customization
http://studio.envato.com/explore/wordpress-customizationCheers!
JosueHi!
You’d need to put the button in HTML form (inside a Text/Code block):
<div class="avia-button-wrap avia-button-left avia-builder-el-43 el_after_av_button el_before_av_button "><a href="#" class="avia-button avia-icon_select-yes avia-color-grey avia-size-large avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title"><abbr title="Grey">G.</abbr></span></a></div>Best regards,
JosueHi!
Use the inspect tool (Chrome) to get the HTML code of the one you like:
http://screencast.com/t/sHZPaTExExample:
<div class="avia-button-wrap avia-button-left avia-builder-el-43 el_after_av_button el_before_av_button "><a href="#" class="avia-button avia-icon_select-yes avia-color-grey avia-size-large avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Grey</span></a></div>Cheers!
JosueHey!
You could try creating a Page Template and having something like this as the file content:
http://jsbin.com/vuxohomo/1/edit?html,outputCheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve? a link to what you have now would be helpful too.
Best regards,
JosueHey!
The default editor is blank because you are using the Advanced Layout Builder in most of your Pages.
Regards,
JosueHi!
You can easily edit the layer appearance right there:
http://screencast.com/t/07cpExGZx7Also, here are all the buttons styles Enfold has:
http://kriesi.at/themes/enfold/shortcodes/buttons/Cheers!
JosueHey!
Please update the theme to its latest version.
Best regards,
JosueHi,
Have you contacted the plugin author for more info about the issue? does it happen with the default theme?
Regards,
JosueHi Tal!
I tried the font you shared on my local install and it uploaded and was usable with no issues:

Do you have the latest version of Enfold & WP? have you tried disabling all third-party plugins?
Best regards,
JosueHey!
No, you’d need to add the layer within the LayerSlider window:
http://screencast.com/t/RjAOemxBBest regards,
Josue -
AuthorPosts
