Forum Replies Created

Viewing 30 posts - 58,981 through 59,010 (of 67,163 total)
  • Author
    Posts
  • in reply to: LayerSlider issues #251172

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: How to make sidebar for Category view. #251170

    Hey SteveOh_UK!

    Thank you for using the theme!

    I’m sorry but I’m not certain of what it is you’re trying to do. Do you mind if we ask for an example of the category page? Is it an archive page? We’ll try to give you a better answer once we have a better understanding of the request. Meanwhile, please check these plugins, maybe they will help:

    http://wordpress.org/plugins/widget-logic/

    http://wordpress.org/plugins/dynamic-widgets/

    Regards,
    Ismael

    in reply to: Shortcode does not work in excerpt #251167

    Hi!

    I’m sorry but it is working on my end. Maybe, you didn’t paste the code correctly. Can you please post the code on line 311 here?

    Regards,
    Ismael

    in reply to: Featured image and blog author #251154

    Hi Dan!

    Thank you for using the theme!

    1.) I’m sorry but can you please elaborate the issue?

    2.) You can find the post thumbnail code on loop-index.php, find this code on 165:

    else if(strpos($blog_style, 'small')  !== false)
                {
                    $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
                }

    Regards,
    Ismael

    in reply to: Setting Up a Blog issues #251144

    Hi!

    Thank you for the info.

    This has nothing to do with css. If you inspect the small preview images, they are cropped on the edges. I’m sorry but did you do the changes above? The images are still cropped which suggests that you didn’t add the crop parameter on the post thumbnail. Also, after installing the regenerate thumbnails plugin, did you use it? Go to Tools > Regen. Thumbnails to regenerate the thumbnails. Make sure that you modify the functions.php as suggested above.

    Regards,
    Ismael

    in reply to: Layer Slider Responsive Problem #251132

    Hey!

    Thank you for the info.

    I check the site on an iPad and it loads a little slow. Maybe, it has something to do with your host. Another thing is, the images are not optimized. Example is this image http://jamesonpowers.com/wp-content/uploads/2014/04/DM2.png which is 1000x667px in dimension but is currently 1.6mb which is huge. I think you should try and optimize the page speed and upload images with smaller file size. You can do the following courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Cheers!
    Ismael

    in reply to: Enfold WPML upload images #251120

    Hey!

    I’m sorry but the memory limit is still 64M when I checked the website. Please contact your hosting provider, maybe you can’t exceed the allowed memory limit. Set it to at least 128M as Dude suggested. We’ll be happy to assist you with the problem once we eliminated the memory limit factor.

    Regards,
    Ismael

    in reply to: Google Maps API multiple times on the page #251108

    Hi meanster99!

    Thank you for using the theme!

    Please post the website url here. We would like to check the website but, unfortunately, we can’t promise that we will be able to help with the issue because it is related with a third party plugin. Regretfully, we cannot provide support for third party plugins or scripts as stated on the support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included with the theme package should be directed to the plugin author.

    Thank you for understanding.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please post the login details here. We would like to check the layer slider. Can you please tell us which slider to edit?

    Enfold is fully compatible with the Woocommerce plugin so you don’t have to use another theme for that matter.

    Best regards,
    Ismael

    in reply to: Shortcode does not work in excerpt #251104

    Hey!

    My bad! I didn’t notice that you’re using the blog grid style. Please edit config-templatebuilder > avia-shortcodes > postslider.php. Find this code on line 311:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');
    

    Replace it with this:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : do_shortcode($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "));
    

    That should enable the shortcodes on blog grid excerpts.

    Regards,
    Ismael

    in reply to: How to change site width? #251098

    Hey!

    Thank you for the update.

    Please edit the slide then go to Slider Settings > Layout > Slider Dimensions. Set the Slider Width to 100%. That should remove the padding.

    Best regards,
    Ismael

    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

Viewing 30 posts - 58,981 through 59,010 (of 67,163 total)