Forum Replies Created

Viewing 30 posts - 14,761 through 14,790 (of 14,834 total)
  • Author
    Posts
  • Hey!

    It seems to be working fine on my XAMPP setup. Send us a link and paste the code your using here and we’ll take a look. Make sure to delete the address options in the shortcode so it looks like so,

    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location long='-92.1823459' lat='58.23871' marker='' imagesize='40']
    Test
    [/av_gmap_location]
    [/av_google_map]

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Social Sharing on Galleries – Enfold v.3.0.2 #344775

    Hi!

    Try opening up /enfold/js/avia.js and find line 847,

    return title;
    

    And change it to this,

    return title + '<iframe src="//www.facebook.com/plugins/like.php?href='+encodeURIComponent(item.el.find('img').attr('src'))+'&width&layout=button_count&action=like&show_faces=false&share=false&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe><iframe id="tweet-button" allowtransparency="true" frameborder="0" scrolling="no"src="http://platform.twitter.com/widgets/tweet_button.html?url='+encodeURIComponent(item.el.find('img').attr('src'))+'&count=horizontal"style="width:110px; height:20px;"></iframe>';
    

    Make sure that it is all on one line.

    And then add this to your custom CSS,

    .mfp-title iframe:first-child {
        margin-top: 10px;
    }
    .mfp-title iframe {
        margin-top: 5px;
        display: block !important;
        position: relative !important; 
    }
    

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.

    Hi!

    Can you send us a link so we can take a closer look? You can set it as private if you wish.

    Regards,
    Elliott

    in reply to: the difference between layerslider 2D and layerslider 3D #344765

    Hi kailibuy!

    The LayerSlider has 2D and 3D slide transitions. The 3D transitions usually split the image up in parts and rotate them around to create a cool effect. The 2D transitions usually slide the image from the top, left, etc etc.

    Let us know if you have any other questions.

    Regards,
    Elliott

    in reply to: Masonry Blog Categories Forward Slash Removal #344759

    Hi Digilocker!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .av-sort-by-term .text-sep {
        display: none;
    }

    Best regards,
    Elliott

    in reply to: Featured image from post #344757

    Hi!

    I don’t think we have an option for that. I tested that plugin out and it’s working great so you can use that to set the featured image of all of your old posts and new posts as well.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Enfold mobile menu dropdowns not displaying #344754

    Hi charger70!

    I’m not sure why this is happening but you should be able to fix it by adding this to your custom CSS,

    @media only screen and (max-width: 767px) {
    .avia_mega_div.avia_mega5.twelve.units {
        right: auto !important;
    }
    }

    I’ll leave this open for the rest of our team to take a look.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: TIE – Portfolio grid styling #344750

    Hey!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .grid-content .entry-title {
        text-align: center;
    }
    .grid-entry article {
        background: transparent !important;
    }
    .image-overlay-inside {
        display: none !important;
    }

    Best regards,
    Elliott

    Hi!

    You can target those with this,

    .grid-image img {
        border: 1px solid rgba(0,0,0,.3) !important;
    }

    Regards,
    Elliott

    in reply to: Post Title above Featured Image #344744

    Hey!

    Do you mean you are wanting to make it so the excerpt displays the entire post but inside a toggle with “Read More” text? Unfortunately that would take a lot of time and code and would have to be considered custom work. If your wanting to hire someone to do this for you then you can use this form, http://kriesi.at/contact/customization.

    Best regards,
    Elliott

    in reply to: home page not showing after updates #344743

    Hi Willem-Paul!

    Looks like it’s from a plugin. Go ahead and deactivate them all and then reactivate them one by one to see which one is causing the issue.

    Best regards,
    Elliott

    in reply to: Masonry Gallery – open URL in new tab or window #344741

    Hi!

    It’s the CSS for the images. You can change it to white by adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .slide-image { background: transparent !important; }

    Cheers!
    Elliott

    in reply to: Layer Slider problem #344739

    Hey elames!

    The text and buttons on your LayerSlider seem to be displaying fine on my end. Did you get this sorted? If not then try clearing your browser cache and take a screenshot so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Posts – Avia Builder #344737

    Hey!

    Go ahead and deactivate all plugins and if it’s still happening then send us a login so we can take a closer look.

    Best regards,
    Elliott

    in reply to: Drop down menu #344736

    Hey!

    1. Yes that is because of the custom CSS your using. You can find it on line 76 in your child theme style.css file,

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
        height: 140px !important;
        line-height: 196px !important;
    }

    It would be best to remove that and use the CSS code I provided in my last post.

    2. I’m not sure but I went ahead and changed them in Dashboard -> Enfold -> Advanced Styling to show you how easy it is. You can also change the hover colors there. Just select main menu or sub menu again and check the “Apply only to mouse hover state” checkbox.

    Cheers!
    Elliott

    in reply to: Coming Soon Page Queries #344734

    Hi rysrivarshan!

    1. You’ll probably need to remove the 1/4 columns on either side and increase the size of the column surrounding the contact form. To change the captcha label open up /enfold/config-templatebuilder/avia-shortcodes/contact.php and you can find it on line 338,

    $elements['avia_age'] =	array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));
    

    2. To add comments you would just need to switch to the “Content Elements” tab in the Advanced Layout Editor and drag the comments element down below your contact form.

    Let us know if this works for you.

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Visual Editor Issues #344732

    Hey!

    It’s displaying fine on my end as well. Try navigating to Dashboard -> Users -> Your Profile and make sure that the “Disable Visual Editor when writing” option is not checked.

    Some other things to try,

    1. Make sure all plugins are deactivated.
    2. Log out, clear browser cache, and then log back in.
    3. Switch the theme to the default and back to Enfold.

    Cheers!
    Elliott

    in reply to: Changing copyright information #344731

    @Sandie, thanks for the help! Let us know if you have any other questions stardrive.

    Hey jockejansson!

    Currently we do not have a double sidebar layout for Woocommerce products. We can add some CSS to get your product page sidebar to display on the right instead of the left if you like.

    I’m not sure what kind of sidebar menu your wanting to add but navigate to Dashboard -> Appearance -> Widgets and find the widget area that says, “Single Product Pages”, and you can drag over whatever widgets you need to this widget area to get them to display there.

    As for the transparent menu try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .sub-menu, .sub-menu > li, .sub-menu > li > a {
        background: rgba(0,0,0,.4) !important;
    }

    Cheers!
    Elliott

    in reply to: Reviews Tab as default #344698

    Hi rpl_admin!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'woocommerce_product_tabs', 'sb_woo_move_description_tab', 98);
    function sb_woo_move_description_tab($tabs) {
    	$tabs['reviews']['priority'] = 1;
    	return $tabs;
    }

    Cheers!
    Elliott

    in reply to: "Verified" on customer reviews #344694

    Hi rpl_admin!

    I believe if the reviewer has actually purchased the product then that makes them “verified”. You can double check on the WooCommerce support forums, https://support.woothemes.com/hc/en-us, since it’s more of a Woocommerce feature than Enfold.

    Cheers!
    Elliott

    in reply to: Different color menu buttons #344690

    Hi envapk2!

    Try this CSS out,

    #menu-item-1234 .avia-menu-text { background-color: red !important; }

    If that is not working then send us a link and we’ll take a closer look.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Post Categoyr Sorting Nav, mobile view #344689

    Hi xyzb!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    @media only screen and (max-width: 767px) {
    .sort_width_container { display: none; }
    }

    Regards,
    Elliott

    in reply to: How can I change the color of the icons in an Icon List? #344678

    Hey DROR!

    When you click on the Magic Wand -> Content Elements -> Icon List there will be two tabs at the top that say, “Content”, and “Colors”. Click on the colors tab to set the icon colors.

    Best regards,
    Elliott

    in reply to: Posts left align with page layout set as NO BAR #344675

    Hey!

    Try switching to the Text editor and add this to the bottom,

    <style type = "text/css">
    #top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left !important; max-width: 3000px !important; }
    #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 0px !important; max-width: 3000px !important; }
    #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 3000px !important; }
    </style>

    Cheers!
    Elliott

    in reply to: Replace logo on flat business demo #344670

    Hey!

    Your header is currently set to transparent so you can upload a separate logo to use in this case. Navigate to Dashboard -> Enfold -> Header -> Transparency Options and you’ll see where you can upload a separate logo for the transparent headers.

    Regards,
    Elliott

    in reply to: Recommended picture sizes #344662

    Hey Arjannavanderplas!

    That is WordPress resizing. If your image dimensions are quite a bit different from the image size you select then WordPress may create a new image and crop it a bit. For example if your using a large image and select the thumbnail size ( 80 x 80 ) with our blog shortcode then WordPress will probably crop the image a bit to 150 x 150 so it displays better.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    in reply to: Two lines under head #344661

    Hi spavli2!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    #header { border-bottom: 2px solid red !important; }
    #header_main { border-bottom: 2px solid black !important; }

    Best regards,
    Elliott

    in reply to: Posts left align with page layout set as NO BAR #344657

    Hi Khanh Hong!

    Send us a link to where your displaying the posts and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Toggle customisation #344652

    Hey Marie!

    Try adding this to your Quick CSS,

    .toggle_content {
        background: transparent !important;
        border: 0px !important;
    }
    .toggler span {
        right: 10px !important;
    }
    .toggler {
        border: 0 none !important;
    }

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 30 posts - 14,761 through 14,790 (of 14,834 total)