Forum Replies Created

Viewing 30 posts - 61,981 through 62,010 (of 64,054 total)
  • Author
    Posts
  • in reply to: Remove header with social buttons when scrolling #135055

    Hi,

    Just add this on your custom.css or Quick cSS

    .header-scrolled #header_meta {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Pagination doesn't work #134928

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Menu being squeezed on Internet Explorer 8 #134785

    Hi,

    Please try this on your custom.css or Quick CSS

    .msie8 .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }

    or

    .main_menu ul:first-child > li > a {
    padding: 0 8px9;
    font-size: 12px9;
    }

    Regards,

    Ismael

    in reply to: Adding icons for icon boxes #134608

    Hi,

    The icons are limited to the characters you have here: http://www.entypo.com/characters/

    I think you already find a workaround to the problem. Good job.

    Regards,

    Ismael

    in reply to: dummy content will not load #134893

    Hi,

    Yes, I think installing the theme from scratch will fix it. Make sure you have the latest version of Enfold and WordPress 3.6.

    Regards,

    Ismael

    in reply to: remove the sidebar in the webshop #134700

    Hi,

    Edit the Shop page, look for “Layout” then select “No Sidebar”.

    Regards,

    Ismael

    in reply to: Colour Section Image Not showing on iPad / iPhone #134832

    Hi,

    I already tagged Kriesi and Devin. They will check this on their iPads. Please watch the thread here: https://kriesi.at/support/profile/gstar72

    Regards,

    Ismael

    in reply to: icon List Issue on iPad #134840

    Hey,

    Glad it worked. :”)

    Cheers,

    Ismael

    in reply to: Menu problem #135091

    Hi,

    Please add this on your custom.css or Quick CSS

    #top .main_menu .menu li ul a {
    line-height: 23px;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    }

    Can you give us a link to your website? This is not happening on our end.

    Regards,

    Ismael

    in reply to: Adding gradient background to icons #134818

    Hi,

    You can use this on your custom.css or Quick CSS

    .avia-icon-list .iconlist_icon {
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    }

    For the iconbox, you can use this:

    .iconbox_top .iconbox_icon {
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    }

    This is a nice website to create gradient backgrounds: http://www.colorzilla.com/gradient-editor/

    Regards,

    Ismael

    in reply to: Pagination doesn't work #134926

    Hi,

    Usually this is a plugin issue. Please deactivate them, see if it fixes the issue.

    Regards,

    Ismael

    in reply to: Turn off – hover style – linked image #134983

    Hi,

    Please add this on your custom.css or Quick CSS

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Trouble changing colour of menu links in styles tab. #134690

    Hi,

    You can add this on your custom.css or Quick CSS to change the menu color:

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

    Hover State:

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

    Regards,

    Ismael

    in reply to: Not showing all menu entries #134546

    Hi,

    They are not missing, they are cut off the screen. Add this on your custom.css or quick CSS

    #top .main_menu .menu li ul a {
    padding: 4px 15px;
    }

    Regards,

    Ismael

    in reply to: Resizing space between columns #135001

    Hi,

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

    .flex_column.av_one_fourth.avia-builder-el-2.el_after_av_three_fourth {
    margin-left: 1%;
    width: 25.5%;
    }

    .flex_column.av_one_fourth.avia-builder-el-2.el_after_av_three_fourth a img {
    max-height: 230px;
    width: 100%;
    }

    Regards,

    Ismael

    in reply to: dummy content will not load #134891

    Hi,

    Please switch back to the default wordpress theme then activate Enfold again.

    Regards,

    Ismael

    in reply to: Enfold Header #134885

    Hey,

    Please give us a link to your website or a screenshot. We need to inspect it.

    Regards,

    Ismael

    in reply to: iOS Display Issue #133666

    Hey,

    Look for “Responsive Header Main Menu”. You can select between Slideout or Dropdown mobile menu.

    Regards,

    Ismael

    in reply to: Preview page function does not work #134842

    Hey,

    I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: Second link in post with Link Format gets stripped out #134857

    Hi,

    Use tinyurl or google url shortener(http://goo.gl/).

    Regards,

    Ismael

    in reply to: Styling changes not sticking #134900

    Hi,

    Please increase the wordpress php memory limit, edit wp-config.php then add this code:

    define('WP_MEMORY_LIMIT', '256M');

    You can ask your host to do it for you.

    Regards,

    Ismael

    in reply to: No Layout Builder Showing #134905

    Hi,

    When you edit a page, click the Screen Options, enable the Avia Layout Builder.

    Note: Posts doesn’t have the Advance Layout Editor.

    Regards,

    Ismael

    in reply to: Icon Box loses unordered list upon save #134872

    Hi,

    It is working properly on our end. When you add the html tags on the Iconbox editor, please work on the Text/HTML mode. This is the code use for the list.

    <ul>
    <li>Click here to add your own text</li>
    <li>Click here to add your own text</li>
    <li>Click here to add your own text</li>
    </ul>

    Regards,

    Ismael

    in reply to: LayerSlide Transition settings #134880

    Hi,

    After you select the Transition, you can close the window then there is a blue “Save Changes” button below under “Publish”.

    Regards,

    Ismael

    in reply to: Image Comments #134722

    Hi,

    I’m not sure if that is possible with wp. I don’t see any plugin with that kind of functionality but you can create a single post or single portfolio item for each image. User can then comment on that particular post with image. Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: icon List Issue on iPad #134838

    Hey,

    The css issue seems to appear between 786px to 1000px screen widths. We can use Media Queries to fix that. Add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    Regards,

    Ismael

    in reply to: Colour Section Image Not showing on iPad / iPhone #134830

    Hi,

    It should work properly on ipad or iphone. If you check here, http://responsinator.com/?url=http%3A%2F%2Fwww.naturaloutlook.com%2F the color section with the mountain image is working fine. Let me tag Kriesi and Devin to check this on an actual iOS device.

    Regards,

    Ismael

    in reply to: Widgets page does not fully appear. #134356

    Hey,

    Glad you figured it out.

    Cheers,

    Ismael

    in reply to: contact 7 side by side text fields #133857

    Hi,

    You can find the code on line 305.

    I really don’t see the Name and Age fields anywhere. Can you direct us to the correct page and give us a screenshot of what you’re trying to do?

    Regards,

    Ismael

    in reply to: Enfold Showcase #116504

    Hey,

    @fm005: Neat website. Nice blog. :)

    Regards,

    Ismael

Viewing 30 posts - 61,981 through 62,010 (of 64,054 total)