Forum Replies Created

Viewing 30 posts - 65,701 through 65,730 (of 66,007 total)
  • Author
    Posts
  • in reply to: Next and Prev Arrows #119373

    Hi,

    It should be there automatically, there is no option to turn it on or off but you can hide it through css. Maybe the slider is covering it. Try this on your custom.css

    #top .avia-post-nav {
    z-index: 9999;
    display: block;
    }

    Regards,

    Ismael

    in reply to: Insert a new font #119439

    Hey,

    Glad it worked. ;)

    Regards,

    Ismael

    in reply to: Socket 540px #119090

    Hi,

    Try this on your custom.css

    html{
    background-color: red;
    }

    Leave a page without content and display the socket without the footer. You’ll see what Devin is trying to say. You need to push the socket with contents.

    Regards,

    Ismael

    in reply to: Remove extra whitespace in the header area #118767

    Hi,

    This won’t work on fixed headers.

    Regards,

    Ismael

    Hi,

    Add this on your custom.css

    .template-page .big-preview {
    display: block;
    padding: 0 0 10px 0px;
    }

    Regards,

    Ismael

    in reply to: Pflichtfeld Checkbox #119366

    Hi,

    Edit the field with the checkbox, look for Form Element Validation, select is not empty.

    Regards,

    Ismael

    in reply to: Images and Text jumps when moused over #118384

    Hi,

    Please use this instead. It will render a transparent box and leave the circle behind. :)

    .image-overlay.overlay-type-extern {
    background: transparent;
    }

    Regards,

    Ismael

    in reply to: Enfold – Making Slab text headings responsive #119242

    Hi,

    For example, you want to apply the style when viewing on a mobile device, you should use this

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {

    @font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),
    url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    h6 {
    font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 90pt !important;
    letter-spacing: -0.0em !important;
    font-weight:200 !important;
    }

    }

    The font will only apply if the user is viewing on a mobile device.

    Regards,

    Ismael

    Hi,

    I believe you edit his through the text editor. Add a unique class. Example

    Number 1.

    <strong class="blue_color">1. <a title="1. Talk to your partner, friends and family members" href="http://babyblueshelp.com/1-talk-to-your-partner-friends-and-family-members/">Talk to your partner, friends and family members</a>. </strong>

    Number 2.

    <strong class="red_color">3. Sleep when your baby sleeps.</strong>

    Then style it on your custom.css

    strong.blue_color {
    color: blue;
    }

    strong.red_color {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Footer Decoration Lines & Portfolio styling #119036

    Hi,

    Please try this

    .widgettitle {
    border-bottom: 1px dotted white;
    padding-bottom: 10px;
    }

    It will create a dotted line below the widget title. For more border styles, please refer to this link

    http://www.w3schools.com/css/css_border.asp

    Regards,

    Ismael

    in reply to: Accordion Sorting Setting #119269

    Hi,

    Click on the Toggles. At the very bottom look for the Toggle Sorting Tags field. Insert tags.

    Regards,

    Ismael

    in reply to: Layer Slider **ISSUES** #119273

    Hi,

    I’m sorry that you feel that way. Please, if you can summon a little more of your patience, watch this video http://www.youtube.com/watch?v=ZY9SxVyugx4. Maybe it’ll help you better understand how the slider works.

    Please let us know if it helps. It would be a lot easier if you have the site online so that we can help you set the slider up.

    Cheers,

    Ismael

    in reply to: How to decrease whitespace between buttons / columns #119302

    Hi,

    Use this

    .page-id-1735 .column-top-margin {
    margin-top: 20px;
    }

    Regards,

    Ismael

    in reply to: Portfolio design aspect #118990

    Hi,

    Send the login details on ///.

    Include the issues you think you have on your installation and this thread on your email.

    Regards,
    Ismael

    in reply to: Problem with Gravity Forms #119260

    Hi,

    I tested the plugin on my site and the forms look ok. Can you give us a link to your website? We can probably fix it with css.

    Regards,

    Ismael

    in reply to: Table fields with URL – broken when re-saving page #119112

    Hi,

    I’m talking about this http://www.welsch-lehmann.com/marketing-automation/events/ . The url on that page seems to be working fine.

    The version number may have been forgotten, you can edit that on style.css. You’ll know if you have the Enfold 1.4 if config-woocommerce is present on your theme files.

    Try to use apostrophe instead. Change this code

    <a href="http://kriesi.at">Hey</a>

    to this

    <a href='http://kriesi.at'>Hey</a>

    It adds back slashes everytime you update or save the options. Let me tag Kriesi and the rest of the support team.

    Regards,

    Ismael

    in reply to: styling #119255

    Hi,

    It is working, please don’t forget to Save Changes after. Remove browser cache then reload the page. If you continue to experience this issue, please download the latest version of Enfold on your theme forest account.

    Cheers,

    Ismael

    in reply to: Header – Menu Points are in front of the logo #118900

    Hi,

    Can you give us a link to your website?

    You can move the mega-menu with this

    #header .avia_mega_div {
    right: 200px !important;
    }

    Adjust the right position value and don’t remove the !important.

    Regards,

    Ismael

    in reply to: Menu Font Changes #119181

    Hi,

    You should use this

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    Regards,

    Ismael

    in reply to: Insert a new font #119436

    Hi!

    Try

    body p {

    font: 20px !important;

    }

    :)

    Best regards,

    Ismael

    in reply to: Installation problem #119425

    Hi,

    Please check the size of the folder you are trying to upload. Is it 15.4 MB in size? Sometimes they upload the whole downloaded file straight from themeforest.

    Regards,

    Ismael

    in reply to: Insert a new font #119434

    Hi,

    Please try this plugin http://wordpress.org/extend/plugins/wp-google-fonts/.

    Regards,

    Ismael

    in reply to: logo right align ? – rochade ?! #118802

    Hi,

    Please remove the css above and use this instead. This works on my end.

    .logo {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    }

    .logo a {
    float: right;
    z-index: 9999;
    }

    .main_menu {
    left: 0;
    }

    Regards,

    Ismael

    in reply to: Special Heading Padding #119422

    Hi,

    Please try this on your custom.css

    .template-page.content.twelve.alpha.units {
    padding: 15px 0;
    }

    If you are using Chrome, please inspect the element then look for the body class id. Mine is .page-id-1403, use it to target the current page.

    . page-id-1403 .template-page.content.twelve.alpha.units {
    padding: 15px 0;
    }

    Regards,

    Ismael

    in reply to: How to Display Controls in Easy Slyder #117337

    Hi,

    You can post them here https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    in reply to: Table fields with URL – broken when re-saving page #119110

    Hi,

    Please download the latest version, Enfold 1.4, on your themeforest account.

    Checking the page, the URL on the first column seems to be working fine.

    Regards,

    Ismael

    Hi,

    Open includes > helper-post-format.php then find this code on line 48.

    /**
    * The avia_default_title_filter creates the default title for your posts.
    * This function is used by most post types
    */
    if(!function_exists('avia_default_title_filter'))
    {
    function avia_default_title_filter($current_post)
    {
    $output = "";
    //$output .= "<h2 class='post-title ". avia_offset_class('meta', false). "'>";
    $output .= "<h2 class='post-title'>";
    $output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
    $output .= " <span class='post-format-icon minor-meta'></span>";
    $output .= " </a>";
    $output .= "</h2>";

    $current_post['title'] = $output;

    return $current_post;
    }
    }

    It should be h2.

    Regards,

    Ismael

    Hi,

    Please insert the video on a full width column or 1/1 column. See if that works.

    Regards,

    Ismael

    Hey,

    Glad it worked . :)

    Regards,

    Ismael

    in reply to: Force Gallery Images to Open Full Size? #118959

    Hey,

    Glad it worked. :)

    Regards,

    Ismael

Viewing 30 posts - 65,701 through 65,730 (of 66,007 total)