Viewing 30 results - 236,431 through 236,460 (of 243,929 total)
  • Author
    Search Results
  • #175354

    Hello!

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

    .title_container { display: none; }
    .logo img { height: 88px; }

    Cheers!
    Yigit

    #175353
    alkross
    Participant

    Hi, I’ve a site and I want use enfold for it. The question is How can I create a custom catalog pages override the woocommerce templates? I use a child enfold theme. The site is bfsb2b.com

    • This topic was modified 12 years, 3 months ago by alkross.
    #175347
    This reply has been marked as private.
    #175345
    BeeCee
    Participant

    Hi,

    it’s a bit annoying: when I upload a file, for example called “slider-03” with the “Easy Slider” feature within the “Advanced Editor”, then when I hover ove this image, then it shows the file name “slider-03”.

    Screenshot

    Sure, I can access my media library and changing there the name of this image – but it’s a bit time consuming, if you use lots of images at your ENFOLD site :-(

    Isn’t there any other way to correct this?

    Thanks.

    #175332
    NavGrief
    Participant

    Updating from Abundance to Enfold and the Woo product images are all huge!

    I have changed setting noted in Woo Commerce> Catalog > Image Options

    These settings affect the actual dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.
    Catalog Images 225px, Width 225, Height ,Yes Hard Crop
    Single Product Image 300 Width , 300 Height , Yes Hard Crop
    Product Thumbnails 80 Width, 80 Height, Yes Hard Crop

    It says that the catalog will change but I need to CSS in the theme. (Abundance integrated this for me) How do I get the css for the product image changes and not affect the other post images?

    Thanks

    #175326

    In reply to: Adding Google Fonts

    This reply has been marked as private.
    #175325

    Topic: Enfold menu question

    in forum Enfold
    pmconsulting
    Participant

    I have 6 menu items. 2 of them have a single page submenu item.

    What’s the best way to make the submenu name stay visible and specify a different highlight color for both the main menu item and the submenu item when I’m on that particular page?

    #175316

    Hey juzdan88!

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

    #header_main .container, .main_menu ul:first-child > li a {
    height: 44px !important;
    line-height: 44px !important;
    }

    Best regards,
    Yigit

    #175286
    jorgepelaez
    Participant

    Hello all, I’m having an issue with the obox social commerce facebook plugin.
    The store shows blank in facebook. According to the obox documentation this can happen because of the woocoomerce integration.

    Here’s their explanation:

    Social Commerce: Facebook App tab is blank white
    This issue was found to be caused by the Theme and their WooCommerce Integration plugin. If
    you deactivate the plugin, your shop will appear normally. If you switch to a different theme, it will begin to
    work properly.
    Please contact the theme author to request they look into resolving the conflict or change how they are
    attempting to integrate WooCommerce.

    So any help is appreciated.

    Jorge.

    //Solution: Chrome was blocking the content on Facebook.

    • This topic was modified 12 years, 3 months ago by jorgepelaez. Reason: Problem solved
    #175279

    Topic: Adding Google Fonts.

    in forum Enfold
    mad2k
    Participant

    Hi,
    I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Open Sans’] = ‘Open+Sans&subset=latin,latin-ext’;
    $fonts[‘Ubuntu Condensed’] = ‘Ubuntu+Condensed&subset=latin,latin-ext’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Open Sans’] = ‘Open+Sans&subset=latin,latin-ext’;
    $fonts[‘Ubuntu Condensed’] = ‘Ubuntu+Condensed&subset=latin,latin-ext’;
    return $fonts;
    }

    but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
    font-family: ‘Ubuntu+Condensed&subset=latin,latin-ext’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    instead
    font-family: ‘Ubuntu Condensed’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;

    In head section Google Font link is correct <!– google webfont font replacement –>
    <link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext&#8221; /><style type=’text/css’>

    How can I fix it?

    Regards
    Marek

    #175278

    Topic: Adding Google Fonts

    in forum Enfold
    mad2k
    Participant

    Hi,
    I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:

    
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext';
    $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext';
    $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext';
    return $fonts;
    }
    

    but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
    font-family: 'Ubuntu+Condensed&subset=latin,latin-ext', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    instead
    font-family: 'Ubuntu Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    In head section Google Font link is correct `<!– google webfont font replacement –>
    <link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext&#8221; /><style type=’text/css’>`

    How can I fix it?

    Regards
    Marek

    #175276

    Hi Josue,

    I want to make parts of my site transparant like zerozendesign but not just the header but the bodybackground as well.
    Can you tell me what code to use?

    Thanks in advance!

    And sorry for hijacking this topic :)

    #175275

    Topic: Adding Google Fonts

    in forum Enfold
    mad2k
    Participant

    Hi,
    I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:

    
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext';
    $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext';
    $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext';
    return $fonts;
    }
    

    but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
    font-family: 'Ubuntu+Condensed&subset=latin,latin-ext', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    instead
    font-family: 'Ubuntu Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    In <head> section Google Font link is correct `<!– google webfont font replacement –>
    <link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext&#8221; /><style type=’text/css’>`

    How can I fix it?

    Regards
    Marek

    #175251

    Hey Carmitma!

    That featured is not available at the moment, if you really need you would need to hire a freelancer for the job, also feel free to request it here.

    Best regards,
    Josue

    #175243
    Michael
    Participant

    I just upgraded to Woocommerce 2.0.15 and it broke the product plugin additions – product grid & product slider.

    I can add them in the advanced layout editor but after saving and viewing the page I get the following error:

    Warning: Invalid argument supplied for foreach() in /home1/mrking/public_html/artistretreats.ca/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 322

    Line 322 is:
    foreach($allTax as $tax)

    page is: http://artistretreats.ca/the-retreat/

    So no idea why it is breaking.

    Do you have an easy fix?

    Not in a dire strait as I am just building the site for a client but I will need it to work later this week for a review.

    • This topic was modified 12 years, 3 months ago by Michael. Reason: page addition
    #175232

    Hi Devin,

    If you’d looked at the image link in the slide you would have seen that all the images on all the slides are selected from the uploads folder, not from any external resources. I’ve even tried uploading the same image again and it still doesn’t work. Obviously just removing the image from the slider isn’t a solution (the whole point is to have the images on the slides with the text).

    The images on the 3rd and 4th slide are also from the uploads folder, and neither of those work either.

    Can you please provide me with:
    1) A solution for this – as I’ve said above I’m getting incredibly frustrated with trying to make the layerslider work, as it is causing me massive delays in launching this site and it is not instilling confidence in Enfold as I have a number of sites I was looking to expand use of Enfold into. Also the fact that sometimes it’s taking a day or more to get a reply from support (when the responses are not actually providing me with answers and solutions, or moving the situation forward) is very frustrating as I’ve been trying to get this working for a week now and none of the responses I’ve had from support have actually solved the problem or moved me any further forward than I was 7 days ago.
    2) The link to the documentation requested in my post above.

    I am desperate for some help in getting what should be quite a simple 4 slide layerslider with only simple images and basic text to work…I dread to think what would happen if I was trying to use more complicated functionality…and this is not encouraging me to attempt it.

    Please help! :(

    #175229
    DesignerKen
    Participant

    I recently updated to the latest version of enfold and now my category widget is broken, I states I have no categories but in fact I do have 3 of them.

    I am running the latest WP and Woo and Enfold.

    Also I am noticing the line in the sidebar dividing the main content/sidebar is darker at the bottom than the top where the actual sidebar content ends, and when rolling over the main content area it will cause the upper portion to go dark.

    Also the ‘My account’ dropdown is showing the navigation text in front of it.

    Link to site and page.
    http://xchange521.com/shop/

    • This topic was modified 12 years, 3 months ago by DesignerKen.
    #175225

    In reply to: Monthly Archive links

    Ja, leider erfolglos. Bei aktiviertem Twenty Thirteen hat es ebenso wenig geklappt. Ergo liegt es nicht an Enfold.

    Aber vielen Dank für Deine Hilfe!

    #175216
    MHM
    Participant

    Hello, I hadn’t updated Enfold since September 18, and I was working to manually add all updates since then, starting with the oldest. When I got toward the end of the notes for the most recent version, I saw that it said that it would be best to reupload the theme folder, so I did that. Now my website appears to be blank (no text, favicon, etc.).

    After my website disappeared, I tried to manually move the new Enfold theme folder as a whole to replace it. Again, this did not work. I attempted the same thing with an earlier version (Sept. 18). My website still appears to be blank.

    As a sidenote, I tried to visit the URL for another language, which would have different Enfold settings, and the site is still blank.

    Please advise.

    #175214

    In reply to: Help with Theme

    Hi Devin,
    Thanks so much for your help!
    I deleted all the pages (from the dummy data), deleted the theme, and then re-installed it using Transmit(a FTP program for the Mac)

    There is an issue with the Layer Slider, when I try to active it I get the follow error;

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/jbarrett/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:117) in /home/jbarrett/public_html/wp-content/plugins/LayerSlider/layerslider.php on line 101

    So I don’t have the layer slider on the home page, and also I don’t have the images in some of the features like in the video I watched.

    Any advice, I have been trying to get the theme to look like the demo for 2 days now. I am very new to wordpress. All I am trying to do is get the theme working like the demo, so I can change everything to me my own. I saw that in the Layer Slider there is more than one slide show, I am going to try to pick another one, maybe this will fix it. It is strange that I can’t active the plugin.

    Does the theme install the Layer Slider plugin? I could delete it and try to re-install.

    Thank you very much for your help!
    Johnny

    • This reply was modified 12 years, 3 months ago by hfug.
    #175210
    domvitz
    Participant

    Hi, I would like to remove the header from the site so that I can put a completely different header image in and use the uber menu plugin directly below it in the center. I want it to look similar to the “coming soon” page but to show the footer and not to load the content from the middle of the page. Is this possible?

    If not, how do I completely disable the enfold header and I will just load the details in an element.

    Or how do i center the logo and the menu and add a background colour?

    Thanks

    • This topic was modified 12 years, 3 months ago by domvitz.
    #175191

    Hello ramirezo!

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

    #top .main_menu .menu>li:last-child>a {
    padding-right: 13px;
    }

    Best regards,
    Yigit

    #175186
    silvercreekvalley
    Participant

    I’m trying to create a fully https served site. Everything works fine, but I cant fully lock down the https because I get the following message in the console

    Blocked loading mixed active content “http://…name&#8230;.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1”

    This makes the site run in partial https mode. Any idea how to fix this?

    #175175

    Hey!

    Code does not apply. Can you try adding it to Custom.css file inside Enfold/css folder?

    Best regards,
    Yigit

    #175171

    Hey!

    Please go to enfold\includes folder and open loop-about-author.php file

    Regards,
    Yigit

    #175170

    Hi EPDeu!

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

    @media only screen and (max-width: 480px) { div.big-preview.single-big { display: none; } }

    Cheers!
    Yigit

    #175162
    bluegrassdigital
    Participant

    Hi, I’m trying to build a page with alternating full-width colour sections.

    As per the example here: http://kriesi.at/themes/enfold/pages/landing-page/

    Now I can’t use the advanced layout editor because it’s not flexible enough for my purposes, so I’m trying to figure out the correct use of short-codes, I’ve currently got this:

    [av_section etc..']
    Content & various shortcode elements with a full width background colour/image
    [/av_section]
    
    Content & various shortcode elements WITHOUT a full width background colour
    
    [av_section etc..']
    Content & various shortcode elements width a full width background colour/image
    [/av_section]

    But what’s happening is that the entire pages’ content and even footer area then sits within a .container wrap that is not full page width. This is obviously not what I want. Any ideas?

    Thanks

    EDIT: So after some investigation, I see the pages created with the ‘advanced layout editor’ use the ‘template-builder.php’ template, whereas hand created pages are using the default ‘page.php’. I tried overwriting the contents of ‘page.php’ with ‘template-builder.php’, and while it mostly works, it just strips out any custom HTML I’ve inserted into a particular page.

    • This topic was modified 12 years, 3 months ago by bluegrassdigital. Reason: Further investigation
    #175155

    Hello formativnet!

    You are currently using Enfold version 1.8.2. Please update it to version 2.3.2. There has been many small bug fixes and improvements in the theme since 1.8.2. Let us know if issue remains after updating
    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

    #175152

    Hi there – when I added the code it broke the theme completely with the following error:

    Parse error: syntax error, unexpected T_RETURN, expecting T_STRING or T_VARIABLE or ‘$’ in wp-content/themes/enfold/functions.php on line 17

    Really frustrated, as our schedule is being looked at constantly on the website – it’s the most important page (our event is coming up!)

    Thanks!
    Drew

    #175142
    ibubblicious
    Participant

    Hi,

    Would it be possible to have less space between the 2 widgets (social icons & recent tweets) on this page: http://test.simformatica.be/contact/

    login: enfoldsupport
    password: abc123$

    Thanks a lot for the help!
    S.

Viewing 30 results - 236,431 through 236,460 (of 243,929 total)