Forum Replies Created
-
AuthorPosts
-
Hi,
Let me correct my last observation. Ican see a New field after used the code above. BUT the main problem continues. When i export the wordpress files the xml file continuous showing the [avi..]… [/avi] codes and not the pure html code. Any suggestions?
Hi,
Thanks for the answser. I did that, but I not saw any chnages. Really a don´t know where are the problem.
I didn´t saw a new field under the Advanced Layout Builder with the live output of the elements as you add them using the drag and drop interface.
Thanks
Hi,
Did you have some suggestions?
Thanks
Hi,
Well, using this code:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
‘bitcoin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue92a’),
));The site becomes down. Not work.
Hi,
Thanks. But I put the code below in the functions.php but none visible difference. The export xml file continues with the different [av….] [/av…] codes.
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}Thank you.
Hi,
Now is perfect, thank you..
I would like to use the validation alert in other forms, not just the contact form, which code can be used to apply this validation?
THANKS
Hi,
Thanks for the anwser. It was a strange problem.
The solution was change the position of several css codes in the QUICK CSS, bringing some to the top of the list.
THANKS
From what I can observe the problem occurs only in the buttons that do not use texts. Just in button where I used icons!
Hi,
Works nicely.
Thanks
Hi,
Thanks, works nicelly.
Other question in this same topic. How can i chage the breadcrumbs in the posts?
The original is :
you stay here: Home / Blog / category / post name
I would like to use something like that:
you stay here: Home / Blog / post name
Just, How remove the category in the breadcrumbs?
Hi,
Problem solved. Just on file missing.
Thanks
Hi,
I was able to do that, using the code bellow in the comments.php.
<div class=”pagination”>
<?php paginate_comments_links(); ?>
</div>The same created a standard enfold pagination in all posts.
But now I have other problem. I trying to do that using the child theme. I using your:
enfold-child zip file. I created a include directory and put a copy of comments.phh inside.But now the pagination doesn´t work!! Why not? Where is the problem?
THANKS
Hi,
Is possible to do that in the enfold theme?
Hi,
Yes. Have the numeric pagination in the comments.
HI,
Issue was resolved. My mistake!
I didn´t see the “comment” button in the Layout Builder.
Sorry for the incovenience.
This reply has been marked as private.Hi,
I tried the suggested code in avia.js, and the problem was corrected.
Is not an elegant solution, but is enough in this moment.
Thanks.Hello,
You are correct, good idea!
Shame on me. :)
I just used:.page-id-7165 #header {
display: none;
}Thanks
HI,
Yes. But the same works normally in Standard Mode. The problem just occurs in the Blank Mode.
Thanks
This reply has been marked as private.This reply has been marked as private.Hi,
Thanks. But my problem is different.
The tooltip sytem works normaly in Standard Model, but in the Blank Model there are some align problems.
So I assume the problem is in some STANDARD CLASS, applied differently in the Blank Model.
Thanks
Thanks Man,
Perfect!
Hi,
ISSUE resolved, just using the code:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center " style="background-color: #7bb0e7; color: #ffffff;" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">75%</span></a></div>
THANKS
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center <strong>avia-custom-bg=#c9c9c9</strong>" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">95%</span></a></div>
Thanks You!
Hi,
PERFECT.
Thank You
This reply has been marked as private.Hi,
Sorry. Let me explain a little bit better. The disable will be just in front end.
Example:I have some google charts inside a Text Block, inside a column element. But the google charts don´t work in android or mobile devices. Then I would like to disable this Column Element just in mobile devices.
THANKS
-
AuthorPosts