Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using the theme!
First of all, you don’t have the latest version of Enfold. This might fix the pagination issue with the blog. If not, please try to reset the permalink settings. Go to Settings > Permalink then click the “Save” button once. Download the latest version 2.7.1 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/
If you want to show all categories on the blog posts element, don’t select any categories. Just leave it unselected. It will show all posts from different categories.
Best regards,
IsmaelHey!
Glad it is working now.
You can try this to resize the background image but it will surely distort the image:
.page-id-494 #wrap_all { background: url('http://herzleuchten.co.at/wp-content/uploads/2014/05/startbild_herzleuchten_9.jpg') no-repeat; background-size: 100% 100%; }Best regards,
IsmaelHey philfm!
Thank you for using the theme!
Do you mind if we take a look at the actual page? They should have the same speed because any anchor links utilize the scrollspy script.
Cheers!
IsmaelMay 18, 2014 at 2:48 pm in reply to: text widget in footer, LayerSlider sliders layer transition #266305Hey mindfulwe!
Thank you for using the theme!
I checked the website but I don’t see any text widgets there. Did you add the text widget on the Footer – columns widget areas? Regarding the layer slider transition, please refer to this short video tutorial to get you started: https://www.youtube.com/watch?v=ZY9SxVyugx4
Best regards,
IsmaelHey!
Thank you for using the theme.
I’m not sure if this is a bug or just a temporary hiccups on your installation because this is the first time that I have encountered this issue with the color section. Note that you can’t switch between the default editor and the advance layout builder. If you want to see the actual shortcode of the advance layout builder, edit function.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Refer to this link for more info:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Let us know if you’re still having the issue.
Cheers!
IsmaelMay 18, 2014 at 2:37 pm in reply to: Error fetching content – please reload the page and try again #266302Hi matthewnewton15!
Thank you for using the theme!
If you don’t mind, we would like to see the actual website. Please try to override the WordPress theme files, see if that helps.
Regards,
IsmaelHi!
Thank you for using the update.
Unfortunately, adding a content beside the logo is not available on the header layout options. What you can do is to add the contents manually on the includes > helper-main-menu.php file. You can find the logo code on line 101:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Below, you can manually add the contents. If you you provide us with a screenshot of the content that you want to add beside the logo, maybe we can help.
Best regards,
IsmaelHi jmeyerowitz!
Thank you for using the theme!
I checked the blog page and the full width masonry is working fine. Did you figure this one out?
Regards,
IsmaelHey Pogona82!
Thank you for using the theme!
From what I understand, you’re having problem with the text editor? Do you have the latest patch of Enfold, 2.7.1? Regarding the blog thumbnails, please provide us with a link to the actual page.
Best regards,
IsmaelHi!
Thank you for using the theme!
If you want to set a default image for the related posts, you can edit includes > related-posts.php:
$image = $post_thumb ? $post_thumb : "<span class='related_posts_default_image'>{image}</span>";Replace it with:
$default = "DEFAULT IMAGE URL HERE"; $image = $post_thumb ? $post_thumb : "<span class='related_posts_default_image'><img src='{$default}' /></span>";Replace the $default variable with the link to the default image that you want. Add this on Quick CSS or custom.css:
span.related_posts_default_image { z-index: 9999; position: relative; min-height: 85px; } span.related_posts_default_image img { min-height: 85px; visibility: visible; }Regards,
IsmaelMay 18, 2014 at 12:55 pm in reply to: Help needed: Sensei quiz with enfold and the current fix? #266287Hey!
Thank you for using the update.
Please use this on Quick CSS or custom.css:
.quiz form ol#sensei-quiz-list li ul li label { vertical-align: middle; position: absolute; left: 20px; top: -5px; } .quiz form ol#sensei-quiz-list li ul li input { z-index: 1000; position: relative; }Best regards,
IsmaelMay 18, 2014 at 12:48 pm in reply to: Icon List: the titles are presented half on the website #266286Hi!
Thank you for the info.
I checked the icon list elements on Chrome Windows 8 but it’s not disppearing after scroll and I don’t think any of the modifications will trigger this event. Do you mind providing a short clip of the issue so that we can see it? Regarding the editor issue, please download the latest patch of the theme, 2.7.1 then update the theme via FTP.
Cheers!
IsmaelMay 18, 2014 at 12:34 pm in reply to: Adding another "submit" button at the bottom of the contact form. #266280Hey!
Thank you for the update.
Why do you need another button? When someone click this other button, what will it do?
Regards,
IsmaelHey gekkie96!
Thank you for using the theme!
What do you mean by hard coded emails? Do you mind if we take a look at the actual contact form page? Note that you can use third party plugins like Contact Form 7 or Gravity Forms if you want a more complex contact form.
Cheers!
IsmaelHey Miikey!
Thank you for using the theme!
Yes, it is somehow possible but this is beyond the scope of support. You can try to edit js > avia.js, find this code on line 1030:
currentLink.bind('mouseenter', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); }); currentItem.bind('mouseleave', function() { sublist.stop().animate({opacity:0}, function() { sublist.css({visibility:'hidden'}); }); });Replace it with:
currentLink.bind('click', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); }); currentItem.bind('mouseenter', function() { sublist.stop().animate({opacity:0}, function() { sublist.css({visibility:'hidden'}); }); });Best regards,
IsmaelHi migduvednok!
Thank you for using the theme!
Do you want to remove the featured images on the blog overview page or in the single page view? When editing the posts, you can enable the “Don’t display image on single post” to hide the featured images. You can also add this on Quick CSS or custom.css:
.div.big-preview.multi-big, a.small-preview { display: none; }Regards,
IsmaelHey!
Glad you figured it out. If you have any questions, let us know.
Best regards,
IsmaelHi absurdity69!
Thank you for visiting the support forum!
Yes, that is possible but it will require a bit of modification within the theme. Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to hire freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey!
Thank you for using the theme.
Looks like you managed to fix it yourself. I can only see the featured image and title of the post item when I checked the link that you provided.
Regards,
IsmaelHi!
Thank you for the access,
The logo is visible on our end. Do you mind posting a screenshot? Please try to remove the browser cache or history on your mobile phone then test it again.
Cheers!
IsmaelHey Wildwood!
Thank you for using the theme!
Are you using the Google Maps element of the advance layout editor? Do you mind if we take a look at the actual page where this is happening?
Cheers!
IsmaelHey!
Thank you for the update.
If I am not mistaken, you’re talking about a one page navigation. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
IsmaelHi!
You can go to Enfold > Import/Export panel then click the green Import Dummy Data button. :)
Cheers!
IsmaelHi!
Thank you for using the support forum!
Did you add the correct font links? Can you please paste the code here? You can use pastebin.com so that we can check it. Note that you can use the Google Analytics field to insert the javascript method link.
Regards,
IsmaelHey pedroproiettile!
Thank you for using the theme!
I’m sorry but what you’re after is not possible. Please duplicate the slider then use different settings and apply it on the corresponding pages where you want it to go.
Regards,
IsmaelHey!
I’m sorry but we’re not comfortable handing out our ip addresses. Please deactivate the plugin then we’ll check it.
Cheers!
IsmaelHey!
Thank you for the info but I think you forgot the actual website URL. Please post it here and set it as a private reply.
Cheers!
IsmaelHi!
Thank you for the update.
Yes, it is possible. The color section next to the layer slider should have the id av_section_1 but of course you can set a unique id for that color section if you want so this should work:
div#av_section_1 { z-index: 2; margin-top: -300px; position: relative; background-color: transparent !important; border: none !important; }Please post the website url here if the solution above doesn’t work.
Best regards,
IsmaelHi!
Thank you for the update.
The Layers Container should work just fine. Please set the Layers Container option to 1030 then set the Responsive Under option to 9999 to force the slider to use the responsive mode. Test it by adding a layer without any options. You’ll see that it will align with the content properly.
Cheers!
Ismael -
AuthorPosts
