Forum Replies Created

Viewing 30 posts - 4,261 through 4,290 (of 9,352 total)
  • Author
    Posts
  • in reply to: One Page Portfolio & Apple Mobile Devices #246899

    Hey!

    I marked this thread for Kriesi. He can test the demo website with an ipad/iphone.

    Best regards,
    Peter

    in reply to: Setting Up a Blog issues #246898

    Hey!

    Try to use following code instead:

    
    .page-id-1336 .avia-content-slider .slide-image { min-height: 75px; }
    

    The code will make sure that other pages/sliders are not affected.

    Best regards,
    Peter

    in reply to: Full width (transparant) image with text over it #246893

    Hi IrisMar17!

    Yes :) – just add a “Color Section” to your “Advanced Layout” page (use the layout builder) and click on the “Edit Section” icon to change the color section settings. Add a background image to the section (will be displayed behind the text) and save the settings. Then insert a “Text Block” element (or a “Special heading” element into the “Color Section” and use this element for your text content.

    Best regards,
    Peter

    in reply to: Image cropped on iPhone – Fullwidth Masonry Gallery #246890

    Hi fred1601!

    Can you post a link to your website please?

    Regards,
    Peter

    in reply to: Enfold Installation problems #246888

    Hi!

    Please try to install the theme via ftp: https://vimeo.com/64927356 . If you downloaded the files from http://themeforest.net we can guarantee that the theme does not contain viruses or trojans.

    Regards,
    Peter

    in reply to: Having few issues with Images using Gallery Element #246886

    Hey!

    If you want a clear image I recommend to choose a big thumbnail size for the “Gallery Big Preview Image Size”. Select the “No Scaling (Original Width X Original Height)” if you want to show the original image (without cropping, etc.).

    Cheers!
    Peter

    in reply to: Portfolio: Breadcrumbs are displaying incorrectly #246881

    Hey!

    Ah, ok. If you link to the same portfolio entry from different pages the breadcrumb can’t be consistent. WordPress doesn’t know which “masonry page” is the parent page of a “single portfolio entry” because the masonry grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.

    I.e. if the user first views this portfolio grid page (http://2013.traverscollins.com/us/marketing-capabilities/advertising-media/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://2013.traverscollins.com/work/harper-international/ ) Enfold uses the session data and the saved page id to build the breadcrumb (You are here:Home / Us / Marketing Capabilities / Advertising & Media / Harper International). If the user accesses the portfolio entry from another portfolio page: i.e. from http://2013.traverscollins.com/work/ the breadcrumb structure might be different. Note that you need to clear the browser cache to remove the session data if you want to test this.

    You’ve three options:

    1) Make sure that the same portfolio items are not part of several masonry or portfolio grids and remove the masonry/portfolio grid from the other pages.

    2) Remove the breadcrumb

    3) Try another breadcrumb like Yoast SEO – maybe it gives you better results for your project.

    Regards,
    Peter

    Hey Johan!

    1) Yes, you can download the theme after you purchased a license. The purchase requires marketplace credits or a paypal/skrill account.

    2) Yes, the installation can be done within minutes. See https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    in reply to: Why does Enfold look different in HTTP and HTTPS ? #246875

    Hi!

    I recommend to deactivate https/ssl on your server or to add a redirection ( http://stackoverflow.com/questions/8371/how-do-you-redirect-https-to-http ) from https to http to your htaccess file.

    Regards,
    Peter

    in reply to: WPML is spoiling my style #246451

    Hi gianmarizzi!

    You must configure the theme options for each language separately. If your second language uses different options than the first language the styling, etc. might be different. If you want the same styling please copy the theme settings from your first language to your second language and save the settings.

    Best regards,
    Peter

    in reply to: Portfolio Tags Not Displaying #246449

    Hey!

    I changed the code a bit – please try it again.

    Best regards,
    Peter

    Hi Foundry172!

    The “latest portfolio” widget enables you to display specific categories only. Just select the categories in the widget settings: http://www.clipular.com/c/6554056516435968.png?k=DHJdRTyTwCha6Cyhus1kZ-DQDsA

    Best regards,
    Peter

    in reply to: Unable to install enfold in wordpress #246444

    Hi!

    The problem is caused by the hidden __MacOSX folder which is visible to PC users: http://old.floatingsun.net/2007/02/07/whats-with-__macosx-in-zip-files/

    Unfortunately the envato staff uses MacOS to zip the files and the PC then shows this “hidden” folder like a standard data folder. If you upload the theme files make sure that only the “enfold” theme folder is uploaded via ftp. If the wp-content/themes directory on your server contains a __MacOSX folder please delete it.

    Cheers!
    Peter

    Hi!

    Ok :)

    Cheers!
    Peter

    Hi!

    The code Ismael posted will not replace the default avia.js file but it just loads a custom avia.js file in addition to the default file. If you want to replace the default avia.js file with a custom version insert this code:

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-default');
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
    	wp_enqueue_script( 'avia-default-child' );
    }
    

    into your child theme functions,php file and then place the custom avia.js file into your child theme folder (url path must be wp-content/themes/enfold-child/js/avia.js ).

    Cheers!
    Peter

    in reply to: Portfolio Sort by title and title display on hover #246434

    Hey!

    I added the code to the child theme functions.php file and the order works now http://www.apsleystudiotour.com/portfolio-item/studio-tour-artists/ . The entries start with “Studio A” and the last item is “Studio S”.

    Note that you can’t get a “perfect” entry order with “flexible masonry” grid because the masonry script always tries to “distribute” the entries equally and to fill the space without producing gaps. Sometimes it will ignore the order and shift entries to avoid gaps. You can use the “perfect grid” option if you want to keep the post order but then the images must have the same size and the grid will look like: http://www.clipular.com/c/6317022505861120.png?k=Ihr9oU-Ktc6guA2qycvRy743pkw

    Regards,
    Peter

    in reply to: Layout squished on iPhone if featured image is set #246427

    Hi chartier!

    You can try to use a media query to hide the featured image for iphone users. By default Enfold will hide it for screens smaller than 768px (width) but iphones with retina displays, etc. maybe require a higher screen size value. Try to insert this code into the quick css field:

    
    @media only screen and (max-width: 767px){
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    }
    }
    

    and try to replace 767px with a value like 900px or 1024px – it depends on the screen resolution of your iphone.

    Regards,
    Peter

    Hi bitsoul!

    Thanks – another user already reported this bug and Kriesi will fix it with the next update: https://kriesi.at/support/topic/custom-css-class-not-saving-2-6-1/

    Best regards,
    Peter

    in reply to: Full-width LayerSlider on every singe post page #246408

    Hi!

    If you want to use the [layerslider] shortcode you must activate the slider as a plugin. Copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder to wp-content/plugins and then deactivate Enfold. Afterwards activate the LayerSlider plugin and then re-activate Enfold.

    Best regards,
    Peter

    Hi!

    Yes, use this css code to add a border to the post divider element:

    
    .template-blog .post_delimiter {
    border-bottom: 1px #e2e2e2 solid;
    }
    

    You can change the border style based on your requirements.

    Best regards,
    Peter

    Hi!

    I’ll forward the issue to Kriesi. I could reproduce the character encoding issue on your server ( http://www.screenr.com/6i1N ) although it’s just cosmetic because I can edit the element just fine and in the front end the characters display properly. Also the text is saved with the right character encoding and when I edit the element the special character encoding is also correct. I still can’t reproduce the issue on my servers and I want to wait for Kriesi’s feedback on this issue. Maybe it’s related to the database or wordpress configuration.

    Best regards,
    Peter

    Hi!

    I don’t know why the read more link doesn’t work on your server but I solved the issue. I replaced this code in includes/loop-index.php:

    
    	$current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();
    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>' : $current_post['content'];
    	$current_post['before_content'] = "";
    

    with

    
    	$current_post['content'] 	= $blog_content == "content" ? get_the_content(' ') : get_the_excerpt();
    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink($current_post['the_id']).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>' : $current_post['content'];
    	$current_post['content'] 	= $blog_content == "content" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink(get_the_ID()).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>' : $current_post['content'];
    	$current_post['before_content'] = "";
    

    and now the loop uses the get_permalink() function instead of the get_the_content() function to generate the read more link. If you place the modified loop-index.php into your child theme the change is also update safe.

    Best regards,
    Peter

    in reply to: Missing masonry images in safari #246394

    Hi!

    Please create a new thread. This question is unrelated to the topic.

    Best regards,
    Peter

    Hey!

    Ah, ok. We’ll try to reproduce it on our test servers and add a fix to the next theme update.

    Regards,
    Peter

    in reply to: Numerous issues with responsive design #246387

    Hi!

    Maybe it’s related to the mobile phone connection. Some users reported loading issues with i.e. Vodafone but with wlan/wifi the website loaded fast and without any issues. The “lag” (maybe) is a result of a slow data connection/transfer.

    Cheers!
    Peter

    in reply to: Portfolio: Breadcrumbs are displaying incorrectly #246385

    Hi!

    Ok, in this case Ismael was right and you must overwrite the default breadcrumb. I added this code to the functions.php file:

    
    if(!function_exists('avia_modify_breadcrumb'))
    {
        function avia_modify_breadcrumb($trail)
        {
            if(get_post_type() === "portfolio")
            {
                $page = 9;
    
                if($page)
                {
                    if($page == $front)
                    {
                        $newtrail[0] = $trail[0];
                        $newtrail['trail_end'] = $trail['trail_end'];
                        $trail = $newtrail;
                    }
                    else
                    {
                        $newtrail = avia_breadcrumbs_get_parents( $page, '' );
                        array_unshift($newtrail, $trail[0]);
                        $newtrail['trail_end'] = $trail['trail_end'];
                        $trail = $newtrail;
                    }
                }
            }
            else if(get_post_type() === "post" && (is_category() || is_archive() || is_tag()))
            {
    
                $front = avia_get_option('frontpage');
                $blog = avia_get_option('blogpage');
    
                if($front && $blog && $front != $blog)
                {
                    $blog = '<a href="' . get_permalink( $blog ) . '" title="' . esc_attr( get_the_title( $blog ) ) . '">' . get_the_title( $blog ) . '</a>';
                    array_splice($trail, 1, 0, array($blog));
                }
            }
            else if(get_post_type() === "post")
            {
                $front = avia_get_option('frontpage');
                $blog = avia_get_option('blogpage');
    
                if($blog == $front)
                {
                    unset($trail[1]);
                }
            }
    
            return $trail;
        }
    
        add_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    
    

    9 is the id of your “work”/portfolio page.

    Cheers!
    Peter

    in reply to: Mega Menu issue #246383

    Hey!

    I deactivated all plugins and reactivated them and the shortcodes started to work. To be on the safe side I also added:

    
    add_filter('wp_nav_menu_items', 'do_shortcode');
    

    to the functions.php file – you can add this code to the child theme functions.php file if you want to make it update safe.

    Cheers!
    Peter

    in reply to: How to edit Latest News widget [with Child Theme]? #245589

    Hi!

    Ok, I think I found the problem. We’ll fix it with the next update. For now please hide the time with css or delete this line in enfold\framework\php\class-framework-widgets.php

    
    echo "<span class='news-time'>".get_the_time($time_format)."</span>";
    

    Cheers!
    Peter

    in reply to: Problem with the socket #245583

    Hi hellovlad_!

    This page http://www.linaukis.com/contact-clone/ just gives me a 404 error. If the socket appears bigger it’s probably because your website content doesn’t fill the entire height of the screen. In this case the content container height won’t cover the entire screen and you see the bg of the html document which uses the same bg color like the socket. Your options are:

    1) Add more content to the page

    2) Add a “Color section” to the page and use the “minimum height” option to extend the height of the content container.

    Regards,
    Peter

    Hey!

    Ok, it’s imo not related to the breadcrumb because the output is added before the breadcrumb function is even executed. I’m not sure why the plugin doesn’t work though. If you want to hide the text add this code to the quick css field:

    
    .bbp-st-topic-support.topic-resolved{ display: none; }
    

    Best regards,
    Peter

Viewing 30 posts - 4,261 through 4,290 (of 9,352 total)