Viewing 30 results - 223,171 through 223,200 (of 242,404 total)
  • Author
    Search Results
  • #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

    #243917

    Hi Ismael,

    I am not seeing that option. This is what I see when I go to enfoldchild > Header: http://s16.postimg.org/fkqd9e4d1/headersection.jpg. You can see here that my child theme is connected to the parent theme ‘thinkgate’: http://s16.postimg.org/8k6yucryt/childthemeappearance.jpg

    I am thinking it may have something to do with how I have my child and parent theme set up. My parent theme, renamed to ‘thinkgate’ is version 2.6.2 (see here: http://s16.postimg.org/vkdm6opsl/parentthemeappearance.jpg). I changed also changed the theme name folder to ‘thinkgate’ in the /wp-content/ folder as well as in the parent theme’s style.css (see here: http://s16.postimg.org/fw7tm5kt1/parentstylecss.jpg).

    Do you see any other reason why I am not seeing these new features of 2.6.2? My child theme’s style.css seems to be set up correctly (see here: http://s8.postimg.org/mqf36d92t/childsgtylecss.jpg).

    Thanks for your help!

    – Cameron

    #243905
    #243898

    Hey tommyfo!

    Please go to Appearance > Editor and open Functions.php file and find

    // wp_register_script( 'wp-mediaelement',  $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    and add following right below it

    wp_enqueue_script( 'custom-js', $template_url.'/js/custom.js', array('jquery'), 1, true );

    Save your file inside wp-content\themes\enfold\js folder with name custom.js

    Regards,
    Yigit

    #243897

    Hi Romina77!

    Please update Enfold to the latest version 2.6.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Then go to Enfold theme options > Header > Header Layout and choose “Logo center, menu below”

    Best regards,
    Yigit

    #243893

    Hi Aleks!

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

    .content, .sidebar { padding-top: 10px; padding-bottom: 10px; }

    Cheers!
    Yigit

    #243888

    Hi David!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. Then add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }}
    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle { 
    top: 115%; }}

    Best regards,
    Yigit

    #243884
    zerozendesign
    Participant

    Hey guys –

    After the latest update, the headers have taken a turn for the worse. Take a look at http://leecasey.net/abstracts/ on mobile and you will see the issue. Before the update, everything was fine. Any help would be great.

    Thanks.
    David

    #243879

    In reply to: Footer

    Hi Finlando!

    Please go to Enfold theme options > Footer > Default Footer Widgets & Socket Settings > Don’t display socket and footer widgets

    Regards,
    Yigit

    Chris
    Participant

    Hi,

    It seems that the default thumbnail title will always show on hover in the galleries (layout builder). Even if I choose the caption tool-tip.

    Is there some css or code that I can remove / add that will not show these default title’s on hover?

    Enfold 2.6.2 – WP 3.8.1
    Thanks,
    Chris

    • This topic was modified 11 years, 3 months ago by Chris.
    #243870
    dmiklus
    Participant

    Hi!
    I am trying to install s2Member plugin, but I can’t activate it, because doesn’t compare under plugins list.
    On my local laptop with Mamp Pro, everything looks working fine.
    Someone is using Enfold with s2Member? Any bugs or conflicts?

    Best regards
    D.

    #243855

    Hi nowhere!

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

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none; }
    h2 { font-size: 24px; }
    h1 { font-size: 28px; }

    Regards,
    Yigit

    #243847
    This reply has been marked as private.
    #243834
    akaracing
    Participant

    Hi,

    Can you tell me how to reduce the padding and margins on the page content element, they seem a bit big and would like to use the space as some of my tables over.

    also the spacing between layout elements seem a bit big, how do i reduce them

    by the way, the theme is awesome, very clean and fresh.

    kind regards

    Aleks

    #243831
    adiuvoNL
    Participant

    Hello,

    First of all some credits for the great theme!

    Then now my question/problem. I want to show a full-width LayerSlider on every single post page (it’s one slider, so no need to configure it per page).

    What i’ve done so far:

    – I use a child theme
    – Created my own single.php
    – added the following code:

    <?php echo do_shortcode(‘[av_layerslider id=”slider_blog”]’); ?>

    This results in the following two errors:

    Undefined index: index in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 118 and 121.

    I managed to get it working by a very strange work-around, wich is not usable for the people who are going to use this website.

    If i place [av_layerslider id=”slider_blog”] manually in the content of the blog post, save it, remove the shortcode from the content. Then the layer slider is working, because the post meta ‘_avia_builder_shortcode_tree’ is generated with some slider information.

    Could you help me achieve what i’m looking for?

    Thanks in advance.

    Robbert

    • This topic was modified 11 years, 3 months ago by adiuvoNL. Reason: Typo
    #243816
    Cdfb
    Participant

    Hi there

    I am using the plugin WPML with the Theme Enfold.
    I’d love to show only the shortcuts “DE, FR and EN” for the languages German, French and English. Currently I can only see flags.
    This is my website: http://www.pakka.ch
    I have posted my concern before and received this code as an answer:
    .avia_wpml_language_switch li .language_flag img { display: none; }
    .language_code { display: block!important; }

    It worked quite well, but since the new version of Enfold it only works for the german version.
    How should I proceed? SOS help!
    Thanks in advance
    Carolina

    #243808

    Topic: Styling

    in forum Enfold
    Tupolev
    Participant

    I have tried to style me website in the Enfold styling page. Most of the styling works but some dos not.

    http://109.201.154.73/~ghtrdqpm/wp/produkter/

    The headers and another color then I want. one i dark blue and the alternate is gray.

    http://109.201.154.73/~ghtrdqpm/wp/about-us/

    The team member name are also dark blue.

    I have tried to add custom css like

    .team-member-name { color:#305d87 }

    .main_color .team-member-job-title {
    color:#305d87;
    }

    nothing works

    #243794
    tommyfo
    Participant

    Hi!

    I’m looking for help on how to add this http://codepen.io/ace/pen/BqEer Javascript to one of my pages.

    Since I’m using the Enfold theme I thought I might ask here how to best implement it into the theme.

    Best regards,

    • This topic was modified 11 years, 3 months ago by tommyfo.
    #243781

    Hi!

    Thank you for using the theme. The option Display Header for the title container and breadcrumbs is replaced with the Title Bar Settings. You can now choose to hide them, show only the title, show only the breadcrumbs or show them both. You can configure the option globally on Enfold > Header > Header Layout > Header Title and Breadcrumbs.

    Best regards,
    Ismael

Viewing 30 results - 223,171 through 223,200 (of 242,404 total)