Viewing 30 results - 135,841 through 135,870 (of 142,832 total)
  • Author
    Search Results
  • #202782

    In reply to: Chaging image sizes

    The images are in the author tabs and the review tabs on all book pages. Example:http://christophermatthewspub.com/country/
    They are showing up full size rather than the reduced size I indicated in the advanced image adjustment Love this theme though.

    #202754

    Thank you Yigit, last question. If I wanted to reduce the margin for the two vertical columns on the right (thereby raising them closer to the header) what is the css for that? My firefox firebug tool is letting me down, so sorry for these kind of questions. I did try putting the blog post elements inside the top layout element, but it sent the middle 3 columns to the bottom. Thanks again.
    http://www.glennbrassington.com

    -Pelyon

    #202749

    Topic: Same size boxes

    in forum Enfold
    creativeyes
    Participant

    http://www.cambridgeespana.com/about-us/

    I’m trying to get the…
    1) three pieces of text (preparation, execution & transition) to the right of the three blue squares to be in a separate column aligned to the left and in line with the top of each square
    2) white boxes (M&A, Corp Fin & Advisory) all the same depth as the middle one

    Once again many thanks

    #202734
    lizybloom
    Participant

    HI. I would like to remove the date from the search results. I figured out that this removes it from the search results page:

    .post-meta-infos {
        display: none;
        font-size: 12px;
        position: relative;
        top: -8px;
    }

    But I can’t figure out how to remove it from the search bar results that pop down when you type in query.

    And if they code above is a bad idea or there is a better way, I would appreciate that as well.

    Thanks

    Lizy

    #202721
    dnikitiuk
    Participant

    I’ve tried adding the into the quick css as suggested by the post below, having the result work, showing the button… but also showing the button over top of the product images as well.
    https://kriesi.at/support/topic/mailchimp-submit-button/

    Any other suggestions? Currently do not have the quick CSS present.
    http://cetatek.com/product/aquabionic1/

    Thanks,
    dnikitiuk

    • This topic was modified 12 years, 3 months ago by dnikitiuk.
    #202718
    danieltjohnston
    Participant

    How do I remove the word “Posts” from the top of the archive page?

    http://johnstonsafetysupply.com/tag/safety-tips/

    Thanks!

    #202714
    universusmedia
    Participant

    Hi,

    I’m trying to insert an HTML form into Avia’s textblock widget. I paste my Form code in and when I update my page it disappears completely. I did some troubleshooting and found that the issue is with this line…

    <label for=”description”>Message</label><textarea name=”description” rows=”4″ cols=”50″></textarea>

    I tried copy and pasting code from this thread verify if it was an html error or not, https://kriesi.at/support/topic/contact-form-in-template/
    I tried the straight HTML and shortcodes to no avail.

    It appears to recognize all HTML except the textarea tag.

    Thoughts?

    #202709
    shriii
    Participant

    I am using #faqs as the anchor for one of the color boxes.
    I would have expected the FAQs title (the beginning of the colorbox to be rendered on screen) – as seen on Image 2.
    However, since the header for the theme takes some space on the top, the FAQs title is hidden, making it look odd, as you can see on Image 2.
    See http://imgur.com/pFM8Vw5 for the images.

    #202707

    Hi!

    Please see my first post here https://kriesi.at/support/topic/contact-form-widget-for-sidebar/#post-182023

    Regards,
    Yigit

    #202704

    Hi!

    Your logo image is 300x113px and it is stretched to display 600x236px. Please upload larger logo

    Cheers!
    Yigit

    Hi!

    Sure Marie. I read quickly and did not realize you mentioned that you are working on localhost, sorry. We will need to check your website for this kind of CSS changes to target certain elements so, yes, it would be the best i you post your queries related with those elements when you launch your website. I am closing this thread for now as well.

    Best regards,
    Yigit

    I can’t Yigit, sorry. As I said I’m working locally. I’ll come back later with that issue when I the site is on line.
    Thank you !
    Marie

    #202687

    Hey!

    You can add following code to Quick CSS as well

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

    it will decrease top margin which is 50px by default

    Cheers!
    Yigit

    Hey marienoisette!

    Can you post a screenshot and show how they are positioned, so we can try to help you out?

    Regards,
    Yigit

    • This reply was modified 12 years, 3 months ago by Yigit.
    #202682

    Hi!

    Please edit Ismael’s code and change it to

    #top #main .sidebar_left .sidebar {
    border-left: 1px solid transparent;
    }

    And please add following code to Quick CSS

    .products .product h3, .products .product h4, .products .product h5, .products .product h6 { font-weight: bold; }

    Best regards,
    Yigit

    #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!

Viewing 30 results - 135,841 through 135,870 (of 142,832 total)