Viewing 30 results - 231,121 through 231,150 (of 244,618 total)
  • Author
    Search Results
  • #211000

    I have the similar issue…but will both masonry and grid content for blog (other format seems to work).

    When I unable the BBPress Forum plugin none of the enfold short code blog elements are displayed for visitors, but they work fine for registered users. Here is an example: http://visualwilderness.com/

    On this page there needs to be portfolio grid…and it is not there. When I deactivate the BBPress the Grid comes back.

    Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site.

    • This reply was modified 12 years, 3 months ago by Jay.
    #210999
    This reply has been marked as private.
    #210986

    In reply to: Color Section

    Hey MtnStreamGroup!

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

    .page-id-175 .avia-builder-el-2 { background-color: red; }

    Best regards,
    Yigit

    #210980

    In reply to: Shop

    Hi photobooth214!

    Please see http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/

    Cheers!
    Yigit

    #210974

    Hey fjrichart!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove it from your posts

    .comment-entry { display: none; }

    What changes you would like to make? Please elaborate

    Cheers!
    Yigit

    #210969
    baronne
    Participant

    Hi,
    Sorry for the daft question, I promise I did search before posting…
    I’m new to the Enfold theme and just trying to work out how you create the columns? The documentation doesn’t seem to cover making menus.
    Can anyone point me in the right direction?

    thanks
    baronne

    #210945

    Topic: Shop

    in forum Enfold
    joshpb
    Participant

    How to I add a shop ?

    like this – http://kriesi.at/themedemo/?theme=enfold

    click the shop tab.

    • This topic was modified 12 years, 3 months ago by joshpb.
    #210940

    Topic: Blog grid?

    in forum Enfold
    studio7g
    Participant

    Hi,

    first of all, great theme, i really appreciate it and I think I will get more licenses for more blogs anyway.

    I am having a problem, I would like to set the blog page (that one you set in enfold options) to show the blog articles in a grid, I set up the page with masonry grid but when I click blog in the menu, I still have the odd blog style where articles are below each other. what am I doing wrong?

    regards

    greg

    #210934

    Hey!

    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

    #210932

    Topic: Royal Slider issues

    in forum Enfold
    jtree5757
    Participant

    Hey guys,

    So from my understanding Royal slider isn’t supported in the Enfold theme, correct?

    Is there a trick to get this working though? I’m trying to use a slider in a laptop, but the pics won’t display.
    The laptop is there, but there s only text that link to the pretty photo modal window. The text is the title of the pics.

    I’m hoping it will be an easy fix like “turn off pretty photo” or something like that????

    Thanks

    #210923

    Topic: Lizenzkauf für Kunde

    in forum Enfold
    schleeh
    Participant

    Hallo,

    Ich habe für einen Freund und Kunden eine Seite mit Enfold aufgesetzt und er möchte das ich die ihm in Rechnung stelle. Wie mache ich das?

    Danke und Gruß

    Hannes

    #210922

    Hey!

    You earlier said and i quote “Also, right now the header bar shrinks while I move down the page. How can I make it static?“.
    Customization you asked was beyond the scope of support we can provide but i wanted to finish what i started but it is getting more and more complicated..
    To achieve what you would like, you need to make some changes on the code i posted earlier and go to wp-content\themes\enfold\js folder and open avia.js file and find

    el_height       = $(elements).filter(':first').height(),
                isMobile        = 'ontouchstart' in document.documentElement,
                scroll_top		= $('#scroll-top-link'),
                set_height      = function()
                {
                    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;

    to

    el_height       = 156,
                isMobile        = 'ontouchstart' in document.documentElement,
                scroll_top		= $('#scroll-top-link'),
                set_height      = function()
                {
                    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/1.5)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/1.5;

    Cheers!
    Yigit

    #210907

    I removed the background image from the Color section and added the above css to Quick CSS as you suggested. The background image is not centered and is not resizing responsively when the larger random quotes appear.

    Any ideas?

    * FYI: I previously placed the following styles in the enfold-child/style.css file to style the quotes and author:

    /* START Easy Random Quotes plugin section */
    
    /* jv: investigate > For Developers: Section ID > id="section-quotes" later.
    #section-quotes {
    	background-color: #bbff00;
    }
    */
    
    #quotes {
    	text-align: center;
    	margin: 0 5%;
    }
    
    /* jv: Formats quote */
    p.quotes-caption {
    	margin: 0 0;
    	font-size: 1.25em;
    	line-height: 1.3em;
    	color: #0f75bc;
    }
    
    /* jv: Formats quote signature under quote */
    p.quotes-signature {
    	margin: 5px 0 0 0;
    	font-size: 1.15em;
    	line-height: 1.3em;
    	font-style: italic;
    	color: #898989;
    }
    
    /* END Easy Random Quotes plugin */
    #210891

    Hi DiamondLights!

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

    .avia-layerslider { padding-top: 50px; }

    Best regards,
    Yigit

    #210875

    Thank you Ismael, I was able to export the wp_layerslider table from old hosting/database as.xml should I go and import the .xml in the new hosting datrabase or import in that in the admin panel? when I tried to import in the new database, I got an error message I think .xml is not recognized, I think it only takes .sql

    Thank you again for all your help

    #210868
    This reply has been marked as private.

    Enfold updated.

    Problems persisting!

    #210864

    Hi!

    Some part of code is not being applied. Please try adding the code to Custom.css file inside Enfold/Css folder

    Regards,
    Yigit

    Hey brycenagels!

    Please update Enfold to version 2.4.5 as it is fully compatible with WordPress 3.8. And make sure that you are using the latest version of WooCommerce.
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #210859

    Hey!

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

    .logo, .logo a, .logo img { max-width: 156px!important; }
    
    #header_main .container, .header_color .main_menu ul:first-child > li > a {
    height: 156px!important;
    line-height: 156px!important;
    }
    .fixed_header #main {
    padding-top: 156px;
    }

    Regards,
    Yigit

    #210842
    targetzero
    Participant

    Ok,

    I had another thread opened, but it was closed.

    I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?

    I have them in edit mode, but they do not appear once the page is live.

    The page I’m speaking about is:

    There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.

    Any way of getting them to work in the short description?

    Thanks,

    #210834

    Working, thanks.

    #210832

    Hey!

    It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website

    
    .clearfix {
    display: inline-block;
    }
    

    which breaks the map widget. You’ve two options

    1) Remove the kitchenbug plugin

    2) Insert following code into the quick css field to overwrite the kitchenbug code

    
    #top #wrap_all .clearfix {
    display: block;
    }
    

    Regards,
    Peter

    Hi jmikhail!

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

    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 3px;
    }}

    Regards,
    Yigit

    #210824

    Hey!

    Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.

    Best regards,
    Ismael

    #210813

    Hi!

    Please firstly update Enfold to the latest version 2.4.5 and let us know if issues remain
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    Hey!

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

    body div .avia-button {
    border-radius: 1px; }

    Best regards,
    Yigit

    #210804

    Yes I have pasted the exact code you provided but no result I can’t still see my map is contact us page.

    #210802

    Hi upperhand!

    You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/

    If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    Ismael

    #210790

    Hi patriscia!

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

    .avia-caption .avia-caption-content p { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 18px; 
    }

    Regards,
    Yigit

Viewing 30 results - 231,121 through 231,150 (of 244,618 total)