Forum Replies Created
-
AuthorPosts
-
January 27, 2015 at 7:25 am in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #386004
Hi!
Because the blog posts element is not using the isotope script which dynamically calculates the position of the masonry entries. You can replace the masonry element with the Blog Posts element then select Display entries from a custom taxonomy > Portfolio Entries.
Regards,
IsmaelHey JulianHH!
Thank you for using Enfold.
Edit the page then look for the first color section. Edit the Custom Background Color.
Cheers!
IsmaelJanuary 26, 2015 at 12:49 pm in reply to: Color sidbar till the end of the side main content #385398Hey scfran!
Thank you for using Enfold.
Please provide a screenshot of what you’re trying to do and a link to the actual page where you’re testing it.
Cheers!
IsmaelHey!
Alright. Go to Enfold > Header > Header Behavior then enable the Let logo and menu position adapt to browser window. Add this on Quick CSS:
div .logo { float: none; position: absolute; z-index: 1; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
Cheers!
IsmaelHey!
You can decrease the post delimiter size with this:
.template-blog .post_delimiter { margin: 0 0 10px 0; padding: 10px 0 0 0; }
Go to your profile page then click “Edit”. Set the Display Name.
Best regards,
IsmaelHey sergioc_it!
Thank you for using Enfold.
I’m sorry but it’s not possible without major modification on the theme. You can set the page with the Product List element as your shop page but you will lose basic shop functionality such as add to car and select options button.
Regards,
IsmaelJanuary 26, 2015 at 12:36 pm in reply to: Setting min-height of main content window using jQuery #385389Hi dennisbaaten!
Thank you for using Enfold.
Try this on functions.php:
add_filter('wp_footer', 'avf_socket_height', 10); function avf_socket_height() { ?> <script> (function($){ $(window).load(function(){ var headerh = $("#header").height(), footerh = $("#footer").height(), windowh = $(window).height(), socketh = windowh - footerh - headerh; $('#socket').css("height", socketh + 'px') }); })(jQuery); </script> <?php }
Remove browser cache then reload the page.
Best regards,
IsmaelHi efratbene!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelJanuary 26, 2015 at 12:17 pm in reply to: change color of post meta data (date/author/in category) in single post/excerpt #385377January 26, 2015 at 12:17 pm in reply to: Easy Slider – images not displayed in original sizes #385376Hey!
Try to use this on Quick CSS to modify the size of the gallery preview image:
#top div .avia-gallery .avia-gallery-big-no-crop-thumb img { width: auto !important; }
Cheers!
IsmaelHi!
Thank you for using Enfold.
Yes, that’s right. You can register your email on gravatar.com.
Cheers!
IsmaelJanuary 26, 2015 at 12:08 pm in reply to: Make logo in header hug left border of main content area? #385367Hi!
The code should work. Please remove this line:
<link rel=”stylesheet” href=”//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”>
Regards,
IsmaelHi!
Thank you for the link. Where do you want to apply the borders? A screenshot will help. Try this on Quick CSS:
.boxed#top { border-right: 1px solid #444444; border-left: 1px solid #444444; }
Regards,
IsmaelHi stewroids!
Thank you for using Enfold.
You can try this plugin: https://wordpress.org/plugins/facebook-comments-plugin/
Regards,
IsmaelHi!
Try to replace this code:
#main [data-av_icon]:before { display: block !important; transform: rotateZ(45deg) !important; }
with this:
#main [data-av_icon]:before { display: block !important; transform: rotateZ(45deg) !important; -webkit-transform: rotate(45deg) !important; }
Cheers!
IsmaelJanuary 26, 2015 at 11:55 am in reply to: LayerSlider: Layer with only shortcode doesnt appear if you dont put text also #385356Hi!
Thank you for using Enfold.
The shortcodes will not work on the layer slider preview or inside the layer slider editor but it should work on the frontend.
Cheers!
IsmaelJanuary 26, 2015 at 11:52 am in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #385352Hey!
There’s just not enough space to accommodate the featured image and the content if you set the columns to 2. You should consider setting the masonry columns to 1 when viewing the site on mobile devices. Add the code again:
@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100%; } }
I’ll ask Kriesi to take a look.
Cheers!
IsmaelJanuary 26, 2015 at 11:35 am in reply to: E-Mail field in contact form does not allow Umlaute (ä, ü, ö) #385346Hi!
Not sure if this is going to work but try to edit framework > php > class-form-generator.php, find this code on line 790:
if(preg_match("!^[\w|\.|\-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,20}$!", urldecode($_POST[$id]))) return "valid";
Replace it with:
if(preg_match("!^[0-9\p{L}_\s-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,20}$!u", urldecode($_POST[$id]))) return "valid";
Cheers!
IsmaelHey!
Alright. Just add this on functions.php if you want to remove the title:
add_filter( 'avf_title_args', 'avf_product_titleee', 0, 2 ); function avf_product_titleee( $args, $id ) { $args['title'] = ""; $args['link'] = ""; $args['heading'] = "strong"; return $args; }
Best regards,
IsmaelJanuary 26, 2015 at 10:04 am in reply to: Put the easy slider partially on top of the Header image #385318Hi!
Thank you for the info.
If you don’t mind, please post a screenshot on how you want the page to look like. It will give us a better understanding of the issue.
Regards,
IsmaelHey gharding!
Thank you for using Enfold.
The Get Directions feature of the theme’s google map element is disabled. You need to embed the code manually or use a WP maps plugin.
Regards,
IsmaelJanuary 26, 2015 at 9:59 am in reply to: image gallery: image shows up by click instead with mouseover #385314Hey!
You need to create a js folder inside the child theme directory then place the modified avia.js file inside. This means that update can break the theme if there is a significant changes on the avia.js scripts.
Regards,
IsmaelHi!
Unfortunately, the default theme doesn’t have the “Get Directions” feature. Yes, you need to embed your own map or use a map plugin.
Best regards,
IsmaelHi finon!
Thank you for using Enfold.
I would like to help but the inquiry is a bit unclear. Can you please translate it to english? Note that we don’t provide support for third party plugins.
Best regards,
IsmaelHey Luc!
Thank you for using Enfold,
Use this on Quick CSS:
@media only screen and (max-width: 989px) { .av-overlay-on-hover .avia-image-container-inner .av-image-caption-overlay { opacity: 1 !important; filter: alpha(opacity=100); } }
Regards,
IsmaelJanuary 26, 2015 at 9:32 am in reply to: Left navigation covers the slider on certain screen widths #385303Hi kimchan2!
Thank you for the kind words.
Please edit all the layers on the layer slider, go to Attributes then add a custom css class on the Classes field. Use “offset-left” for example. Use css media queries to adjust the position of the elements on smaller screen sizes:
@media only screen and (max-width: 1340px) { .offset-left { left: 400px !important; }; }
Cheers!
IsmaelJanuary 26, 2015 at 9:22 am in reply to: Is it possible to change the color of the main content area for a specific page? #385300Hi Iconward!
Thank you for visiting the support forum.
You can use the page’s body class id. Something like this:
.page-id-29 #submit, .page-id-29 input[type='submit'] { background-color: pink; border-color: black; }
Regards,
Ismael -
AuthorPosts