Forum Replies Created
-
AuthorPosts
-
Hi!
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!
IsmaelMay 16, 2014 at 5:06 am in reply to: icon boxes – changing the holding shape from a circle to a square #265709Hi!
Thank you for the update.
You can just change the background color of the main header. Use this on Quick CSS:
div#header_main { background: #efefef; }Regarding the mobile issue, please use a logo with a PNG format and transparent background.
Cheers!
IsmaelHey!
Thank you for using the theme!
Checking on the website, you’re still using version 2.6 which is incompatible with WP 3.9.1. Please download the latest version Enfold 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/
Best regards,
IsmaelMay 16, 2014 at 4:58 am in reply to: Using main menu in mobile site-layout instead of mobile menu #265706Hi!
Thank you for the screenshots.
I checked the website but it is on maintenance mode. If possible, translate your inquiry to english so that the theme support member can understand it better.
Best regards,
IsmaelHi!
Thank you for using the theme.
We will need a temporary login details to check the page. Also, make sure that you set the theme options for all languages.
Best regards,
IsmaelHey!
Thank you for using the theme!
I tested one of the slider called “test” and I was able to edit it without any issues. I even created a new slider called “Test 2”.
http://rainerhess-marketing.de/wp-admin/admin.php?page=layerslider&action=edit&id=14
http://rainerhess-marketing.de/wp-admin/admin.php?page=layerslider&action=edit&id=13You can see the layer sliders here:
http://rainerhess-marketing.de/test-layer-slider/
Please remove browser cache or test it on another browser. If possible, test it on another computer.
Cheers!
IsmaelHi!
Thank you for the access.
Where did you place the actual shortcodes? I can’t see it on the entire website or on the 4 pages that is available on the menu.
Regards,
IsmaelHey arnoldgrafik!
Thank you for visiting the support forum!
Do you mind if we take a look at the actual website? Make sure that you’re running WP 3.9 and the latest version of the theme which is 2.7.1.
Cheers!
IsmaelHi!
Glad it is working.
Anyway, I don’t think you need the \9 value since we already have the avia-msie which targets internet explorer browsers.
Regards,
IsmaelMay 16, 2014 at 4:34 am in reply to: Theme Problems in internet explorer 8 and internet explorer 9 #265693Hi pjnettitude!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
.html_header_top.html_logo_center.avia-msie .logo { position: relative; text-align: center; width: 100%; } .html_header_top.html_logo_center.avia-msie .logo img { -webkit-transform: initial; display: inline-block; } .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {; font-size: 12px; padding: 2px 15px 0px 15px; }Best regards,
Ismael -
AuthorPosts
