Viewing 30 results - 134,041 through 134,070 (of 142,578 total)
  • Author
    Search Results
  • #218561

    Hi Fiorilla!

    Are you talking about the Special Heading element? You can add this on Quick CSS to decrease the top margin:

    .av-special-heading {
    margin-top: 10px;
    }

    Regards,
    Ismael

    #218549

    Re: 1. I fixed the “Post Comment” button corners with this:

    input#submit {
     border-radius: 2px;
    }

    I fixed the Comment Field with this:

    textarea#comment {
    border-radius: 2px;
    }

    Still can’t figure out how to make the top three form fields rounded corners.

    Thanks, Jas

    • This reply was modified 11 years, 11 months ago by Jasmer.
    #218534

    Hi!

    Regarding the first request (Menu), try with this CSS:

    .main_menu {
        top: 16px !important;
    }

    This will fix the breadcrumb issue:

    #main {
        padding-top: 160px !important;
    }

    Cheers!
    Josue

    #218530
    Vital
    Participant

    Hello!
    On my portfolio page it is all right with the grid – there are 4 rows: http://www.zink.by/portfolio/
    But on the same single page, at the botton, all is wrong(3 rows, size of previews is not 200×200): http://www.zink.by/?post_type=portfolio&p=2170&preview=true

    I added the following Quick CSS code(cos all prew imgs must be 200×200 px always):

    #top.page .inner-entry {
    width: 200px;
    height: 255px;
    margin: 0px auto 27px;
    text-align:center;
    }
    
    #top.archive .inner-entry {
    width: 200px;
    height: 255px;
    margin: 0px auto 27px;
    text-align:center;
    }

    How can I make it to be 4 rows in grid on every page with 200×200 prews?
    Thank you!

    • This topic was modified 11 years, 11 months ago by Vital.
    #218515

    CSS:

    .logo, .logo a, .logo img {
    height: 120px!important;
    }

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    avia JS file Line 918:
    el_height = $(elements).filter(‘:first’).height(130),

    #218492

    Hey!

    Copy the HTML in a Text Widget:
    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_yelp social_icon_1"><a target="_blank" href="http://www.yelp.com/biz/brixen-ivy-chicago" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello" title="Yelp"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/TheBrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_facebook social_icon_3"><a target="_blank" href="https://www.facebook.com/BrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"></a></li><li class="social_bookmarks_youtube social_icon_4"><a target="_blank" href="http://www.youtube.com/user/BrixenIvyRooftop" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="contact" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>

    Regards,
    Josue

    #218491
    This reply has been marked as private.
    #218490

    In reply to: Padding

    Hey!

    Try adding this code to the Quick CSS:

    .home .template-page.content.twelve.alpha.units {
        padding-top: 0 !important;
    }

    Cheers! 
    Josue

    #218474
    Fiorilla
    Participant

    Hi again,

    The last question for today: I would like to have a header with just the logo, no menu – but even if I deselect the main menu, all of the pages appear in the header… How can I hide the topnav menu?

    Thanks so much for your help,

    Fiorilla

    #218438

    Hi!

    If you mean the type of scrolling that changes how the page scrolls using a mousewheel then no that isn’t available and will never be as far as I know.

    Cheers!
    Devin

    #218432
    This reply has been marked as private.
    #218430

    Topic: Problem with slider

    in forum Enfold
    brenda28
    Participant

    I created a slider, which has some text, and in the text I put </br> to format the text. It looks great on a desktop and on a phone, but when I look on my kindle fire, the </br> are no longer there and it is one long string of text. What can i do to fix this?

    Thanks
    Brenda

    #218405

    Topic: Search Submit Button

    in forum Enfold
    Jasmer
    Participant

    If you notice some CSS has caused a random issue with the sidebar Search Submit Button. It doesn’t reach the bottom of the frame.
    https://dl.dropboxusercontent.com/u/1049926/search_button.png

    I put this in the Quick CSS and it doesn’t work. The code below is active now. I’m probably missing something simple.

    #top #searchsubmit {
    height: 42px!important;
    }
    wethepublic
    Participant

    I have two question.

    1. I want to remove one image in the main page mobile(1/1 layout)

    2. I want to show right contents first & left contents in the mainpage mobile.
    I devide 1/4 & 3/4 layout elements in the desktop main page.but I want to show right contents(3/4,tabs) first & left contents(1/4) in the mainpage mobile
    site link : http://www.lawbis.com/

    • This topic was modified 11 years, 11 months ago by wethepublic.
    #218394

    Hey!

    Please place this code: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 into the child theme functions.php. By going this way you don’t need to modify the parent theme files.

    Cheers!
    Peter

    #218388
    frysjo
    Participant

    Hi Kresi,

    I really like combination of small fixed header and bar of big header. I added this to Quick CSS:

    .social_header #header_main .container { height: 100px; line-height: 100px; }
    .fixed_header.social_header #main { padding-top: 131px; }

    But look, what it makes with menu :-(. Is there any way, how can I fix it?

    #218374

    In reply to: Social Media Icon HTML

    Hey Josue

    The icons are off left, I put them in the centre of a 5 column set up to make them look centered…

    I am trying to replicate the width of the grey bar at the top of the site, with the icons centered.

    Thankyiu

    G

    #218346

    In reply to: header style logo

    i prefer the layout as stretched ideally.

    is it not possible to simply add a custom header logo that it is either 1000px, or 1010 or even 1030px wide and 200px high. surely this can’t be that difficult to achieve. i tried the code you gave me and replaced the url with the following: http://www.catalyst2change.co.uk/wp-content/uploads/2013/12/Cat2Change_headerbkgrnd.jpg and it just gave me a completely blank header. plus i wanted the header to remain stretched if poss rather than boxed, as like the blue colour to carry on right across the width of the page.

    the customer requires a more snazzy header image rather than just a basic 340px * 156 logo, which just wouldn’t give me anywhere near enough space for the amount of stuff they want to have at the top of the page in a banner style graphic.

    please advise the easiest way to add a custom header image.

    i did also try adding an image in this section of the header section:
    Custom Background Image
    Upload a BG image for your Header

    but when i uploaded the image it did not show when i viewed the page in my browser.

    as i said, the image will simply be around 1000px wide by 200 high.

    thanks,
    paul

    #218345
    pc37075
    Participant

    Hey,
    My logo sucks on mobile. Pull it up on the iPhone in portrait mode and its a no go :)

    Any tips? Maybe a desktop version and a mobile version.

    Thanks so much!!!! :)

    The site I’m taking about is http://takeholdprinting.com

    #218335

    oh wait this doesnt sound like this code would do that, its probably brecause I am currently viewing it on a laptop with a touchscreen… as this is also what happens (and right so) on a smartphone or tablet which dont have a mouse :) sadly my laptop does…..

    I think I might be able to solve this but will need to dig into the responsive masonry css that controls the mouseover on mobile devices. Any help in the right direction is appreciated!

    thx for the support!

    Cheers,
    Thomas

    #218322

    Hi Ismael,

    Thanks for the email. The solution is absolutely brilliant. I changed the Header type to “Header with Social icons and bottom navigation”.

    This is the code I have placed below :

    echo ““;

    What I wanted to put in, with aligncenter,

    logo-450-110

    Please let me know how I can achieve this.

    CSS element – banner-header
    Please see the screen-shot placed at http://tinypic.com/r/2iivhfp/8 I need to ensure that the image can be aligned as well as define a height. I tried the following code. It does not seem to work.

    I would appreciate if you can help me here. I am happy to provide access if needed.
    Cheers
    Mohan

    #218316

    In reply to: I can't do this layout

    Hi!

    Add the 2/3 and 1/3 column then insert a Text Block inside the 2/3 column. Edit the text block then add a column shortcode. I know this is not the easiest way but it works. Please hire a freelance developer if you want to modify the avia layout builder. You can also request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Ismael

    #218305

    Hi Lexie,

    To edit the texts, open /includes/comments.php and look for lines 166-167.

    You can add the link to the comment form in the same file too, try putting something like this around line 67:

    <a href="#respond">Comment form</a>
    

    This code will remove the white space (Quick CSS):

    #respond {
        margin-top: 0 !important;
    }

    The you might also like gets filled with related posts, the relationship between posts is based on tags, you can disable it if you want opening single.php and removing line 52.

    Regards,
    Josue

    #218299

    Do you see dotted lines connecting the icon circles? I’ve tried on multiple devices and browsers and for me the animation stops half way through, doesn’t ever resolve to the darker grey circles connected by lines.

    #218296
    ttem
    Participant

    1. I’m using categories in my pages type
    2. Using blog grid element to display the grouping of these pages which are all in root (existing custom php site url structure)

    Would like to assign breadcrumb to get back to parent page.

    Structure like this:

    fruits.com/citrus is the blog grid displaying the top-level (no parent) pages example /oranges /lemons

    On the individual pages like /oranges the breadcrumb is
    Home > Oranges

    I would like to insert the Citrus page which I could set as a custom meta field in the page then retrieve into breadcrumb to get
    Home > Citrus > Oranges

    By making citrus parent of oranges this would work but it also changes the url so thats not an option

    Any ideas how to make this work?
    wp-content/themes/enfold/includes/helper-template-logic.php

    #218292

    It would be nice if in future versions you can include the option to customize the top bar with different things and not only social icons. One way to do this would be to treat it like the footer where you can add different widgets. The idea is that people will be able to put things like “Login, Sign up”, social icons, phone number, custom html text and other things they want.

    #218283
    rustylindquist
    Participant

    I have an two, side-by-side icon-lists on my homepage (http://mormonconversations.com/lifeengineering/), and all of a sudden they simply stopped animating. They get half-way through the animation, but stop on the grey.

    It was working about 30 minutes ago, but I stepped away from my computer, came back, and now it’s not working. Nothing changed in that time.

    I’ve tried disabling all plugins, to no avail. Can you help?

    #218273

    Well, I dont know what it is then, I just switched to an empty childtheme, downloaded the starting folder from this forum and since then didnt do anything to it except add this function into the enfold-child/functions.php

    What I was saying above is that as soons as I add the above function, a strange gap appears at the top of the website and the top of wp-admin. When I checkout the source I see that the whole structure of front and backend is messedup. With that I mean a big chunk of the header codes are now displayed inside the body. When I remove this code all is back to normal.

    For now I will stick to modifying core files and not add the code.

    Thx for checking it out,

    Thomas

    #218255
    LexieIsabelle
    Participant

    Hello!

    I was wondering where could I customize the text that is in comment form?
    I would like the text after “Leave a Reply” to be different and I would like an additional text after email* -> Your email address will not be shared.

    I also was wondering if there is any way to add a link at the top of the comment section that would guide people to the comment form.
    If there are more comments the form could get really far away and that can discourage people from commenting.
    Here: http://www.marieforleo.com/2014/01/when-inspiration-backfires/#more-5594 Marie Forleo has that link above her comment section.

    Another thing is that I have noticed that there is o much white space between the end of the text and the beginning of the form. Is there a way to remove that space?

    And lastly :), I was wondering where and how can I control if the “you might also like” section appears after my post. I don’t compleately understand how that works. :)

    Thank you for your help & I love your theme.

    Lexie.

    Hi!

    After reading this post: http://wordpress.org/support/topic/612-and-wp-38-plugin-not-working?replies=10#post-5173263 I guess the plugin does not load any custom templates but the plugin author just uses this hook to execute some code or functions. Try to replace

    
    'core' => (object) array('siteHook' => ((object) array('tag' => 'template_redirect', 'priority' => 11))),
    
    

    with

    
    'core' => (object) array('siteHook' => ((object) array('tag' => 'template_redirect', 'priority' => 5))),
    

    and the plugin should work.

    Regards,
    Peter

Viewing 30 results - 134,041 through 134,070 (of 142,578 total)