Forum Replies Created
-
AuthorPosts
-
March 24, 2014 at 6:34 am in reply to: How to make a slider with lightbox video content on click #241952
Hi!
You can create a portfolio item then look for “Overwrite Portfolio Link setting”, select “Define custom link”. Add the url of the vimeo or youtube video. This should open the video on lightbox when the portfolio thumbnail is clicked.
Best regards,
IsmaelHey Martin!
Please download the theme again from your themeforest account then override the theme files. That should fix the issue.
Best regards,
IsmaelHey!
The breadcrumb does not follow the menu arrangement if that is what you’re expecting. Please add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Best regards,
IsmaelHi simplyaha!
The layer slider demo have this settings:
Slider width: 100%
Slider height 470
Responsive: On
Full-width: On
Responsive under: 1140
Layers container: 1140Cheers!
IsmaelHey!
Using a text block, try this embed code:
[video mp4="http://www.vinesinstruct.com/wp-content/uploads/2014/02/vinesinstruct-vid.mp4" poster="http://schools.ccrsb.ednet.ns.ca/hnrh/thomson/rw_common/themes/blendit/images/header/image5.jpg"]Just replace the poster url. It will look like this:

Regards,
IsmaelHi simplyaha!
Edit the video slide then look for the “Choose fallback image for mobile devices” option right below the video url field. Unfortunately, the fallback image is not available on the layer slider.
Cheers!
IsmaelHey Stephane!
You have an old version of the theme. Please download 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
This should fix the woocommerce compatibility issue. Make sure that you’re using the latest shop plugin version.
Best regards,
IsmaelHi fryec1135!
If you have the latest version of enfold, edit the slide image then look for “Apply a link or buttons to the slide?”. This will give you the option to attach one or two buttons.
Regards,
IsmaelHi!
You can add the parent=”0″ attribute to show the top level categories.
[product_categories number="" parent="0"]Cheers!
IsmaelHey Gurify!
Can you please give us a link to the website? I tested this on my end and it works ok. On top I added a full width slider with the color section below, a product grid inside the color section. Under the first section I added another color section with the post slider and widget area elements. Is this the setup of your page?
Regards,
IsmaelMarch 24, 2014 at 5:26 am in reply to: How to remover the featured image link from small preview image? #241937Hey abedia!
You can use this:
.small-preview, .single small-preview { pointer-events: none; }Best regards,
IsmaelHey!
Please use this to adjust the mobile view:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { position: relative; right: -90px; } .responsive .mobile_slide_out .logo { margin-left: 0; width: 80%; margin-top: 20px; } }Regards,
IsmaelHey!
Can you please give us a link to the page with the contact forms?
Cheers!
IsmaelHey IHEA!
All of those are possible but it is not currently available within the theme. You can request the features here: https://kriesi.at/support/enfold-feature-requests/
Please hire a freelance developer to add the features or visit Werkpress for further customization.
Cheers!
IsmaelHey!
Please try to add this on Quick CSS or custom.css, see if it helps:
#av_section_1 { z-index: 0; }I’ll ask Devin and Josue to check this.
Cheers!
IsmaelHi!
Yigit’s code work on my end. Please try this instead:
.mejs-controls div.mejs-horizontal-volume-slider { height: 26px; width: 55px; position: relative; }Regards,
IsmaelHey!
I updated the code above, please use it. :)
@SteffiPasson: 495px is quite small. Please use images with at least 1500px in width. Smaller images about 1000px is ok.Regards,
IsmaelMarch 24, 2014 at 4:32 am in reply to: es_ES.po If you are not happy with the results BELLOW please do another search #241923Hi!
You can download the latest version of po and mo files here: https://www.mediafire.com/?f82ui6i5xbk5hla
Cheers!
IsmaelHi nycentralparktours2011!
You can watch this video by Devin: http://vimeo.com/channels/aviathemes/77433498
Basically, all you need to do is to create a page then switch to Advance Layout Builder. Insert the full width masonry element and select the “Product Cat” under “Which Entries?” option.
Cheers!
IsmaelHey!
Do you mind posting the link of the website here? We would like to check. Removing the codes above should prevent it from displaying. Remove browser cache then reload the page a few times. If you’re using a cache plugin, try to empty cache.
Cheers!
IsmaelHi kMistDesign!
1.) You can use this to adjust the logo position on screens smaller than 767px:
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { float: left; margin-left: 100px; } }2.) What type of slider do you have? You can use the same media query above to remove a certain slider on smaller screens.
Cheers!
IsmaelHey!
You can find all the update info on the theme’s changelog. Check it here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Kriesi
Regards,
IsmaelHey ikaika72!
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to hide the header within that page.
.page-id-2251 #header { display: none; } .page-id-2251 #main { padding-top: 0; }Regards,
IsmaelHi!
Please use this to change the font size on mobile device:
@media only screen and (max-width: 480px) { .av_phone_active_right .phone-info { width: 100%; text-align: center; font-size: 11px; } }This should fix the layout. It does on my end.
Cheers!
IsmaelHey!
You can remove the comment count using this on Quick CSS:
.comment-container.minor-meta, .text-sep-comment { display: none; }Regards,
IsmaelHi!
I don’t really understand the language but when I created a page then insert the woocommerce shortcode for account page, it works ok. This is the page that I created: http://friskflora.no/wp/?page_id=2544
Cheers!
IsmaelHey chiummog!
You can use the same buttons with fullscreen and fullwidth slider. Please download the latest version of the theme, 2.6.2. You’ll see new slider option to attach one or two buttons. Select the button color or appearance that you want.
Regards,
IsmaelHey Gary!
You can’t simply add a rollover effects without using css or jquery. There are lots of tutorials on how to achieve rollover effects. Refer to this link for an example of rolloever effect using sprites:
http://www.w3schools.com/css/css_image_sprites.asp
http://www.w3schools.com/css/tryit.asp?filename=trycss_sprites_hover_navBest regards,
Ismael -
AuthorPosts
