Forum Replies Created
-
AuthorPosts
-
Hi!
Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Best regards,
GünterHi!
Thank you for your feedback.The login credentials still are not working. Please check it again.
And kindly provide us a link to the Ajax portfolio page also – Just to make sure we are talking about the same.
Cheers!
GünterHey!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.sidebar .widget.clearfix.widget_image { padding-bottom: 0 !important; padding-top: 0 !important; }
Best regards,
GünterHi!
Thank you for your feedback.
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Regards,
GünterHey nulrick!
Thank you for using our theme.
You have to make your changes in enfold-child\style.css.
When updating you update your parent theme, so your changes in the child theme are not affected.
You should try to keep all your changes in the child theme and do not modify the parent theme files.
You can overwrite many parent theme functions – put your code in functions.php of the child theme.
See also:
http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
http://kriesi.at/documentation/enfold/using-a-child-theme/Feel free to come back with further questions and/or problems you have.
Cheers!
GünterHey!
Thank you for your feedback.
Replace the code above with the following and adjust the value:
.single .post-title.entry-title a { font-size: 25px !important; }
Best regards,
GünterApril 14, 2015 at 1:03 pm in reply to: How to turn comments off and remove all traces of comments #428181Hey lukemontagu!
Thank you for using our theme.
You can switch off comments with the standard WP setting:
Dashboard -> Settings -> Discussion -> Default article settings checkbox “Allow people to post comments on new articles”
You can disable it for each post by opening the post for editing and uncheck “Allow comments.” in the discussion meta box.
Best regards,
GünterHi Vincent!
Thank you for coming back.
If you are using the enfold combo widget you have to modify the core file
enfold\framework\php\class-framework-widgets.php line 950Look for:
wp_tag_cloud('smallest=12&largest=12&unit=px');
and replace with (adjust the value for number:
wp_tag_cloud('smallest=12&largest=12&unit=px&number=35');
Cheers!
GünterHey elbnetz!
Thank you for coming back.
The code for the element is found at:
enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php
and
enfold\js\shortcodes.js line 1161ff. ($.fn.avia_masonry).
But this feature is not available out of the box and needs some customization, which is bejond the scope of support.
Regards,
GünterHey markgibbons243!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:
#top #wrap_all .av-social-link-facebook a { background-color: #37589b !important; color: #fff !important; } #top #wrap_all .av-social-link-twitter a { background-color: #46d4fe !important; color: #fff !important; }
The colors and classes for the icons you find at:
enfold\css\layout.css line 1164ffBest regards,
GünterApril 13, 2015 at 4:23 pm in reply to: Remove the titel, the background and the borderline in woocommerce #427566Hey!
Thank you for your feedback.
Replace code above with:
.single.single-product #main .title_container, .archive.woocommerce-page #main .title_container { display: none !important; }
Best regards,
GünterHey!
Thank you for coming back.
Using a child theme you can copy the file above to the childtheme directory. Follow http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
On my installation the code above works.
Can you create us a temporary admin account please? Then we can check your code and help you. You can post it here as a private reply.
Cheers!
GünterHi!
Thank you for coming back.
Try to replace the code above with:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');
Cheers!
GünterHey!
Thank you for using our theme.
Sorry for the problems you encounter.
As long as you did not make any changes to theme files uploading and overwriting the folder theme/enfold with FTP only updates the theme files. Any data stored in the theme options are not changed – and the database is also not changed.
Also try to deactivate all plugins first.
Also check your php memory limit – see https://kriesi.at/support/topic/white-screen-after-activate-enfold/
Cheers!
GünterHi!
@dreamworker80
You can put
add_shortcode( ‘bread_crumb’, ‘avia_title’ );
at the end of functions.php OR at the end of functions-enfold.php.
See also: http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/
But this code displays title and breadcrumbs.
There have been several requests already. I will talk to Kriesi for implementing a more sophoisticated solution.
Regards,
GünterHey waveseven!
Thank you for coming back.
You need to modify a core file:
enfold\config-templatebuilder\avia-shortcodes\portfolio.php line 720:Look for:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
and replace with:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
Remember to do this after every update.
Regards,
GünterApril 13, 2015 at 2:11 pm in reply to: Need to do a clean install of Enfold? Can't edit anything. #427493Hey ndimmick!
Thank you for using our theme.
Sounds like a PHP memory problem.
Please try to increase the allocated memory to at least 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Use WP_MAX_MEMORY_LIMIT and WP_MEMORY_LIMIT.
It might also be necessary to contact your service provider to increase it in php.ini also – if you cannot do it.
Regards,
GünterApril 13, 2015 at 2:06 pm in reply to: Is there a way to recover an accidentally closed text box? #427489Hey!
Thank you for your feedback.
Sorry, that you could not find a way via the WP auto save feature and you had to retype everything.
Still we hope that you enjoy our theme.
Feel free to come back with further questions and/or problems you have.
Regards,
GünterHi nullhorn!
Danke dass Du unser Theme verwendest..
Hast Du schon die Doku gesehen:
http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
GünterHi nullhorn!
Danke dass Du unser Theme verwendest.
Soferne die CSS Änderungen in custom.css sind, diese einfach in style.css des child theme kopieren 1:1.
Die Änderungen in QuickCSS ebenfallls 1:1 in QuickCSS des Child themes übernehmen, oder in style.css des child themes.
Unter Umständen solltest Du !important an Deine Änderungen anhängen, falls etwas nicht geht.
Dann das Child theme aktivieren, Optionen des Parent Themes übernehmen mit den blauen Button:
Enfold Child -> Import/Export -> Import Settings from your Parent Theme
Dann sollte es funktionieren.
Best regards,
GünterHey Mark!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the value as needed:
#top.avia-blank #wrap_all { vertical-align: top !important; } #top.avia-blank #wrap_all .container { min-height: 580px !important; }
Cheers!
GünterHey svreatt!
Thank you for using our theme.
Can you give us a link to this page please? Then we can give you the correct CSS.
You can post it here as a private reply.
Best regards,
GünterApril 13, 2015 at 1:03 pm in reply to: Changing meta elements displayed, and position of their display #427458Hi Becca!
Thank you for using our theme.
Out of the box – no.
Depending on where you want to change it you will have to modify the following file:
enfold\includes\loop-index.php
Look for class=’post-meta-infos’ at line 74ff.
Regards,
GünterApril 13, 2015 at 12:56 pm in reply to: Remove the titel, the background and the borderline in woocommerce #427455Hey Whippert!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
.archive.woocommerce-page #main .title_container { display: none !important; }
Best regards,
GünterHi melangeur!
Thank you for using our theme.In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
@media only screen and (max-width: 767px) { .breadcrumb { display: none !important; } }
You can also replace 767 with 480.
Regards,
GünterHey Becca!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
@media only screen and (max-width: 767px) { #socket { display: none !important; } }
You can also replace 767 with 480.
Alternativ you can use the following to hide the footer section:
@media only screen and (max-width: 767px) { #footer { display: none !important; } }
Best regards,
GünterHey!
To complete remove the dropdown lists:
Line 1091:
add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);
replace with:
// add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);
At a quick glance I did not find a WC hook to add the select boxes. But maybe the plugin author can help you with a hook to display his selectboxes. Add his hook instead of ours.
If you have troubles with that, post us the hook and we will try to help you.
Cheers!
GünterHey!
Schön, dass Ich Dir helfen konnte. Viel Freude noch mit dem Theme und Du kannst jederzeit mit Fragen und Problemen zu uns kommen.
LG
GünterApril 2, 2015 at 3:04 pm in reply to: Woocommerce – Move Description Underneath Product Image #422508Hey Luke86!
Thank you for using our theme.
Due to the html structure you can only move it below the small images with CSS.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:
.single-product-summary { float: left !important; margin-top: 10px !important; width: 66% !important; }
If you want to change the HTML structure you must check enfold\config-woocommerce\config.php and check for the hooks woocommerce_before_single_product_summary, woocommerce_after_single_product_summary.
Cheers!
Günter -
AuthorPosts