Forum Replies Created
-
AuthorPosts
-
Hi BarkProductions!
Thank you for using our theme.
At the moment radio boxes are not supported. It may be added in future releases.
Regards,
GünterHi!
There is currently no support for this in the advanced styling menu.
Please referr to this post:
https://kriesi.at/support/topic/menu-hover-color-heading-font-size-remove-borders/Come back on further questions.
Regards,
GünterHey Geoffdoyle!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:
.grid-entry article > a{ border: 2px white solid; }
If this does not work can you give us the linkl to the page please?
Cheers!
GünterHey Geoffdoyle!
Thank you for using our theme.
Can you give us the link to the page you want to change?
Best regards,
GünterJuly 21, 2014 at 10:28 am in reply to: Child functions.php Not Overriding Parent functions.php #293767Hi Webbee!
Thank you for using our theme.
The problem is, that functions.php from the parent themes overwrites your settings of the child them, because it is loaded after your code.
You have to put your code in the child theme in an action hook:
function my_image_size() { global $avia_config; $avia_config['imgSize']['entry_with_sidebar'] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries } add_action('init', 'my_image_size', 1);
Regards,
GünterHi studioinktvis!
Thank you for using our theme.
Try to put the following in custom.css or Enfold->Settings->Quick-CSS field:
.avia-menu-fx { display: none; }
Best regards,
GünterHey xyzb!
Thank you for using our theme.
Can you give us a link to the page and an admin login, so we can check?
Regards,
GünterHallo gowapi!
Danke dass Sie unser Theme benutzen.
Können Sie uns bitte den Link zu der Seite geben und auch einen admin login, damit wir uns das anschauen können?
LG
GünterHey!
Thank you for using our theme.
Can you send us a link to your page(s) so we can check?
Shall this be done on all pages or only certain pages.
Cheers!
GünterHey cindy531!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the color value:
form input{ border-color: #a2a2a2; }
Regards,
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hi motylanogha!
Thank you for using our theme.
To get the categories for a post:
$post_categories = wp_get_post_categories( $id ); $cats = array(); foreach($post_categories as $c){ $cat = get_category( $c ); $cats[] = $cat->name; } $args['title'] = implode (',', $cats);
Regards,
GünterHey cbehen!
Thank you for using our theme.
Widgets are specially designed for the widget areas.
Some provide a shortcode, others not.
If you do not find something in the documentation you can look in the code for:
add_shortcode( ....... );
In this case you can use a shortcode to activate the widget on a page.
See also: http://codex.wordpress.org/Shortcode_API
Regards,
GünterHi srmathis!
Thank you for using our theme.
In custom.css or Enfold->styling->Quick-CSS field put following:
.avia_combo_widget .news-headline{ color: #fff; }
Best regards,
GünterHi costin!
Thank you for using our theme.
In Custom.css or Enfold->Styling->Quick CSS field put the following:
.home .avia-builder-el-10{ margin-top: 0 !important; }
Regarding background image:
Can you give us an admin access so we can check your settings or send us a screenshot of the settings page with the footer?
Best regards,
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hey!
Sorry, I got the wrong class: Replace with this:
.page-id-514 #av_section_1 .avia_textblock { font-size: 17px; }
Cheers!
GünterHi!
In coustom.css or Enfold->Styling->Quick CSS field put the following and adjust the px value:
.page-id-514 #av_section_1 .av_textblock{ font-size: 17px; }
Best regards,
GünterHi!
Enfold integrates only Enfold Advertising Area Widget.
You can look at WordPress.org plugins, there you probably will find one (they are free).
Regards,
GünterHey!
Thanks for the update.
Using widgets you must setup the page to use sidebars (Enfold->Sidebar Layout) and on Edit Page screen.
Under Utseende->Widget you find all available Widgets and on the right side Areas, where to use them (Drag and Drop the Widgets from left to right) and you also can define custom widget areas.
Best you start experimenting a little and see the output.
Regards,
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hey xpoveda!
Thank you for using our theme.
In custom.css put the following and adjust px values:
ad 1)
#header.av_header_transparency .social_bookmarks{ color: #000; }
ad 2)
I only see the text like Facebook, no icons. Is the link above correct?ad 3)
#after_section_2 .avia-builder-el-8, #after_section_2 .avia-builder-el-10, #after_section_2 .avia-builder-el-12, #after_section_2 .avia-builder-el-14{ margin-top: 32px; } #after_section_3 .avia-builder-el-19{ margin-top: 32px; }
Cheers!
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hi!
Thanks for the update.
I found the image (but only a 80*80) in the media gallery and attached it as featured image (section utvald bild).
If you uplaoad it in 180 * 180 it will fill the gray field. Or we can adjust the CSS Code to make this field smaller.
Best regards,
GünterHi lsrmedia!
Thank you for using our theme.
The only way is to alter the source code of the following file:
enfold/includes/loop-comments.php
Open it and goto line 30.
Replace:
$link = get_comment_author_url(); if(!empty($link))
with
// $link = get_comment_author_url(); $link = ''; // if(!empty($link))
if you do not want to have the author info at all:
// $link = get_comment_author_url(); $link = ''; if(!empty($link))
If you are using a child theme copy the file to the child theme folder in subfolder /includes and make the changes there. This avoids that your changes will be overwritten on every update.
Regards,
GünterHi!
Thank You for using our theme.
You have to upload or select a featured image on the post page (section utvald bild).
I did it on post Historisk bakgrund till de olika byggnaderna i Åminne.Did you mean this?
Cheers!
GünterHey joemurphy!
Thank you for using our theme.
I tried your link, but it does not work (Page not found).
Can you pls check and post it again?Regards,
GünterHi!
In custom.css or Enfold->General Styling->Quick CSS field put the following:
#header_main:hover{ cursor: pointer; }
Regards,
GünterHey!
Replace the following code :
.archive .content .post{ margin-bottom: -10px; }
with:
.archive .content .post{ margin-bottom: -10px; margin-top: -30px; }
and adjust the values for px.
Best regards,
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hey BarkProductions!
Thank you for using our theme.
If you want to display <?php the_title(); ?> on a page, you must change the template file.
To avoid doing changes on every update, I would recommend using a child theme.
I would put the changing in enfold/includes/loop-page.php at line 6echo '<h1>'.get_the_title().'</h1>';
If you are using a child theme, copy the original file to the child theme in folder includes and make your changes there.
For pages with the template bouilder it is easier to use the “Special Heading” element.
Best regards,
Günter -
AuthorPosts