Forum Replies Created

Viewing 30 posts - 67,171 through 67,200 (of 67,591 total)
  • Author
    Posts
  • in reply to: Rollover disc arrow replacement #120738

    Hi,

    Open css > base.css and find this line of codes

    .image-overlay{position: absolute; background: #fff; z-index: 500;}
    .image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0;}
    .image-overlay .image-overlay-inside::before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
    .image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}
    #top .hide-inner-overlay .image-overlay-inside{display: none;}

    You can change the fontello symbols on these lines.

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}

    Something like this

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"E714";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"E714";}

    Please refer to this link for more entypo fontello symbols.

    http://www.entypo.com/characters/

    Cheers,

    Ismael

    in reply to: cancel horizontal lines between layout elements #120544

    Hi,

    I see, you can disable them with css. Add this on your custom.css or Quick CSS.

    #av_section_2 {
    border: none;
    }

    #av_section_3 {
    border: none;
    }

    If you are using chrome, just right click the page, click “Inspect element” then look for the these classes. Do the code above for each of them.

    Nice website. :)

    Cheers,

    Ismael

    in reply to: Sidebars on smaller screens #120389

    Hey,

    Glad it worked. :)

    Enjoy the theme!

    Cheers,

    Ismael

    in reply to: Can't edit text in advanced layout editor #119900

    Hi,

    These are the steps you can do.

    1.) Clear browser cache then reload the page. Press F5 a few times.

    2.) Contact your host to check your file permissions. Maybe it has something to do with that.

    3.) Go to Users > Edit your user account > Look for “Disable the visual editor when writing”, it should be unchecked.

    4.) You should have WordPress 3.5 or higher.

    I’m sorry if you are experiencing this issue. Let me tag Kriesi and the rest of the support team.

    Regards,

    Ismael

    in reply to: Blog display #120222

    Hi,

    I think you have the wrong menu item. It is linked on the archive humor. You need your blog page. Go to Appearance > Menu > Delete the menu item Humor (Humeur) then find your actual blog page with Blog Posts element, change the label then save the menu.

    Regards,

    Ismael

    in reply to: cancel horizontal lines between layout elements #120542

    Hi,

    There are no lines when you insert a column under layout elements.

    Regards,

    Ismael

    in reply to: Font size questions #118867

    Hey,

    Glad it worked. :))

    Cheers,

    Ismael

    Hi,

    Can you give us a link to your website? The color pink is for the text color of inactive tabs. You this instead

    .tab {
    background-color: blue;
    color: pink !important;
    font-size: 20px;
    }

    Cheers,

    Ismael

    in reply to: removing opacity and icon overlay on slider hover #120475

    Hi,

    Are you using a plugin for your gallery?

    You can add this on your custom.css

    .gdl-gallery-image {
    opacity: 1 !important;
    }

    Cheers,

    Ismael

    in reply to: Menu in socket not visible on iPhone #120474

    Hi,

    Your socket looks fine on mobile view. Can you give us a screenshot?

    Regards,

    Ismael

    in reply to: Move gallery from Page to Portfolio Item? #120440

    Hi,

    I’m sorry but I don’t understand. What gallery are talking about? Can you give us a link to the website?

    You can set a gallery on your Portfolio Item. Use the Advance Layout Editor then insert the Gallery element.

    Regards,

    Ismael

    in reply to: Logo – banner hyperlink #120039

    Hi,

    You need to edit the file via FTP or your cpanel. wp-content/themes/enfold/framework/php/function-set-avia-frontend.php.

    Please refer to this link on how to edit file on your cpanel. http://www.siteground.com/tutorials/cpanel/file_manager.htm

    This line should

    $logo = "<img src=".$logo." alt='' />";
    $logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";

    Should be replace with

    $logo = "<img src=".$logo." alt='' />";
    $logo = "<$headline_type class='logo'><a href='http://www.cgreen.nerium.arealbreakthrough.com'>".$logo."$sub</a></$headline_type>";

    Cheers,

    Ismael

    in reply to: Slider Size and Socket Size #120427

    Hi,

    Go to LayerSlider WP > Click a slider > Global Settings > Basic > Slider Height > Enter 1000, save changes.

    To reduce the socket height, add this on your custom.css

    #socket .container {
    padding: 5px 0;
    }

    Regards,

    Ismael

    Hey!

    Hi,

    Insert the code on this tag

    <div class="avia-font-entypo-fontello">&#128222;</div>

    Regards,

    Ismael

    in reply to: Bold not colored #120312

    Hi,

    Specify the bold color on your custom.css or Quick css

    body bold {
    color: red !important;
    }

    Change the color value.

    Cheers,

    Ismael

    in reply to: Enfold Instagram Icon #119861

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Portfolio design aspect #118994

    Hi,

    Sorry for the delay.

    1.) The arrows are there and it is colored white. You can’t see it because the thumbnails have a white area at the bottom. Try to add this on your custom.css

    .avia-arrow {
    background: red !important;
    }

    2.) To fix the blurry thumbnails on your portfolio. Edit functions.php then find this code

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Replace it with

    $avia_config['imgSize']['portfolio_small'] = array('width'=>257, 'height'=>183 ); // images for portfolio 4 columns

    Regenerate the thumbnails using this plugin. http://wordpress.org/plugins/regenerate-thumbnails/

    3.) I can see that the background header image is fixed.

    4.) The tabs on this page (http://www.chaja-design.nl/chajanew/zakelijke-hosting/#tab-id-1) is working fine on 320px width view. I don’t have an actual mobile to check this out but I think they are ok.

    Cheers,

    Ismael

    in reply to: Additional Header #120180

    Hi,

    Just hide the 2nd menu with this.

    .sub_menu {
    display: none;
    }

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

    Cheers,

    Ismael

    in reply to: Insert the button social network #119756

    Hi,

    You can use this plugin http://wordpress.org/plugins/addthis/.

    Regards,

    Ismael

    in reply to: Sidebars on smaller screens #120387

    Hi,

    Just add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Sorry if you feel that way on the Enfold theme.

    Cheers,

    Ismael

    in reply to: Different color for top bar menu and menu hover #119449

    Hi,

    @gigoz: The top above is for the top header only so you’re doing nothing wrong.

    What do you mean by changing the entire menu? What kind of change? Please be specific.

    Regards,

    Ismael

    Hi,

    Just add this on your custom.css or Quick CSS

    To change the color of the active tab you can use this.

    div .main_color .tabcontainer .active_tab {
    background-color: #FCFCFC;
    color: #666;
    }

    To change the other tabs, just use this

    .tab {
    background-color: blue;
    color: pink;
    }

    Regards,

    Ismael

    in reply to: Problem with Gravity Forms #119266

    Hi,

    Sorry for the delay.

    Just add this on your custom.css. There are hidden br tags on the Gravity Forms field.

    .gform_footer br {<br />
    display: none;<br />
    }

    Regards,
    Ismael

    in reply to: Socket 540px #119094

    Hi,

    Maybe, this’ll help.

    .responsive .container .twelve.units {
    width: 1030px;
    min-height: 600px;
    }

    Container will have a minimum of 600px height.

    Regards,

    Ismael

    in reply to: IE8 & small fixed header : logo problem #120358

    Hi,

    Try to add this on your custom.css

    .logo img {
    padding: 5px 09;
    display: block9;
    width: auto9;
    height: auto9;
    max-height: 100%9;
    }

    Cheers,

    Ismael

    in reply to: shop category pages slider #120357

    Hi,

    It is a bit complicated. You can use the woocommerce shortcode to replicate the product category pages then add the layer slider. You need to use the Advance Layout Editor.

    Regards,

    Ismael

    in reply to: remove dropdown boxes on shop page #120340

    Hi,

    Just add this on your custom.css or Quick CSS

    .product-sorting {
    display: none;
    }

    Regards,

    Ismael

    in reply to: boxed layout and cart icon problem #120320

    Hi,

    The cart button is fixed position it will move when you scroll up and down. It will be visible no matter where you are on the website.

    Try to add this on your custom.css

    .cart_dropdown .dropdown_widget {
    z-index: 999 !important;
    }

    Regards,

    Ismael

    in reply to: Gravity Forms – Field Sizing #119934

    Hi,

    Add this on your custom.css to control the field width.

    #top input[type="text"] {
    width: 150px;
    }

    Max width is 210px.

    Regards,

    Ismael

    in reply to: Blog display #120220

    Hi,

    I’m sorry but I don’t understand your problem. When I click on the “Mood” menu, it takes me to the archive page for Humor category. If this is not what you want, maybe you can change this on Appearance > Menu. If you want to make a post sticky and always on the top, edit the post, look for Visibility: then make the post stick to the frontpage.

    Regards,

    Ismael

Viewing 30 posts - 67,171 through 67,200 (of 67,591 total)