Hi,
I post here the solution if anyone has the same problem. In avia.js
Change the:
elements.prettyPhoto({ social_tools:”,slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
to:
elements.prettyPhoto({slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
I’m using galleries on a bunch of pages, and I want the thumbnails below the featured images to be horizontal instead of square or vertical. How do I do this?
Hi,
dojjjan: Thanks for the tip. That will work. :)
Regards,
Ismael
Hi,
I’m sorry but I’m not sure if there is a thumbnail size with the dimension of 55x55px. What do you mean “Latest Posts”? Can you give us a link to the page?
You can change the thumbnails size on functions.php
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
Regards,
Ismael
Hi,
You need to use the dropcap shortcode.
<blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]
Or you can bring the default wordpress blockquote styling.
blockquote {
background: transparent url('../images/skin1/quotes.png') no-repeat top left;
}
You need to supply the image for quotes.png.
Regards,
Ismael
Hi,
The login details you are giving me is not correct.
Regards,
Ismael
Hi,
setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.
Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?
Thanks for your assistance, Katharina
Add a textblock from the layoutbuilder, then add a image into the textblock, it works for me
Hello Team,
just to ask, how it is possible to insert an image with lightbox effect by using the the AVIA Layout Builder ? Possible to setup the Lightbox effect as an standard ?
The question comes, while switching from AVIA LAYOUT BUILDER to Standard Editor, it is not possible to see the HTML code, otherwise it would be very simple to change the code.
Best regards,
awp23
It would be nice to get an option to disable the prettyphoto hover effect on images
Hi Devin,
I updated to 1.5.1 today but the mentioned problem is still existing: I have exactly the same problem: titles, alt-texts and even the description do not show up in pictures used in combination with the Avia Layout Builder although alternate text, caption, description and title are all filled out. You have any idea how to solve the problem?
As an example please look at the following page:
http://wp11077347.server-he.de/unterbringung-und-freizeit/
Hi yingfuli,
You can use a Color Section element to define your own custom background image for everything inside that container.
Regards,
Devin
Hi jomcot,
If you can share the url here (use something like http://goo.gl/ to create a temporary url) we can inspect the code and see what you have now.
You may need to use something like http://wordpress.org/extend/plugins/simple-image-sizes/ and change the image size in addition to regenerating your image sizes (which *must* be done after making any change to thumbnail sizes).
Regards,
Devin
Hi, viewing the Enfold theme (version 1.5) in responsive mode on the iPhone 4s / iOS 6.1.3, I face some problems.
– scrolling is not smooth at all, it’s really work pressing and shifting to get from top of the page to bottom and back
– klicking on the top (time) does not scroll page to top as usual
– there is no “to top” arrow as in your preview
I’m using the boxed layout and an overall bg-image. site is under construction pixelwort.de/naturavetal
Probs occur in both sizes width 1030 and 1210px
Thanks for looking into this. Best regards, Katharina
Hi,
Hard to tell with any degree of accuracy -. I am going to install IE8 VM style, since all else lacks precision..Meanwhile you can get some background images going again by using this css solution … this assumes background image inside a <img src=”image url” class=”bg” tag.
img.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
img.bg {
left: 50%;
margin-left: -512px; /* 50% */
}
}
Thanks,
Nick
This feature is not supported at the moment and I don’t know an easy way to implement it. You can try to use the “Easy Slider” instead but you probably need to use logo images with a high resolution.
Open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:
$logo = "<img src=".$logo." alt='' />";
with
if(is_page('25')) $logo = 'http://mywebsite.com/second_logo.jpg';
$logo = "<img src=".$logo." alt='' />";
Instead of 25 insert your page id and replace the http://mywebsite.com/second_logo.jpg url with a valid url to your other logo image.
The Red Image…. I’m using the full width slider… is there a way to disable the white line at the bottom?
Thanks.
Hi!
I tagged this thread for Ismael.
Regards,
Peter
Hi Ismael, I sent you my log in details yesterday. Did you get them?
Thanks for your help,
Hi,
Sorry for the delay , the fault is mine. You can upload a screen shot to your Dropbox, Google Drive, Imgur.com, clipular.com or a number of other free image upload websites.
You can use one of the free plugins to extend the search like http://wordpress.org/plugins/relevanssi/ or others in here http://wordpress.org/plugins/tags/better-search
Thanks,
Nick
Thanks guys, great job on this theme, it is stunning.
On my site, the “Enfold Latest News” widget seems to behave correctly in the sidebar when viewing the designated blog page or a full blog post, correctly listing (and linking) the most recent posts. However, I have noticed strange behaviour when viewing any blog posts in archive view (e.g. kriesi.at/themes/enfold/category/images/ ), where the widget displays broken links that appear as, e.g., kriesi.at/themes/enfold/nnn , where nnn appears to correspond to the most recently-assigned WP numeric post ids.
The WP “Recent Comments” widget functions correctly for me, although not as attractive, of course. I would prefer to use the Enfold latest news widget, and would appreciate knowing if there is a fix. FYI, I updated from v1.4 to v.1.5.1 on a very vanilla WP 3.5.1 site (i.e., only installed Enfold them, and no additional widgets at all).
Thanks again,
Paul
Hi,
I think Enfold is superb. I took a look at the other kriesi themes and I found “archive timeline” of Incarnation theme. I need something similar in order to show future events that I will hold for my clients. It would be perfect with the specific dates showed for each event in a squared small frame on the left. Something like that:

Is it possible the integration of “archive timeline” in Enfold? It’s a very useful tool for Enfold customers. As proof of this, I found some of them requesting for this feature in the previous posts.
In any case, very good job!
Thanks in advance.
Hi,
Is it possible to have a custom background image per page? I have made a landing page with the ‘blank, no header’ template and would like the white of the content area to display a background image: http://lavitasana.oscar.nl
I have a plugin that writes some javascript. it’s not working with enfold. it works with other themes.
it seems that there are <p> tags within the js code – only with enfold.
the plugin uses a lot of . “rn”; formating in a function called “counter_shortcode”.
var customCounter_13399 = null;
var customTimerId_13399 = null;
function loadCounter_13399(){
customCounter_13399 = new Counter(“customCounter_13399”, {
digitsNumber : 6,
direction : Counter.ScrollDirection.Upwards,
scrollAnimation : Counter.ScrollAnimation.FixedSpeed,
characterSet : Counter.DefaultCharacterSets.numericUp,
charsImageUrl : “http://gekko-mate.de/wp-content/plugins/codecanyon-4662405-animated-counter-for-wordpress/images/numeric_up_blackbg5.png”,
markerImageUrl : “http://gekko-mate.de/wp-content/plugins/codecanyon-4662405-animated-counter-for-wordpress/marker.png”,
postfixText : ‘€’,
showDecimalSeparator : true,
value : 590.00
});</p>
<p> customTimerId_13399 = window.setInterval(function(){
if (parseFloat(customCounter_13399.value) < 597.23){
customCounter_13399.add(1, 800);
} else {
clearInterval(customTimerId_13399);
}
}, 1000);
}
loadCounter_13399();</p>
<p>
Hi,
No cynicism. Ghost site true story and so is image where all those white color codes are in css files on your site. Listen, there are internal caches , server caches, all kinds of stuff. There is jQuery problems where css is taken from a different selector. You have a file enqued in your theme somehow, so someone wrote that files location out and added it somehow. And if that happen, I am ready to believe about white colors as well. Read over things I write on the forum.
Its a waste of time in my opinion, trying to play Sherlock Holmes and the ghost in the machine , because I did enough of that, and let me tell you, that most times you will find nothing( https://kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111167 ), but waste lot of time, its not gonna get you anywhere ( https://kriesi.at/support/topic/woocommerce-addition-of-items-in-cart-not-correct#post-83790 ) , focus on the goal ( https://kriesi.at/support/topic/home-page-slider#post-105249 ). I just added those to show that weird stuff happens, and my advice is consistent, so no cynicism.
What i would like to know is why your website looks dark grey on Chrome Regular and dark blue on Chrome Canary (developer Chrome version)
http://www.clipular.com/c?6670378=uPQ5PowG3kaU8qxoSrcZDhZCFOw&f=.png
http://www.clipular.com/c?7167075=P5mQCtu_YOumXtZW7RL6NySVRcc&f=.png
Now thats weird, something new I haven’t seen before.
Thanks,
Nick
Hi,
Oh, that’s nothing. WordPress’s haunted. I can tell you some storied. I once deleted a website, put a different image on the server, started a new site, reinstalled my browser and the deleted site was still up! and not only that, people were sending me messages and a few even placed orders and I was getting google analytics data. Went for a good two weeks like that.
Some say when you clone some deprecated private interface without first declaring it … bad stuff happens. Dunno what but I read that after doing that they never find their glasses , ever again. Some of these people haven’t left the parent’s basement in years. Sun would kill them, on the spot, so I believe them. A real puzzle of an enigma..
You do know you still have that css file that’s encrypted and is enqueued on your installation that I said should be removed a week or more ago, right? Its gone, but its being enqueued somewhere out there. Please remove it from enqueue_style function somewhere on your site.
Take a look here
http://i.imgur.com/5zLDnjS.png
You see all those numbers on the left? That is the number of times the css code for color white can be found in each of your css files right now. That’s a dozen or three selectors with white color, and there are more with #fffffff and white and 255 255 255…. So this isn’t exactly a proper WordPress haunting like that time Booger McGinsky went into the code repository and never came out!
:) It’s midnight sunday!
Thanks,
Nick
Hi,
Try this. I took the image you provided , cut a piece off and you can use it. Now you can get the effects just the way you want them with any paint program. You can ask someone else on here or get a freelancer if you are determined to have a css only solution.
.fullsize{
background: rgb(221, 221, 221) url("http://i.imgur.com/vbwgGgi.png") bottom left repeat-x scroll;
}
The code I gave you before would work with Ismael’s css since I tested it on your site as I did this one so it accounts for whatever css is already there. The trick is to figure out if it goes before or after Ismael’s css (i added it to your css/custom.css file while testing it)
Thanks,
Nick
Devin,
It looks a nice way to solve it. i will try.
Thank you
in order to align the slider text & the logo i gave the Layers Container valur of 1450 (slider general settings).
it looks fine on desktop full screen but not so good in everything else.
you can take a look here, url: http://www.glassesoff.com/homepage/
the line + blue dot is in position in desktop full screen but moves to the right in smartphone and tablets.
What am i missing here, how can i fix this ?