Forum Replies Created
-
AuthorPosts
-
Hey BlueSuites!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
.pricing-table li.avia-pricing-row { height: 160px !important; }
To limit it to the given page:
.page-id-994 .pricing-table li.avia-pricing-row { height: 160px !important; }
Cheers!
GünterHi!
I tried to find a solution for your request, but it is not so easy (other ideas broke the design).
You can try the following solution, but I’m not sure, if it will work and what the sideeffects on your other pages are:
Goto line 89 of the original file:
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; //////////////////// insert codeblock here, first div with class="my-moved-header" only }
Then we can move the title with CSS over the image:
.template-blog .my-moved-header { padding: 10px; position: relative; top: -175px; z-index: 1000; }
We will need to position the post content also, but this we will do, when the code above works and you are satisfied with the solution.
Cheers!
GünterFebruary 19, 2015 at 6:11 pm in reply to: Parse Error, Sintax error caused by "functions.php" modification #399100Hi!
This widget is a standard WP widget:
wp-includes\default-widgets.php
Have a look at line 565ff.
There you find filter hooks to modify the query for categories:
wp_dropdown_categories wp_list_categories
Hope, this will help you.
Cheers!
GünterFebruary 19, 2015 at 4:23 pm in reply to: Parse Error, Sintax error caused by "functions.php" modification #398994Hi turistai!
Thank you for using our theme.
Unzip the theme files and upload the original functions.php via FTP – = overwrite the file on the server.
Cheers!
GünterHi!
Thank you for coming back.
To move the headline over the image try the following:
Look for (line 96 of original file:
if(!empty($before_content)) echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';
and split it:
if(!empty($before_content)) echo '<div class="big-preview '.$blog_style.'">'. //// put your codeblock with surrounding <div> here echo $before_content.'</div>';
You may need some CSS styling.
The image has the same link as the title, so this should work.
To remove the hover effect try the following:
js\avia.js goto line 571:
link.on('mouseenter', function(e) { var current = link.find('img:first'), _self = current.get(0),
and replace with:
link.on('mouseenter', function(e) { return; var current = link.find('img:first'), _self = current.get(0),
Best regards,
GünterHey Sasolini!
Thank you for coming back.
To move the post title you have to modify the core file includes\loop-index.php.
From line 130 you find
echo '<header class="entry-content-header">'; echo $title; echo "<span class='post-meta-infos'>"; .......... echo '</header>';
This you have to move before line 89:
// insert your code here //echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; } if(!empty($before_content)) echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';
But you should wrap the moved code in a div like for styling reasons:
<div class="entry-content-wrapper clearfix standard-content my-moved-header"> </div>
For the animation effect you can try to modify js\avia.js from line 571.
Cheers!
GünterHi Peter!
Thank you for coming back.
Try to use the following:
.avia_ajax_form textarea, .avia_ajax_form input { background: none repeat scroll 0 0 gray !important; border: 3px solid black !important; }
Best regards,
GünterHallo Thomas,
Frage 2:
Versuche das folgende:
.template-single-blog .standard-content.clearfix { clear: none !important; }
Frage 1:
Ist vermutlich mit JavaScript und jQuery machbar, aber nicht leicht. Besser wäre es vermutlich, auch die php Datei zu überarbeiten. Aber auch das sprengt den Rahmen des Supportforums.
LG
GünterHallo Thomas,
Mit dem Standad Contact Form des ALB ist dies leider nicht lösbar. Dies wäre Customization und sprengt den Rahmen des Support Forums.
Es gibt aber einige 3-rd party plugins für Formulare, die dies sicher schon implementiert haben,
https://wordpress.org/plugins/contact-form-7/
dürfte ein recht gutes sein. Versuche es einmal.
LG
GünterHi Apollo87!
Thank you for coming back.
Try to use the following and adjust the value:
.avia-button-wrap a { margin-left: 35px !important; }
Regards,
GünterHi finon!
Thank you for coming back.
Add the element streetname and then streetnumber, open them and adjust the “Form Element Width”, that both values sum to 1.
Be sure, that the element(s) before also fill up a complete line.Hope, this helps you.
Cheers!
GünterHey!
Glad we could help you. Enjoy the theme.
Come back with further questions – but open a new thread please.
Best regards,
GünterFebruary 18, 2015 at 4:05 pm in reply to: Team Member Descriptions and possible read more link into a modal #398212Hi!
Use the following CSS – put in QuickCSS or custom.css:
.mfp-container .hidden { position: relative !important; }
Regards,
GünterFebruary 18, 2015 at 3:49 pm in reply to: Img Size change – enfold function and child theme function #398198Hi!
I added as a bugfix change. It will probably be added by kriesi in the next update.
Sorry for any inconvenience caused by this.
Enjoy the theme.
Cheers!
GünterHey Global_UK!
Thank you for using our theme.
I had a look at the link you gave us – all seems to look fine.
Can you point out the problem more clearly – a screenshot would be helpful.
Regards,
GünterHey Tim!
Thank you for using our theme.
Did you try the ALB Element “Blog Posts”. There you can select “Display entries from a custom taxonomy” and that should display your custom post types in the next select box “Which Entries”. And you can select grid layout and the # of colums you want.
You can also have a look into the core files:
config-templatebuilder\avia-shortcodes\blog.php
config-templatebuilder\avia-shortcodes\postslider.phpand try to change the query params there directly or via a hook function.
Come back if you need more help.
Regards,
GünterHi!
Correct. That should work.
If not, send us a link to the page where the problem occurs so we can check.
Regards,
GünterHey!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS try to put the following and adjust the values:
.container_wrap.fullsize .container { padding-left: 0px !important; padding-right: 0px !important; }
Cheers!
GünterHi!
If you are working with a child theme, you NEED NOT copy the files functions.php and functions-enfold.php.
You only need to add those modifications to child themes function.php that you need and the other 2 files are loaded automatically by WP.
So restore the original Enfold Child theme.
In functions.php of the child theme look for:
/** * Turn on Custom CSS Class field for all Avia Layout Builder elements * @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ */ //add_theme_support('avia_template_builder_custom_css');
and replace it with:
/** * Turn on Custom CSS Class field for all Avia Layout Builder elements * @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ */ add_theme_support('avia_template_builder_custom_css');
Now you should see the custom CSS field in the ALB Elements.
In styles.css of the child theme you also only need to put your additional customizations.
Cheers!
GünterHey databuzz!
Thank you for using our theme.
Out of the box – no.
You have to alter the core file: config-templatebuilder\avia-shortcodes\table.php.
Look for the functions pricing_table and data_table to modify.
Best regards,
GünterHey!
You can also try to use:
#text-2.widget_text { left: 250px !important; position: relative; top: -125px !important; } .header-scrolled #text-2.widget_text { left: 250px !important; position: relative; top: -100px !important; }
Regards,
GünterFebruary 17, 2015 at 12:55 pm in reply to: Adding the layout builder to posts and custom post types #397425Hi DROR!
Thank you for coming back.
Out of the box – no.
The layout builder is supposed to style pages. Posts are the content of pages – that might lead to recursions and breaking the html structure and unpredictable results.
If you know what you are doing – of course you can try to use shortcode of the ALB elements in a post – but this is not supported by us.
Best regards,
GünterHi!
Wenn ich Dich richtig verstehe, möchtest Du **** (1 Kundenrezession) in einer Zeile und etwas nach unten verschoben.
Ersetze
.entry-summary .woocommerce-product-rating .star-rating { top: 15px; position: relative; }
durch
.entry-summary .woocommerce-product-rating { position: relative; top: 5px !important; }
und passe den Wert an.
Cheers!
Günter -
AuthorPosts