Forum Replies Created

Viewing 30 posts - 62,731 through 62,760 (of 64,025 total)
  • Author
    Posts
  • Hi,

    On Enfold > Styling > Use stretched or boxed layout?, select Stretch Layout.

    Regards,

    Ismael

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

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: HOW TO – ADD A CUSTOM FONT ? #127489

    Hi,

    I think you don’t need to do that. It is there already. Open the same file (register-admin-options.php), you will find this:

    subtype" => apply_filters('avf_google_content_font', array(	':: :: Web save fonts :: ::'=>'',
    'Arial'=>'Arial-websave',
    'Georgia'=>'Georgia-websave',
    'Verdana'=>'Verdana-websave',
    'Helvetica'=>'Helvetica-websave',
    'Helvetica Neue'=>'Helvetica-Neue,Helvetica-websave',
    'Lucida'=>'"Lucida-Sans",-"Lucida-Grande",-"Lucida-Sans-Unicode-websave"',
    ':: :: Google fonts :: ::'=>'',
    'Arimo'=>'Arimo',
    'Cardo'=>'Cardo',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',
    'Kameron'=>'Kameron',
    'Maven Pro'=>'Maven Pro',
    'Open Sans'=>'Open Sans:400,600',
    'Lora'=>'Lora',

    )));

    You can use it on your custom.css or Quick CSS already:

    h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Regards,

    Ismael

    in reply to: .po file compatibility #127880

    Hi,

    They have different framework so the .po files for Abundance or Replete will not work perfectly on Enfold. You can visit this link: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Ismael

    in reply to: Author Profile Page Image #127836

    Hey,

    Yeah. I think that’s what you’re looking for if I am not mistaken. Did it work?

    Regards,

    Ismael

    in reply to: Social Icons in Socket problems #127786

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Enfold > Theme Options > Header > Social Icon #127302

    Hi,

    If you are working on my instructions, I’ll repeat it again.

    You can replace an existing icon with the youtube icon. On Enfold > Header > Add the Tumblr social icon for example. Place your apple link. When you’re done, edit custom.css then add this code:

    #top .social_bookmarks_tumblr {
    background: url(../images/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr:hover a {
    color:#fff;
    background: url(../images/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    You don’t need to do Dude’s code. Yes, you need two icons for the initial and hover state. If you want a different color for the hover, you need to edit the apple-hover via Photoshop and change the background color manually.

    Regards,

    Ismael

    Regards,

    Ismael

    in reply to: Progress Bars – Custom color (no strobe effect) #126099

    Hi,

    @rhuneke: Thanks for the tip.

    @andypeck: I’m not sure but when I visit the link: http://www.andypeck.co.uk/1739-2/

    I can see that you’re using the code that I gave you. It looks fine.

    .black-bar .bar {
    background: #222;
    }

    Regards,

    Ismael

    in reply to: Layerslider Transitions #128003

    Hi,

    Go to LayerSlider WP, edit the slides. On Slide Options, look for Slide transition > Use 3D/2D, select 2D.

    Regards,

    Ismael

    in reply to: Easy slider link overlay #127978

    Hi,

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

    #full_slider_1 .image-overlay.overlay-type-extern, #full_slider_1 .image-overlay-inside {
    display: none !important;
    }

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Regards,

    Ismael

    in reply to: How to change Color on Top Navigation Menu Bar? #127585

    Hi,

    You can use this

    .header_color li, .header_color span  {
    border-color: black;
    }

    Regards,

    Ismael

    in reply to: Have some questions. #127999

    Hi,

    1.) I’m really not sure about this matter but they say “Just as “http://” means “this is a website,” seeing “https://” means “this is a website, and it’s using SSL to encrypt data and authenticate the website. To use SSL on your website you will need to purchase an SSL certificate – there are many providers of certificates all ranging in price (your hosting provider may also sell certificates). The purchased certificate is set up on your server, usually by your host.” I’ll tag the rest of the support team for this matter.

    2.) You can add a Text Block element on your homepage then manually add html codes.

    Regards,

    Ismael

    in reply to: How remove date on the search results in the header #127990

    Hi,

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

    .search .date-container.minor-meta {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Enfold WPML and All-in-One Event Calendar by Timely #127982

    Hi,

    Can you give us a link to the website? Please link us to the page with the calendar.

    Regards,

    Ismael

    in reply to: Still having issues with excerpt #125861

    Hi,

    Do what Nick says then edit archive.php, find this code

    $more = 0;
    get_template_part( 'includes/loop', 'index' );

    Replace it with:

    $more = 0;
    get_template_part( 'includes/loop', 'archive' );

    Go to includes folder, edit loop-archive.php then remove everything. Replace the content of the file with this code: http://pastebin.com/HtCj8bys

    Regards,

    Ismael

    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

Viewing 30 posts - 62,731 through 62,760 (of 64,025 total)