Hi,
I have read the the Pop Up Image resizing post here and did as you guys kindly offered there. Now the prettybox works fine with the gallery after I fulfilled this recommendation. Where I must do the same modification in order to get the same result for the fullwidth massonry gallery too? Because this modification has not effect for fullwidth massonry gallery, unfortunately (all images there open in the little size prettybox, without of possibility to see them bigger).
Please, advice me a little. Thank you in advance!
Sorry, i ve found solution :))) I forgot to attach the image in translated post.
Topic is closed =)
Hey!
You can target the page by its ID and then that specific image as long as it has the class for it. Without seeing the page and image live I couldn’t say for sure or what the specific css would be but its probably doable.
Best regards,
Devin
Hey bluff03!
The plugin itself has some you can import: http://docs.woothemes.com/document/importing-woocommerce-dummy-data/
The secondary image that the theme has for the catalog view can be added from the meta box on the right hand side of the product page which is the only thing that won’t get pulled in.
Cheers!
Devin
I would like the text in my 2 navigation menus to be white.
I have set the text color in all the Enfold Styling tabs to #ffffff,
but the nav menus remain a grey color, not white. All Background images are set to “None.” Body text is “Arial”.
Predefined color scheme is set to “Black”.
Can you provide the code to do this? I’d like to change it myself, since I may want to change the color back later.
Site: http://rmcantiques.com/z
You guys have a great product… Thanks!
Michael
Hi, i have one more question, hope the last one :)
I ve created website, everything is ok. – example.com
But there is a problem with translated version (by WPML)
example.com/fr
with post slider on the main page. Posts are added, but without images. So there is no this code in translated version:
<img width=”844″ height=”558″ src=”……………
Where i can find some information, how to solve it, please?
Thanks a lot, i am very happy with your enfold template!
perfect! ……. You can also a style for active?
thanks
I would also have another question, you can put a background image in the Main Content excluding the home page?
I wish the pages had a background image, but not in the home.
thanks for the help
Hi Ismael,
what you describe is correct, but why didn’t change the preview images in “portfolio-ajax” after a new and default installation? The thumbnails are in the mediathek and each of this preview images was chosen correct in the portfolio sites too and looks great. Only in portfolio-ajax change the images not correct. I’m pretty sure that this feature in the past worked with an earlier version of Enfold.
Best regards,
Torsten
Hi Yigit
Sorry for the slow reply.
I tried your suggested change. Unfortunately it looks ugly like that as you lose the breadcrumbs. And if you scroll back up too far you get a massive header that is completely out of proportion.
As I said I am happy with the scroll action and the way it looks – I just wanted to use a trimmed logo image in place of the full logo when the scroll is activated.
If that isn’t possible then I will have to use a trimmed version of the logo in both instances.
On a separate note is it possible to add an background image to the div.container of the header?
Many thanks
Hi anitasimon!
Click on the Fullscreen Slider element then add or upload some images. After that click on the images that you want to add a caption or a title to.
Best regards,
Ismael
Hi Torsten!
I visited the page http://www.auvent.de/portfolio/portfolio-ajax/ and it is working properly. Maybe, you’re confused with the thumbnails. Some of the portfolio items have added preview images and it is showing the same thumbnail when you click it. Anyway, it is working as expected. :)
Best regards,
Ismael
Hello
I would like to make images such as below link.
http://themeforest.net/item/jarvis-onepage-parallax-wordpress-theme/full_screen_preview/5370691
The second image of this website uses ‘pattern overlay’ by using css.
Please let me know how to do like this on my enfold theme.
I need detailed codes.
Thanks in advance
Hojoon
This reply has been marked as private.
Hey Paul!
Try the following:
Open /config-templatebuilder/avia-shortcodes/gallery.php, go to line 167:
'orderby' => 'post__in')
Change it by:
'orderby' => 'title')
Regards,
Josue
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi!
That will work only if you are using the masonry element, for the grid element you’d need to change this file /config-templatebuilder/avia-shortcodes/postslider.php, line 458.
Cheers!
Josue
hi
using the following to embed a gallery within a tab:
[av_gallery ids='10946,10945,10944,10943,10942,10941,10940,10939,10938' style='thumbnails' preview_size='portfolio' thumb_size='square' columns='5' imagelink='lightbox' lazyload='avia_lazyload']
is it possible to sort the images by caption, title or description or is the only way to sort them via the shuffling the id#’s
http://www.kafkagranite.com/wp/epoxy-overlay-aggregates/streetscape/#tab-id-2
thanks
Hi!
I got the same issue, would like to get random thumbs on my Portfolio grid.
But the solution above doesn´t seem to work for me? Any other ideias?
Thanks, best regards
Hello Brenda!
Can you post a link to your blog page?
Regards,
Josue
Hi!
I don’t think so, the only solution (as far as i know) is by using an image, because that way we can set a padding-left to the list item and ‘push’ its content.
1. You can tweak the vertical position of the image by changing 5px in this rule:
background: url(https://i.imgur.com/20fVivn.png) no-repeat left 5px;
2. Store it in your server, upload it via FTP or WordPress.
Best regards,
Josue
Hi,
I just came across this topic. I made the changes as per your reply.
Can you please help me with the following:
1. The featured image on the blog page is now out of alignment – how to align it left?
2. I want the featured image to show below the post title on the post page (same as on the blog page)
3. I’d also like to increase the spacing between the featured image and the post title.
Thanks in advance for your help,
Brenda
Hey!
Please once again make sure that you have added Featured Image http://i.imgur.com/HBx9bCj.jpg
You can find it on the right side of the portfolio edit page
Regards,
Yigit
Hi!
You forgot to post the url :)
Cheers!
Yigit
Hi mar10nlund!
1) Use following css code
.responsive #top .mobileMenu {
background-color: #e2e2e2;
}
2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field
.responsive #top .mobileMenu {
background-image: url("htttp://mywebsite.com/image.png");
}
and instead of htttp://mywebsite.com/image.png insert the url to your image.
3) Use following code to change the color/size
.responsive #top .mobileMenu {
color: #fff;
font-size: 10px;
}
4) You can use Codestyling http://wordpress.org/plugins/codestyling-localization/ to translate the theme. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Best regards,
Peter
Hi!
I recommend to hire someone from http://www.microlancer.com/ or here: http://kriesi.at/contact/customization if you really need this feature. I’m not sure what needs to be done – you first need to debug the code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and then you probably need to find a way to fetch the right image id based on the multisite blog id.
Regards,
Peter