Forum Replies Created

Viewing 30 posts - 65,671 through 65,700 (of 66,007 total)
  • Author
    Posts
  • in reply to: Portfolio categories #118739

    Hi,

    I’m sorry if I didn’t get back to you right away. I can’t fix the issue on the sortable portfolio categories. You have a lot of plugins installed out there. I don’t have to deactivate any of them because you may lose some options that I don’t know. Please try to deactivate them one at a time then reload the portfolio page.

    Regards,

    Ismael

    in reply to: Header background image #119650
    in reply to: Remove caps in headings- Enfold Theme #119387

    Hi,

    Please add this on your custom.css or quick CSS.

    h1, h2, h3 {
    text-transform: none !important;
    }

    Regards,

    Ismael

    Hi,

    You need to create a backup of your custom.css or copy the code on the Quick CSS on a notepad or something like that. Yes, it would be nice to be able to save a custom theme style. You can request that on this thread https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    in reply to: Problem on ipad and iphone #119620

    Hi,

    I don’t have these mobile devices so let me tag Devin to check this out. :)

    Regards,

    Ismael

    in reply to: Demo data #119596

    Hi,

    Go to Theme Options > Click Import Dummy Data. It will give you almost all of the pages that you can see on the demo.

    Regards,

    Ismael

    in reply to: Logo is stretched and fuzzy #119603

    Hi,

    Re-size the logo first using Paint or Photoshop. Suggested logo size is 200px * 100px. Go to Theme Options > upload the logo. When the upload is finish select which size you want to use before clicking the “Use Image as Logo”.

    Regards,

    Ismael

    in reply to: Enfold – Responsive Slide Out Menu **ISSUE** #119577

    Hi,

    What is the code that you have right now, the code that Nick gave you? What header style do you have?

    Let me tag Nick.

    Regards,

    Ismael

    in reply to: Testimonial http ? #119567

    Hi,

    What do you mean by lost http? When I click on the link I am redirected to hotmail.

    Please give us a link to your website and probably a screenshot.

    Thanks,

    Ismael

    Hi,

    I don’t really see anything wrong on the website. I have a 1600×900 resolution screen and even when I resize the browser to any specific size, the site looks good without the portfolio images overlapping. These are the list of screen sizes, normally use on homes, offices etc.

    800 x 600
    1024 x 600
    1024 x 768
    1366 x 768
    1280 x 600
    1280 x 800
    1280 x 960
    1280 x 1024
    1440 x 900
    1600 x 1200
    1920 x 1080
    1920 x 1200

    I tested the site on each resolution and the portfolio looks fine. I don’t really think a user will re-size his browser to 1200px deliberately.

    Regards,

    Ismael

    in reply to: Portfolio preview 200×200 px with fixed size #119560

    Hi,

    If you only want to target the portfolio thumbnails, you should change this line of codes

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

    You may need to edit some css because it will probably resize the thumbnail but the thumbnail will inherit the size of the portfolio container.

    Regenerate the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Regards,

    Ismael

    in reply to: Unable to edit homepage slider #119553

    Hi,

    Please send them on ///.

    Include this thread on your email.

    Regards,
    Ismael

    in reply to: team member: image do not display #119521

    Hi,

    I tested this on the localhost and it works perfectly fine. Please try to insert an image and select any images on the Media Library.

    Do you have the latest version of Enfold? Please download it on your themeforest account.

    We suggest to build the site with the Enfold theme online to avoid configuration and database lost later.

    Regards,

    Ismael

    in reply to: portfolio with space between column #119512

    Hi,

    If you have a four column portfolio, you can add this on your custom.css or Quick CSS

    .grid-entry.no_margin.av_one_fourth {
    width: 24%;
    }

    3 columns should be like this

    .no_margin.av_one_third {
    width: 32.3%;
    }

    2 columns, add this

    .no_margin.av_one_half {
    width: 49%;
    }

    This will add a 1% margin between the items.

    Regards,

    Ismael

    in reply to: Menu Font Changes #119185

    Hi,

    I think this is what you want.

    .active-parent-item a {
    color: red !important;
    font-weight: bold !important;
    }

    Regards,

    Ismael

    in reply to: Does the contact form have a file submit? #119487

    Hi,

    You can style the Gravity Forms font with this

    .gform_wrapper {<br />
    font-family: Arial !important;<br />
    font-size: 14px !important;<br />
    color: red;<br />
    }

    Regards,
    Ismael

    in reply to: Pflichtfeld Checkbox #119368

    Hi,

    Can you give us a link to your contact page? You can actually target the checkbox then add a style to it when empty. Mine looks like this

    .error#element_avia_check_1 {
    border: 1px solid red;
    }

    This will only be applied when the user leave a required checkbox empty. You might need to add the style on each checkbox that you have.

    Regards,

    Ismael

    in reply to: Socket 540px #119092

    Hi,

    Sticky footers tends to break the responsiveness of the site. There are certain techniques that you can use to make a sticky footer. You might want to look into that. It means breaking the default layout of the theme though. In my honest opinion, who needs a blank page anyway?

    Regards,

    Ismael

    in reply to: Footer Content #115559

    Hey,

    @joe88. On Appearance > Widget, look for Footer – column1, Footer – column2, 3 then 4. Supply that with widgets after you imposed on Theme Options > Footer, and select 4 column footer widgets.

    Regards,

    Ismael

    in reply to: Icon List Size Adjustment pt. 2 (bumpy circle edges) #119383

    Hi,

    Glad we could help. :)

    Regards,

    Ismael

    in reply to: Logo #119478

    Hi,

    Can you give us a link to your website?

    What type of header are you using?

    Regards,

    Ismael

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

    Hi,

    It depends on what device you are trying to target. You only need this if you’re trying to target screens with 959px resolution and lower that includes iPad, iPhone and other mobile devices.

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
    @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: 80pt !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.0em !important;
    font-weight:200 !important;
    }
    }

    Regards,

    Ismael

    in reply to: Create Icon List or Icon Box with only a heading? #119468

    Hi,

    Instead of pressing the space bar try adding this code  &nbsp;

    Regards,

    Ismael

    in reply to: Avia Builder – Misbehaviour when editing content #119293

    Hi,

    I’m sorry but I’m not sure what is wrong with it even with the screenshot you provided. I tested the accordion on my end and it is working fine. Do you have Enfold 1.4?

    Regards,

    Ismael

    in reply to: Sidebar menu widget issue #119454

    Hi,

    Can you give us a link to the page with the sidebar issue?

    Regards,

    Ismael

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

    Hi,

    To change the background of the top header completely, you can use this

    #header_meta {
    background: red;
    }

    To change the color of the menu font use this.

    .header_color .sub_menu > ul > li > a {
    color: blue;
    }

    And the hover color, with this

    .header_color .sub_menu > ul > li > a:hover {
    color: black;
    }

    Change the color value.

    Regards,

    Ismael

    in reply to: Problem with Gravity Forms #119262

    Hi,

    Please send it on //…

    Include this thread on your email.

    Regards,
    Ismael

    in reply to: Remove caps in headings- Enfold Theme #119384

    Hi,

    I’m sorry but what do you mean by “caps” and what heading are you trying to change? Please give us a screenshot or give us a link to the page.

    Regards,

    Ismael

    in reply to: Icon List Size Adjustment pt. 2 (bumpy circle edges) #119381

    Hi,

    You’re welcome. :)

    Try to use this

    .avia-icon-list .iconlist_icon {
    border-radius: 300px;
    }

    You may want to see the borders clearly, test it with this. Adjust the border width.

    .avia-icon-list .iconlist_icon {
    order-width: 3px;
    }

    Regards,

    Ismael

    in reply to: Sidebar Latest Ports/Portfolio Thumbnails #119379

    Hi,

    Add this on your custom.css

    .news-thumb {
    border: none;
    }

    To resize the thumbnail, go to functions.php then find this code

    $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news

    Add this on your custom.css. Change the width and height according to the thumbnail size then regenerate the thumbnails.

    .image_size_widget .news-thumb {
    height: 36px;
    width: 36px;
    }

    Regards,

    Ismael

Viewing 30 posts - 65,671 through 65,700 (of 66,007 total)