Viewing 30 results - 221,251 through 221,280 (of 241,860 total)
  • Author
    Search Results
  • #251967

    Hey!

    In wp-content/themes/enfold/config-woocommerce/config.php ersetzt:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    }
    

    durch:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    
                        global $product;
                        $cats = $product->get_categories('', ', ','').' ';
                        if(!empty($cats))
                        {
                            echo '<span class="product-categories">';
                            echo $cats;
                            echo '</span>';
                        }
    
                        $tags= $product->get_tags('', ', ','').' ';
                        if(!empty($tags))
                        {
                            echo '<span class="product-tags">';
                            echo $tags;
                            echo '</span>';
                        }
    }
    
    

    It may require additional css styling, etc.

    Best regards,
    Peter

    #251940
    kimbyjo
    Participant

    I just purchased the Enfold theme and built out a few pages on the backend very easily (great backend by the way). However, when I look at the live site, I get a 500 internal server error, “The server encountered an internal error or misconfiguration and was unable to complete your request.”

    I have activated other themes, and my site works fine. Not sure what could be causing this error. Please help, as I really like the Enfold theme, but it is not rendering when I activate it.

    Thanks for your help!
    Kim

    #251922

    Hi!

    Thank you for using the support forum and we’re sorry that you’re having this issue.

    This error is a server side issue which means that we will need access to your ftp. If you don’t mind, please post the ftp login details here. I’ll forward this thread to Kriesi for further investigation.

    Cheers!
    Ismael

    #251920
    sky19er
    Participant

    I’m using Enfold for about 8 sites, right now, and for some reason the popups within the avia framework elements have stopped working in this one version http://nation-foundation.org . So, for example, if I try to add an Image Element, clicking on the element pops up the Image Element dialog box okay, but then, when I click on the Insert Image button in the dialog box, nothing happens ( see https://www.evernote.com/shard/s320/sh/e7f1fda5-bfcd-47ed-ab18-8588ea44943d/805aefc41aab059c518c7cd3c00f4850 ). Are you familiar with this issue? Any solution for me?

    Thanks!

    #251911

    In reply to: Enfold Showcase

    http://zachoehlman.com is the latest design from gotopublishing dot com. Great theme to work with.

    • This reply was modified 11 years ago by ejet.
    #251910

    Topic: Memory Usage

    in forum Enfold
    MtnStreamGroup
    Participant

    How much memory is required to properly run Enfold? Lately, each time I update WordPress and Enfold I keep getting error messages about memory has been exceeded and it causes the site to go to a blank white page. The only way to fix the issue seems to be export the site, delete Enfold and WordPress. Reinstall WP. Reinstall Enfold. Import site. Reinstall plugins.

    I really can’t be messing around with this every time WordPress or Enfold updates. And I need the extra plugins like Gravity Forms. My web host is only allowing 64 MB total.

    #251894

    In reply to: MENU ITEMS

    Hey!

    First thing to do is update your version of Enfold as the .1 and .2 releases had some bug fixes.

    As for IE, if you hadnt updated in a long time you could have been on an old version if IE8. IE8 usage is pretty minor: http://theie8countdown.com/ , the theme does however still have fairly good support for it.

    What you were running into was probably the smaller width of the site on IE (because it doesn’t support media queries) not being able to fit your menu width. Testing your site in IE8 now, that is definitely the case. The solution is to decrease the length of your menu in this instance if you still want to prevent that from happening for IE8 users.

    2) The custom fonts are loaded in via google font with no theme customization. If you can see google fonts loaded in on their site you should be seeing it through your browser: https://www.google.com/fonts

    Looking at your site now I see your headings as ‘Terminal Dosis’ .

    3) You can change the font weight with:

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: normal;
    }
    

    4) There is an unclosed div or something like that on that contact pages content. Check over the data you’ve added in to display the qr code and other content as that is causing an error with the footer.

    Cheers!
    Devin

    #251893
    Marssolutions
    Participant

    Hi, I’ve installed the newest enfold update with a fix for:

    – folder css:
    – fixed: issue with unclickable iOS links when using a section with fixed or parallax background

    However, it’s still not working…the closed support log below explains the details of the issue we were having. Many thanks for your support.

    https://kriesi.at/support/topic/icons-and-ipad/#post-250413

    #251886
    This reply has been marked as private.
    #251879

    Hi Yigit,

    I follow “Please add following code to Quick CSS in Enfold theme options under Styling tab” but after?

    What should I put in the “Optional TooltipAdd a tooltip for this Icon. The tooltip will appear on mouse over”

    THX

    #251855

    Hey hanlinsg!

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

    .page-id-11 iframe { width: 100%; }

    But it will add black bars to side of your video. And to decrease the margin between elements, please edit Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251853

    In reply to: Responsive "Pops"

    Hi!

    Please modify Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251849

    Hey Maradin!

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

    #top #main .sidebar, .content { border: none; } 
    .inner_sidebar {
    margin-left: 10px;
    margin-right: 10px;
    }
    

    Best regards,
    Yigit

    #251848

    Hi. I updated the Theme via FTP, but the WordPress image edit/resize still doesn’t work, and I really need it.

    I will have to go with another theme, since Enfold does not serve my purpose. Thanks for your help.

    #251846

    Hi studioinktvis!

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

    .woocommerce-page .hr-full { margin: 0; }
    .woocommerce-page .hr { height: 0; }

    Regards,
    Yigit

    #251844

    Hi Blankito!

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

    body div .avia-button:hover {
    -webkit-animation: sonarEffect 1s ease-out;
    -moz-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
    }

    Best regards,
    Yigit

    #251843

    Hey katriley742!

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

    #top .fullsize .template-blog .blog-meta { margin: 0; }

    P.S.: Your website looks great!

    Regards,
    Yigit

    #251838

    Hey Stefanovic!

    You are using very old version of the theme. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the latest version 2.6.2 and update the theme via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #251837

    In reply to: Links in the footer

    Hi!

    Yes, please go to Enfold theme options > Header > Extra elements > Header Secondary Menu – http://i.imgur.com/unbsC9x.png

    Cheers!
    Yigit

    #251835

    Hi asthyanax!

    Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Yigit

    #251834

    In reply to: Height widget-area

    Hi klabuz!

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

    #footer .widget {
    margin: 10px 0 10px 0;
    }

    Cheers!
    Yigit

    #251831

    Hi tapaway!

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

    .content, .sidebar { padding-top: 10px; }
    .av-special-heading { margin-top: 20px; }

    Regards,
    Yigit

    #251829

    In reply to: Color Section Height

    Hi danieltjohnston!

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

    #thinksafetynavbar.avia-section {
    min-height: 45px!important;
    }

    Best regards,
    Yigit

    #251826

    and i have another addition: i need one specific page where i need the same styling like on the logged-in user pages.
    is ot possible to extend the function with a page id – that shows the logged-in logo?

    * the logo header implementation is a little comlicated in enfold – i had several themes, where its build as background into the page titel. don’t you think that would be more flexible for customization … ?

    #251822

    In reply to: Menu Color

    Hey redlipsid!

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

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Regards,
    Yigit

    #251802

    Problem solved.

    Thanks!

    #251799
    CurlyHost
    Participant

    Hey guys,

    First off, thanks for such a great theme – Enfold is the best. Secondly, I noticed when using your theme on a site while on mobile (Samsung Galaxy 3 using Chrome and the default Internet program) that the right quarter of the page gets cut off. But I can’t see it happening in the browser so I can’t fix it.

    http://www.professionaloutlook.com/ – let me know if there is a solution. Thanks!

    #251797

    Hi!

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

    .title_container .breadcrumb { text-transform: uppercase!important; }

    Regards,
    Yigit

    #251796
    This reply has been marked as private.
    #251795
    Walrus11
    Participant

    Hello,

    I am trying to make the text “home” in the breadcrumb all upper case. The page title is Upper Case but the breadcrumb for home remains lower case. I read through this post: https://kriesi.at/support/topic/header-menu-2/?login_error

    and tried to add

    .main_menu ul:first-child > li > a { text-transform: uppercase; }

    Without luck.

    Any thoughts?

    Thanks,
    W

Viewing 30 results - 221,251 through 221,280 (of 241,860 total)