Forum Replies Created

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

    Edit “Öffnungszeiten”, look for Screen Options (top right corner). Check the Excerpt option. Remove the excerpt there.

    Regards,

    Ismael

    in reply to: Unidentifiable posts in blog category #124079

    Hi,

    I visited the category link: http://www.test.eberlemichael.ch/wordpress/category/aktuell/

    I can see one post, title is “Knack den Tresor”.

    Regards,

    Ismael

    in reply to: Remove Page Up button #124088

    Hi,

    Just add this on your custom.css or Quick CSS

    #scroll-top-link {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Problem on Advanced Layout Editor. #123913

    Hi,

    Do you have a caching plugin? Please flush the settings.

    Set your Avia Builder to debug mode. Add this on functions.php

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

    You will see the actual shortcode at the bottom of the Avia Builder.

    Also, try to turn the Avia Builder on and off. Click Screen Options (top right corner), check then uncheck Avia Builder a few times.

    Regards,

    Ismael

    in reply to: invisible shopping cart icon with woocommerce #124050

    Hi,

    Can you give us a link to your website? Please download Enfold 1.6.

    Add this on your custom.css or Quick CSS

    .cart_dropdown {
    position: absolute;
    right: -60px;
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-decoration: none;
    text-align: center;
    top: 50%;
    margin: -24px 0 0 0;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    z-index: 101;
    -webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
    }

    Regards,

    Ismael

    in reply to: NextGEN Gallery #124038

    Hi,

    I’m not sure if it is possible to integrate the NextGen Gallery plugin on the Advance Layout Editor. Let me tag Kriesi and the rest of the support team.

    Regards,

    Ismael

    in reply to: Changing background font on the header #124280

    Hi,

    By background color of the font, you mean the text color?

    Please add this on your custom.css

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

    This will leave the current page item black and the rest white.

    Regards,

    Ismael

    in reply to: Simple Advice on Structuring The Blog #123229

    Hi,

    Oops.. I forgot the link for the video.

    Watch these videos, you will always learn something: https://vimeo.com/channels/aviathemes

    1.) To remove the breadcrumb and the header you can use this respectively.

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    .main-title {
    display: none;
    }

    If you want to remove the block entirely, use this instead

    .stretch_full.container_wrap.title_container {
    display: none;
    }

    2.) You can set the excerpt using the <!–more–> tag: http://en.support.wordpress.com/splitting-content/more-tag/

    Or enable the Excerpt metabox. Edit a post, look for Screen Options > check the Excerpt option. You can manually specify the excerpt. I prefer to use the <!–more–> tag because it works for the archive page as well.

    3.) Visit Appearance > Menu, look for Home.

    Regards,

    Ismael

    in reply to: PLAYING VIDEOS FROM THE GALLERY #124263

    Hi,

    I’m not sure if this is possible because you can’t put a specific link to gallery images. You can use the Image element. Lay them like a gallery using columns then link the image manually to a video like youtube or vimeo.

    Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: Adding Paypal Button to pricing table #124236

    Hi,

    It works on my end. This is the screenshot.

    http://www.mediafire.com/view/1pv90aroz1r520a/paypalbuttonton.jpg

    Can you give us the code for your paypal button? We would like to test it.

    Regards,

    Ismael

    in reply to: Menu text background (Enfold) #123657

    Hey,

    Glad Devin fixed it. :)

    Cheers,

    Ismael

    in reply to: Still having issues with changing heading colors #124220

    Hi,

    Can you give us a link to your website? There a lot of headings included on the theme. Which is heading are you trying to change? Blog heading? Post title heading? Page Heading?

    Please include a screenshot.

    You can use this

    .alternate_color.title_container .main-title a {
    color: red !important;
    }

    .main-title a, h2 {
    color: red !important;
    }

    Change the color value.

    Regards,

    Ismael

    Hi,

    Edit the page, go to Advance Layout Editor. Under Content Element tab, insert the Blog Post element. Click it to view more options.

    Regards,

    Ismael

    in reply to: Trouble with accordian feature #124224

    Hi,

    Did you modify anything on the files?

    Please set your Avia Builder to debug mode. Add this on your functions.php

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

    Edit the page, at the bottom of the Avia Builder, look for the actual shortcode of the accordion element. Please paste it here.

    Regards,

    Ismael

    in reply to: Ajax Preview Window Proximity #124197

    Hi,

    I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: Enfold Accordion Issues – Stopped Toggling #124188

    Hi,

    Please set your Avia Builder to debug mode. Add this on your functions.php

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

    Go to the page with the accordion, look for the actual shortcode of the accordion at the bottom of the Avia Builder. Please paste it here.

    Regards,

    Ismael

    in reply to: Enfold: Layered Sidebar Widget not appearing in IE8 #124065

    Hi,

    It says “In the script on this page, an error has occurred.”

    Can you give us a link to the youtube video? Do you know this link maps.gstatic.com?

    Regards,

    Ismael

    in reply to: Random Div causing formatting issues #124128

    Hi,

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

    #after_section_1 {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Problem from Ajax portfolio to normal #124123

    Hi,

    I can’t seem to reproduce the issue. Did you try to disable the socket or footer here?

    Regards,

    Ismael

    in reply to: Problem with sidebar #123753

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Linking gallery images to URL #123975

    Hey,

    Glad it worked.

    Cheers,

    Ismael

    in reply to: Enfold RSS Link #124114

    Hi,

    It works. Check it using FireFox. Chrome doesn’t have rss support.

    Regards,

    Ismael

    in reply to: how to have blog post show only excerpt in "categories" #123741

    Hi,

    1.) You can use the <!–more–> tag to set your excerpt for archive pages.

    http://en.support.wordpress.com/splitting-content/more-tag/

    2.) To remove the archive title, add this on your custom.css or Quick CSS

    .archive.category .main-title {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Inconsistencies in IE8 #123539

    Hi,

    I forgot to adjust the size

    <!--[if lt IE 9]>
    <style>
    .logo a{
    max-height: 100% !important;
    }

    .logo a img{
    height: 150px;
    }

    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
    background: #a6ce39;
    }

    #header_main .container {
    height: 150px !important;
    line-height: 150px !important;
    }
    </style>
    <![endif]-->

    Regards,

    Ismael

    in reply to: how to adjust the height of the footer #124068

    Hi,

    You can adjust the bottom padding. Add this on your custom.css

    #footer {
    padding: 15px 0 0px 0;
    }

    Regards,

    Ismael

    in reply to: Can we move or expand the Search Bar? #122506

    Hi,

    I see you did use the code I gave you. You can make it responsive using this

    /*
    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 (min-width: 768px) and (max-width: 989px) {
    #top #s {
    width: 400px;
    }

    #top #searchsubmit, .ajax_load {
    right: -100px;
    }
    }

    @media only screen and (min-width: 320px) and (max-width: 500px) {
    #top #s {
    width: 250px;
    }

    #top #searchsubmit, .ajax_load {
    right: 10px;
    }
    }

    Regards,

    Ismael

    in reply to: Left sidebar #124042

    Hi,

    You can actually insert the sidebar on a Column element using the Avia Builder. Insert the 1/5 column then add the Sidebar element.

    What do you mean by “approaching a maximum on the left side of the screen”?

    Regards,

    Ismael

    in reply to: Height Issues #123994

    Hi,

    You can edit css > layout.css, find this code

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

    Something like this:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }

    To make the title container smaller, add this on your custom.css or Quick CSS

    #top .title_container .container {
    padding: 0 0;
    min-height: 0;
    }

    Regards,

    Ismael

    in reply to: Problem with sidebar #123751

    Hi,

    Please follow this link. Look for Dude’s fix.

    https://kriesi.at/support/topic/custom-widget-areas-not-working-after-upgrade-to-15

    Regards,

    Ismael

    in reply to: Please contribute and translate Enfold #114937

    Hi,

    I think it is doable using qtranslate. You will have a croatian frontend then maintain the english dashboard. You can specify a default language in the qtranslate panel.

    Regards,

    Ismael

Viewing 30 posts - 63,931 through 63,960 (of 64,820 total)