Viewing 30 results - 238,261 through 238,290 (of 243,998 total)
  • Author
    Search Results
  • #164777
    xpoveda
    Participant

    Hi, responsive layout by default in enfold theme is 1030px and 1210px largest.

    By customer needs would want one of 960px.

    Where would have to modify it?

    Thank you!

    Xavier.

    aledarbo
    Participant

    Hi there

    I recently purchased Enfold. I purchased the template because I was really impressed with the One Page Portfolio option. However I have some problems to make a functional menu.

    I have a one page template, except two items that I need in other pages. In “main menu” I linked all “homepage sections” without problems (using links like #section1, #section2, #section3…), but If I go to other pages, this links do not work.

    How can I link all correctly?
    How can I make a menu link, linking a section, that runs also in other pages?

    Thanks

    #164764

    That worked Devin, of course you knew this. Thanks for helping me accomplish the change
    Cheers

    #164749

    Hello!

    @mmi: Thank you so much for your contribution. This will help a lot of users. :)

    Cheers!
    Ismael

    #164744

    Hello!

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

    .textwidget {
    color: #545354;
    }

    Regards,
    Ismael

    #164730

    Hello earthyblue!

    Go to Enfold > Theme Options > Logo. Upload your temporary logo. :)

    Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Regards,
    Ismael

    #164728

    Hi Imburr!

    You can choose 3 columns on Enfold > Footer then add this on your custom.css or Quick CSS:

    #footer .flex_column.av_one_third:nth-child(1) {
    width: 20%;
    }
    
    #footer .flex_column.av_one_third:nth-child(2) {
    width: 45%;
    }
    
    #footer .flex_column.av_one_third:nth-child(3) {
    width: 20%;
    }

    Regards,
    Ismael

    #164717

    In reply to: Publish Website

    Hi bizzappsconsult,

    The homepage/frontpage is set in your main Enfold theme options. So if you click on the Enfold item in the WordPress admin it will open up the theme options and on that first page you select the front page you want to be displayed.

    To change WordPress to be on your index of your site you need to follow this guide (we can’t assist with this part): http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install

    Regards,
    Devin

    #164713

    Ooops! Forgot the webpage: http://talentdev.valiantlane.com/about

    #164712
    Valerie
    Participant

    Hi there! I’m a little confused…thought the color of the text in the sidebar widgets would be the same as in the body, but not so. See

    When I examine with firebug, the text in the widget is in <div class=”textwidget”>. I’ve looked in a few of the css files but not finding this. How would I get the text in the widget text box “Science • Technology • Engineering • Math” to be the same color as the text in the body? Right now it is lighter.

    Here is what I have in Quick CSS in the event there is a conflict here that I don’t recognize:
    ——————————————————————————-
    .main_menu ul:first-child > li > a {
    font-size: 11px;
    }

    .title_container .main-title {
    font-size: 22px;
    font-weight: 600;
    }

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #636363
    }

    .title_container .main-title {
    display: none;
    }
    #top #header .mega_menu_title a {
    font-size: 11px;
    line-height: 11px;
    color: #808080;
    }
    .avia_textblock p {
    color: #545354;
    }
    .main_color .iconlist_content {
    color: #545354;
    }
    .header_color .main_menu ul:first-child > li > a {
    color: #333333;
    }
    .iconlist-char {
    color: #ffffff;
    }
    .main_color .avia-icon-list .iconlist_icon {
    background-color: #97bab8;
    }

    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 140px;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 135px;
    }
    .title_container { background-color: #dae1e6 !important; }

    .avia-icon-list .iconlist_content_wrap li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 20px;
    }
    —————————————————————

    Also..what does “alternate content” refer to? I thought maybe it included widgets.

    V.

    #164711

    In reply to: Enfold Bug In Main Nav

    The second issue is that the absolute links only work back from the blog and portfolio pages on desktop – but do not work using the fly-out menu on mobile.

    #164709
    blueunderground
    Participant

    Hello,

    I am working with the Portfolio in Enfold, which is really great, but I would like to change the number of projects per page from 12 to 36 (or, endless, so visitors only scroll down).

    Example: blueunderground.com/portfolio

    Can you please tell me how I can change this?

    Thanks!

    #164706

    Topic: Enfold Bug In Main Nav

    in forum Enfold
    altr
    Participant

    Hi, I have set up a single page site with the exception of the blog, which is a separate page. The majority of the main nav uses #anchor links to navigate a user up and down the long, scrolling single page. But, I had to use absolute links to get my main nav to work when navigating back from a separate pages, like the blog and all of the portfolio pages. Problem is, there’s a bug now: the first item in the nav (about) always has the on state / indicator underline on. Obviously this will cause much user confusion. Please help, my url is http://www.getaltrd.com

    Thanks much!

    • This topic was modified 12 years, 4 months ago by altr.
    #164697
    earthyblue
    Participant

    Hello,
    How can I insert a temporary logo in the enfold theme so that it states my business name while I am waiting for my logo to be designed?

    Thanks,
    Tim
    http://www.timothycrespi.com
    http://www.integrativeportlandtherapist.com
    http://www.portlandortherapist.com

    #164688

    In reply to: Search Icon

    Enfold > Header > Un-check Append search icon to main menu

    :)

    #164539

    Hello!

    This code will fix it, add it to the Quick CSS or to the css/custom.css file:

    #top .ajax_form .captcha {
    padding-left: 82px;
    }

    Cheers!
    Josue

    #164536

    Hola,

    Dale, enviame los datos a (Email address hidden if logged out)

    Saludos,
    Josue

    I just replied back to you Yigit.
    I don’t think the theme itself is problem.
    I have tried same installation on one of my other red hat server and it works just fine.
    I think it’s something to do with my server configuration.

    After sending you the reply e-mail,
    I just checked again with the server(one with problem).
    I think the problem is caused by out dated “httpd”

    Maybe update everything was an answer :)

    Thank You everyone for keep trying to help out!

    #164531

    Any file that displays the comments form will have that line in it. Right now I believe its only the single.php template for single posts.

    #164526

    Topic: Collapsable menu

    in forum Enfold
    fjhughes
    Participant

    Hi,

    I noticed on the Enfold demo theme that the little bars menu shows up when the screen is resized below a certain point. It looks like the one on a mobile device.

    I get a dropdown menu list after screen size drops below 765. That is too late though. If you look at the attached screenshot, you will see the menu items are crowded into the logo before the collapsible menu shows.

    How can I adjust this.

    Thanks

    Overlap:
    http://screencast.com/t/j3ClgL7rvSr

    Collapsed:
    http://screencast.com/t/MsmRLErewa

    #164522

    Found it, need to get a SSL cert. Thanks you can delete

    #164520
    MikehJPP
    Participant

    It required it to be https, how do I get my site to work in HTTPS mode?

    Thanks! Love your theme! :)

    I got rid of WP-Database manager and an SEO plugin (can’t remember the name), and the problem seems to have disappeared.

    Can you recommend a good SEO plugin that works with Enfold? In your opinion, do you think I need one with this theme?

    #164509

    Hello back Josue,

    The default theme works as expected – the archive is displayed. Switch back to Enfold and author archive still generates a 404 error. I am less worried about this than I was, because the problem does not show up on our live site, just the development installation.

    #164504

    Hello!

    You should go to ThemeForest.net and login with the account you have purchased Enfold and then go to “Downloads” on ThemeForest and download Enfold. Newest version will be downloaded.

    Best regards,
    Yigit

    #164498

    Peter,

    Here’s the link. http://www.amequipment.com/enfold-example/

    Installed Plugins are:

    • wpml CMS
    • ,wpml String Translation
    • All in One SEO Pack
    • Google XML Site Maps
    • Redirection

    Browsers I’ve tested it on are Firefox, Chrome, and Safari on iMac OS X 10.8.4 and Firefox on two PC’s, one with Windows 7 and one with Windows Vista.

    My apologies to Ishmael, I was a bit too testy. It was the middle of the night here in Oregon.

    My purpose is to have one column of blog posts to cover the technical aspects of the products and a second column that is more news and general interests.

    Regards,
    jamie

    • This reply was modified 12 years, 4 months ago by Jamie Wyant.
    #164485

    Hi willsmith777!

    Please make sure that you are using the latest version of Enfold as well. Recently version 2.2 was released.
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

    #164484

    Ok I think that makes good sense to me and I will try my had at doing that. But a general question that you may know as you deal with the theme so much. Without just “knowing” How does one find/determine all the parent files that individually call the comments.php?

    #164478
    willsmith777
    Participant

    Hello Kriesi,

    I’m really enjoying your Enfold theme but unfortunately since I updated WordPress to it’s newest version… the layer slider doesn’t work anymore… it flashes an error message that says:
    ***********************************************************************************************************************************************************
    “LayerSlider: old jQuery issue
    It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.”
    **********************************************************************************************************************************************************

    What should I do to correct this issue?

    Thanks,
    Will

    • This topic was modified 12 years, 4 months ago by willsmith777.
    #164475
    melangeur
    Participant

    Hit there,

    How can i fix this problem >> Facebook

    Thank you.

Viewing 30 results - 238,261 through 238,290 (of 243,998 total)