Viewing 30 results - 135,061 through 135,090 (of 142,791 total)
  • Author
    Search Results
  • #210563
    This reply has been marked as private.
    #210536

    Hey!

    Edit the images on the Media > Library panel then add the title on the “Alternative Text” field. They should show on top of the images when you open the lightbox.

    Maybe the image has a different ratio. Please add this on Quick CSS to define a max height for the product images:

    #top div .avia-gallery img {
    max-height: 333px;
    }

    Regards,
    Ismael

    #210533

    Hey!

    I see. My bad! That is why I’m having a hard time adjusting the quote plugin with the background. Please remove the background on the Color Section then add this on Quick CSS:

    #quotes {
    text-align: center;
    margin: 0 5%;
    background: url(https://home.innerpath.com/wp-content/uploads/2014/01/quotes-background1.png) no-repeat top left;
    width: 100%;
    height: 180px;
    padding: 60px 20px 60px 20px;
    }

    Regards,
    Ismael

    #210523

    Hi!

    The theme only have the masonry gallery at the moment. You need to work with that or you can find a plugin that will suit your needs. You can also hire a freelance developer to modify the theme for you. Visit Werkpress, they will happily help you with the customization.

    Regards,
    Ismael

    #210505

    In reply to: Social Media Icon

    Hi Gil413!

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

    #top .social_bookmarks li a { color: red; font-size: 16px; }

    Cheers!
    Yigit

    #210502

    Hey ullastret!

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

    #top .social_bookmarks li a { color: white; }

    Cheers!
    Yigit

    #210489

    Hi dpilling!

    Please do not create duplicated topics :)

    Regards,
    Yigit

    #210484

    In reply to: Menu on Mobile Site

    Hey EMS4HIM!

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

    @media only screen and (max-width: 767px) {
    .responsive #top .mobileMenu { display: none; }}

    Regards,
    Yigit

    #210482

    Hey Rubie!

    I see that you have started new topics regarding both of your questions and i replied them. I am marking this one as resolved.

    Best regards,
    Yigit

    #210477

    Hey Konnektive!

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

    @media only screen and (min-width: 1140px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 182px; }}
    @media only screen and (min-width: 990px) and (max-width: 1139px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 161px; }}
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 122px; }}
    @media only screen and (min-width: 481px) and (max-width: 767px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 104px; }}
    @media only screen and (max-width: 480px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 67px; }}
    

    Cheers!
    Yigit

    #210474

    Hey jtree5757!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892

    Cheers!
    Yigit

    #210456

    Hey! You have been great, and the theme is now looking awesome, if I may say so myself (maybe I will be lucky enough for you to make us a featured site) :) In any case, a couple of other things. In the client section, I currently have 12 images displaying, but the truth is that I would rather have a wide mosaic of media that can be scrolled. Ideally a Masonry effect, that on roll over displays some info, and that can move between images with <> buttons on bot ends— or something like that. If you can suggest a way to do this, or, conversely do a gallery like I have, but one that can flip between sets of 12 clients for people to navigate (the client has over 300 client references) basically, I am trying to display the clients in a cool way with a gallery of logos.
    On that same theme, I have been struggling to have a cool way to display a video gallery of the work of the client. Unfortunately, I cant seem to make this work. Ideas, suggestions,are most welcome.

    #210451

    Its a pretty huge topic so I generally point new users to: http://yoast.com/articles/wordpress-seo/

    #210416

    You need to inspect the page with dev tools and see what is taking priority over your css. In the case of the logo, the inline styling that the theme adds in has a higher priority.
    Ex:

    
    #top .logo img {
    width: 440px !important;
    height: 202px !important;
    max-height: 202px !important;
    }

    This would work.

    The font size is live and so is the color. Using ” ” on the font-family seems to cause an issue so use ‘ ‘ instead.

    #210411

    @Devin Hi!

    This is the code I wrote. I don’t see these modifications on the page. Not the logo, or the font or size of the menu.

    Thank you!
    Rubie

    #top .logo img {
    width: 156px;
    height: 156px;
    }

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 116px; }

    #top .main_menu .menu li > a {

    font-family: “Terminal Dosis”, sans-serif;

    font-size: 24px; color: #999; text-transform: uppercase;

    }

    #210393

    Hey!

    Request it here :)

    Best regards, 
    Josue

    #210382

    No, updating the theme files does not effect your settings in your database. Those are saved to the theme name and the theme files only work with that data.

    If you have any active plugins you should also deactivate them as well.

    Edit: Just an FYI bumping pushes your topic to the end of our internal queue and not to the front. We view posts by oldest first.

    • This reply was modified 12 years, 2 months ago by Devin.

    Hi Campleiter!

    You can adjust that setting on the individual portfolio item: http://kriesi.at/documentation/enfold/create-new-portfolio-item/

    See the “Additional Portfolio Item Settings” section.

    Cheers!
    Devin

    #210362

    Hi bryanpeck!

    If you are using the advanced layout builder then instead of cloning the page (which will probably cause issues) use the template feature on the top right of the advanced layout builder.

    You can save the layout as a template and then load it into your pages and edit each.

    Regards,
    Devin

    #210354

    Hi,

    Open js/avia.js and look for line 828:

    item.stop().css('display','block').animate({opacity:0},0, function()
    

    Replace it by this:

    item.stop().css('display','block').animate({opacity:0},1000, function()
    

    Regards,
    Josue

    #210348
    callara
    Participant

    Hello,
    Is there a way to display and use the wordpress top banner admin access, to be able to access and edit the page directly from site ?
    I thought it was a standard wordpress feature, but I cannot see the toolbar on my site. Is it not accessible from enfold template ?
    Tks for your help

    #210341
    yoginthusiast
    Participant

    Hi! Great work guys!

    I’m referring to https://kriesi.at/support/topic/header-font-uppercase-issue/#post-195513 and would additionally like to turn off all uppercase titles (i.e. icon lists and other content elements I haven’t discovered so far). I would like all titles to be case sensitive.

    Thanks for help!

    #210340

    Topic: Two easy questions

    in forum Enfold
    bingisser
    Participant

    I have two easy questions, but I can’t find a quick answer from the other archived questions. I am new to the theme.

    First, the feature image is not showing on the front page. I have used “blog posts” and selected “Multi Author Blog” which should show the featured image. There is also a featured image for that post, but it is not showing up.

    Second, I have altered the color scheme to show that white is the text of the menu at the top. It previews correctly in the enfold window of the admin view. However it does not changed. I have tried viewing it another browser to see if it is a caching problem, but it still exists.

    http://www.hmmrmedia.com/

    #210321

    Topic: image behind tables

    in forum Enfold
    medvick
    Participant

    How would I just put a simple picture in the tables (pricing tables) and have the pricing on top of it?

    • This topic was modified 12 years, 2 months ago by medvick.
    #210308

    Topic: Blog Post Layout

    in forum Enfold
    djsmbd
    Participant

    Hello,

    Love the theme! When we click to read a blog post, is there a way to disable the featured image from appearing at the top of each post on interior pages? We like the featured image on the home page, but not at the top of the actual post.

    Interior Page: http://chicagoweddingblog.com/spin-spun-cotton-candy-chicago/
    Home: http://chicagoweddingblog.com

    Kind regards,

    David

    Nvm issue is fixed… Topic can be closed.

    #210276

    Hi!

    I am not sure why that happens. Can you try updating manually this time following the instructions in the link i posted here https://kriesi.at/support/topic/enfold-version-2-4-5-out-but-no-theme-update-from-within-wp/#post-208322 ?

    Cheers!
    Yigit

    #210265

    Hey!


    @jcsufootball07
    I have answered in your topic. Let us stick there and not hijack other topics

    Cheers!
    Yigit

    Hey!

    Yes, first code i posted will change the color of “theme color” colored buttons and following one will change “theme color subtle” colored buttons

    #top .main_color .avia-button.avia-color-theme-color-subtle { color: black;
    background-color: transparent;
    border: 1px solid green; }
    #top .main_color .avia-button.avia-color-theme-color-subtle:hover { border-color: blue; color: black; }

    Regards,
    Yigit

    #210262
    targetzero
    Participant

    Hi, I searched the forums and found this post , but that did not help me when I added the CSS to the quick CSS in the Enfold Theme on my site.

    Is there another option that works? I want to be able to add bullet points to the product description and the short description.

    Mys site is: http://www.marketingcommunicationsblog.com/product/graphic-design-measurement-chart-free-download/

Viewing 30 results - 135,061 through 135,090 (of 142,791 total)