Viewing 30 results - 210,241 through 210,270 (of 244,601 total)
  • Author
    Search Results
  • #334942
    anma
    Participant

    Hello,

    My client has a logo which is used on other corporate sites like this 1) and it should look the same on the homepage of the new site > look at my psd example: 2)

    I could only figure out how to integrate the logo like this 3) but they don’t like it.

    My question is: Can I use the logo “only on the homepage” like example 2) ? with modification of the CSS code?
    The other pages would then use just the logo without the arced line, with normal Enfold logo integration.

    Please note that they are doing a rebranding which will be effective in 2 month and the integration of this old logo will only last for this short period. Any help would be appreciated,

    Best, AB

    #334941

    Hey NikoArq!

    Please go to Appearance > Menus and check “Enfold main menu” under Menu Settings

    Regards,
    Yigit

    #334932

    In reply to: Highlight Menu Items

    Hey ecoresearch!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-3194 .avia-menu-text {
    padding: 5px;
    background-color: red;
    border-radius: 5px;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
    It is a lot easier to highlight a menu item on Enfold 3.0.1

    Best regards,
    Yigit

    #334925

    Hi, yes I have tried with the ones in Enfold example. Vimeo works…Youtube doesn’t.

    Working examples Youtube & Vimeo:

    • This reply was modified 11 years, 6 months ago by webpress.
    #334923

    In reply to: sharelinks tooltips

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-share-box .avia-related-tooltip {
    display: none!important;
    }

    Cheers!
    Yigit

    #334921

    Topic: event calender

    in forum Enfold
    studioinktvis
    Participant

    What is the best free event calender widget that you know that works great with enfold.
    Simple and clean I would prefer.

    #334916
    This reply has been marked as private.
    #334915

    In reply to: sharelinks tooltips

    Hi Yigit,

    I actually put back wordpress in english and deleted Enfold and uploaded it again so that now it appears in English.
    But is there a way to disable the tooltips anyway?

    Kind regards

    Chrys

    #334906

    Hey!

    Please go to Enfold theme options > General Layout and adjust the width as needed

    Cheers!
    Yigit

    ErnstOpusVDesign
    Participant

    I have recently updated to the latest version of WordPress and updated the Enfold theme and all plugins. My social icons now appear as boxes with no picture or with strange Chines signs on my homepage on Chrome, IE, and Firefox. In addition, the “Like us on Facebook” button on my Contact page also shows a square instead of a Facebook “f”. Then after the first klik the icons appear again.

    Can you please help us with this?

    Greetings Angèle

    #334898
    migduvednok
    Participant

    I know how to make a front page in enfold, but how to make a category list, sort of a “contents” or “index” area, on the front page? (with enfold)
    Probably something like this: http://demo.herothemes.com/?product=knowhow

    Hey rgruber!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket .container {
    margin: 0;
    }

    Cheers!
    Yigit

    #334888

    Hey tylerjmorrison!

    Josue asked Kriesi if PSD files will be available for new demos. Please kindly wait to hear from him.
    In the meantime, here is the link to the phone image – http://kriesi.at/themes/enfold-business-flat/files/2014/08/phone_large_cutoff.png

    Cheers!
    Yigit

    #334883
    orianos
    Participant

    I would like that the Featured images of the Blog Single Author Big don’t open the single post, but open a lightbox with the featured image in full dimension.
    Is it possible?

    #334873

    In reply to: Special Heading

    Hi dlambert1979!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    body .column-top-margin {
    margin-top: 10px;
    }

    Regards,
    Yigit

    #334866

    In reply to: Open Type fonts

    Hey!

    No, it should not. There are some users using font-face on Enfold without any issues

    Regards,
    Yigit

    #334865

    Topic: Language Switcher

    in forum Enfold
    StMo
    Participant

    Hi,

    I recently updated my site. It is now running WordPress 4.0, Enfold 3.0.1 and WPML 3.1.7.2.
    The language switcher disappeared from the Main Menu. I couldn’t find how to reinstall it.
    What should I do?

    Looking forward to your support
    Best
    Julia

    #334862

    Hey morteza2537!

    Thank you for using Enfold.

    Did you install layer slider as a stand alone plugin? Please post the link to the website here. We would like to check it. Make sure that you’re running Enfold 3.0.1 with WordPress 4.0.

    Regards,
    Ismael

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-content-slider-element-container .avia-slideshow-dots { text-align: center; }

    Cheers!
    Yigit

    #334859

    Hi oliviad!

    Thank you for the kinds words and for choosing Enfold for your projects.

    The plugin might cause conflicts with the advance layout builder so we don’t recommend using it. You can try but we won’t be able to provide extensive support regarding the matter. You can vote or request the feature on our Feature Requests page. For now, maybe you can find a plugin here:

    https://wordpress.org/plugins/tags/pie-chart
    https://wordpress.org/plugins/wp-charts/

    Regards,
    Ismael

    #334857

    In reply to: Javascript errors.

    Hey D5WDesignGroup!

    You can upload screenshots on imgur.com or Dropbox public folder and post the links here. Please note that Enfold is compatible with IE8+

    Best regards,
    Yigit

    #334854

    In reply to: 2.9.2 Update Issues

    Hi!

    Kevin can you please try updating the theme to the latest version 3.0.1 via FTP – http://vimeo.com/67209750
    You can take a look at new features here – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster

    Cheers!
    Yigit

    #334852

    Hey melangeur!

    Thank you for using Enfold.

    Please edit the color section then look for the For Developers: Section ID field. Use “overlay-section” for example. Add this on Quick CSS or custom.css:

    #overlay-section{
    overflow: hidden;	
    }
    
    #overlay-section> * {
    z-index: 300;
    }
    
    #overlay-section:before {
    content: '';
    display: block;
    background: red;
    height: 1000px;
    position: absolute;
    z-index: 200;
    width: 100%;
    bottom: 0;
    }

    You can adjust the background to background-image and adjust the height depending on the content.

    Best regards,
    Ismael

    #334840

    Hey cmcsoxford!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adust as needed

    div#find-out-more .avia-button-fullwidth {
    padding: 30px!important;
    }

    Cheers!
    Yigit

    #334838

    Hi chrisfrank22!

    Thank you for using Enfold.

    Which of the post is redirecting to you to another link? Please give us a link to the actual page. Looks like you’re not using the latest version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #334835

    Hey!

    This option is working fine on our installation. Please delete enfold.css on wp-content > uploads > dynamic_avia folder then toggle any theme options, save changes. This will regenerate the enfold.css file. See if that works. If not, please post the login details here. We would like to check it.

    Regards,
    Ismael

    #334834

    In reply to: Shortcode and excerpt

    Hi!

    Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” then create your blog page like any other page

    Best regards,
    Yigit

    #334833

    Topic: sharelinks tooltips

    in forum Enfold
    chryseis
    Participant

    Hi,

    I want to use enfold share links at the bottom of the posts. The problem is the tooltips are in french because my wordpress install is in french I guess (?) but the site is in english only so my problem is that the tooltips shows the text “share on Facebook” in french. Is there a way to translate that or even better to remove the tooltips and only have the icons?
    Please note that I work on local.

    Kind regards

    Chrys

    #334832

    Hi!

    Thank you for using Enfold and sorry for the delay.

    Glad you figured it out. Anyway, for what it’s worth, you can use this plugin: https://wordpress.org/plugins/wordpress-https/

    Cheers!
    Ismael

    #334825

    Hey WynandB!

    Thank you for using Enfold. Sorry for the delay. We are stump with inquiries after the 3.0 release.

    You can use edit the Portfolio Grid elements then set the Portfolio Grid Image Size to manually (2nd option). A new option will show called Select custom image size.

    Cheers!
    Ismael

Viewing 30 results - 210,241 through 210,270 (of 244,601 total)