Viewing 30 results - 225,091 through 225,120 (of 244,342 total)
  • Author
    Search Results
  • #244134

    In reply to: 404 Error Page

    Hey Tommy!

    Unfortunately you cannot edit 404 page as normal pages. You are going to need to modify error404.php file inside Enfold/includes folder

    Cheers!
    Yigit

    Hey!

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

    .html_header_top.html_logo_center .logo { margin-left: -50px\9; }

    Cheers!
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    This reply has been marked as private.
    #244108

    I am using Enfold theme.

    #244101

    Topic: WPML

    in forum Enfold
    alexbog
    Participant

    You claim that the Enfold theme “works perfectly fine” with WPML. They also claim that your theme is compatible with WPML. However, whenever I activate WPMLI get the flags in the pre-header area and I cannot deactivate them or change them to a drop-down menu. Sorry, but that’s seems to be one of the few things thing working perfectly fine. You will agree that I want the full functionality of a plugin and of a theme, for that matter, if you advertise it so. Now, if I want the drop-down menu with language names INSTEAD of flags how do I do this? I searched your support forum but i did not find a functional solution. Thank you for your help. A.

    #244098
    sfrasier
    Participant

    Hello,
    I love the Enfold theme generally but have run into a strange problem: the site is not responsive on most mobile devices for all three pages on our site using the Advanced Layout Editor. Test pages I have set up on other sites using the Advanced Layout Editor DO work, so I am totally stumped. The AB testing I did used the latest version of Enfold. I cannot figure out what the difference is.

    Client getting impatient, please help!

    Here are the three pages:

    Home
    http://www.tresbearmusic.com/site/

    Blog
    http://www.tresbearmusic.com/site/blog/

    Contact
    http://www.tresbearmusic.com/site/contact/

    Test page example that IS working:
    http://www.tresbear.com/site/contact/

    THank you,
    Stephen Frasier

    #244091

    hi

    that’s worked well with things inside the layout element only (like iframes etc), but if you put a content element inside the layout element the margins/padding is to big, how do you change them.

    many thanks

    Aleks

    #244090
    Globema
    Participant

    Hi,
    I have got some problems with Enfold:
    1. I need some custom icons to display on my site, I have imported some from fontello, but they doesn’t appear correctly on firefox and ie, you can see it here: http://konferencja2014.globema.pl/proba/
    I want enfold to be my corporate site and without that I will not be able to use it :(
    2. Parallax effect doesn’t work on ie (8, 9)
    3. I need some icons to display at my top menu – I have always been using Menu Image Plugin (and it works fine on my every theme) but on enfold it doesn’t appear (the possibility to add an image shoud be visible at the appearance – menu – menu item, but it isn’t).

    Plugins that I’m using on my site:
    contact form 7
    contact form db
    menu image
    Uji Countdown
    T(-) Countdown
    Wufoo Shortcode Plugin
    Really Simple CAPTCHA
    Safe Redirect Manager
    WordPress MU Domain Mapping
    WP SMTP
    Cron GUI
    Crony Cronjob Manager
    Network Shared Media

    I have got WP MultiDomain instalation.

    I would really appreciate your help.
    Greetings

    #244083
    Joe Birch
    Participant

    I am using Enfold
    Is there a way to list my post in Alphabetical Order?
    see this page
    http://icf-pittsburgh.org/category/coaching/academic/
    the names on this page are not in alphabetical order. Can that be done?

    Hi!

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

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding-right: 0!important; }

    Best regards,
    Yigit

    #244062

    Hi simonwr1976!

    Sent us your credentials user/pass as a private msg, so we can look/debug, so far seems like it’s not being saved or selected from the dropdown.

    Best regards,
    David

    #244053
    Redsand747
    Participant

    Hey Guys!

    I found this old post that covers how to change the link that the logo points to: https://kriesi.at/support/topic/change-logo-link-in-enfold-remove-comment-counts-from-post-silder/

    I found the file specified in the post and found the referenced code to look for – here it is:

    {
    	$logo = get_bloginfo('name');
    	if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    	$logo = "<$headline_type class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
    }

    However, I noticed the previous post I’m referencing mentions I’d see:

    ".$link."

    I’m assuming this page has changed since that last post since I couldn’t find that code. If I edit the above code to change the URL I’m assuming I’d do the following:

    {
    	$logo = get_bloginfo('name');
    	if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    	$logo = "<$headline_type class='logo bg-logo'><a href='".home_url('http://myurl.com')."'>".$logo."$sub</a></$headline_type>";
    }

    Is that correct? Also, could I copy this file to the child theme and have it work or do I have to edit the parent theme file?

    Thanks for your help!!

    #244051

    Topic: Website CSS

    in forum Enfold
    egrealtor
    Participant

    Hello, can you help me with CSS issues? Here is the link:

    http://jeffkrausrealestate.com/idx/community/central-costa-mesa/

    Click on Grid View, you can see the prices of get cut off. Can you give me some CSS to display the prices properly?

    In the sidebar, scroll down to Real Estate Search. The widget is cut off. Can you give me some CSS to fit it into the sidebar?

    Expand the search window, the search fields expand into the sidebar. Can you give me some CSS to keep it contained? You helped me on another post for another theme, but I decided to go with Enfold as my theme.

    Thank you for your help. It is much appreciated?

    #244048

    Hi blaircomm!

    Here is the css to fix the spacing between the title and img.

    .template-page .template-blog .entry-content-wrapper h2 {
    margin: 20px 0 15px;
    } 

    For the other part

    .entry-content-wrapper .post-title {
    margin: 20px 0 15px;
    }

    Best regards,
    David

    • This reply was modified 11 years, 11 months ago by David.
    #244046
    This reply has been marked as private.
    #244045

    hey ismael,

    thank you very much… after many nights of coding the really simple things are very difficult :-)))

    i have another question, you may can help me:

    i integrated the product_grid.php and the productslider.php with some modifikations as two own tab in enfolds template builder. so far everything worked well…

    but now…

    i try to expand the content within the slider (frontend) where price information and so on is shown with some custom product field values.

    my question:
    which file(s) are responsible for the output?

    may you help me?

    greez
    rene

    • This reply was modified 11 years, 11 months ago by isee.
    #244022

    In reply to: Enfold Parallax SEO

    Hey cavanaughb!

    I’m not sure any of us have a good answer here. SEO is kind of a mess of a topic from my point of view since everyone thinks they have the *best* answer and the “pros” are constantly justifying their opinion to keep making a living.

    Generally I think a single page site would make it easier to have a good target for searches but would also mean the content is more sensitive. So you would need to be more careful not to over optimize it to prevent the text from getting marked down.

    Regards,
    Devin

    #244017

    In reply to: font in bold

    Hi!

    Please update to the latest version of Enfold (2.6.2).

    Regards,
    Josue

    #244012

    Hi!

    There have been a number of theme updates since the version which is live on your site which should help the site issues in IE. So updating to the most recent version is the best first step.

    When you do update you will need to re-set up the header or at the very least make sure that the settings are how you would like them since 2.6 introduced a whole new header layout system.

    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

    Cheers!
    Devin

    #244010

    In reply to: Enfold extremly slow

    WordPress speed optimization is a huge topic by itself. Your best route would be to use a caching plugin like W3, compress all over your images to their smallest possible size and/or look into a CDN for them.

    On top of that see if your hosting provider has any plans that you can upgrade to that are within your budget for the site. Ultimately its the server which has the greatest impact on how a site runs.

    #244007

    Hey!

    What do you mean by force client to be active? It sounds like there may have been something corrupted in the “live” sites database if there are display issues happening there but not on the clean install. Either that or another plugin causing a conflict.

    Have you tried deactivating plugins and/or re-setting and saving your styling+theme options?

    Regards,
    Devin

    #244000

    Hey!

    First you’ll need to update your theme files to the most recent version. Once that is done you can use the new header tab settings to update the header and fix it if needed since 2.6 had a big change in how the header layout is handled.

    Then try deactivating any active plugins you have running and try saving you styling options again. The fact that the logo is not the default logo means that the theme options are in fact getting saved at least.

    Regards,
    Devin

    #243997
    AlexiaNin
    Participant

    Hello,

    I add this code to my CSS
    .social_header .phone-info {
    color: white;
    font-size: 1.70em;
    }
    to increase the font and change the color on toolbar in header but doesn’t work for me. I’m using the last WordPress and Enfold versions.
    Can you help me?
    Thank you.
    Regards

    #243993
    kayzelmoo
    Participant

    Hi!
    Currently through enfold options, I’m able to set a background picture for all various parts, header body footer socket blabla.
    However I needa 1 full default background that I can use to set entirely for the website, any helps here?:)

    #243976

    This is the address of the test site:

    http://lwk-blog.mikeamis.co.uk/

    #243975

    Topic: Lost file in V2.6

    in forum Enfold
    Marcus M.
    Participant

    Dear Enfold-Team,

    in my server logfiles i found that there is a missing shadow.png, i cannot find it on the live preview, too.

    /wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/shadow.png

    Did you can help us?

    Thanks

    Marcus

    #243974
    felth
    Participant

    I have the Soliloquy slider installed on a test installation and I have a conflict when trying to use the Pinterest add on and lightbox add ons together.

    I have disabled the Prettyphoto lightbox effect in the avai.js file:

    //activates the prettyphoto lightbox
    //$(container).avia_activate_lightbox({callback:’avia_lightbox_callback’});

    This makes the Pinterest addon work but it also stops the Soliloquy lightbox adon from working.

    Any thoughts on how to get both to work at the same time?

    #243962
    parperei
    Participant

    Dear all,

    I experience strange behaviour with title and breadcrumbs with the latest ENFOLD version and the latest WPML version.

    For the the german version the title and breadcrumb appears, no matter what settings I choose.
    For the english version neither the title nor the breadcrumb appears, no matter what settings I choose.

    Please compare:


    I checked my child-theme-settings for both languages and made sure that for both languages “Header Title and Breadcrumbs” is set to “Display title and breadcrumbs”. After the last update I saved these settings again, without any luck.

    I also checked both pages in the backend within the right column and made sure that “Title Bar Settings” is set to “Display title and breadcrumbs”. I also republished both pages. No luck either.

    Lastly I checked the source-code of both pages in german an english language and it appears one difference between the both versions:

    While checking the source-code of the german version (where title and breadcrumb appears, no matter what setting I choose within the page) I figured out that the following part is missing in the source-code of the english version:

    Above <div class="container_wrap container_wrap_first main_color sidebar_right"> the english page misses <div class="stretch_full container_wrap alternate_color light_bg_color title_container">

    Please compare source-code of http://eperi.de/news-events/ at line 149.

    Now I need some advice on how to solve that issue and would be really glad if you might help me with this…

    EDIT: The detail-view of a post displays title and breadcrumb in both language versions.

    Kind regards!

    #243934
    Joe Birch
    Participant

    I love the enfold template. One issue is if I build a nice page with many elements, then my client needs that stuff moved to a new page, I have to rebuild that new page
    Is there a way to copy all the content from a page and move to another page. All the containers and sliders and everything all at once?

    thanks for any help you can give – joe

    #243922

    Hey!

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

    .av-masonry-entry .av-masonry-entry-title  { font-size: 12px; }

    Regards,
    Yigit

Viewing 30 results - 225,091 through 225,120 (of 244,342 total)