Forum Replies Created

Viewing 30 posts - 58,201 through 58,230 (of 67,191 total)
  • Author
    Posts
  • in reply to: set new default post image #266294

    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,
    Ismael

    Hey!

    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,
    Ismael

    Hi!

    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!
    Ismael

    Hey!

    Thank you for the update.

    Why do you need another button? When someone click this other button, what will it do?

    Regards,
    Ismael

    in reply to: Change the From on Contact forms #266279

    Hey 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!
    Ismael

    in reply to: Fixed menu #266277

    Hey 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,
    Ismael

    in reply to: How to remove post thumbnails? #266274

    Hi 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,
    Ismael

    in reply to: Sticky header shadow problem #266272

    Hey!

    Glad you figured it out. If you have any questions, let us know.

    Best regards,
    Ismael

    in reply to: Adding to general styling options. #266271

    Hi 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!
    Ismael

    in reply to: Customizing Blog Layout #266237

    Hey!

    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,
    Ismael

    in reply to: Logo Not Appearing On Mobile #266235

    Hi!

    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!
    Ismael

    in reply to: Google Map Conflict – Elements disappear. #266231

    Hey 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!
    Ismael

    in reply to: Video inside Portfolio Item #266227

    Hey!

    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!
    Ismael

    in reply to: Example Page Shortcode #266226

    Hi!

    You can go to Enfold > Import/Export panel then click the green Import Dummy Data button. :)

    Cheers!
    Ismael

    in reply to: I want to use my Fontdeck fonts..but nothing changed #266222

    Hi!

    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,
    Ismael

    in reply to: LayerSlider: different settings in different pages #265714

    Hey 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,
    Ismael

    in reply to: Site Map Issue #265713

    Hey!

    I’m sorry but we’re not comfortable handing out our ip addresses. Please deactivate the plugin then we’ll check it.

    Cheers!
    Ismael

    in reply to: Blog posts don't show in translated language. #265712

    Hey!

    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!
    Ismael

    in reply to: Z-index for container #265711

    Hi!

    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,
    Ismael

    in reply to: Media queries – avia framework #265710

    Hi!

    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

    Hi!

    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!
    Ismael

    in reply to: Advanced Editor issue #265708

    Hey!

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Unable to save changes after update and WPML #265705

    Hi!

    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,
    Ismael

    in reply to: Layerslider lässt sich nicht mehr bearbeiten #265704

    Hey!

    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=13

    You 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!
    Ismael

    in reply to: Align text after icon #265703

    Hi!

    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,
    Ismael

    in reply to: Layer Slider zeigt nur Ladebalken an #265700

    Hey 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!
    Ismael

    in reply to: Logo and menu issue in IE8 #265694

    Hi!

    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,
    Ismael

    Hi 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

    in reply to: Bad image preview quality on portfolio grid #265687

    Hi!

    Thank you for using the theme!

    Please edit the portfolio grid then look for the Portfolio Grid Image Size. Select the second option where you can select the portfolio thumbnail size manually.

    Best regards,
    Ismael

Viewing 30 posts - 58,201 through 58,230 (of 67,191 total)