Viewing 30 results - 135,961 through 135,990 (of 142,937 total)
  • Author
    Search Results
  • #202680

    In reply to: sub menu

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #top .sub_menu li ul { width: 140px; }

    Cheers!
    Yigit

    #202679

    Hi ccrabtree!

    I’m not quite sure if this is what you mean but give this a try:

    #top.home .title_container {
      display: none;
    }

    Best regards,
    Devin

    #202669

    In reply to: CSS Styles doesnt work

    Hi mnlgmz!

    You should never add or modify css to the themes core stylesheets. Instead, add your own css to the Quick CSS field in the theme Styling section or the custom.css file in the css folder.

    That way your css has the correct priority and doesn’t get written over when you update the theme.

    For the css, it depends on how you’ve written it out but my guess is that it just needs to target the item you are trying to modify a bit more explicitly. For example:

    #top .main_menu .menu li > a {
    text-transform: uppercase;
    }

    Regards,
    Devin

    #202666
    MKW270210
    Participant

    Hi

    I’m using the header with the bottom navigation and wish to include a phone number on the right in line with the centre of the logo. I have followed some advice in the forum, namely adding the following to the quick css:
    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }

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

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

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

    .phone2 { float: right; color: black; font-size: 30px; padding: 4px; }

    I also added the following to Header.php as advised

    echo “<div class=’phone2′>Call Us: 0151 944 4318</div>”;

    Unfortunately this only seems to add the phone number back to where it started with the standard header settings (ie top right). It also pushes the logo down the heading.

    Can you tell me how to get the phone number vertically centred within the heading space please. Please see fbmproperty.co.uk

    Thanks in advance

    Mark

    #202658

    Hi!

    The header style you’ve chosen *has* 2 menus. See the demo: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/

    If you don’t want two menus you can choose a different menu style or choose a blank menu for that top level menu in your Menu locations tab of the Menus manager of WordPress.

    Cheers!
    Devin

    #202654

    Hey!

    Can you do a quick double check that you are copying out the text exactly and pasting into the file using a text editor that doesn’t alter the contents.

    I’ll tag the topic for Peter as well so he can check it over for any syntax errors.

    Best regards,
    Devin

    #202642
    paulrt27
    Participant

    sorry if this has been asked before, i did a forum search first but couldn’t see it, at least i couldn’t find it. if it has been answered before i apologise but please excuse this is my first question.

    i would like to start building a new site using your word press theme over the top of my old html and css driven site at http://www.ptservices.co.uk. i don’t really mind the site being down for a week or two as it doesn’t get that much traffic (even if it is ideal), but i do at least want to have a (this site is under construction) home page. i guess this is poss but when i start to add new pages in word press through your theme for my site, won’t they also show when people visit the site. is it poss to build the new pages in the background (and also be able to preview them so i can see how the site is progressing) yet only have the site is under construction page showing for those people that visit the site until the new site is ready to go?

    thank you kindly,
    paul

    #202639

    In reply to: sub menu

    i still need to decrease the widths of the six languages tabs… the ones in the top menu under “languages”… please help… thank you

    Hi hanlinsg!

    1) Please refer to Ismael’s post here https://kriesi.at/support/topic/enfold-how-to-reduce-width-of-site-and-overall-spacing/#post-195038
    2 & 3) Can you post the link to your website? The one you have on your profile uses Flashlight and not Enfold

    Cheers!
    Yigit

    #202626

    In reply to: masonry blog

    Hey!

    Try adding this code to the Quick CSS:

    .av-masonry-container.isotope {
        background: white;
    }

    Cheers! 
    Josue

    #202625

    Hey!

    Please add following code to Quick CSS as well

     #top .footer_color input[type='email'], #top .footer_color textarea { background-color: white; }

    Best regards,
    Yigit

    #202624

    In reply to: tabs help

    Hi!

    Please add following code to Quick CSS as well

    #top .main_color .tabcontainer .tab:hover {
    color: red;
    }

    Best regards,
    Yigit

    Marie
    Participant

    Hey,
    On one my pages I have a section (1 full column) with big title and text. Then below a section of 2 columns with a table in each of them.
    The vertical space between the first section (1 col) and the second (2 col) is too large.
    I thought about changing and adapting the margin-top (see below) in quick css (10 or 20 instead of 50), but if I do that this is going to affect all other columns paddings in other pages, right ? Is there something I can add to make that change working for a specific page only ?
    Hope I’m understandable… Sorry I can’t send you a link (local work…).
    Thanks a lot !
    Marie

    body .column-top-margin {
    margin-top: 50px;
    }

    #202598

    In reply to: Mobile theme options

    Hi atlantio!

    You can turn of the responsive version and use a fixed width version of the theme from the Theme Options>General Settings. Other than that however any customization just for the mobile version would would need to be done through custom css or php/html.

    The theme’s css/custom.css file has 2 media queries you can use to add in css just for desktops and just for mobile usage to get you started.

    Regards,
    Devin

    #202594

    Also, for some reason my blog does not show the Full Easy Slider at the top of the page even though I have set it to on the Page in the Advanced Layout Editor. Is there a way to have the Full Easy Slider also on the blog, so it is consistent with my other pages

    Thank you!

    #202572
    lanikita
    Participant

    Hi-

    So far I am liking the theme, but had a few questions.

    1. How do I add more social icons at the top?
    2. How do I remove the area at the top that is under the logo and above the slider (Says “page name” and “You are here: page name”. I would like to remove the whole area and text, so it is like the Enfold demo.
    3. How do I remove the Dummy Link Text in the footer?
    4. How do I make the slider image taller like the Enfold demo?

    Thanks.

    #202571
    Tim Durden
    Participant

    Hi,

    If you’re using CloudFlare in front of your WordPress site and are having trouble with Icons (social media / page top etc) not loading after an upgrade (from Enfold v2.3 and earlier), you might find this useful:

    Login to CloudFlare -> Go to Websites -> Select your site -> Select ‘CloudFlare Settings’ from the drop-down menu.
    Scroll down and click ‘Purge Cache’, then set Development Mode to on (this setting will switch off after 3 hours automatically).
    Now try reloading your site.

    Kind regards,

    Tim Durden
    Twitter: @tjdurden

    #202562

    Hi there,

    It seems that the logo is blurred for some reason..

    The image itself is 600 px and the logo size set in the css as well..
    Also the line height is adjusted..

    Any suggestions here?

    Thanx

    #202532

    Hi!

    The sorting issue is fixed in the latest theme version (Enfold 2.4.3). It’s a small incompatibility issue with WP3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Regards,
    Peter

    #202521

    In reply to: XML-RPC file

    Hi!

    A google search return some results (i.e. http://wordpress.org/support/topic/site-inaccessible-error-after-upgrading-to-wp-38 ) and I’m pretty sure it’s a wp3.8 issue.

    Best regards,
    Peter

    #202520
    #202486

    Hi!

    Are you using WPML? If yes this thread: https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ may help you.

    Best regards,
    Peter

    #202485

    Found the fix!!! For w3wision, and anyone else that searched for “accordion” and not “toggle” in the forum. Guess it’s a bug, and they’re aware of it.

    https://kriesi.at/support/topic/toggle-with-sorting-enabled-not-working-in-the-2-4-3/#post-201140

    SUGGESTION :
    Once you guys KNOW something is an issue, especially with a new release, why don’t you have a “2.4.3 – Bug Fixes” sticky, or something like that? ’bout had a heart attack, thinking I wouldn’t be able to fix this for a client meeting tomorrow. So I anxiously scanned through the first several pages, and on the forth one, found the post with the fix. That’s obviously not ideal though. A sticky with “toggle” and “accordion” would have had me set in 2 secs.

    That being said, you can close this ticket. All set now.

    hanlinsg
    Participant

    1: I want to change to boxed layout to 960px to suit my images. How do I do that?
    2: Why is there a ‘web hosting’ link after my copyright info in the socket area?
    3: How do I change the background colour for the top bar (above the header)?

    Thank you!
    Jaosn

    #202452
    ShortieD
    Participant

    Hi Folks – is there anyway to move the tags from the bottom of the post to the top of the post just underneath the title?
    Thanks

    #202417

    Topic: Chaging image sizes

    in forum Enfold
    montanayank
    Participant

    Just today, the images on my site http://www.christophermatthewspub.comthat should be 95 x 123 are switching to over 300 x? What’s happening and how can I fix it. This hasn’t happened to my images previously.

    #202411

    Hey!

    You can use this. :)

    #top .product_column_4 .products .product {
    margin: 0 5% 1% 0;
    width: 20.25%;
    }

    Regards,
    Ismael

    #202409

    Hi sharonreiley!

    I don’t see the difference between the fields except for the border. Please add this on your custom.css or Quick CSS:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    border: none;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }

    Best regards,
    Ismael

    Hey!

    1.) Use this to remove the allowed html tags note:

    .form-allowed-tags {
    display: none;
    }

    2.) Change the button color using this:

    .main_color #submit, .main_color input[type='submit'] {
    background: red;
    }

    3.) Use this to increase the top padding:

    .content, .sidebar {
    padding-top: 100px;
    }

    Best regards,
    Ismael

    #202404

    In reply to: tabs help

    thank you.. last thing on this topic…

    is there a mouseover option i can use… to make this happen.. http://j2k.info/this.png

Viewing 30 results - 135,961 through 135,990 (of 142,937 total)