Forum Replies Created

Viewing 30 posts - 59,401 through 59,430 (of 67,572 total)
  • Author
    Posts
  • in reply to: Shortcode does not work in excerpt #251096

    Hey!

    Thank you for using the theme!

    Please edit the post then look for Screen Options. Enable the excerpt metabox. Use it to specify the excerpt of the post along with the shortcode. I hope that it works.

    Regards,
    Ismael

    in reply to: Change Hover Animation effect #251074

    Hey!

    Thank you for using the theme!

    I’m sorry but I’m not sure of what it is you’re trying to do. Can give us a link to an example of this hover animation? A screenshot of the link with the zoom effect will help.

    Regards,
    Ismael

    in reply to: Avia layout builder don't work on one single page..? #251072

    Hi!

    Thank you for the link.

    Can I ask for the authentication password? I’ll ask Josue to check this again.

    Cheers!
    Ismael

    in reply to: Let visitors save images from gallery #251069

    Hi erwin_m!

    Thank you for using the theme!

    You can disable the default lightbox plugin within the theme. Edit js > avia.js, find this code on line 60:

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Replace it with:

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Best regards,
    Ismael

    Hi GOWD!

    Thank you for using the theme!

    Right now, it is not possible to change the element’s style directly on the dashboard but Kriesi is creating a new option to make this possible. Please wait for that on the next theme update. You need to apply the modifications using the Quick CSS field or use the Enfold Styling panel to play around with the theme color. Can you please give us a specific element that you want to change?

    You can change the special heading text with this on Quick CSS or custom.css:

    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
    color: red;
    }

    Best regards,
    Ismael

    in reply to: Logo adjustments on mobile #251054

    Hey!

    Glad it is working now. I hope it is ok iPhone. :)

    Regards,
    Ismael

    in reply to: Menu creation disappear when activating Enfold #251051

    Hi!

    Thank you for the login details.

    I visited the menus panel on Appearance > Menus and it looks ok. This is what I see.

    Please try to test it on another browser or another computer if possible.

    Cheers!
    Ismael

    in reply to: Enfold WPML upload images #251048

    Hi ChristophTaschler!

    Thank you for using the theme!

    We are not sure of the issue as of this moment. If you don’t mind, we would like to ask for the website url. Do you have any plugins other than WPML? A screenshot of the issue will surely help. Thanks!

    Best regards,
    Ismael

    Hey Nin0!

    Thank you for using the theme!

    Yes, that is possible. Just use the html comment tag. Make sure that you switch the editor to Text or HTML mode. Add something like this:

    <!-- THIS IS A HIDDEN TEXT -->
    

    I hope that helps.

    Regards,
    Ismael

    in reply to: Change Logo for Logged in users #251039

    Hi basmati!

    Thank you for using the theme!

    Yes, it is somehow possible but you should not upload any logo on Enfold > Theme Options. Just leave it blank. Add this on functions.php:

    
    add_filter('avf_logo_final_output', 'avf_logged_logo_final_output');
    
    function avf_logged_logo_final_output($logo) {
    	$headline_type = "h1";
    	if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P
    	$loggedinlogo  = "<img {$dimension} src='LOGGED IN LOGO IMAGE URL HERE'>";
    	$loggedoutlogo = "<img {$dimension} src='LOGGED OUT LOGO IMAGE URL HERE'>";
    	
    	if ( is_user_logged_in() ) {
        $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedinlogo."$sub</a></$headline_type>";
    	} else {
    	$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedoutlogo."$sub</a></$headline_type>";
    	}
    	
    	return $logo;
    }

    Change the image url for the logged in user and for the logged out users. I hope that helps.

    Regards,
    Ismael

    in reply to: Inserting portfolio #251032

    Hey!

    On the tenth color section that you have on the page, please set the background attachment to scroll. Add this on Quick CSS or custom.css:

    @media all and (min-width: 1024px) {
    .avia-section {
    background-attachment: fixed !important;
    }
    }

    Please let us know what happens.

    Regards,
    Ismael

    in reply to: Image sizes in Blog articles – strange behavior #251027

    Hi!

    Thank you for using the theme.

    Did you use WP MigrateDB or WP MigrateDB PRO plugin when you transfer the website? Please try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Scroll problem on blank template #251024

    Hi!

    Thank you for using the theme.

    As of now, I’m not sure if I understand the issue correctly. We would like to see the actual website. We will give you a proper response once we have a better understanding of the issue. Thanks!

    Cheers!
    Ismael

    in reply to: How to update on a Multisite … #251020

    Hi german_photographer!

    Thank you for using the theme!

    I haven’t tried creating multisites through wordpress but I think it is better to update the theme through FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Open akkordeon-element through click on a link #250975

    Hey!

    How did you create the links for the accordion? Can you please provide us with an example? I’m sorry but we can’t fix the error if we can’t reproduce the accordion links. Much better if get to see the site once it goes live.

    Cheers!
    Ismael

    in reply to: Inserting portfolio #250971

    Hey!

    Did you add a color section with a background image on the portfolio page? If you don’t mind, please provide us a link to the portfolio page. Please try to add this on Quick CSS:

    .avia_mobile #top .av-parallax-section{ 
    z-index: 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Header Issues for The latest version of Enfold… #250720

    Hi!

    Are you still having header issues? Can you please elaborate the problem? We’ll be happy to assist you with it. If you added some css modifications for the header before updating the theme, you might want to remove those css modifications then configure the header settings again.

    Best regards,
    Ismael

    in reply to: Icon Box with rotating image within #250719

    Hey jjma!

    Thank you for using the theme!

    When you say image rotator, you mean the slider? This is not possible if you’re just using the default Advance Layout Builder. First of all, you need to switch the builder to debug mode. Refer to this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Iconbox shortcode with the Easy Slider shortcode inside:

    Note that you have to configure the easy slider first. If you’re finish with the slider you can place the shortcode inside the iconbox’s content.

    Best regards,
    Ismael

    in reply to: Customized Combo Post Widget #250716

    Hi wholereneducation!

    Thank you for using the theme!

    You can remove the other tabs on combo widget with this on Quick CSS or custom.css:

    .widget_tab_recent, .widget_tab_comments, .widget_tab_tags {
    display: none !important;
    }

    Cheers!
    Ismael

    Hi Linda!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If you don’t mind, after you update the theme, please post the website url here. We would like to check it on our end.

    Cheers!
    Ismael

    Hi Tim!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to increase the size of the small preview image:

    .small-preview {
    width: 162px;
    height: 162px;
    line-height: 162px;
    left: -45px;
    }
    
    .template-blog .blog-meta {
    margin-right: 10px;
    }

    I hope that helps.

    Regards,
    Ismael

    in reply to: Social Media Footer – Overlapping on Ipad #250709

    Hey!

    Please use this to fix the logo:

    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 80%;
    }
    
    .responsive .mobile_slide_out .logo {
    position: relative;
    top: 20px;
    left: 0;
    }
    }

    Cheers!
    Ismael

    in reply to: Can't publish any image #250706

    Hey!

    Glad we could help.

    Which google font are you trying to use? In order to use google fonts, you need to embed or call a certain google font on the head tag. For example, we’ll try the Lato font. Visit this page then get the code: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:Lato

    We’ll use this on functions.php:

    add_action('admin_head', 'avf_add_custom_google_font');
    function avf_add_custom_google_font() {
    echo "<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>";
    }
    

    After that, use this on Quick CSS or custom.css to change the font family of the menu:

    .av-main-nav > li > a {
    font-family: 'Lato', sans-serif;
    }

    I hope that helps.

    Cheers!
    Ismael

    in reply to: Series Engine #250702

    Hi!

    Glad you figured it out! Thanks for sharing. If you have any questions, let us know.

    Best regards,
    Ismael

    Hi!

    You can insert the code at the very bottom of functions.php. Go to Appearance > Editor, look for functions.php. I’m not sure if that is going to work in your case but please give it a try.

    Best regards,
    Ismael

    in reply to: Duplicate Posts Using the Masonry Layout #250700

    Hey!

    I’m sorry if I upset you with my response. I just can’t reproduce the issue no my end and I don’t find any clue on the support forum when I search over for the same topic. I’m really not sure what is the causing the issue but I’ll ask Dude to check this out.

    Thank you for understanding.

    Cheers!
    Ismael

    in reply to: easy slider Problem & question #250699

    Hey!

    Thank you for the link.

    The aspect ratio option is for video slides only. It won’t affect how the image thumbnail turns out. You can choose the thumbnail size for the easy slider on “Slideshow Image Size” option. For example, please use the “Magazine (710×375)” thumbnail size which I think is the best thumbnail size for your slider. Edit functions.php, find this code on line 100:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    

    Replace it with:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375, 'crop'=>false );						// images for magazines
    

    This will prevent the theme from cropping the edges of the image thumbnails. Make sure that you uploaded the images with sizes close to that ratio. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    Hey!

    I’m sorry but we’re still not sure how to fix this. Did you open a ticket on the Gravity Forms plugin forum? I’m sure they can help.

    Cheers!
    Ismael

    in reply to: Special Heading – Custom Css Class – Not Saving #250697

    Hi!

    Thank you for the link.

    You can’t see the custom css class but it is added on the special heading element. I’m not sure why. I added latest-recipes-heading for example. Please add this on Quick CSS or custom.css to modify the special heading using the custom css class that I added.

    .main_color .latest-recipes-heading > .av-special-heading-tag {
    color: red;
    }

    This will turn the special heading latest recipes text to red. I’ll ask Dude for clarification.

    Best regards,
    Ismael

    in reply to: Header Logo overlap in IE8 #250695

    Hey Mark!

    Thank you for the screenshot.

    Is the site live? If you don’t mind, we would like to inspect it. You can control the mobile menu activation on Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. This should force the mobile menu on devices with 990px screen width below and probably fix the issue.

    Cheers!
    Ismael

Viewing 30 posts - 59,401 through 59,430 (of 67,572 total)