Forum Replies Created

Viewing 30 posts - 63,541 through 63,570 (of 64,820 total)
  • Author
    Posts
  • Hi,

    You can control them with the column layout. Set the page to “No Sidebar”. Insert the fullscreen slider. Add a 1/1 column below then insert the video. Below, add a 1/4 column then insert a Sidebar element. Beside the 1/4 column, insert the 3/4 column for the content.

    Regards,

    Ismael

    in reply to: Insert target blank on images #127729

    Hi,

    Please switch your Avia Builder to debug mode. Open functions.php, find this code

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    This will render the actual shortcode below the Advance Layout Editor.

    Regards,

    Ismael

    in reply to: Scroll to top not visible in mobile/tablet view #124522

    Hi,

    Using this test site: http://responsinator.com/?url=http%3A%2F%2Ffixionmedia.com%2F

    I can see the scroll to top button.

    I’ll tag Devin to check this further.

    Regards,

    Ismael

    in reply to: Disabling image animation on mobile devices #127894

    Hi,

    You can add something like this on your custom.css or Quick CSS

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .avia_transform .avia_start_animation.bottom-to-top.avia_image {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    }

    }

    Regards,

    Ismael

    in reply to: Author Profile Page Image #127834

    Hi,

    I’m sorry, I don’t understand.

    What Blog Style do you have?

    What do you mean by “Image next to post”? The author image? or the featured image?

    You can remove the author image with CSS

    .rounded-container > img {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Social Icons in Socket problems #127784

    Hi,

    You can add the links and social media icons on Enfold > Header. It will display the same icons with the header icons.

    Your scroll to top button looks fine. You can change the position with this

    #scroll-top-link {
    right: 100px;
    bottom: 100px;
    }

    Regards,

    Ismael

    in reply to: Icon List not displaying on mobile devices #127769

    Hi,

    I’m not sure but when I view your website using these sites, the icon list loads fine.

    http://ipadpeek.com/

    http://responsinator.com/?url=http%3A%2F%2Ffixionmedia.com%2Ffm%2F

    Let me tag Devin to check this out.

    Regards,

    Ismael

    in reply to: Full Screen Slider – Button #125773

    Hi,

    Yes, it is possible. You can add the html code:

    <a href="#portfolio" class="avia-slideshow-button avia-button-light" data-duration="800" data-easing="easeInOutQuad">Learn more</a>

    Regards,

    Ismael

    in reply to: Color Section ID #127767

    Hi,

    You can do something like this:

    .page-id-2307 #unique-colorsection-id .avia_textblock {
    color: red;
    font-family: Arial;
    }

    Use the id of your page, mine is .page-id-2307.

    Regards,

    Ismael

    in reply to: Form Working Problem #127328

    Hi,

    I’ve tried Contact Form 7 on Enfold and it works fine.

    Regards,

    Ismael

    in reply to: Insert target blank on images #127725

    Hi,

    You can upgrade to Enfold 1.7. You will be able to switch from Advance Layout Editor to the default editor without losing the shortcodes.

    You can use the Text Block element to manually add the code for your images.

    <a href="SITE URL" target="_blank"><img src="IMG URL"></a>

    Regards,

    Ismael

    in reply to: Basic entypo font rollover effect in builder #127555

    Hi,

    You can add this on your custom.css or quick CSS

    .av_font_icon.avia-icon-pos-left.avia-font-entypo-fontello:hover {
    color: white !important;
    cursor: pointer;
    }

    Regards,

    Ismael

    in reply to: Setting up custom icon list background color #127869

    Hi,

    Please add this on your custom.css or Quick CSS

    .alternate_color .avia-icon-list .iconlist_icon {
    background: red;
    }

    If it doesn’t work use this:

    .avia-icon-list .iconlist_icon {
    background: red !important;
    }

    Regards,

    Ismael

    in reply to: Enfold ignores Sidebar #127796

    Hi,

    Yes, the Page Sidebar Settings should override the Enfold general sidebar options.

    Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: No thumbnail on Youtube embedded in slider #127843

    Hi,

    Use the img tag instead then link it on the youtube video.

    <a href="YOUTUBE VIDEO URL"><img src="IMAGE URL"></a>

    Regards,

    Ismael

    in reply to: Grid Blog Format Not Working Properly #126784

    Hi,

    I visit the link: http://www.thechristiandollar.com/charting-life/

    It is not on Grid Format, so we can rule out that this is not a Blog Grid Format issue.

    Please attach a featured image using Set Featured Image. Also, try to regenerate the thumbnails.

    http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    in reply to: curious blog category permalink problem #127839

    Hi,

    I think your site is down: http://livedealer.org/dev/blog/.

    Please flush the permalink settings a few times. Change settings then save, then change it again. Do this a few times.

    Regards,

    Ismael

    in reply to: Enable a different Blog preview image #127837

    Hi,

    The only option for the blog preview image is the Set Featured Media. You can choose not to show the featured post on single preview with this CSS.

    .single .big-preview.single-big {
    display: none;
    }

    Then add the main post image via “Add Media” on the post editor.

    Regards,

    Ismael

    in reply to: Author Profile Page Image #127832

    Hi,

    Go to Enfold > General Settings > Blog Style > Select “Multi Author”. It will show the author profile image from gravatar and the featured image above.

    You can go here http://en.gravatar.com/ to set the profle image for a specific email.

    Regards,

    Ismael

    in reply to: 404 page, url path incorrect #127323

    Hi,

    Edit framework > php > class-breadcrumb.php, find this code

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Home', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 70,
    'richsnippet' => false
    );

    Replace it with

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Hello', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 70,
    'richsnippet' => false
    );

    Regards,

    Ismael

    in reply to: Reimport Landing Page #127717

    Hi,

    Dude pasted the Avia Shortcodes for the landing page that comes with the theme when you Import the dummy data.

    I think you’re looking for Enfold > Styling. Select a predefined color scheme, “Black and White”.

    Regards,

    Ismael

    in reply to: Sidebar #127814

    Hi,

    You can add this on your custom.css or Quick CSS

    .widget {
    padding: 10px 0 10px 0;
    }

    You can adjust the top and bottom padding values.

    Regards,

    Ismael

    in reply to: Nested short codes #127797

    Hi,

    We can’t test this unless you give us a link to your website.

    Regards,

    Ismael

    in reply to: Woocommerce Remove Sidebar on MyAccount pages #127607

    Hey,

    I think it is only logical (Spock Voice) to make those pages as child page for my account but you are in control, so you can change it. :)

    Regards,

    Ismael

    in reply to: Change Font Color for Header Menus #127245

    Hi,

    You can add this on your custom.css or Quick CSS.

    For the active menu item:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue
    }

    For the menu items.

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Hover:

    .header_color .main_menu ul:first-child > li > a:hover {
    color: orange;
    }

    Child menus:

    .header_color .main_menu .menu ul li a {
    color: red;
    }

    You can use this for the top or sub menu

    .header_color .sub_menu>ul>li>a {
    color: pink;
    }

    Hover

    #top .header_color .sub_menu ul li a:hover {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Manche Elemente werden bei Mozilla nicht angezeigt #127550

    Hi,

    Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: Blog Posts or Posts Slider Hiding Images #127169

    Hi,

    Let us know if it works.

    Regards,

    Ismael

    in reply to: I'm wandering how this support forum works,.. #127560

    Hi,

    I’m sorry if we accidentally skip your inquiries or didn’t give you the answer you’re looking for. There are tons of inquiries coming our way and we are doing our best to answer all of them.

    We’re asking these questions because it seems odd that the slider or contact form doesn’t work on your end but works on many other users. We are simply trying to troubleshoot the problem. We don’t have any access on your website so we’re trying to replicate what you have by asking question that may lead us to solving your theme issues.

    Please forgive us for any inconvenience.

    Thanks,

    Ismael

    in reply to: Header Background Color #127551

    Hi,

    Please add this on your custom.css or Quick CSS

    #header_main, #header_main_alternate {
    background: #d5d6cb;
    }

    Regards,

    Ismael

    in reply to: Control the Author tag in theme enfold #127501

    Hi,

    Edit function-enfold.php, find this code

    if(!empty($url))
    {
    //add author url as described here: http://yoast.com/push-rel-author-head/
    echo '<link rel="author" href="'.$url.'"/>';
    }

    Regards,

    Ismael

Viewing 30 posts - 63,541 through 63,570 (of 64,820 total)