Viewing 30 results - 224,311 through 224,340 (of 243,737 total)
  • Author
    Search Results
  • #245273
    This reply has been marked as private.
    #245272

    Topic: Footer socket

    in forum Enfold
    brich816
    Participant

    Would like to delete Enfold Theme by Kriesi, where or how would I go about doing so?

    Thanks

    #245264

    In reply to: Option for Mobile Menu

    Hi paulann!

    All feature requests that you’d like to suggest and get seen by Kriesi need to be added here: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Devin

    #245262
    teddybaker
    Participant

    Hi I am struggling to get your slider to be a fixed width (so has white page space on either used) as on your demo page.

    themes/enfold/homepage/home-v4-small-slider/

    Can you tell me how to do this or where i can find more instructions?

    A quick response would be appreciated

    Thanks

    #245261

    Topic: Landing Pages

    in forum Enfold
    wackyadventurer
    Participant

    I’m trying to add an email marketing landing page to my site. I’m using OptimizePress 2 for the interface but they say it is not compatible with Enfold. Since it isn’t, would you recommend that I install Enfold to a sub-domain so I can use both for the same domain? Or, do you have any suggestions?

    OptimizePress is not that user friendly and not very customizable, while Enfold is the exact opposite – but Enfold has no landing page capability.

    Thanks.

    #245251
    mediasauce
    Participant

    This is a new one for me. I have used enfold several times and never run into this problem. When accessing posts through the archives, I get the following error displayed on screen.

    Warning: First parameter must either be an object or the name of an existing class in /home/nspt4kids/public_html/wp-content/plugins/custom-widget-area/includes/class.CUSTWIDGETSidebars.php on line 118

    You can see it live here…
    http://nspt4kids.com/2014/03/

    Anyone run into this? What is really weird is that the same sidebar works as expected on all pos pages and all other categorical list pages. Only in the archives is where things get f’d.

    Thanks if you can help!
    Mike

    Hmmm, Also, the above code in the function.php file didn’t work either. I did take the avia.js file and put it in the child themes js folder.

    #245224
    zerozendesign
    Participant

    Hey guys.

    Attempting to style the bold font – both weight and color to no avail.

    I have implemented
    .main_color strong, .alternate_color strong { font-weight; 400; } which I am trying to use to style the bold font to be the same weight as the regular body font on http://codelessme.com/diaperfree/us/mission/ but it isn’t working at all. I eventually gave up on color using code and just did through the default style editor HOWEVER I would rather have styled via css for that particular area.

    #245204

    I’m sorry. I installed a redirect from the beta site to the real site. It is back off now. If you can try visiting the link again you’ll see my beta Enfold site. I’m just wondering how I can add a bit of spacing between the bar and “FacStaff” in the secondary menu. Thanks!

    Hi Ismael,

    Chrome and Opera on Mac OSX Mavericks shows the issue. FF and Safari both work fine. On the default Enfold theme mentioned above, it’s only the second time the modal box is open and closed. It doesn’t do it initially.

    anjusaranarts
    Participant

    I manually changed the navigation menu text color to white in style sheet. In my database page the text has become white too. I think the same css has used on both elements. How do I separate the style from both of them, change the database color to black and navigation Menu to white? I have little knowledge of how to make modifications in style sheet. This is beyond my expertise. Please help me.

    • This topic was modified 11 years, 8 months ago by anjusaranarts.

    Thanks Devin!

    I tried adding the following to my child theme’s css but see no changes. Although it’s a post, I tried it with ‘page’ as you described above as well.

    #top.post-id-332 .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }

    Unfortunately, I’ve seen no change. Did I miss something?
    http://marcaarons.me/portfolio-item/seo-web-design-health-consulting/

    Best,
    Marc

    #245179

    Yeah, every other theme that I try it is fine.

    I set the “Sort Order” within Woocommerce Settings, to show most recent products first by default. Enfold is the only theme that is taking that, and sorting from the absolute oldest first.

    I don’t know why, appreciate any input you guys can offer on that.

    Hi de-sign-us!

    You can use the page id in your selector to target a specific page: http://en.support.wordpress.com/pages/#how-to-find-the-page-id

    Ex:

    
    #top.page-id-200 .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }
    

    Best regards,
    Devin

    #245163

    Hey gjankowski!

    I personally have not tried this plugin with Enfold but you can take a look at http://wordpress.org/plugins/breadcrumb-navxt/

    Cheers!
    Yigit

    #245160

    Hey!

    Feel free to request it here https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    #245138
    gjankowski
    Participant

    Where is this option in Enfold?
    Appearance > Theme Options, uncheck the option “Show a featured image on single posts”, click “Save changes”

    #245133

    In reply to: Nav font color

    Hey katriley742!

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

    .header_color .main_menu ul:first-child > li > a { color: #fe4110; }

    Regards,
    Yigit

    #245132

    Hi!


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

    @media only screen and (max-width: 767px) { 
    .responsive .mobile_slide_out .logo {
    margin-left: 35%;
    }}

    P.S.: Your website looks great!

    Cheers!
    Yigit

    #245129
    frogdogz
    Participant

    Over the last few days, the widgets in the footer of my website have become non functional.

    No matter how many columns I choose for the footer, all the widgets after the first display in the second column, stacked up underneath each other. Setting appearance options to ‘display socket only’ still shows the first column widget.

    I haven’t added any new plug ins and the ones I have are all up to date, and I’m using the latest version of Enfold.

    You can see the website here:

    http://www.bullmarketfrogs.com

    de-sign-us
    Participant

    Hello,

    I’m creating several portfolio pieces using the Enfold Theme. Example: http://marcaarons.me/portfolio-item/seo-web-design-health-consulting/

    I would like to change the header’s alternate_color to match the styling with this specific page as follows:

    — Go From This —

    .alternate_color {
    background-color: #3a3a3a;
    color: #f0f0f0;
    }

    — To This —

    .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }

    How can either use the Quick CSS function within the theme to target this page or use the Avia framework to accomplish this? I would like to do this for additional portfolio pieces as well (and think this would be an excellent feature request).

    • This topic was modified 11 years, 8 months ago by de-sign-us.
    #245117
    Maik
    Participant

    Hey there,

    Is there any option or possibility to change the size of the Thumbnail portfolio entries?
    I use the mansonry Objekt to present different portfolio items at the startscreen. Now i want that the entries are smaller, so that there is more space.
    Actual there is space for 4 entries in a row. if it is possible i want to get like 6 or 8 Thumbnails / Portfolio entries in a row.

    -> my page: http://www.mbo-fotografie.de

    #245108

    Topic: Parallax problem

    in forum Enfold
    bersgard
    Participant

    Hi,
    Loving the theme, and nearly there! However I’m having a problem with parallax backgrounds on colour sections – bottom of the page here: http://paramoreproductions.co.uk/about-us/
    The image is set to ‘stretch to fit’ but is pushing down to reveal the default alternate content background (which is the same image, set to ‘fixed’ in the styling menu). If I resize the browser window, it snaps into action and behaves correctly. It seems to be working fine on the homepage, perhaps because it is a shorter page?
    Also I understand the parallax effect doesn’t function on iOS devices, but that it should resort to ‘fixed’ behaviour, which I would be happy with. However on my page here – http://paramoreproductions.co.uk/paramore-weddings/ – it’s defaulting to ‘scroll’. I’ve seen it working on the Enfold demo here – http://kriesi.at/themedemo/?theme=enfold – any idea why it’s not working for me? It also doesn’t appear to work in IE11 – is this to be expected?
    Many thanks in advance,
    Tom

    Hey!

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

    .main_color .avia-content-slider .slide-image { background: transparent; }
    @media only screen and (max-width: 989) and (min-width: 767px) {
    #top .avia-logo-element-container .slide-entry {
    float: left;
    clear: right;
    width: 50%;
    }}

    Cheers!
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #245105

    Hi fonti91!

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

    #bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: red;
    }

    Regards,
    Yigit

    #245103
    fonti91
    Participant

    Hello,

    I’ve purchase my Enfold theme but I have a problem. I can not find where I can change Forum menu items color. As you can see in my website (http://fapuestas.com/forums/foro/general) is it difficult to see the content because the grey color is too light. I’ve been looking where I can change it but I did not. Where do I can change Forums colors?

    Thanks

    #245101

    In reply to: PHPSESSID errors

    Thanks for the reply. I will give it a try.

    So far, I have bought 2 licenses for Enfold. Both are installed on the same server in completely separate domains. One install is a wordpress-only domain. I am not having any PHPSESSID 404 errors reported on this domain in Webmaster tools. The other install is an established website, where the install was placed in a specific directory. The PHPSESSID 404 errors reported by Google are all attached to the html pages of the website. Its weird, even when I work on the html pages in Dreamweaver, when I update a single page and upload directly to the domain, it takes much longer now. I can see Dreamweaver checking a whole bunch of PHP files, even though I have only selected a single file to compare local vs. server. I do not believe it has anything to do with the server since my other install is functioning correctly, but I will try to remove the session_start references and go from there.

    Thanks again.

    #245085

    Hi doa!

    Google does not allow you to change the styles with css. You can modify the enfold\config-templatebuilder\avia-shortcodes\google_maps.php if you want to add new options or use the avf_gmap_vars filter to add custom js code to the script output. The api ( https://developers.google.com/maps/documentation/javascript/ ) is quite complex and I suggest to hire a developer if you’re not an experienced php/js coder.

    Cheers!
    Peter

    #245078

    By way of update. I figured out how to achieve item (2)

    In the child theme’s function.php I added the following:

    
    function change_sidebar_left_layout() {
        global $avia_config;
        $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'eight');
    };
    add_action('init', 'change_sidebar_left_layout');
    

    Please let me know if that is the correct way to do it.

    Thanks

    #245076

    Hey!

    1) Yes, it’s the default mobile menu styling. If you want to customize it I suggest to hire a freelancer who can change the styling of the “desktop” version of the menu based on you requirements.

    2) You can apply a custom class to the section: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use this class to add a pattern image as background. I.e. use the class “avia-custom-background” and into the quick css fields insert:

    
    #top .avia-custom-background{ background-image: url(https://mywebsite.com/pattern.png); }
    

    instead of http://mywebsite.com/pattern.png insert the url to the pattern/png image. You can also add multiple images http://www.css3.info/preview/multiple-backgrounds/ if necessary.

    Best regards,
    Peter

Viewing 30 results - 224,311 through 224,340 (of 243,737 total)