This reply has been marked as private.
Hey!
I have just logged in and tried to create content slider element on a page but pages cannot be displayed. I tried to check your about page and it is the same. Please try contacting your service provider.
Regards,
Yigit
Hi Yigit!
Thanks for your response. I had another post that is related called ‘ page attributes in portfolio items….
I have created custom headers (image & links) for various pages on my website. When i create a new page i can call the headers via the page attributes module by choosing a template.
Each template has a different header.
Now, when i to create a page in portfolio Items, the page attributes module does no appear.
I am trying to find a way to call on my different headers when creating a new portfolio entry.
At this stage, only the default is showing.
Thanks!
nima
Hi!
You need to link your button to image or to a video to open in a lightbox. You can simply insert the url in button link as shown here http://i.imgur.com/hMTGyep.jpg
Regards,
Yigit
Hello,
There is an extra space on the right side of the category in the meta http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/ the space between “image” and the / sign is double: how can I get rid of it? I review the loop-author.php file and everything seems to be ok though…
Thank you in advance.
Regards,
Anne-Sophie
Hi DoGrinDigital!
Images you have uploaded cannot be found http://i.imgur.com/EVH0keR.jpg
Please remove them from Media Library and upload them once again
Regards,
Yigit
Currently the logo link in enfold defualts to the “home page” of the wordpress install
However since I am running wordpress as a subdomain I would like to know how to change the default logo link to be able to link back to my sites main home page
also how can i remove the comment counts under the featured image in the post slider?
Hey Jason!
Add this code to the Quick CSS:
.eight.units.single-product-summary {
float: left; margin-right: 50px; margin-left: 0;
}
.four.units.single-product-main-image.alpha {
float: right;
}
Cheers!
Josue
hi Yigit,
when i put image for instance in the about us page i would like our pics to be round-
what i did till now was to prepare the images round in photoshop and then uploaded them as image in media elements.
how is it done from the templet?
thank you in advance
indiatravelz
Hi Devin,
Yes I thought about that but the thing is I have to create a portfolio item for every image I’ll put in the “gallery” and it opens in another page (I don’t want to use the ajax option) .
What is actually my need is to have something like the gallery with big image and vignette where i can put all the images in one time and have no difficulties to add some and the possibility to open them in lightbox.
This is actually perfect except that I need this with the vignette underneath…
I don’t know if it’s something that can be customized via css or if it’s more difficult than that. Let me know if what I ask if possible or not.
If not I will post that into the enfold feature request section ;-)
Kind regards,
Delphine
Hey all,
I am looking to change the a:hover effect of an image from the default (lower opacity, icon overlay) to making the image slightly smaller (to create that button effect) — on TWO specific pages only. Is that a possibility?
a:hover .image-overlay {}
AND
a:hover .image-overlay .image-overlay.inside {}
It seems that their CSS is located in base.css and layout.css, respectively.
Basically, what I’m asking is: how would I go about changing the image hover (that is a link) on two specific pages, and make the images slightly smaller to create that ‘button’ effect?
Thank you again!
Can you tell me how I can let visitors to the site download the images within the Portfolio?
In media elements when we want to add gallery any image the pop up window is not opening.
just follow the steps:
go to media elements
2) add gallery
3)click edit on gallery
4)click on add/edit gallery
5)the popup window is not opening
From 1 month we are coordinating but still the problem persist
so request you to solve it ASAP.
Whenever I create a post with or without a featured image, an icon also appears on the post page. If it’s a standard post, a pencil icon. If it’s a gallery post, a gallery icon. And so on… It’s not the default look as shown in your demo site. Have I set something wrong somewhere? How can I stop these icons always showing? Thanks!
tnx Devin!
Another question I have and can`t seem to solve.
Please take a look at this: http://kriesi.at/themedemo/?theme=enfold
How do I make a portfolio item with the slider pictures exactly like that? Can`t seem to figger this out. Everytime I try this it just gives me the featured image and no other images.. Or is it maybe not a portfolio item but a post?
Thank you so much!
I am wanting to set up a section on my site using the icon box layout – 2 rows of 3 boxes. The layout is perfect but is it possible to have 6 specific colours for the icons or their background (either is acceptable)?
Also can I have custom icons (all have been created as vectors) – or is the an alternative way of creating this layout using graphics? I can illustrate exactly what I’m trying to achieve but am unsure if its possible to upload an illustrative screenshot on the forum.
Many thanks for your assistance
Andrew
This reply has been marked as private.
Hey!
1) I tagged the thread for Kriesi – I’m not sure if the WP Retina 2x plugin is compatible with Enfold or not.
2) If you don’t want to use the PrettyPhoto lightbox because the button/images are not optimized for retina displays you can try fancybox instead ( https://github.com/fancyapps/fancyBox ). I uploaded a child theme which removes the default prettyphoto lightbox and uses the fancybox script instead here: http://www.mediafire.com/?05ho02ecut516hu
3) The dropdown icon of the select box is a png image – I’ll ask Kriesi to replace it with a high res version.
Best regards,
Peter
P.S.
Dear people
Concerning this issue of the damaged header-logo in chrome browser: When checking out in Chrome your (enfold) demo site, no such effect is seen; I assume that it is about the resizing, and I know there are several places to control the size of the logo.
Could you simply help me reset all the relevant parameters and indicate the right image size to create for the logo?
Thanks
Hey!
1) To resize the logo try this code (insert it into the quick css field):
#top .logo a img {
width: 297px;
}
If it doesn’t work try
#top .logo a img {
width: 297px !important;
}
or
#top .logo a img {
max-width: 297px;
}
2) The “full width image is tiled and not streached (IE8)” issue is not fixable. We use the css3 attribute “background-size” to stretch the image which is not supported by IE8 or older browsers (see “browser support” section here: http://www.w3schools.com/cssref/css3_pr_background-size.asp ). IE9/10/11 should support this css attribute though.
3) The favicon should work if you use a .ico file for the favicon. png, etc. files are not supported by IE10 or older browsers ( http://stackoverflow.com/questions/16943609/which-versions-of-ie-support-png-favicons ). If it doesn’t work try a plugin like: http://wordpress.org/plugins/all-in-one-favicon/ which allows you to set several image formats for the favicon.
Best regards,
Peter
Oh, right, thank you, I know… I am just reporting the issues so that they can possibly be corrected in the next version.
To summarize it, image-rendering on images may need to be removed or changed to auto as you suggested, icon fonts could benefit from using the brand new -moz-osx-font-smoothing: grayscale on OS X, and adding font-weight: normal to the search icon in the menu would look better in Firefox.
in responsive view the images disappear.
This doesn’t seem to work very well. Is there another way?
I need to add images to the table. Can someone assist me?
Thank you!
http://connect.zelenopol.net/2013/10/31/pokraska-dveri/
How can I make featured image auto-width (full width)?
This reply has been marked as private.
Hey!
Open /config-templatebuilder/avia-shortcodes/gallery.php, change line 151.
From;
‘lightbox_size’ => ‘large’,
To:
‘lightbox_size’ => ‘full’,
Cheers!
Josue
Hey mayorninja!
Please add this on your custom.css or Quick CSS:
.logo img {
image-rendering: auto;
}
Cheers!
Ismael
This reply has been marked as private.
This reply has been marked as private.