Forum Replies Created
-
AuthorPosts
-
Hi Jamie A!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css to remove the post tags:
span.blog-tags.minor-meta { display: none; }Regards,
IsmaelHey!
Thank you for the update.
Yes, starting from scratch, unfortunately, seems to be a viable option. We’re not really sure what’s causing the page to break. What are the elements that you have on that particular page? Did you switch the avia builder to debug mode? Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Refer to this link for more info:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Cheers!
IsmaelHey!
We’re very sorry for the delay.
I would like to check the website again but there is a database error connection, “Fout bij het maken van de databaseconnectie”. We’re asking you to remove or rename unused plugin folders because sometimes the plugin options tend to get stuck with the installation and might cause conflict. We don’t want to do this ourselves because it is not impossible that we mess up your plugin settings.
Best regards,
IsmaelHey!
I’m sorry but I’m not sure if I understand the screenshot because it is written on another language but do you have the latest version of the theme? Do you mind if we take a look at the wp dashboard and test it ourselves? Please post the login details here and set it as a private reply.
Best regards,
IsmaelHi!
Thank you for using the theme!
Do you have the latest version of the theme, Enfold 2.7? The upload manager has gone through a lot of fixing since version 2.6 and it’ll be appreciated if you can share the login details to your wordpress dashboard and ftp.
Additionally, for future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry.
Cheers!
IsmaelHi!
Glad it is working.
You’re correct about the page id. The #av_section_1 .avia_widget_section part is the classification or id selector of the current color section. You can see that if you use the firebug console or google chrome’s inspect element.
Regards,
IsmaelHey!
Thank you for the update.
Please try to add this on Quick CSS or custom.css to resize the fallback image:
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-position: center center; } }Best regards,
IsmaelMay 4, 2014 at 3:23 am in reply to: Layer slider Not showing text and custom css not responding #259842Hey!
Thank you for the update and thanks for sharing the fix.
What do you mean by “styles” menu? You don’t have to wrap the h1 tag on any style div as you put it because on the layer’s Styles panel, a Custom style settings field is already available for inline styling.
Best regards,
IsmaelHi henningtillmann!
Than you for visiting the support forum!
I’m sorry but this seems to be a limitation or issue of the layer slider itself. The plugins comes bundled with the theme but we don’t have full control over its perks and flaws.
Cheers!
IsmaelHey!
Thank you for the update.
Do you mind if we take a look at the page with the layerslider shortcode modification? Please place the code of single.php file that you modified on pastebin.com. We would like to check it. Instead of using the do_shortcode function, use the layerslider function. It looks something like this:
<?php layerslider(1) ?>This is the same as:
echo do_shortcode('[layerslider id="1"]');Cheers!
IsmaelHey Andrew!
Thank you for visiting the support forum!
You can add this on Quick CSS or custom.css to set the max width of the mega menu:
div.avia_mega_div.twelve.units { max-width: 700px; }You can also use the width property.
Best regards,
IsmaelHi!
I’m sorry but technically there is nothing to fix on the layer slider. The data is lost when you transferred the website. Please contact your host then ask them if they can revert the changes or if they can restore to a backup. Once the website is restored, transfer or migrate the website using the suggested plugin above.
Best regards,
IsmaelHey!
Thank you for using the theme!
I’m glad it is working now. It is really to important that you save the elements properly.
Cheers!
IsmaelMay 3, 2014 at 1:46 pm in reply to: Category-name in class in article tag in Grid Layout blog style. #259680Hi Sebastian!
Thank you for using the theme!
Please edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 364:
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false)); $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";Replace it with this:
$gridcat = get_the_category($the_id); $gridclass = strtolower($gridcat[0]->cat_name); $markup = avia_markup_helper(array('context' => 'entry','echo'=>false)); $output .= "<article class='slide-entry flex_column {$style} {$gridclass} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";Cheers!
IsmaelHey spectodesign!
Thank you for using the theme!
It is possible but we don’t recommend it. Any issues that will arise regarding this particular feature will have to investigated by yourself. You can add this on Quick CSS or custom.css:
.main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;}Regards,
IsmaelHey!
Do you mind posting the login details here? We would like to check it. Thanks!
Cheers!
IsmaelHey Rustybucket!
Thank you for using the theme.
When using the BWP minify plugin, please try to exclude the layout.css file by using the “avia-layout” and “avia-dynamic” handles. You can also add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-layout', 'avia-dynamic'); return $excluded; }Regards,
IsmaelHey!
Thank you for the update.
Please extract the actual enfold zip file inside the theme package. http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Please check the file permission of wp-content/uploads/dynamic_avia folder. Set it to 755 or higher. Delete the file enfold.css first then change some settings on the theme options. Save changes.
Best regards,
IsmaelHi!
Thank you for the info.
I’m not sure if we can do anything about the ajax portfolio preview aside from decreasing the width of the preview image when viewing on smaller screens. You can add this on Quick CSS or custom.css:
@media only screen and (max-width: 1366px) { .portfolio-preview-image { width: 50%; } }Try to add this on functions.php to fix the portfolio breadcrumbs:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Regards,
IsmaelHi jmikhail!
Thank you for using the theme!
Please go to Enfold > Header Layout > Header Layout tab > Header Size. Choose custom pixel value then set it to 30px. I hope that helps.
Regards,
IsmaelHi!
Thank you for the info.
I’m not really where the issue is coming from but reading on the codecanyon support forum the author of the layer slider is planning to drop off the phpQuery so this issue, we hope, will not happen again. I’ll ask Dude if has any idea on how to fix this. Please edit config-layerslider > Layerslider > helpers > phpQuery.php, find this code on line 1421:
? mb_eregi('\w', $char)Replace it with:
? preg_match('@\w@', $char)Let us know if it works.
Best regards,
IsmaelHey!
Thank you for the update.
Do you mind posting a screenshot of how you want the tabs to look like on mobile? We’ll try to provide you with a solution once we have a better understanding of the request.
Cheers!
IsmaelMay 3, 2014 at 6:25 am in reply to: Enfold : Add to cart button not showing up on variable product #259626Hey!
Thank you for the update.
Please try to add this at the very bottom of functions.php:
add_action( 'wp_print_scripts', 'avf_descript_cart_fragments', 100 ); function avf_descript_cart_fragments() { wp_dequeue_script( 'wc-cart-fragments' ); return true; }Let us know what happens. We’ll check it again after.
Cheers!
IsmaelMay 3, 2014 at 6:15 am in reply to: Partner/logo element was hidden under the fullscreen slider on the mobile device #259624Hey!
Thank you for the update.
Do you mind posting a screenshot on how it looks on iPad Mini? Please try this on Quick CSS or custom.css to move the logo downwards when viewing on iPhone:
@media only screen and (max-width: 480px) { div.avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active.noHover.avia-content-slider1.avia-content-slider-odd.avia-builder-el-3.el_after_av_hr.el_before_av_hr { top: 180px; } }Adjust the top position if necessary.
Regards,
IsmaelHi Katrin!
Thank you for using the theme!
Do you want the header to be white? Please add this on the Deutsch Quick CSS:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: #f8f8f8; color: #7C7C7C; }Please make sure that you set the same css modifications and styling options on both languages.
Best regards,
IsmaelHi!
Thank you for the update.
Did you edit anything on the theme files? I’m just curious why is the debugging info located inside the <body> tag. It should be inside the <head> tag. Please download the latest version again from your themeforest account then update the theme again via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, please go to wp-content/plugins folder then rename all plugin folders and remove the unused ones. We’ll check it again after.
Regards,
IsmaelHey MeryVi!
Thank you for using the theme!
I’m sorry but I’m not certain of the issue that you’re having. If you can provide us with a link to your website and a screenshot of the issue, that will greatly help. Enfold is a fully responsive theme and you might be trying to do something out of the box to have this issue. You can find all the css codes on wp-content/themes/enfold/css folder. Check the layout.css and grid.css files.
Cheers!
IsmaelHey!
Thank you for the login details.
I’m not sure why the sidebar or layout settings is not working. Maybe because of a plugin conflict but what I noticed is that you’re using an old version of the theme. The update might fix the issue. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi Gary!
Thank you for using the theme!
WordPress autosaves the editor once every few minutes, depends on the settings. You can find the last saved state on Revisions metabox. If you can’t find it, just click Screen Options > Revisions. Please test this on a dummy page before doing anything serious.
Regards,
IsmaelMay 2, 2014 at 10:21 am in reply to: Detailoptimierung: Slide-Show (volle Breite), Google Maps Karte, Akkordeon #259281Hey!
Thank you so much for visiting the support forum and sorry for the delay.
If you don’t mind, please open a single thread for each issue or request. This will make it easier for us to answer your inquiries.
1.) Please add this on Quick CSS or custom.css to disable the caption on mobile device or smaller screens:
@media only screen and (max-width: 767px) { .caption_fullwidth { display: none !important; } }2.) Use this for the google map:
@media only screen and (max-width: 767px) { .page-id-170 div#avia-google-map-nr-1 { max-height: 250px !important; } }You can add the css declaration inside the first media query above.
3.) I’m sorry but I’m not certain of what you’re trying to do with this one. Do you mind sending a screenshot? You can use imgur, dropbox etc.
Regards,
Ismael -
AuthorPosts
