Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using our theme.
In custom.css or Enfold->Styling->QuickCSS try to pu the following:
.title_container .main-title{ float: right !important; } .title_container .breadcrumb{ float: left !important; right: auto !important; }
Cheers!
GünterHey GGLNetwork!
Thank you for coming back.
Iconlist headers have h4 tag.
h4{ text-transform: none !important; }
To limit changes to iconlist:
.avia-icon-list h4{ text-transform: none !important; }
Best regards,
GünterHi!
Thank you for coming back.
To limit the changes to blog only you have to write the following code and change the value:
.blog .entry-content p { font-size: 16px; }
In Enfold -> General Styling at the bottom you find the input field Quick CSS. Put the text above in that field.
Cheers!
GünterDecember 4, 2014 at 1:41 pm in reply to: Is there any way to add PHP code into a post or page? #362833Hi!
Thank you for coming back.
You can use shortcodes to insert php inside a page or post, but you should not use them in code blocks.
How to use and implement shortcodes see: http://codex.wordpress.org/Shortcode_API
Regards,
GünterDecember 3, 2014 at 4:49 pm in reply to: Child theme – using magazine.php doesn't take over partent theme's magazine.php #362229Hey!
Thanks for coming back and the feedback.
Glad you could fix my bug.
To add another path simply extend the array $child_path and seperate the paths with “,” like:
array( dirname(__FILE__) .”/avia-shortcodes/”, "path_2", "path_3" );
Best regards,
GünterHi heinrichvk!
Thank you for using our theme.
Can you give us a link to your site so we can see your design?
Cheers!
GünterDecember 3, 2014 at 2:31 pm in reply to: Is there any way to add PHP code into a post or page? #362110Hey pnacho!
Thank you for using our theme.
Have a look at:
https://kriesi.at/support/topic/codeblock-converts-php-code-into-html-comment-markup/
You can’t use php codes inside the code block element and shortcodes are not recommended as it might break the theme code.
Cheers!
GünterDecember 3, 2014 at 2:11 pm in reply to: Child theme – using magazine.php doesn't take over partent theme's magazine.php #362102Hey website2create!
Thank you for using our theme.
You have to tell Enfold to load this file.
Make sure you have the same directory structrure as in the parent theme.
In functions.php of the child theme put the following:
//set the child theme folder that contains the modified shortcodes and make sure, it is the first element function add_child_shortcode_folder($paths) { if(! is_array( $paths ) ) { $paths = array(); } $child_path = array(dirname(__FILE__) ."/avia-shortcodes/"); $paths = array_merge($child_path, $paths); return $paths; } add_filter('avia_load_shortcodes','add_child_shortcode_folder', 1000);
Cheers!
GünterDecember 2, 2014 at 3:40 pm in reply to: Horizontal Footer and socket border lines – can I delete or change colors? #361454Hey bdm55!
Thank you for using our theme.
It looks as if your background image url(“//bdmorris.com/test1/wp-content/uploads/2014/11/burt-bg-2.jpg”) has a black 1px border. This results in the black 2px lines you can see. Try to change the image to one without borders.
Best regards,
GünterHey!
Freut uns, dass wir Dir helfen konnten. Viel Freude noch mit dem Theme.
LG
GünterHi hasbeat!
Thank you for using our theme.
In custom.css or Enfold->Styles->QUICK CSS try to put the following:
1)
#header_main_alternate { background: none repeat scroll 0 0 #009de0 !important; }
2)
#header_main_alternate .menu-item .avia-menu-text { color: #fff !important; } #header_main_alternate .menu-item.current-menu-item .avia-menu-text, #header_main_alternate .current-menu-item .avia-menu-text::hover { color: #000 !important; }
Best regards,
GünterHi steve159159!
Thank you for using our theme.
Can you give us the link to the page, where you use this button?
Regards,
GünterHey Ben!
Thank you for using our theme:
Try to put the following in custom.css or Enfold->Styles->QuickCSS and adjust the values:
#top .price del .amount{ font-size: 15px !important; } #top .price ins .amount{ font-size: 19px !important; }
You may also change font color or other settings for the font.
Best regards,
GünterDecember 1, 2014 at 1:37 pm in reply to: Enfold/Woocommerce – how can I hide the big category picture #360740Hi Jens!
Thank you for using our theme.
To hide the image:
In custom.css or Enfold->Styles->Quick-CSS enter the following:
.page-thumb img{ display: none !important; }
Cheers!
GünterHey!
Glad I could help you. Enjoy the theme and feel free to come back with further inquires.
Best regards,
GünterHi Carsten!
Thank you for using our theme.
1) In functions.php at the end put the following:
add_action('wp_head', 'trust_pilot_script'); function trust_pilot_script() { echo '<script async type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js"></script>'; }
2) I would use a code block element.
See also https://kriesi.at/support/topic/how-to-use-code-block/Regards,
GünterHi Micheal0424!
You should put all your changes in the child theme. When updating, you only update the parent theme, so the changes in the child theme are not modified.
Cheers!
GünterNovember 24, 2014 at 11:48 am in reply to: Create text box with custom background colour and border #356668Hi Raphep!
Thank you for using our theme. It is a good idea to add !mportant to your custom CSS to make sure, that your styling is not overwritten.
.new_box { background-color: #ff6600 !important; border-color: #ffffff !important; border-style: solid !important; border-width: 10px !important; padding: 20px !important; }
Regards,
GünterNovember 20, 2014 at 5:12 pm in reply to: How do I remove the date from a comment on a post? #354322November 20, 2014 at 1:15 pm in reply to: Can not edit anything on my website… Fatal error appears! #354257Hi!
Thank’s for coming back.
Did you check with your hoster, what is the maximum php memory limit? This should be at least 128MB.
Probably you (or your hoster) have to increase this in the php.ini also.Enfold does not load complete – even not the settings page.
You can also try to reinstall Enfold – maybe something went wrong when uploading. Try to use FTP.
Best regards,
GünterHey!
I hope, it will help you.
Feel free to come back with further questions.
Enjoy the theme.
Regards,
GünterHey!
Thank you for coming back.
Sorry, not out of box again. But you can try to modify the following file:
enfold\config-templatebuilder\avia-shortcodes\buttons.php
The function shortcode_handler handles the output of the button.
popup_elements handles the input elements in the popup window. Here you can add an additional inputfield to identify your button.I hope, this will help you.
Cheers!
GünterHey!
There is a ; missing – sorry, my mistake. Replace the code above with:
add_filter('avf_title_args', 'my_title', 10, 2); function my_title($args, $post_id) { $args['title'] = 'your title'; return $args; }
Cheers!
GünterNovember 20, 2014 at 10:58 am in reply to: How do I remove the date from a comment on a post? #354186Hi Micheal0424!
Not out of the box.
You have to modify enfold\includes\loop-comments.php.
Look for the following line (app. line 41) and remove it:
<?php printf(__('%1$s at %2$s','avia_framework'), get_comment_date(), get_comment_time()) ?>
Best regards,
GünterHey!
Thank you for using our theme.
Easiest would be to put in Enfold->Styles->QUICK Css field or custom.css the following:
.home .logo img { display: none !important; }
Best regards,
GünterHi!
Thanks for coming back.
Look at: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
This enables you to add custom classes to your elements.
It is not recommended to use the debug feature in real life sites due to security reasons and unless you are sure, what you are doing.
Make a complete copy of your database and WP directory before you use the debug feature.
Worst thing is you have to restore your database and WP directory from your backup.Alternativly you can check it out in a test environment before.
Regards,
GünterHi!
Try the following and adjust color values:
.avia-data-table tr:nth-child(2n) td { color: red !important; background: none repeat scroll 0 0 green !important; } .avia-data-table tr:nth-child(2n+1) td { color: green !important; background: none repeat scroll 0 0 red !important; }
Best regards,
Günter -
AuthorPosts