Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, it is possible but this will require tons of modification. As we all know, lower version of IE tends to render the page differently compare to other browsers so it is expected to see slight changes when viewing the page.
Best regards,
IsmaelHi mattmosman!
Thank you for using Enfold.
You can try this on Quick CSS or custom.css:
div#ubermenu-section + div { padding-top: 80px; }Best regards,
IsmaelDecember 15, 2014 at 2:10 am in reply to: Linking to a page from a portfolio item on the homepage #368095Hi saremcdee!
Thank you for using Enfold.
Edit the portfolio item then look for the Overwrite Portfolio Link setting. Set it to define custom link then add the url of the page.
Regards,
IsmaelHi!
I’m sorry but I don’t have that many posts on my installation to test this with. Aside from the custom script that we gave you in order to show “NEW” text for new posts, I’m afraid we won’t be able to help you to debug the issue. Please hire a freelance developer or visit Envato Studio or Werkpress for further investigation.
Cheers!
IsmaelHey bigtime32!
Thank you for using Enfold.
Can you please elaborate the issue? A screenshot will help. I checked the site and the gallery looks fine on desktop and mobile screens.
Best regards,
IsmaelHey!
Thank you for using Enfold.
@jacooistra: All css modifications should be done on the Quick CSS field or the custom.css file. If you can provide us with a link to the actual page with the issue, we would like to check it.
@Flikk: Thanks for helping. :)Cheers!
IsmaelHi!
A screenshot will help. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1. I’m afraid, we won’t be able to help you much further unless we can see the actual website.
Best regards,
IsmaelHi!
You can add html tags on the pricing row cell. This is the content of one of the pricing cell in the table demo:
10<span class="currency-symbol">$</span><br> <small>per month</small>Best regards,
IsmaelHi!
I tested the same vimeo video (https://vimeo.com/63186969) as a custom link on a portfolio item on my installation and it plays fine on a lightbox without redirecting to the actual vimeo page. I’m not sure if the workaround is actually helping. Can you please create a test page without the fix?
Regards,
IsmaelHi!
Thank you for using Enfold.
Which heading are you trying to change? Please provide a link to the actual page with the heading element. You can try @Flikk’s suggestion.
Cheers!
IsmaelHi Guenter!
Thank you for using Enfold.
Are you trying to change the image overlay icon? You can use this on Quick CSS:
.image-overlay .image-overlay-inside:before { content: '\E869'; font-family: 'entypo-fontello'; }Cheers!
IsmaelHey swelzel!
Thank you for using Enfold.
Go to Appearance > Menus > Screen Options. Enable the Portfolio Items.
Regards,
IsmaelHey michaelearl!
Thank you for using Enfold.
You need to add featured images on your portfolio items.
Regards,
IsmaelHey!
I tried to visit the actual website but it doesn’t exist. Please check.
Regards,
IsmaelDecember 15, 2014 at 1:08 am in reply to: Safari 8.0 Seems to Not Auto-Loop Full Screen Video Slider #368065Hey DROR!
Thank you for using Enfold.
The heading font size is working fine on our installation. Please make sure that you don’t have any custom css added for the heading tags.
Cheers!
IsmaelHey mindSCOPE Staffing Software!
Thank you for using Enfold.
Did you install this plugin (http://support.wordpress.com/videopress/)? Note that you can’t use your own video on WordPress without that plugin.
Regards,
IsmaelHi Justin!
Thank you for using Enfold.
Please refer to this link for a possible fix: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Basically, you just need to add this on the .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
IsmaelHey grwebs!
Thank you for using Enfold.
Generate the table shortcode using the shortcode wand on a post or page then copy it on the tabs’ content editor.
Cheers!
IsmaelHey Jean!
Thank you for using Enfold.
You just need to edit the single quotations marks on the code. Use this instead:
add_action( 'wp_footer', 'enfold_customization_customscript' ); function enfold_customization_customscript(){ ?> <script type = "text/javascript"> jQuery(document).ready(function(){ // FancyBox: when the theme adds the fancybox class jQuery('.esg-grid .fancybox').off('click.fb'); // FancyBox: when the theme just connects the hyperlink, without adding a fancybox class jQuery('.esgbox').off('click.fb'); // ColorBox jQuery('.esgbox').removeClass('cboxElement'); }); </script> <?php }Regards,
IsmaelDecember 13, 2014 at 6:05 pm in reply to: How can advanced layout editor not working for WPML? #367718Hi fangfreezer!
Thank you for using Enfold.
Unfortunately, WPML translation editor is not compatible with advance custom builders like the Enfold’s ALB. It is only viable when you created the content using the default editor. You need to duplicate the page to another language then translate the content manually. Please refer to this link for more info: https://kriesi.at/support/topic/wmpl-and-advanced-editor-problem-urgent-if-possible/#post-304492
Best regards,
IsmaelHi!
Thank you for using Enfold.
@jbergmeier: You can follow the links suggested by @Flikk.
@Flikk: Thank you. :)Regards,
IsmaelHey Monsoon!
Thank you for using Enfold.
You can’t use the Color Section for posts, the element is only available for pages and portfolio items. Add the color section then apply a white background on color section’s container using css. I think that is the closest layout that you can get with the ALB without custom coding.
Regards,
IsmaelDecember 13, 2014 at 5:42 pm in reply to: Different Main Navigation Menu and Logo for Custom Post Type? – Fix? #367706Hey!
Try to replace the code with this:
add_filter('avf_logo_link', 'avf_redirect_logo_link'); function avf_redirect_logo_link($link) { if(is_singular('spicypresentations') || is_page(array(12,17))) $link = 'http://www.nutsandboltsspeedtraining.com/spicypresentations/'; return $link; }Regards,
IsmaelHey!
Have you tried using the Contact Form 7 plugin? If it still doesn’t work with the plugin then it has something to do with the email configuration. Please contact your hosting provider.
Regards,
IsmaelHey!
Please add this on Quick CSS to fix the icons:
#contact-info .iconbox.av-no-box .iconbox_icon { display: block; }Regards,
IsmaelHey!
I’m sorry, I maybe a bit blind but I don’t see any difference between the top and bottom screenshot. Can you please point us directly to the issue?
Best regards,
IsmaelDecember 13, 2014 at 1:29 pm in reply to: Can not assign menu location to different languages using WPML #367668 -
AuthorPosts
