Forum Replies Created

Viewing 30 posts - 62,551 through 62,580 (of 66,025 total)
  • Author
    Posts
  • in reply to: Targeting font icons in a footer widget #170946

    Hey!

    You can inspect the element then copy the actual html code. Put it on the text widget instead of the shortcode. Add a unique css selector to each icons.

    Best regards,
    Ismael

    in reply to: chnage the height for header? #170944

    Hey mmi!

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

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; }
    
    .fixed_header.social_header #main {
    padding-top: 80px;
    }

    Adjust the top padding of the #main div according to the height and line-height of the header.

    Regards,
    Ismael

    in reply to: Layer Slider Problem #170942

    Hi LincolnMarketing!

    104 sliders? Is this correct? You’re using a very old version of the theme. Please download Enfold 2.3 then try again.

    Cheers!
    Ismael

    in reply to: Menu Error #170940

    Hi homemadebyx!

    The switchWidth method is base on the screen size and the number of menu items. The issue may occur only on website setup like yours. Please try the fix that we provided on the previous post. Sorry, if the update didn’t automatically fix your menus.

    Cheers!
    Ismael

    in reply to: Enfold 2.3 Bugs. Please help asap. #170937

    Hey!

    1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.

    .flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half {
    margin-top: 20px;
    }

    2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.

    Cheers!
    Ismael

    in reply to: Post-Type Icons centered on Frontpage #170936

    Hey!

    Please add this on your custom.css or Quick CSS:

    .fallback-post-type-icon {
    position: relative;
    top: 49%;
    left: 50%;
    margin: 0 0 10px -20px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
    display: block;
    }

    Cheers!
    Ismael

    in reply to: H2 tag with H3 Style #170715

    Hello!

    Style of the theme may vary depends on how you configure the theme options styling. Please give us a link to the page with the h3 tag and a page with h2.

    Best regards,
    Ismael

    in reply to: How to change responsive menu animation? #170714

    Hello ace2296!

    Sorry but you need to hire a freelance developer to implement or add the features for you. You can post a feature request here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Ismael

    in reply to: Create new template #170713

    Hello chavamx!

    Create a page then switch to Advance Layout Builder. Look for Page Attributes > select “Blank: no header, no footer”. On Layout, choose No Sidebar then Dont display the header. Add the contents that you want. If you want a full screen slider, go to Media Elements > insert the Fullscreen slider. :)

    Best regards,
    Ismael

    in reply to: Blog pagination #170710

    Hello andreanapier1985!

    The pagination is working fine. I can click it without encountering any issue. On what browser and OS are you testing this with?

    Best regards,
    Ismael

    in reply to: Problem with EasySlider, and logo #170708

    Hello!

    Please post a screenshot of the “cropping issue” here. The logo looks fine when I check it on Chrome and Firefox. What browser and OS are you testing it with?

    Cheers!
    Ismael

    in reply to: Edit Menu is missing Portfolio Items, Categories etc #170707

    Hey!

    On Appearance > Menus, click Screen Options. Enable or check all options like Portfolio Categories, Tags etc. :)

    Best regards,
    Ismael

    in reply to: Featured images not sizing if they are portrait #170704

    Hi!

    The featured images or portfolio thumbnails on the page have a huge difference in height. It will stretch the other image in a disappointing manner if we set a specific height. Please try to use a uniform canvas on portfolio images before uploading them. You can add this on your custom.css or Quick CSS to set a max-height for portfolio thumbnails.

    .attachment-portfolio.wp-post-image {
    max-height: 150px;
    }

    Best regards,
    Ismael

    in reply to: Layout of Forms/Quizzes #170701

    Hey!

    We don’t have the access to the plugin. We need a link to the actual website so that we can assist you.

    Regards,
    Ismael

    in reply to: Permalink problem portfolio related #170697

    Hey!

    This is very useful. Thanks. :)

    Cheers!
    Ismael

    in reply to: Fatal Error uploading Fontello #170696

    Hey gianmarizzi!

    Where did you get the fonts? Please download the latest theme version again. Maybe a file is corrupt. Deactivate all plugins then try the Font Icon Manager again.

    Cheers!
    Ismael

    in reply to: update version broken header #170695

    Hey!

    I’m sorry but I can’t understand the language. I’ll tag Josue. I’m not sure if this is correct. Can you please copy the code you have on Quick CSS then place it on custom.css? Or reset the Quick CSS then place the code again.

    Regards,
    Ismael

    in reply to: Sidebar line #170694

    Hi thando87!

    Can you please give us a link to the website? We need to inspect it.

    Cheers!
    Ismael

    in reply to: missing header borderline sincs update up 2.3.1 #170686

    Hey set_carsten!

    Can you give us a link to the website please? The header on our Enfold 2.3 installation with the same style is not missing any borders. Please add this on your custom.css or Quick CSS:

    #header_main_alternate {
    border-top: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid red;
    }

    Best regards,
    Ismael

    Hi!

    1.) You can use this for the toggle content, iconbox and tab hover state:

    .toggle_content.invers-color p, .iconbox_content p, .main_color .toggler:hover, .avia-promocontent p {
    color: white;
    }

    2.) I’m not sure what you mean by “turn the page on”. Can you post a screenshot?

    Cheers!
    Ismael

    in reply to: Products not showing up #170682

    Hi!

    Glad you found it. :)

    Cheers!
    Ismael

    in reply to: Portfolio Pagination Error #170681

    Hi designprime!

    The pagination is working ok on our end. Have you tried disabling Yeost? Please give us a link to your portfolio page.

    Cheers!
    Ismael

    in reply to: Customizing Enfold Menus #170680

    Hi!

    You can use this to change the color of the menu container:

    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #abbe31;
    }

    Font size of the main menu:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 13px;
    }

    Color of the menus:

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    color: red;
    }

    Regards,
    Ismael

    in reply to: After Update to 2.2 search dont work #170678

    Hi!

    The search is working fine on our end: https://kriesi.at/support/search/

    Please try to use a different browser. Deactivate all plugins then update your WordPress installation.

    Cheers!
    Ismael

    in reply to: 'Popup window' and 'Menus on hover on images' #170677

    Hi finessecreative!

    1.) Maybe this plugin will come in handy http://wordpress.org/plugins/popup-contact-form/ . Unfortunately, we can’t offer full support for third party plugin and we don’t know if it is compatible with theme. This customization is beyond of what we can do as support team. You need to hire a freelance developer to help you.

    2.) We can only change the hover color but we can’t give you any code for a tooltip or pop out menu. Again, hire a freelance developer to add the features for you. Add this on your custom.css or Quick CSS:

    .iconbox_content h3 a:hover {
    color: red !important;
    }

    Cheers!
    Ismael

    in reply to: Send a pagelink or complete page by mail #170675

    Hi ErnstOpusVDesign!

    Please try this plugins:

    http://wordpress.org/plugins/email-this-page/

    http://wordpress.org/plugins/dbwd-send-link/

    Regards,
    Ismael

    in reply to: Open gallery images at original size #170672

    Hi!

    I’ll ask Josue to visit this thread again. I really can’t access your site.

    Regards,
    Ismael

    Hello!

    Did you just recently change your gravatar? Do you have an antivirus that maybe blocking some site or the browser? McAfee for example? Change the firewall permissions from “Blocked” to “Full”.

    Regards,
    Ismael

    in reply to: top button no icon #170651

    Hi!

    Did you install the LayerSlider as a stand alone plugin? You have a lot of plugins installed. Please deactivate them. Download the theme again on your themeforest account, look for the config-templatebuilder folder then override your theme files.

    Regards,
    Ismael

    in reply to: Global deactivating of HEADER #170649

    Hi chooseone!

    That is not available on Theme Options but you can hide it using CSS:

    .page .stretch_full.container_wrap.title_container, .single .stretch_full.container_wrap.title_container, .stretch_full.container_wrap.title_container  {
    display: none;
    }

    Regards,
    Ismael

Viewing 30 posts - 62,551 through 62,580 (of 66,025 total)