Forum Replies Created
-
AuthorPosts
-
Hey!
I marked this thread for Kriesi. He can test the demo website with an ipad/iphone.
Best regards,
PeterHey!
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,
PeterHi 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,
PeterHi fred1601!
Can you post a link to your website please?
Regards,
PeterHi!
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,
PeterHey!
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!
PeterHey!
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,
PeterApril 3, 2014 at 7:00 am in reply to: Copyright infrigmentation and Installation of Enfold Theme #246877Hey 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,
PeterHi!
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,
PeterHi 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,
PeterHey!
I changed the code a bit – please try it again.
Best regards,
PeterApril 2, 2014 at 10:04 am in reply to: Latest Portfolio Widget – How do I display related catagories vs Latest project? #246446Hi 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,
PeterHi!
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!
PeterApril 2, 2014 at 9:56 am in reply to: Beiträge nicht aktualisierbar + fehlerhaftes Beitragsdatum, nicht korrigierbar #246441Hi!
Ok :)
Cheers!
PeterApril 2, 2014 at 9:55 am in reply to: NextGen Gallery with Enfold background fade with Chrome not working #246439Hi!
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!
PeterHey!
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,
PeterHi 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,
PeterApril 2, 2014 at 9:12 am in reply to: Custom Css Class – Special Heading – Child Theme – Enfold #246412Hi 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,
PeterHi!
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,
PeterApril 2, 2014 at 9:05 am in reply to: How can I make the post title appear above the featured images on the blog page? #246406Hi!
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,
PeterApril 2, 2014 at 8:52 am in reply to: Bug: Umlaut in Team Member Job title breaks team member widget #246402Hi!
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,
PeterApril 2, 2014 at 8:30 am in reply to: Blog built using Layout Builder displays incorrect "read more" permalink #246398Hi!
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"> →</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"> →</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"> →</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"> →</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,
PeterHi!
Please create a new thread. This question is unrelated to the topic.
Best regards,
PeterApril 2, 2014 at 8:01 am in reply to: Possible bug: blog posts grid 4 column IPad image scaling #246391Hey!
Ah, ok. We’ll try to reproduce it on our test servers and add a fix to the next theme update.
Regards,
PeterHi!
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!
PeterHi!
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!
PeterHey!
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!
PeterHi!
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!
PeterHi 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,
PeterMarch 31, 2014 at 6:04 pm in reply to: Plugin bbPress Support Topic:"[Support request]" showing three times in myheader #245580Hey!
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 -
AuthorPosts