-
Search Results
-
Hallo,
wisst Ihr zufällig ob es inkompatiblitäten zwischen enfold und dem Plugin Real3D Flipbook gibt? Bzw. wie ich diese bereinigen kann?
http://www.soelker-infrarotheizung.com/infobroschuere/Das Plugin stellt 3D PDFs dar.
Danke vorab für jeden Hint.
Topic: Multiple Headers
Topic: custom sidebars
Topic: Disable Avia Layout Builder
Help. Need to disable Avia Layout Builder.
Just purchased and installed Enfold.
My first experience with a visual builder. Ah … Historically I’ve made many customizations to the Home Page.
I get to the normal text editor in Posts … but can’t go to the default editor in pages.
When I click on the “default editor” button. I get the two tabs at the top of the page that say “Visual Editor” and “Text” but there is nothing in the frames. Just white space.
Spend an hour at least on this. Searched through posts here and on the main support site. Watched the video, read the documentation. No Luck. Wasting hours.
Can anyone help me?
Topic: Enfold Theme
Details in Private Content
Hi there! I have recently built a website with the ENFOLD Theme (www.orthodoxchristianreligion.com) but I noticed that both, the drop down menu and the mega menu do not show all the pages-categories I have in them. They both stop at the point the footer of the website starts which is different in every page. When you move the cursor on any page I have in the main menu at the top of the site, you see that the drop down menu and the mega menu show less or more sub pages in them. More specifically, the mega menu of the page Dangers have 21 pages in it. Not all of them show up. What can I do?
Thanks!Topic: Codeblock problems
Hello,
First: is there away to create an infobox without showing the icon? – I like the design of the infobox with the top icon, (the white box) I just want to remove the icon and circle. Another question: I have created my own infobox in css. I want to display it in a codeblock, but when I’m adding the code it won’t show correctly in the Enfold theme.
I want to add this code to the codeblock:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title></title>
<style media=”screen” type=”text/css”>/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}:focus {
outline: 0;
}
/* // Reset */body {
background: url(bck.jpg); /* image for body made with Photoshop using noise filter (gaussian monochromatic) on #ccc */
font-family: Georgia, Verdana, “Lucida Sans Unicode”, sans-serif;
font-size: 12px;
color: #999;
}h2 {
font-style: italic;
font-weight: normal;
line-height: 1.2em;
}div#container {
margin: 50px auto 0px auto; /* centered */
width: 400px;
}.menu {
position: relative;
top:3px;
left: 50px;
z-index: 80; /* the stack order: displayed under bubble (90) */
}.menu ul li {
-webkit-transform: rotate(-45deg); /* rotate the list item */
-moz-transform: rotate(-45deg); /* rotate the list item */
width: 50px;
overflow: hidden;
margin: 10px 0px;
padding: 5px 5px 5px 18px;
float: left;
background: #7f9db9;
text-align: right;
}.menu ul li a {
color: #fff;
text-decoration: none;
display:block;
}.menu ul li.l1 {
background: rgba(131,178,51,0.65);
}.menu ul li.l1:hover {
background: rgb(131,178,51);
}.menu ul li.l2 {
background: rgba(196,89,30,0.65);
}.menu ul li.l2:hover {
background: rgb(196,89,30);
}.menu ul li.l3 {
background: rgba(65,117,160,0.65);
}.menu ul li.l3:hover {
background: rgb(65,117,160);
}.menu span {
margin: 15px 80px 0px 0px;
float:right;
}.bubble {
clear: both;
margin: 0px auto;
width: 350px;
background: #fff;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
position: relative;
z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}.rectangle {
background: #7f9db9;
height: 50px;
width: 380px;
position: relative;
left:-15px;
top: 30px;
float: left;
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
z-index: 100; /* the stack order: foreground */
}.rectangle h2 {
font-size: 30px;
color: #fff;
padding-top: 6px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
text-align: center;
}.triangle-l {
border-color: transparent #7d90a3 transparent transparent;
border-style:solid;
border-width:15px;
height:0px;
width:0px;
position: relative;
left: -30px;
top: 65px;
z-index: -1; /* displayed under bubble */
}.triangle-r {
border-color: transparent transparent transparent #7d90a3;
border-style:solid;
border-width:15px;
height:0px;
width:0px;
position: relative;
left: 350px;
top: 35px;
z-index: -1; /* displayed under bubble */
}.info {
padding: 60px 25px 35px 25px;
}.info h2 {
font-size: 18px;
font-style: normal;
}.info p {
padding-top: 10px;
font-size: 14px;
line-height: 22px;
}.info p a {
color: #c4591e;
text-decoration: none;
}.info p a:hover {
text-decoration: underline;
}</style>
</head>
<body>
<div id=”container”>
<div class=”bubble”>
<div class=”rectangle”><h2>Worried?</h2></div>
<div class=”triangle-l”></div>
<div class=”triangle-r”></div>
<div class=”info”>
<h2>If you’re convicted of a crime, there can be devastating consequences.</h2>
<p>
[Read more]
</p>
</div>
</div></div>
</body>
</html>Topic: Simple portfolio in Enfold
Hi, I am trying to make a simple portfolio in Enfold. How can I create a portfolio like the one you have on your site here: http://kriesi.at/theme-overview
I just want 4 simple images across like you have and each image have a popup window with image and description.
Riggs
Hello,
First off, kudos on the new features in the latest releases of Enfold—this theme is a real beauty to work with over time since it just keeps getting better!
Is there any way to modify the functions.php in enfold to allow for the previous/next buttons in the Avia Post Nav to sort through a single parent category (or taxonomy) and allow for a continuous click-through order like so (for instance, if you only had three posts in the category):
-
first post
second post
third post
first post
second post
third post
first post
second post
third post
etc.Looking forward to your input!
Cheers
SethHow do I add additional Google Fonts to the font selection on Enfold for the Defines the Font for your body text area?
Thanks.
I tried this in functions.php but it didn’t work:
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Muli’] = ‘Muli’;
return $fonts;
}Topic: Woo-Commerce Integration
Hi there, i was using woo commerce in enfold theme.
Here my following scenario:-
I have add a product slider by enfold theme shortcode -> plugin additions -> product slider.
At the main page i can see the slider, however i hope can customize a little bit on it.
Current is showing the product, from browser development tools, i can see that there is two div in the slider.
First Div – anchor tag with inside it’s two div which is the image , and also product header ( The Description of the product)
Second Div – showing two anchor tag link which is “Add to Cart” and “Show Details”…My questions:-
Could it be possible i modify the slider, on clicking the First Div are also triggering the same effect with “Add To Cart” button on second div?
At final outcome i hope can only shown the image, hide the second div (“Add to cart” and “Show Details” ) completely…. Therefore by clicking the image will equally to add to carts.
Viewing 30 results - 216,481 through 216,510 (of 244,450 total)
