Forum Replies Created
-
AuthorPosts
-
Hi youkendooit!
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:
.page-id-3542 img { border: 5px solid red !important; }
Cheers!
GünterHi benduncalf!
Thank you for using our theme.
Can you give us a link to the page pls.
You can post it here as a private reply.Regards,
GünterHey brooks!
Thank you for using our theme.
You can try the following:
– Export the settings of your child theme.
– Open styles.css of the child theme and change Enfold Child to your name:Theme Name: Enfold Child
– Import the settings.
You probably will have to adjust the menu settings.
You should test this in a test environment before doing it on live site.
Cheers!
GünterHey Biggy!
Danke, dass Du unser Theme verwendest.
Es ist leider nicht möglich. Siehe dazu folgenden Post:
https://kriesi.at/support/topic/deactivate-avia-framework-on-a-page-when-using-visual-composer/
Regards,
GünterHey 2funky!
Thank you for using our theme.
Currently the maximum size of a contact form field name is limited to 30 characters. You canincrease this by adding the following in functions.php at the end:
function my_avf_form_el_name_length( $formID, $form_params) { return 50; } add_filter( 'avf_form_el_name_length', 'my_avf_form_el_name_length',10, 2);
Replace 50 with the value you need.
Cheers!
GünterJune 5, 2015 at 6:22 pm in reply to: A bug switching between the year (of the Date Posted) and '# of Comments' #455231Hey Doron!
Thank you for using our theme.
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:
Try to use the following:
.post-meta-infos time { float: right !important; }
Best regards,
GünterHi CelebrationEvents!
Thank you for using our theme.
Try to replace:
.content ul li:before { content: “\e816″; font-family: “entypo-fontello”; margin-left: -20px; margin-right: 5px; color: #38b750 ; }
with:
.content ul li:before { content: ""; font-family: “entypo-fontello”; margin-left: -20px; margin-right: 5px; color: #38b750 ; }
Cheers!
GünterHi Coco!
Thank you for coming back.
You can try to use the ajax portfolio or a masonry element. You probably will have to convert the text parts to an image.
e.g.
http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
http://kriesi.at/themes/enfold/shortcodes/portfolio-shortcode/
http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/Best regards,
GünterHi Derek!
Thank you for coming back.
Goto Dashboard -> Enfold -> General Styling -> Tab Fonts and select a fontsize from the selectbox Default content font size.
Best regards,
GünterHi CelebrationEvents!
Turn on the custom CSS class:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Give each header a unique class or all headers you want to have the same style the same class.
Then you can assign the colors and styling with CSS.
Put it 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) and adjust the values as needed.
If you have troubles create a page and we will assist you.
Best regards,
GünterHey nigdowser!
Thank you for using our theme.
Can you give us a link to this page please? Then we can check and give you the correct CSS. You can post it here as a private reply.
Best regards,
GünterMay 21, 2015 at 4:59 pm in reply to: How to add checkbox for newsletter subscription to contact form like demo? #447836Hi COLORIT!
Thank you for using our theme.
If you add a new form element, click on it there opens a modal window with a select box “Form Element Type”. There you can select the Form Element: check box
Best regards,
GünterHey alfaweb2!
Thank you for coming back.
If I understand you correctly, you want to change “footer” and “socket” divs.
This is not possible out of the box. You can modify:
themes\enfold\footer.php
Cheers!
GünterHi mattmosman!
Thank you for using our theme.
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:
#socket span { display: none !important; }
Regards,
GünterHey!
Please replace the code above and try the following:
.page-id-367 ul.avia-slideshow-inner{ border:5px solid #e1e1e1 !important; }
Cheers!
GünterHi!
Thank you for coming back.
I’m not sure, what element you are using but the code for the elements you find in:
themes\enfold\config-templatebuilder\avia-shortcodes\
Look into the files like:
masonry_entries.php
product_grid.php
productslider.phpIf you do not find, what you are looking for, can you give us a link to this page please? Then we can check and give you the correct file.
Cheers!
GünterMay 21, 2015 at 3:38 pm in reply to: Ajax Portfolio: Change to indicate which portfolio item is being viewed #447765Hi!
Thank you for using Enfold.
Sorry to say, but with the HTML setup of Enfold’s Ajax portfolio it is not possible (it is using isotop). You can open the large image only above or below the container of the images without breaking everything or the need of heavy changes.
Of course, everything is possible, but this means customization and is bejond the scope of support.
Best regards,
GünterHi!
Thank you for your feedback.
Out of the box Enfold does not offer this option.
For some elements you can set the target, but not for all.
To achieve this you need to customize the shortcodes – but this is out of scope of support.
You can post a feature request on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.
Regards,
GünterHey!
Danke für die Rückmeldung.
Leider funktioniert der Zugang nicht?
Kannst Du ihn bitte überprüfen? Danke.
Regards,
GünterHey asinger777!
Thank you for using our theme.
On the demo site (http://kriesi.at/themes/enfold/shortcodes/team/) the images have a size of 495*400px (w*h).
Try to upload images in that size or larger to allow WP to resize the images.
Regards,
GünterHey Danielkuipers!
Thank you for using our theme.
This CSS cannot work, because of the HTML structure – the divs have to be on the same level (see http://www.w3schools.com/cssref/sel_nth-of-type.asp and open one of the examples).
To achieve this, you will have to modify the core files or use jQuery. But this is customization and out of the scope of support.
Best regards,
GünterMay 21, 2015 at 1:54 pm in reply to: How do i get custom input CSS not be overide by enfold default? #447722Hi!
Thank you for coming back.
Did you try to put the CSS in custom.css (or styles.css when using a child theme) ?
These files are loaded after base.css and should overwrite the settings there.
You can also try to make the CSS selectors more specific to avoid being overwritten.
Best regards,
GünterHi MattNat!
Thank you for coming back.
Out of the box this is not possible.
You need to modify core files and unfortunately that kind of customisation would be out of the scope of our forum.
You find the code in:
enfold\framework\php\class-framework-widgets.php line 680ff.
Cheers!
GünterHi Munford!
Thank you for coming back.
Out of the box – no.
You find the code for this widget in:
enfold\framework\php\class-framework-widgets.php line 680 ff.
Best regards,
GünterHey decode!
Thank you for using our theme.
I checked the link above.
To me it looks fine, if I make the browser smaller, the lines break correctly (using FF). Maybe you can point out with a screenshot, where you see the problem.
Regards,
GünterHi strengthcoaching!
Thank you for coming back.
To increase the height of the bar:
.avia-progress-bar .progress { height: 40px !important; }
Not out of the box.
Cheers!
GünterHey!
Danke für das Feedback.
Du könntest versuchen, das PHP Memory limit inaufzusetzen. Siehe dazu:
https://kriesi.at/support/topic/white-screen-after-activate-enfold/
Versuche auch einmal, alle Plugins zu deaktivieren und einzeln wieder zu aktivieren, Vielleicht legt auch ein plugin Konflikt vor.
Best regards,
GünterHey Coco!
Thank you for using our theme.
You have to modify the following core file or copy this file to the child theme directory (see http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/):
enfold\config-templatebuilder\avia-shortcodes\slideshow_accordion.php.
Locate line 569:
$output .= "<a class='aviaccordion-slide-link noHover' href='".$slide->av_permalink."' ".$slide->av_target.">";
and replace with:
// $output .= "<a class='aviaccordion-slide-link noHover' href='".$slide->av_permalink."' ".$slide->av_target.">";
Cheers!
Günter -
AuthorPosts