-
Search Results
-
Topic: modification slider header
Hi,
thank you very much for offering such a great theme. It’s really a pleasure to work with it even for a non-professional such as me. I’ve managed to set up most of my blog the way I want it to be, but there are some questions left.
1. As I use a featured slider on my home page, I would like to make sure that the text can be read easily with any picture. However, I couldn’t find out how to define a background for the letters only and not for the whole field?
2. I want the category pages to have a headline. I have found out that I can define an introduction text in the category set up tab but I have no clue how to add a headline before that. I want it to look like this http://www.shortcuts.life/kinder-kinder/ but at the moment it looks like this http://www.shortcuts.life/category/kinder-kinder/
3. Within my posts I would like to have the date right underneath the headline. At the moment its at the bottom between two lines. I don’t need the lines – I just want the date in exactly this light gray italic font to go to the top.
It would be very kind if you could help me to complete my blog. I work with a child theme and I only have very limited html knowledge.
Thank you very much in advance.
EllieHow do I “tighten” up the space between the top slider, promo box and cell boxes? I set the cell box margin to zero but it doesn’t move up…
Thanks!
Hi!
I tried to do negative parallax effect, i change ratio to negative and have some issues with background.
add some code to enfold/functions.php
add_filter(‘avf_parallax_speed’,’avia_change_parallax_ratio’, 1, 10);
function avia_change_parallax_ratio($ratio, $id){
$ratio = “-1.45”;
return $ratio;but, my bg shows incorrectly, just in top part of page. When i add some huge of space to page, it works, but not fine, I dont need so much space on the page.
How can i fixed it background? Maybe i do something wrong?I added the follow code to my child-theme functions php file so the AVIA would work with learn dash. it does for Courses, Lessons, and Topics. However, if I add a new Page, Avia does not show up. What do i need to add to the code to fix this?
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/if(isset($avia_config[‘use_child_theme_functions_only’])) return;
add_theme_support(‘avia_template_builder_custom_css’);
/*
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Company Name”;
return $sub;
}
*///set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}add_theme_support(‘deactivate_layerslider’);
add_theme_support( ‘avia_custom_shop_page’ );
add_filter(‘avf_builder_boxes’, ‘avia_register_meta_boxes’, 10, 1); //Add meta boxes to custom post types
function avia_register_meta_boxes($boxes)
{
if(!empty($boxes))
{
foreach($boxes as $key => $box)
{
$boxes[$key][‘page’][] = ‘sfwd-courses’;
$boxes[$key][‘page’][] = ‘sfwd-lessons’;
$boxes[$key][‘page’][] = ‘sfwd-topics’;
$boxes[$key][‘page’][] = ‘sfwd-quiz’;
}
}
return $boxes;
}/*Controls look of gravity form fields */
add_filter( ‘woocommerce_gforms_strip_meta_html’, ‘configure_woocommerce_gforms_strip_meta_html’ );
function configure_woocommerce_gforms_strip_meta_html( $strip_html ) {
$strip_html = false;
return $strip_html;
}/*removed image from product page*/
remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20 );add_filter(‘avf_builder_boxes’,’custom_post_types_options’);
function custom_post_types_options($boxes)
{
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’side’, ‘priority’=>’low’);
$boxes[] = array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’normal’, ‘priority’=>’high’ );return $boxes;
}Thanks so much for the help.
RonTopic: Text next to logo
I want to show a short text next to logo. I’m using “logo left, menu below” option in the header settings, so there is plenty of space to show text. I tried this: add-subtext-to-logo-replace-logo-with-site-title, it doesn’t work. The text shows up below the logo and only on mobile, not on desktop.
Hi,
I’ve looked at previous threads on hiding elements (sections, divs, classes) in desktop and mobile sizes and using ‘display: none;’ but this isn’t working on Windows and IE. I looked at my page on browser stack and my sections are all visible PLUS the main menu.
This link has images from the browsers below: http://insidechristianmacleod.com/wp-content/uploads/2016/11/archive_7858162d9918de3577e4b199b488b02109964e50.zip
Windows 7ie 8
Windows 10ie 11
Windows 8.1ie 11
Windows 8.1firefox 30
Windows 8ie 10
Windows 7ie 9Hi!
I have a problem with the following post:
I don’t want it to say “Blog latest news” at the top. Also, I don’t want it to be possible for people to post a reply.
I want the above post to have the same format as this post for example: http://testsite.mediteraistockholm.se/2017/01/12/gratis-forelasning/
I thought I created both of these posts in the same way – simply by clicking ‘add new post’, but for some reason the layout / structure is different.
Grateful for any advice.
Kind regards,
JangdomHi friends!
I saw this article: https://kriesi.at/support/topic/single-image-with-lightbox-inside-tab/ . I´ve tried to use, but doesn´t work for me.
Inside of Tab, I used:
<a title="title" href="../wp-content/uploads/2016/10/photo.jpg" rel="prettyPhoto">Click Here</a>This code above work for me now. If you click – Click Here -, you can view the image in lightbox!
But I want to insert a image, when the user click on image, open the big image in lightbox.
When I try to use this code below, inside of Tab, doesn´t work!
<a title="title" href="../wp-content/uploads/2016/10/photo.jpg" rel="prettyPhoto"><img src="../wp-content/uploads/2016/10/photo.jpg-300x208.jpg" alt="text" width="300" height="208" /></a>Any help?
Tks for advance!
Hello,
I made a website for a client who is very happy with it, but she is not happy at all with the images on mobile.
The images crop pretty weird, and because she has all pictures of herself this is a big problem.
The pictures look great on desktop but weird on mobile.My colorsection is custom height 500px, large padding
How can I fix this?
Thanks so much for the help, and thanks for making an awesome theme!
Viewing 30 results - 88,081 through 88,110 (of 142,855 total)

