Forum Replies Created
-
AuthorPosts
-
Hey Xander!
Thank you for using Enfold.
You can turn on the custom css class field in order to change a specific element on the page. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHey mrmogensen!
Thank you for using Enfold.
Try to use the Code Block element. Add the links manually. Something like this:
<a href="LINK TO SALES">Sales</a> <br> <a href="LINK TO INVESTMENT">Investment</a> <br> <a href="LINK TO PRODUCTION">Production</a>
Cheers!
IsmaelHi!
Unfortunately, you can’t add it on the blog or archive page without major modification on the theme. Please hire a freelance developer or find a social sharing plugin that coincides with the theme. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHi mrcityrunner!
Thank you for using Enfold.
Color sections will always push the sidebar underneath. You can do a workaround by disabling the sidebar on the page then separate the main content and the sidebar content using column layouts. Use the Widget Area element on the sidebar content column.
Best regards,
IsmaelHey!
You can disable the Lightbox Modal Window on Enfold > Theme Options panel.
Regards,
IsmaelHi mrgreenwaters!
Thank you for using Enfold.
We tested this on our installation and the html tags works fine inside the code block element. Can you please provide a screenshot? Make sure that all tags are properly closed.
Best regards,
IsmaelHi!
Thank you for the screenshots.
We need to see the actual website in order to provide a fix. Anyway, I’m afraid it’s not possible to manipulate the styling of a facebook app. You can try to create your own fb widget here: https://developers.facebook.com/docs/plugins/like-box-for-pages
Best regards,
IsmaelHey Jon!
Thank you for using Enfold.
You can use Font Face script. Refer to these links for more info:
http://css-tricks.com/snippets/css/using-font-face/
https://kriesi.at/support/topic/use-heading-font-pt-sans-as-a-body-text-font/#post-367409
http://www.w3schools.com/cssref/css3_pr_font-face_rule.aspRegards,
IsmaelHi!
As of now, the option is not available by default. Use the css code provided above. You can request for the option on our Feature Requests page.
Cheers!
IsmaelHi!
I checked the site and the layer slider’s images are showing up fine. Unfortunately, you can’t import the leaf images from the demo slider aside from importing the dummy data which includes the layer slider demo.
Regards,
IsmaelHey!
You can add the code on the child theme’s functions.php but if it doesn’t work there, please try it on the parent theme’s. Right at the bottom of the file. Edit the portfolio item’s Order attribute manually. I tested this on my installation and it works fine, just like the post type order without the drag and drop feature. Please remove browser cache before testing the page, just in case.
Regards,
IsmaelHi!
Thank you for using Enfold.
Glad it is working now. How did you fix it? :)
Best regards,
IsmaelHi absurdity69!
Thank you for using Enfold.
Try to increase the size of the Large thumbnail on Settings > Media panel then regenerate the thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelJanuary 30, 2015 at 9:49 am in reply to: Make logo in header hug left border of main content area? #388175Hi!
Looks like it is working now. I checked the css codes and one of the css properties was not close properly.
Best regards,
IsmaelHi!
Yeah. The problem is, I can’t login. The credentials above are not working. Please check.
Best regards,
IsmaelHey!
Thank you for using Enfold.
You can use imgur or dropbox to post a screenshot. Try this on Quick CSS:
@media only screen and (min-width: 768px) { #wrap_all { position: relative; } }
Cheers!
IsmaelHey!
Alright. I can’t the issue on my end. I’ll ask the rest of the support team to check.
Cheers!
IsmaelHi voice903fm!
Thank you for using Enfold.
Try to adjust the content padding with this on Quick CSS:
.content, .sidebar { padding-top: 20px; padding-bottom: 20px; }
Cheers!
IsmaelHey!
Go Enfold > General Layout > Dimensions panel. Increase or decrease the Maximum Container Width by 1-2px. See if the padding disappear.
Best regards,
IsmaelHey!
You can use imgur, dropbox or any related hosting site to post a screenshot. Please provide a link to the actual website so that we can inspect it.
Best regards,
IsmaelHey compasslocal!
Thank you for using Enfold.
Have you tried using the theme’s video shortcode? Or use a code like this on a HTML / Video / Audio layer:
<div onclick="thevid=document.getElementById('thevideo'); thevid.style.display='block'; this.style.display='none'"> <img style="cursor: pointer;" src="PREVIEW IMAGE URI HERE" alt="" /> </div> <div id="thevideo" style="display: none;"> <iframe width="640" height="360" src="VIDEO SOURCE HERE" frameborder="0" allowfullscreen></iframe> </div>
It’s better if you upload the video on youtube.
Cheers!
IsmaelHi!
I tested the code on the plugin’s HTML / Video / Audio layer and it works fine. I don’t get the video overlay after you clicked the preview image. Please post the login details here. Set it as a private repy.
Regards,
IsmaelHey!
You should set the overflow property of the logo to visible. Try this:
strong.logo, .logo a { top: 20px; max-height: 150px; overflow: visible; }
Cheers!
IsmaelHi marshallrobinson!
Thank you for using Enfold.
Edit the Gallery element then set the Gallery Big Preview Image Size to “No Scaling” and then disable the Force same size for all big preview images? setting. Add this on Quick CSS:
#top div .avia-gallery .avia-gallery-big-no-crop-thumb { height: auto !important; }
Cheers!
IsmaelHi!
Try the solution provided here: https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178
Cheers!
IsmaelHey!
@Remco Geelen: I believe this is fixed. We added this code on functions.php to disable the theme options translation:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
@bonami: Please try the solution above then go Enfold > Sidebar Settings. Disable the sidebar for pages.Cheers!
IsmaelHey!
Please change the order of the columns on the advance layout builder then change it back. Update the page. There is an unwanted p tag between the first and second columns which breaks the layout on iPad view.
Cheers!
IsmaelHey!
Can you please provide a screenshot? I’m not sure if I understand “left hand menu on product page”.
Regards,
Ismael -
AuthorPosts