Forum Replies Created
-
AuthorPosts
-
August 26, 2015 at 11:45 am in reply to: How to know what files I have edited to create a back up and/or child #493457
Hey!
Are you trying to find a way to know what files “YOU” customized? I think the best thing to do is to create your own change log.
Regards,
IsmaelHey!
Please replace the css code with this:
.current-menu-item > a span { color: #ffffff !important; }
Regards,
IsmaelHey!
Look for this code around line 934:
echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>";
Replace it with:
echo '<div class="tab first_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>";
Regards,
IsmaelHey!
I’m sorry but that kind of customization will require major modification on the theme. Please hire a freelance developer to modify the search.php and includes > loop-search.php file.
Regards,
IsmaelHey shirtandsimple!
Thank you for using Enfold.
You can add the Fullwidth Sub Menu element then select the custom menu that you want to display for that particular page.
Regards,
IsmaelHey!
Did you set a minimum height for the color section? We tested the Background Image Position settings on our installation and it does work. Image used is 1500x630px. A screenshot of what you’re trying to accomplish will help.
Regards,
IsmaelHi Julie!
Thank you for using Enfold.
It’s possible to create a new shortcode for the plugin. Refer to this link: https://wordpress.org/support/topic/plugin-print-friendly-and-pdf-button-shortcode
You can then disable the plugin on all pages then use the shortcode only for pages where you want the button to display. Add the shortcode in a code or text block. For more info, please contact the plugin author.
Cheers!
IsmaelAugust 26, 2015 at 9:58 am in reply to: Braintree plugin and Woocommerce checkout CC Month and Date stuck together #493371Hey!
Please add this css code:
p.form-row.form-row-last.validate-cc-exp-date.woocommerce-validated { clear: both; float: left; } p#braintree-cc-cvv_field { margin-top: 20px !important; }
Cheers!
IsmaelHey!
@tsjemo: I tried to login to the site but the login credentials above is not working. Please check.For other users with the same issue, please create a new thread. Add the url to the site and the login credentials.
Cheers!
IsmaelHey!
Apply a minimum height to the title container:
.grid-content { min-height: 82px; }
Cheers!
IsmaelHey raulbofill!
Thank you for using Enfold.
Please post the login details here so that we can check it. If possible, please upgrade the theme to 3.3.2.
Cheers!
IsmaelAugust 26, 2015 at 9:45 am in reply to: Masonry gallery loaded when loading the page (visible all the time) #493365Hi!
Please follow the solution provided here: https://kriesi.at/support/topic/masonry-on-ipad-vanished/
Remove browser cache or hard refresh the page after.
Cheers!
IsmaelAugust 25, 2015 at 9:49 am in reply to: Title in Single-Portfolio-Page and position of picture #492720Hi!
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 #492640 -
AuthorPosts