Hi, I’ve seen the new fullscreen slider on the Enfold demo site. I’m so in love with this slider, exactly what I have been waiting for! But although I can see a title, subtitle and button on the second slide, I’ve no idea how to add that myself. Example of the slider I’m talking about: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Where can I add content to the easyslider, please? I can add content by adding html to the debug mode like ‘<h1>Title<h1>’ and it seems to automatically fade in from bottom to top, but how to do it without debug mode and where to decide the animation?
I really love the way the twitter link is displayed on this page (top of the right column): http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
Unfortunately it doesn’t seem to work if I enter my account name in the widget. The Twitter icon doesn’t appear, nor do I get an error. I don’t need the RSS one, but if I enter # in the RSS field it does show up on the site (just not Twitter).
So I don’t need the Twitter timeline, for that I can use a third-party plugin, just that small icon with how many followers and a link to follow as well.
Any info on how to get it working? Perhaps I’m doing something wrong?
And is it possible for me to add Facebook, Linkedin and Youtube as well, manually? It’s not the same as AddThis as that is to share, while these icons refer to the company account page.
Hi,
Please see my answer here https://kriesi.at/support/topic/quform-inside-the-tabs#post-121288 about the qform
Copying site
http://www.clipular.com/c?8869008=7mQBTJWiDUJkYv1Ub3D0914l4LI&f=.png
You need to have a transparent background image and then:
To replicate the same thing as on the links you showed, make a page. add a color section element, Make the color section background aqua color, and inside it add three 1/3 elements. In first 1/3 element add an image element with the picture of confused clock wearer, in second 1/3 element add the text , and in third 1/3 element add a button.
Now will need some css to lower the size of the area so that man’s head and shoulders are pushed out on top, and move the button down :
.avia-button-center {
margin-top: 50px !important;
}
.avia-button .avia_button_icon {
font-size: 1.3em;
}
.avia-align-center.avia_image.avia-builder-el-no-sibling {
position: absolute;
top: -160px;
}
My Settings on Page: http://i.imgur.com/nGnmkoM.png
My Settings for Color Element: http://www.clipular.com/c?8860015=YJMaD1BCoZh1eH4kFwUf6nmmLL4&f=.png
**Important, for my CSS to work, the image must be centered and the button must be centered —> My Settings for Image Element http://www.clipular.com/c?8869014=H0LGUZpSqkQ-2HIP4F_Bx62xUJc&f=.png … The same must be done when configuring the button element. or change my css to reflect your changes.
—-
You will definitely need to adjust the css for different screen sizes using media queries,. I suggest you use Google Developer Tools to change the css to by reusing my code but changing the numbers inside the media queries.
Thanks,
Nick
I got something like this, the button is there, but the text is way below the button. Could you please help to correct this :) Ismael?
Chris, you’ll need to change the colours to work with your theme.
.menu-item-1933{
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000px;
background-color: rgb(161, 206, 94);
background-image: url(https://d7uu0v95k7d3j.cloudfront.net/wp-content/themes/enfold/images/layout/bg-button.png?6c6f23);
background-position: 0px 0px;
background-repeat: repeat-x;
border-bottom-color: rgb(161, 206, 94);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(161, 206, 94);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(161, 206, 94);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(161, 206, 94);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.498039);
cursor: auto;
display: block;
float: left;
font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 600;
height: 38px;
line-height: 16.796875px;
margin-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-top: 30px;
margin-bottom: 30px;
max-width: 100%;
min-width: 90px;
outline-color: rgba(0, 0, 0, 0.498039);
outline-style: none;
outline-width: 0px;
padding-bottom: 10px;
padding-left: 16px;
padding-right: 16px;
padding-top: 10px;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px;
vertical-align: text-top;
zoom: 1;
height: 50px;
}
Hey!
See https://kriesi.at/support/topic/quform#post-120391
I’ll mark this thread for Kriesi – maybe he can improve the shortcode parsing.
Best regards,
Peter
Hi!
Please use this instead.
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
.responsive #top #main .sidebar {display:block !important; }
}
Best regards,
Ismael
Hi,
Can you possibly disable the plugin completely? Remove browser cache then reload the page. See if the hover effect is working.
I don’t see the html code for overlay effect below the blog post image.
<span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 276px; width: 342px;"><span class="image-overlay-inside"></span></span>
Regards,
Ismael
Hi,
Open js > avia.js, find this code
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
logo = header.find('.logo img'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}
Replace it with this:
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
logo = header.find('.logo img'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
social = $('#header_meta'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
social.show();
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
social.hide();
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}
Regards,
Ismael
Hi andreikharlanov,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}
If you have a link to the page there is also a jquery method as well but I like to make sure its very specific to the page/layout so that it doesn’t cause any outside issues.
Regards,
Devin
Hi,
I fixed the buttons, please check here: http://www.academieaugust.com/?page_id=1176
Looks like every time you save the table, it adds a backslash on the paypal form code.
Example is:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
After save will look like this:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
It is alright after you click the Save button for the first time but the backslash will add up when you save it again and again.
Let me tag Kriesi.
Regards,
Ismael
Hi,
1.) Please add this on your custom.css or Quick CSS
@media only screen and (max-width: 900px) {
.responsive .title_container .breadcrumb {
position: relative;
right: auto;
top: -6px;
margin: 0;
left: -2px;
}
}
2.) Use this
@media only screen and (max-width: 900px) {
.js_active .top_tab .tab {
border-bottom: none;
padding: 9px 5px 9px 5px;
font-size: 10px;
}
}
3.) Please use this
@media only screen and (max-width: 900px) {
.iconbox .iconbox_content .iconbox_content_title {
letter-spacing: 0;
font-size: 12px;
}
}
Seems like all of the issues above can be fix with media queries. You can combine all of the solution above.
Regards,
Ismael
Looks fine from the front end, if you can create a temporary admin login for me I’ll log in and take a look.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
I stand corrected, seems the sidebar is showing properly in mobile. But it still wants to disappear on desktop when I resize the browser.
Hi with respect to a previous thread “https://kriesi.at/support/topic/portfolio-previousnext-entry-in-same-category”
can you help me with a solution.(if not already solved abt which i dont know) Even i need to do the same as n0yes
Also found this article “http://wp.tutsplus.com/tutorials/creating-a-filterable-portfolio-with-wordpress-and-jquery/”
Regards,
Hello. I’m using the “Fixed Header with Social Icons” header option. Is it possible to hide the Social Icons top bar when scrolling down and only display the Fixed Header? I know this isn’t an option in the admin area, but was hoping that I could add this to possibly the avia.js file or something similar? Thanks.
Hello Can you help me with this question? https://kriesi.at/support/topic/quform-inside-the-tabs?replies=1#post-121051
And can you help me to make the same thing on enfold, I cant do it :/
is the same thing blue above the footer http://themes.a-salah.com/bostan/new-home-2/
pic: http://prntscr.com/1c1nn3
It is a fresh install of WordPress and Enfold, so there are no plugins other then what comes with the theme.
I don’t think it is a memory issue since the problem exists on two different installs. I did a local install on my desktop, and a remote install at my webhost. Same problem in both cases.
Hi, I put quickly next-button to stop place, but it is only placeholder image.
1. Yes, that is any “missing file error” but is it not enough to put url into before{ content:…? You think that problem is in bad url localization or maybe it require more customisation than css style?
2. I use IE8 to test and it gives this result: http://www.eurokreator.eu/images/enfold-IE8.jpg
3. When you use for example IE10 You see the side arrows in slideshow (prev-next)?
Regards. Cristof
Hello, I’ve uploaded a youtube video for you understand the problems with the forms, can you take a look?
Link: http://youtu.be/jscPA7LY2sM
I sent to the quform’s author and he replied: “It is a theme issue. The theme is passing all HTML within the layout builder through the wpautop function which is adding <p> and
tags all over the form which is causing the problem. You will need to contact the theme author to ask them how to display raw HTML while avoiding the wpautop function inside the layout builder.”
Hey the rule is simply not specific enough.
this should work fine:
#top .sidebar .tab_titles .widget_tab_comments{ display:block; }
the reason the comments tab is not displayed by default is because it wont fit properly into smaller sidebars.
the second comments tab you can see when your rule is active is a fallback for browsers without javascript ;)
Hi,
Try this instead
.avia_textblock {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #6640FF;
background: rgba(255, 255, 255, 0);
-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
Thanks,
NIck
I don’t know if the topic starter was helped by this, but it doesn’t work for me: http://mep.raffeltest.nl
I’ve managed to get rid of the Layerslider on mobile, but how do I easily target other sections?
Hello,
I followed instructions as per https://kriesi.at/support/topic/remove-blog-post-meta-info to delete some code from file LOOP-INDEX.PHP as I need remove all meta info from posts in all the site. To make this modification using the Child theme could you precise please:
– Should I paste into ENFOLD-CHILD folder only modified LOOP-INDEX.PHP file
or
– Should I paste into ENFOLD-CHILD folder the whole INCLUDES folder, which will contan that modified LOOP-INDEX.PHP file ?
(I am just afraid that WP will not read it correctly, as in the original Enfold theme the loop-index.php is in folder)
Sorry for that maybe evident question. Kindly Mini2010.
You can try following css code
.avia-section-large .content, .avia-section-large .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
– insert it into the quick css field. If it doesn’t work please post a link to your website and we’ll investigate the html elements to find the right css code.
I can’t view the website http://chiocchi.10ens.com/ – I just see an error “Error establishing a database connection”. I still think it would be better to use the “Small Header – Non Fixed” header in this case. Then you can add a padding to the top with following css code – this will also lower the navigation:
#header_main {
padding-top: 20px;
}
(obviously you can change the padding-top value).
No, unfortunately not without major modifications/customization. By default the isotope script supports one filter/sort level and we just use the default script functionality. If you want to implement several filter levels you need to rewrite the portfolio function in enfold/js/avia.js – search for
$.fn.avia_iso_sort = function(options)
and add your advanced filter logic/code to this function.
Hello,
I have a problem with the Easy Slider. It doesn´t autorotate (stops after 2nd slide but shoud start over) and the previous and next buttons are not working.
Please have a look at http://www.topjobbewerbung.com
Kind regards, Michael
Hi tiperry,
Try using this css instead of the above just to keep things a bit more fluid:
.tribe-events-month-nav {
display: block;
width: 100%;
}
#top #tribe-events-events-month {
float: left;
margin-right: 5%;
}
#tribe-events-events-year {
float: left;
}
.tribe-events-prev-month {
float: left;
margin-right: 2%;
}
.tribe-events-next-month {
float: left;
margin-left: 2%;
}