Forum Replies Created
-
AuthorPosts
-
August 25, 2015 at 9:49 am in reply to: Title in Single-Portfolio-Page and position of picture #492720
Hi!
Technically, portfolio items doesn’t have categories, it has terms from the portfolio entries taxonomy. Please replace the code with this:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( is_single() ) { $terms = get_the_terms( $id, 'portfolio_entries' ); $args['title'] = $terms[0]->name; $args['link'] = get_permalink($id); } return $args; }We would like to add the code but the Design > Editor panel is not available when we logged in.
Cheers!
IsmaelHi!
Did you set the “Maximum Container width” to “1500pixels” or “1500px”? It should be “1500px”.
Regards,
IsmaelHi!
The website is responsive when I checked it. I think you forgot the link of the screenshots.
Regards,
IsmaelHi Carsten!
Thank you for using Enfold.
This is a bug. The breadcrumb should not duplicate the post name. Did you add any modifications in the theme? Please check the functions.php file, maybe you added a filter for avia_breadcrumb_trail.
Regards,
IsmaelHi!
This short article might help you understand the problem: http://pcsupport.about.com/od/findbyerrormessage/a/502error.htm
Often, Bad Gateway errors are caused by issues between servers online that you have no control over.
Please ask your hosting provider to create a php info page. We would like to check it.
Best regards,
IsmaelHey zimbo!
Thank you for using Enfold.
Use the “error404” css class attribute.
.error404 { }Cheers!
IsmaelAugust 25, 2015 at 9:27 am in reply to: NAV BAR – Background sprite for hover and active state #492705Hi fernandomoralesmarquez!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? (Use imgur or dropbox for the screenshot) A link to the actual site will help as well.
Best regards,
IsmaelHi!
If you want to exclude different categories from the post navigation, add this in the functions.php file:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }Best regards,
IsmaelHey Nicolas!
Thank you for using Enfold.
I visited the site but I can’t see the issue with the color section. Can you please provide a screenshot? Use imgur or dropbox to post a screenshot.
Best regards,
IsmaelHey sammyhiggz!
Thank you for using Enfold.
Edit the menu item then set the Menu Style to button.
Best regards,
IsmaelAugust 25, 2015 at 9:11 am in reply to: Enfold 3.3.1, Avia and Visual Composer no longer works #492691Hey!
Please try to deactivate all plugins then remove browser cache. This type of error is usually cause by a third party plugin. Give us a link to the actual site so that we can inspect it.
Regards,
IsmaelHey!
Add this in the Quick CSS field to fix the spacing and the border:
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; } .av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text { border-left: 1px solid; }Regards,
IsmaelAugust 25, 2015 at 9:07 am in reply to: custom.css are not completely rendered at mobile view #492688Hey!
Please check the custom css specially the media queries and make sure that there are no missing brackets and semi colon symbols.
Regards,
IsmaelAugust 25, 2015 at 9:05 am in reply to: Blog posts don't show in Widget "Enfold Latest news" #492686Hi!
@ax2201: You can update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/Regards,
IsmaelAugust 25, 2015 at 9:04 am in reply to: Advanced layout editor not working under wordpress 4.3 update #492683Hi!
@motac: Please create a new thread with the link to the website and the login credentials. We’ll tackle the issue there. If possible, try to deactivate all plugins then test it again.
@wildflower: Glad it is fixed.
@rdswestnet: I created a new page and the advance layout builder is working: https://missionbaybeachcondo.com/wp-admin/post.php?post=661&action=editRegards,
IsmaelAugust 25, 2015 at 7:05 am in reply to: Warning Messages: Disk quota exceeded, Cannot send session cookie #492643Hi!
This is a temporary issue and it seems to fix itself after a while. Please refer to this link for more info regarding the issue:
https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300
https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/
https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660
Cheers!
IsmaelAugust 25, 2015 at 7:03 am in reply to: Customising Blog appearance, blog and post pages should be consistent #492640Hi!
Is the site running on a shared hosting? Please ask your hosting provider to create a php info page. Post the php info url here.
Regards,
IsmaelHi Karin!
Thank you for using Enfold.
Please try to add this in the Quick CSS field to adjust the container:
@media print { .container .av-content-small.units { width: 100% !important; } }Cheers!
IsmaelHi!
You can set the width to auto to display the actual width of the images:
div .portfolio-preview-image .avia-slideshow img { width: auto; }Regards,
IsmaelHi!
Can you please provide a list of portfolio items that should no be included in the page? 2 to 3 examples of the portfolio items will do.
Best regards,
IsmaelHey!
The width refers to the width of the inner lines. The separator contains two inner lines, that’s why it pushes the icon when you set the width to more than 40%.
Cheers!
IsmaelHey!
One issue at a time. Try to replace the css code with this:
.blog_portrait-class { top: 5px; left: 60px; width: 150px; }Regards,
IsmaelHey!
You can add the search bar inside the mobile menu container. Please refer to this link: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687
Regards,
IsmaelAugust 25, 2015 at 6:10 am in reply to: How to activate the scrolling effect in ONE PAGE mode? #492622Hey!
In the section field of the color section, you accidentally added apostrophe symbls as an id attribute. We removed it.
Regards,
IsmaelHey!
Did you add any html code in the page? Make sure that you closed the tags properly. Is this happening on different pages?
Best regards,
IsmaelHey!
@Frostholm: Glad it is fixed!
@envis: Looks like the site is running on an old version of the theme. Please upgrade to version 3.3.2.Cheers!
IsmaelHi!
Are you planning to use the blog post element on different post types? If not, we added a temporary fix in the functions.php file:
add_filter('avia_post_slide_query','avia_change_grid_order', 10, 2); function avia_change_grid_order($query, $params) { $query['post_type'] = array('post'); return $query; }Regards,
IsmaelAugust 25, 2015 at 5:49 am in reply to: Updated Enfold to latest version (19th Aug 2015) & video not playing on mobiles #492614Hi!
Unfortunately, no, because the video auto play feature is disabled on most mobile devices to save bandwidth and improve performance. What you can do is to add another video element then use css media queries to toggle the display on different screen sizes:
https://kriesi.at/support/topic/scaling-image-in-color-section-parallax/#post-462636
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Regards,
Ismael -
AuthorPosts
