Viewing 30 results - 10,411 through 10,440 (of 11,179 total)
  • Author
    Search Results
  • #209137

    Hey Yigit – I did at the top of this thread. The only thing that needs to change is the height of JUST the blue background, but nothing else. I want it reduced by about 3px above and below the nav link.

    Thanks!

    #209099

    Hi!

    Please add following code to Quick CSS as well

    .main_menu ul:first-child>li#menu-item-232>a { color: white!important; }

    This should change the color of login text. Can you post a screenshot and show how you would like that button to look?

    Best regards,
    Yigit

    • This reply was modified 12 years ago by Yigit.
    #209071
    This reply has been marked as private.
    #209060
    This reply has been marked as private.
    #209017

    Also –

    I need to keep the text for that menu link as white with no hover effect on text.

    #209013

    Hey Ismael,

    Thanks for that.

    I’m getting somewhere, but changing the height changes the height of the menu itself and I don’t want to do that. You can see now that I have positioned http://codelessme.com/paidfairly.

    This is what I have in quick:

    #header_main .container,.main_menu ul:first-child > li a {
    height: 85px !important;
    line-height: 65px !important;
    }
    
    #avia-menu {
    position: relative;
    top: 8px;
    }
    
    .fixed_header #main {
        padding-top: 85px;
    }

    The heading is a fixed height.

    #208988
    jklillibridge
    Participant

    h

    Hi! I am incorporating an intranet plugin into the Enfold theme. It’s working out great so far but there is one little weird thing happening with the search buttons. Any idea on how to fix this?

    #208967

    Hey David!

    Please use this on your custom.css or Quick CSS to adjust the height of the menu list:

    .main_menu ul:first-child > li a {
    height: 40px !important;
    line-height: 40px !important;
    }

    Add this to move the main menu position:

    #avia-menu {
    position: relative;
    top: 30px;
    }

    Cheers!
    Ismael

    #208961

    Hey!

    Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Ismael

    #208949
    zerozendesign
    Participant

    Top of the morning guys,

    Wondering how I might go about stylizing my custom menu button that I started at http://codelessme.com/paidfairly to look like the attached image.

    upload button

    Thanks in advance!
    David

    #208903

    My site can be found at http://bit.ly/1fqPkFc.
    I have used the snippet below on other themes and it works great. It adds a pop-up Pin It button to all images on hover, but I’m not sure where or how to add it to Enfold. I’d like to have it function on all pages.

    I could not add the Insert-html-snippet plugin mentioned above because it is out of date with the current WP version, so I tried one called Code Snippets which did nothing. I can’t tell where it is adding the code. I need it to go after the opening tag <body>

    <script type=”text/javascript” src=”//assets.pinterest.com/js/pinit.js”
    data-pin-hover=”true”
    ></script>

    #208894
    Vermishelle
    Participant

    Hello, I need to add http://vk.com (social media site) button to fixed header among other social icons.

    There is no such an option for now in Enfold admin panel. I can find an icon I need on http://fontello.com/ (“vkontakte” keyword), but what’s next? It would be brilliant if I could combine some custom frontello icon with some custom social network link…

    #208873
    David Verburg
    Participant

    Hi there,

    I have installed the multi language plug in for Enfold and was wondering if I can use different url’s for one orderbutton. Our shopping part of the site has been tailor made in different languages. It uses /country/ to distinct which language to use. In the front end (Enfold) we will use the multi language plug. The URL for ordering in our shopping system needs to be different though: http://www.redlinegolf.nl/ENG/verpakkingen/v_12/b_2 for english and http://www.redlinegolf.nl/NL/verpakkingen/v_12/b_2 for Dutch. When an English customer clicks the order button a different URL needs to be used. Will that be possible? If so, how?

    Thanks for your help.

    Regards,
    David Verburg

    #208816

    Hey!

    I tested your website with w3cvalidator: http://validator.w3.org/check?uri=http%3A%2F%2Fxdnet.biz%2F%3Fs%3DTest&charset=%28detect+automatically%29&doctype=Inline&group=0 and I guess one html syntax error might cause the issue:

    
    Line 283, Column 194: No p element in scope but a p end tag seen.
    …iz/wp-content/uploads/LinkedInButton.png" alt="Join us on LinkedIn!" /></a></p>
    

    You can also remove the scroll bar with css code – insert

    
    body.search {
    overflow-x: hidden;
    }
    

    into the quick css field.

    Cheers!
    Peter

    #208669

    Topic: Page customization

    in forum Enfold
    markbener
    Participant

    Hello I would like to know if an idea could be implemented with the enfold theme?
    I have two parts of my business where i provide inspections for Residential and Commercial properties.
    I would like to have a rotating landing page such as this: goo.gl/O6XmbO

    Where this full screen image rotator is linked to the main index or home page (for SEO purposes).
    I would like to have a centre selection button similar to kriesi,at (view themes OR learn more) where the viewer could select residential or commercial. Most my work is residential and i would like to be optimized SEO wise for residential therefore if the person selected Residential i page would expand revealing the upper navigation and lower landing page INFO. If commercial was selected it could be directed to another page. Any Ideas would help….

    Also If this can be completed i would appreciate a referral to a custom coder.

    Thanks

    Mark
    http://www,barbadosapartment.com

    P.S. other ideas welcomed. :)

    #208666

    Sorry. I found the Quick CSS, added the code and click on the save all changes button:
    http://blackinventor.com/wp-content/uploads/2014/01/enfold1.jpg

    but nothing changed. I still have the featured image photo where I don’t want it:
    http://blackinventor.com/wp-content/uploads/2014/01/enfold2.jpg

    and the date and comments are still appearing in the blog grid:
    http://blackinventor.com/wp-content/uploads/2014/01/enfold3.jpg

    Any help would be appreciated.

    Regards,

    Mark

    • This reply was modified 12 years ago by mlong43.
    #208591
    aovivo
    Participant

    hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
    After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
    I have attached a screen shot for better understanding (i am referring to the circled sections)

    1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
    2) How can i change the font sizes in the product description (Product name too big, price to small,)
    3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
    4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
    5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
    6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
    This is the image size set up in woocommerce:
    catalogue: 80×80
    single product: 400×400 (original size)
    thumbs: 120×120

    i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
    hope you can help!
    thanks so much in advance
    Pedro

    Shop Page

    #208397
    Pector
    Participant

    Hi guys I was asked by my client to do this:
    https://www.costaricastarvillas.com/?p=125
    basically what my client requires is a slider photo gallery with a menu that allows you to choose what photographs to display so if I click in any of the particular buttons of the gallery only the specific pics are gonna be shown.
    Do u know if it’s possible to do this with the enfold theme tools or is it necessary an external plug-in? Do u know of any good plug-in compatible with enfold able to do this?

    thanks

    JC

    #208391
    fumobianco
    Participant

    Hi! i have some problems with Layerslider: when I try to save changes by using the green button on the bottom, it turns to red whit the text “saving…” and then nothing appens. It just remains red for a long time and i can’t get my savings done.
    My plugins: bbPress, Contact Form 7, Duplicate Post (and Akismet, but just downloaded, not activated). Are they incompatible with Layerslider? My wordpress version: 3.8

    Tanx

    #208379

    Hi mediumstudio!

    Yes, Kriesi deactivates the post navigation on pages with fullwidth sliders or elements to avoid that the slider buttons overlap the post navigation and vice versa. If you want to activate the navigation on all pages simply insert following code at the bottom of functions.php. You can also place it in your child theme functions.php

    
    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }
    

    Best regards,
    Peter

    #208377

    Hi!

    You just need to replace the http:// protocol with https//. Go to Enfold > Theme Options and check the logo url (it’s displayed next to the “Upload” button) and the background image urls (Enfold > Styling). Both urls will probably look like http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2014/01/background-tile-238×300.jpg and http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2013/11/logo.png

    Replace the http:// prefix with https:// and save the theme options and all pages should be secure.

    Cheers!
    Peter

    #208287

    Hey!

    Go to Enfold > Theme Options > click the “Import Parent Theme Settings” button.

    Best regards,
    Ismael

    This reply has been marked as private.
    #207969

    In reply to: Installation

    Hey brijesh1111!

    I recommend to click the “Import dummy data” button on the theme option page (Enfold > Theme Options). It will import some demo content (including the LayerSlider page) which can be used as a starting point.

    Best regards,
    Peter

    Hi!

    You can suggest the Nextgen Gallery integration here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more users request it we’ll look into it.

    Cheers!
    Peter

    #207949
    GARTLANS
    Participant

    I am using s2member to generate paypal buttons and manage members… When I attempt to use a encrypted paypal button on a checkout page I get the following error from paypal “We were unable to decrypt the certificate id.” I’m not using SSL certs…

    However, when I deactivate enfold and activate the the twenty fourteen or twenty thirteen theme’s the paypal transaction works fine??? I have isolated the issue to the enfold theme, however I’m struggling to understand how the theme would conflict with s2member paypal buttons???

    As it appears to be a conflict with the enfold theme I am asking the question here…

    What type of logs or information do you need to help me debug this issue???

    Many Thanks,
    Sean.

    #207939

    In reply to: Comment modification

    Hi!

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #207916

    In reply to: WPML Error 404

    Hey wistlaumann!

    WPML 2.6 is outdated and maybe it doesn’t work with WordPress 3.8 or Enfold. Please update to WPML 3.x (= latest version).

    Afterwards go to Settings > Permalinks and hit the “Save” button to flush/rewrite the permalink rules.

    Regards,
    Peter

    Hi deyowulf!

    Where do you want it to show? Maybe, you can add it on header.php, find this code at the very bottom:

    <?php } //end blank check ?>
    	<div id='main'>

    Add this below:

    <?php echo do_shortcode('[shareaholic app="share_buttons" id="4766761"]'); ?>
        
        <?php echo do_shortcode('[data-app-id="4766761"]');  ?>

    On Enfold > Styling > Quick CSS, add this code:

    p.pos_fixed {
    position:fixed;
    top: 30px;
    left: 50px;
    }

    Cheers!
    Ismael

    Jaap de Wit
    Participant

    Hello,

    I’ve created a form (avia builder) on my website with 2 datepicker elements. The styling of the datepicker doesn’t match the styling of the website. buttons and dates are somewhat transparant. Another strange thing is that when I load the page with the form it generates a small white line almost the end of the page (leftside, checked with Chrome and Firefox). When I inspect the element the line is related to the datepicker fields.

    The page can be found on: http://dwtd.jaapdewit.com/booking/ . I’ve created the site setting up a child theme. I’m using the latest version of Enfold.

    Cheers,
    Jaap

Viewing 30 results - 10,411 through 10,440 (of 11,179 total)