Viewing 30 results - 89,941 through 89,970 (of 142,938 total)
  • Author
    Search Results
  • #694750
    haschkeks6696
    Participant

    Hi

    I am creating a one page site using anchor links with the section ID function. But when I click on such a link it scrolls down about 100px to far. How can I give the anchor an absolute position, so that the real beginning of my section is on the top of the window?

    #694747
    AprilAdmin
    Participant

    Hi there. Wondering of you can help with refining the spacing on the portfolio grid that I have used in two areas – a main portfolio and a projects gallery at the bottom of portfolio pages. The main portfolio page which is on a white background seems mostly fine – although there seems to be some slight overlapping of pixels in the corners (when there is no padding added). The problem is with the footer gallery which is on a dark background and shows an extra pixels spacing. I played around with the code adjusting it to get things right. The thing is it is hard to get it right on both. If I remove the extra pixel on the bottom gallery it messes up the main gallery. Is here a way to adjust these independently?
    grid-entry { padding-right: 10px; }
    .grid-entry { padding-bottom: 10px; }

    Also is there a way to have text appear overtop of the image in addition to the overlay?

    Thanks very much `april

    • This topic was modified 9 years, 6 months ago by AprilAdmin.
    #694740
    spidercreations
    Participant

    I’m having an issue with Gallery images stacking on top of each other and not displaying.

    Suggestions? Have we seen this before?

    Steve

    #694738

    Ok. I added this to the CSS:

    /*fix woocommerce padding on adsense*/
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0 0 0px;
    font-size: 0px;
    line-height: 12px;
    }

    just the padding is all off (too much padding before and no padding after so it overlaps with the following text.

    Help!!! I’m almost there!!! :)

    Warmly,

    Havi

    Hey Yigit,

    Yes thanks a lot – that works :-)

    Please flag this topis as solved.

    Thanks & regards,
    Monique

    #694727

    I think I found something.

    Please, let me know what would make it go away. :)

    #top #wrap_all ins:before
    woocommerce-mod.css:573
    @media all {
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding:0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;
    }
    }
    or
    content: “\2219”;
    /*bullet*/
    text-decoration: none;
    display: inline-block;
    padding: 0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;

    If I change it to:
    content: “\2219”;
    /*bullet*/
    text-decoration: none;
    display: inline-block;
    /* padding: 10px 7px 0 3px; */
    font-size: 0px;
    line-height: 12px;

    It looks good. What should I add to the css so it doesn’t conflict with Woocommerce or with anything else?

    Thank youuuuu!!!!

    Havi

    #694706
    TanjaV
    Participant

    Hi i find the solution to display the search results in columns with this code:
    ’ve seen a topic where is asking this. This is the answer:

    1) Insert following code into the quick css field:
    .template-search .post-entry {
    clear: none !important;
    }

    2) In search.php replace:
    if(!empty($_GET[‘s’]))
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-search.php and that will be used instead.
    */
    $more = 0;
    get_template_part( ‘includes/loop’, ‘search’ );

    }

    with:

    if(!empty($_GET[‘s’]))
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    global $posts;
    $post_ids = array();
    foreach($posts as $post) $post_ids[] = $post->ID;

    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 2,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’,
    ‘use_main_query_pagination’ => ‘yes’,
    ‘custom_query’ => array( ‘post__in’=>$post_ids, ‘post_type’=>get_post_types() )
    );

    $blog = new avia_post_slider($atts);
    $blog->query_entries();
    echo “<div class=’entry-content’>”.$blog->html().”</div>”;
    }

    But how can i remove the meta data: categories, comments and date? The only thing that has to be displaid here, are the title with permalink and the featured image.

    • This topic was modified 9 years, 6 months ago by TanjaV.
    #694692

    Hey mischka_b,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px){
    .responsive #top #header_meta .social_bookmarks li a {
        color: #ffffff;
    }
    
    #header_meta, #top #wrap_all .social_bookmarks li {
        max-height: 30px;
    }
    
    #socket .sub_menu_socket li {
        float: none;
    }
    }
    

    Best regards,
    Jordan

    #694669

    Hi, half of the folders were empty. I don´t know why this happen. It seems as if the server stops and desconects every certain period of time.

    Any way I´ll upload everything manually.

    Thanks.

    #694664

    Topic: Logo and social icons

    in forum Enfold
    roderickvs
    Participant

    Hi,

    I’ve set the social icons to be shown in the right top, which works on the homepage, but on an other page they show up left?! http://www.webdesignleerdam.nl/personal-training-coaching/

    What am I missing?

    • This topic was modified 9 years, 6 months ago by roderickvs. Reason: solved

    Hey pimroll,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        padding-bottom: 0;
    }}
    

    Best regards,
    Yigit

    #694628

    Hi pajicu!

    Please refer to my post here – https://kriesi.at/support/topic/different-logo-for-every-language/#post-665917

    Cheers!
    Yigit

    #694611
    mischka_b
    Participant

    Hi guys,

    I´m facing some issues with the header and the socket on mobile and wasn´t able to find the answers to fix my problems in the other threads.

    1.) I would like to reduce the height of the dark grey header bar above logo and main menu to a minimum without sacrificing usability
    2.) The search bar / icon doesn´t show on mobile. How can I add it left of the main menu or anywhere visible?
    3.) The footer menu isn´t centered (Über uns, Presse etc.). How can I fix that?

    I´m currently using this code:
    /*Social Icons Menu*/

    #top .social_bookmarks li a {
    width: 55px;
    line-height: 42px;
    margin-top: -5px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    min-height: 40px;
    font-size: 20px;
    color: #ffffff;
    }

    .av-social-link-mail a:hover {
    background-color: #ff8d3f !important;
    }

    #footer .widget {
    text-align: center;
    }

    #socket .copyright {
    text-align: center;
    display: block;
    width: auto;
    }

    #socket .copyright { width: 100%; text-align: center; }
    #socket .sub_menu_socket { margin-top: -60px;
    margin-right: 400px;
    }

    #socket .copyright { display: none; }

    .post-meta-infos, .news-time{
    display: none;
    }
    .blog span.post-meta-infos * {
    display: none;
    }
    .blog span.post-meta-infos time{
    display: block;
    }
    .news-time {
    display: none;
    }
    .entry-content .post-meta-infos {
    display: none;
    }

    span.av-masonry-date {
    display: none;
    }

    #top .av-main-nav { font-family: Oswald; }

    .logo {
    margin-left: -20px;
    }

    /*Responsiveness*/

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    width: 100%; text-align: center; position: relative; top: 15px;
    }}

    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
    line-height: 1.5em;
    }

    #socket .sub_menu_socket li:first-child {
    border: none;
    padding-left: 40;
    }

    .responsive #socket .sub_menu_socket {
    position: absolute;
    margin-left: 0;
    }

    .responsive #socket .container {
    min-height: 80px;
    }

    #socket .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    }}

    /*Datum etc. aus Beitrag entfernen*/
    span.post-meta-infos {
    display: none;
    }

    /*Datum aus Suchergebnissen entfernen*/
    .search-results .entry-format,
    .search-results .posted-on,
    .search-results .comments-link,
    .search-results .edit-link {
    display:none;
    }

    Could you help me with any quick css or other tweak that I can use to achieve this?

    Thanks a lot.

    Best regards
    Mischka

    #694571

    Hi!

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

    #top fieldset {
        border: none!important;
    }

    Cheers!
    Yigit

    #694558

    Hi!

    I changed the code to following one

    #work .container { padding-top: 10px !important; }

    Please review your website now

    Cheers!
    Yigit

    #694552

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-subnav-menu > li.current-menu-item a {
        color: #EB6575;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #694547
    kylix28
    Participant

    Is it possible to move images to the very top of the page when they are in placed in color section? I don’t want to use the header logo on my front page and I would like to use a custom background, so that is the reason why I have placed the images in the color section.
    Basically it’s an background image in the color section with two images placed on top of the color section. I want those two images move to the very top of the page instead of the middle. I have no Padding set in the Color Section.

    I was told via the support on ThemeForest Comment section to use this code – #your-unique-id .content { padding-top: 20px !important; }. All it did was move the image up by 5 pixels.

    Here is an image link to the homepage – http://imgur.com/a/BpLIq

    Thanks for any help you guys can send me way!

    #694536

    Hey wurgi,

    I checked your page but it’s not clear what exactly are you trying to align to the top?

    Please be more specific so we can help you better. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    or let us know the heading name so we both can be on the same page and resolve it.

    Best regards,
    Vinay

    #694523

    Ok, thanks!
    One more thing, how can I make that text smaller? I tried adding font-size, but nothing happens.

    I tried adding this
    span.subtext {
    position: absolute;
    top: 30px;
    left: 0px;
    color: #000000
    font-size: 14px
    }

    thanks

    #694491

    Hi,

    Please find the Screen options on the top right of the page and enable the Excerpt as shown in the below screenshot.

    Let us know if you have any questions we are happy to help!

    Best regards,
    Vinay

    You can close this topic because the client is happy with the prev/next how it is now :-)

    #694470
    wurgi
    Participant

    Hello there

    I’m trying to align the content of the first column of the table of this page to the top, rather than in the middle, but to no avail.

    As advised in this thread, I’ve tried to add this code to the quick CSS, but it hasn’t worked:

    td, tr {
      background: none repeat scroll 0 0 transparent !important;
      vertical-align: top;
    }

    Any other ideas?
    Thank you very much.

    #694469
    Donkies11
    Participant

    Hello Enfold Support,

    We have a careers section that has link elements on the bottom of the pages.
    We’re using the Grid Row element with four cells.
    Within each cell has an IMAGE element and a Special Heading element – with the Image element linking to the correct pages.

    Mobile behavior for Grid Row element is: “Default: Each cell is displayed on its own”.
    The Mobile Display for each cell is: “Always display”

    However, these elements aren’t appearing on mobile devices.
    The two screenshots below show first the Careers Page on mobile; then the careers page on Desktop.
    Careers Page

    Credentials are in private content area – can you see why these elements aren’t showing?

    Sincerely,
    Greg

    mobile screenshot

    desktop screenshot

    #694457

    Hi,

    Great, glad you came up with a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #694454

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.subtext {
        position: absolute;
        top: 30px;
        left: 130px;
    }

    Regards,
    Rikard

    #694453

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #694450

    That didn’t make a difference.

    My other question was how to get the social media icons to the top of the mobile device?

    Any ideas?

    Thank you.

    #694428

    Hi,

    Please try the following CSS as well:

    
    @media only screen and (max-width: 989px){
    .responsive.html_header_left #main {
        margin-left: 0px;
    }
    
    #header_main, .html_header_sidebar .logo {
        border-bottom-style: none !important;
        border-bottom-width: 0px !important;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
        top: 50px;
        left: 700px;
    }
    }

    Best regards,
    Jordan

    #694424

    Hi,

    I’m guessing the differences you are seeing is because you have used the Layout Builder for some posts and not for the others? If you use the builder for posts they will behave like pages instead and you will have to add everything to them manually. You can get around this though by switching to the default editor once you are ready to save. Please send admin login details in private if you should need any more help on the topic.

    Best regards,
    Rikard

    #694405

    In reply to: WPML Style

    Hi,

    We added the following css code in the Quick CSS field.

    #top .sub_menu>ul {
        float: right;
        margin-right: 20px;
    }

    Best regards,
    Ismael

Viewing 30 results - 89,941 through 89,970 (of 142,938 total)