Viewing 30 results - 85,681 through 85,710 (of 142,740 total)
  • Author
    Search Results
  • #733334
    Tony
    Participant

    Website:

    There is an area (padding) above the slider, but below the menu. It is there on every page of this site. I use Enfold on other sites and don’t have this. And I can’t seem to figure out what is causing it. I want the slider image to begin right after the top menu, no grey padding in between. It seems to be about 60 pixels high.

    Thanks in advance!

    • This topic was modified 9 years, 1 month ago by Tony.
    #733331
    mariasol3
    Participant

    Hi everyone,

    I tried to upload enfold theme via FTP (I’m using Filezilla) with no results. I know how it works: I unzipped the file and then I copied the folder into my server but it stops uploading (error: time connection over, then disconnects and reconnects again) when I have to copy these files: lang\cs_CZ.po and lang/ar.po

    I also wrote my hosting to increase memory limit to 256M and I also tried adding this line define(‘WP_MEMORY_LIMIT’, ‘256M’); to wp-config file, after I read other answers, with no results.

    My hosting said that files could be corrupted.

    Can you help me please? It is something I want to solve cause I don’t want to have the same issue in the future!

    • This topic was modified 9 years, 1 month ago by mariasol3.
    #733322
    Tomzilla
    Participant

    Hello. I’ve inserted text for the image caption overlay. The text is being duplicated: it shows up on the image (where I want it), and in the paragraph below the image you can see it there too (hard to see because it is white against the paragraph’s black text). The white caption text appears on top of the black text toward the end of the second line. Why is it the caption appearing twice? I only want it on the image. Thanks.

    #733314

    Hi d2xz!

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

    #top .social_bookmarks li a {
        font-size: 20px;
    }

    Cheers!
    Yigit

    #733313
    d2xz
    Participant

    Hello,

    Quick question. How can I increase social icon size (2x times bigger) on top right, link is below.

    Thanks.

    Gailson
    Participant

    Hi,
    I write you because I have noticed in two diffent sites realized by me the same problems with transparent menu and now I really need a solution.
    When I choose transparent header on a page all goes right for the desktop version but enfold seems to have some problems on mobile version of this gorgeous header.
    On mobile the transparent header become white and that’s right for me! The problem is that if I chose white color for the menu of the transparent header on mobile I have white header with white menu so I can’t see menu list, social icons, secondary menu, phone number and any other text on the header.
    How I can solve it? Please help me quickly

    #733289
    markkus2
    Participant

    Hello, is it possible to place the defined social icons somewhere in the top area (underneath the logo perhaps or on the very top like the address/tel/fax strip in the streched layout)?
    I’ve read this post: https://kriesi.at/support/topic/boxed-layout-4/, but he has solved his problem by leaving the boxed layout unfortunately.
    Thanks

    FuscAzul
    Participant

    Hello,

    I was using enfold in Firefox, and everything was going ok. I added a video on my Youtube channel and used it on a color element in my new Home Page, everything set.

    When i switched old homepage to the new homepage, the video stopped working, i checked on Safari on MAC and IE on Windows and everything is still working good, the video is playing correctly, but on both computers (mac and windows) when i use firefox its really not working anymore.

    Can you guys help me figuring out? The strange thing is, it was working on Firefox, and i havent changed anything on the color element, just switched the option for the page turns into a home page, i even tried to remove it from home page but same problem now.

    #733260

    On the same topic – it also is not responsive to a screen size change. Can you suggest a fix please. Logins as before

    I have it set up for 4 columns and 2 rows but is showing on another screen in the office as 6 on top and 2 below.

    Many thanks again in advance

    #733202

    In reply to: AJAX Portfolio changes

    Hi,

    1.) Use this code inside Quick CSS field:

    #top .portfolio-preview-image .avia-gallery .avia-gallery-big {
    pointer-events: none;
    }

    2.) Use this code:

    a.lightbox.lightbox-added {
    display: none;
    }

    3.) Use this code:

    a.avia-gallery-big.fakeLightbox.lightbox.avia-gallery-big-crop-thumb {
    width: 75%;
    }
    .entry-content-wrapper.entry-content {
    width: 175%;
    }
    .av_table_col.portfolio-entry.portfolio-preview-content {
    left: -16%;
    }

    Adjust as needed.

    In the future please use different tickets for different issues/questions. This way you get a much faster reply.

    Best regards,
    Andy

    #733199
    vero
    Participant

    Ok. Please check here: http://www.veroyoga.com/veroyoga.com/classes/

    What i would like to do, ( open to any other alternative) is to add the blue information icon inside the table as you can see on the “Classes” table, first row, so when you hover your mouse over you get the information on the class.
    I was playing with the image with hotspot option as you can see the big blue icon on top, but i am not sure there is a way to inject it
    inside the table cells as these tables are also setup using the shortcodes…

    Any recommendation, like alternative plugins are welcome, or maybe i am missing an already available shortcode within the Enfold options?

    Thanks a lot

    #733191
    ariane1001
    Participant

    Hi,
    I followed this post to add a custom post type: https://kriesi.at/support/topic/procedure-for-adding-custom-post-type-and-enabling-it-for-use/

    Posts are not made in Avia builder and I have to categories: Lopende projecten and opgeleverde projecten.

    When using the next and previous buttons on a post I would like the next or previous post to be from the same categorie.

    I searched the forum and found a lot of solutions, all codes below I have tried but non is working.

    What can I do to get it working in the same categorie.

    url: http://bloemfontein.nl/nw16/projecten/lopende-projecten/ and http://bloemfontein.nl/nw16/projecten/opgeleverde-projecten/
    I am using a Child theme

    Thanks in advance.

    Codes used:
    With this one the buttons dissappear

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
    	$s['same_category'] = true;
    	return $s;
    }

    This one also the buttons dissappear

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings) {
         $settings['same_category'] = true;
         return $settings;
    }

    This one doesn’t work at all

    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }

    This one doesn’t work and the previous button is pointing to the same post as where you are:

    add_filter('avia_post_nav_entries','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings) {
         $settings['same_category'] = true;
         return $settings;
    }
    #733184
    krestien
    Participant

    Hi guys,

    I have a post slider element in my site with 5 columns and 6 entries (at the moment). It is inside a colour section, so it’s fullscreen.
    What’s missing now are the arrows, which should appear for navigation to the next side of the slider. I already tried some solutions like mentioned here or here.
    Could you provide me a solution for this? Thanks!

    Best regards

    • This topic was modified 9 years, 1 month ago by krestien.
    #733178

    Hi Ismael,

    thanks for your help, but in the meantime I did a workaround which suits my expectations.
    Topic closed.

    Best regards

    #733121

    Topic: Sidebar color

    in forum Enfold
    zeaigars
    Participant

    Hello!
    I changed sidebar color using this css code:
    #top #main .sidebar { background-color: white; }
    You can see result here:
    https://goo.gl/ikXc8Y
    How to change the rest sidebar space to white?

    #733116

    In reply to: MOBILE ISSUES

    Sorry, I recently pointed the new domain:
    http://www.residencialvalenca.com.br

    I removed the shortcode, but I love to put it again if it can be turned off in mobile.

    .right_floating_top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1000;
    }

    (WIDGET ON FOOTER)
    <span id=”visite” class=”right_floating_top”></span>

    Ty a lot!

    #733112
    Rio1
    Participant

    I have a button style phone nr as a menu item in the header of my site without a link.
    it looks good on desktop but on mobile there is half an empty menu item right above the phone nr.
    the site is: http://werberitter-preview.sellahi.de

    how can I fix that?

    thank you :-)

    #733110

    Hi Nikko,

    That’s going to be really difficult to do at the moment. I’m working with the desktop server support at the moment and once we figure more out, I’ll get back to you if that’s OK.

    H

    #733101

    Hey Basilis,

    not really …

    The only code we added is in the Quick CSS field:

    #top .avia-post-nav {display: none;}
    .grid-entry .inner-entry {box-shadow: none; padding-right: 5px;}
    h3.grid-entry-title.entry-title {line-height:1.5em;}
    .grid-content .avia-arrow {display: none;}
    .avia-tooltip {display: none !important; }

    Thank’s and cheers, Sia

    #733089
    bauchope
    Participant

    Morning,

    As always I love your theme and have used it on a lot of my builds as it is so flexible but most of all your support compared to other developers is amazing so thank you for making my life easier!

    I just have a quick question about my homepage. I want the order of the masonry block to match the order of my top bar menu but I can’t see that the options available allow me to do that. Can you suggest a fix please?
    Details below
    Many thanks
    Kim

    #733082

    Okay I have manage to Solve my Problem :)

    Thanks for been around and welling to save me.

    Feel free to close this topic.

    #733069

    Hey Kikko

    I went ahead and i created a Code Block below the fullscreen slider. my problem is I can’t seem to get the container go up only the social media icons are moving the extra white background is still display at the bottom, also is not center is staying on the left side only. here is my code

    HTML

    <div class="oshibobo">
    <ul>
    <a href="#"><i class="fa fa-facebook"  style="font-size:24px"></i></a>
    <a href="#"><i class="fa fa-twitter"   style="font-size:24px"></i></a>
    <a href="#"><i class="fa fa-linkedin"  style="font-size:24px"></i></a>
    <a href="#"><i class="fa fa-youtube"   style="font-size:24px"></i></a>
    </ul>
    </div>

    CSS

    .oshibobo .container {
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 0px;
    }
    • This reply was modified 9 years, 1 month ago by bobo.
    #733042

    Hey Vinay,

    Thanks for reply. Regarding buttons, yes I figured out one code. Currently my general styling code loooks like this. However not all issues are solved. And I got new ones :)

    /*No menu in header
    .page-id-11 nav.main_menu {
        display: none!important;
    } 
    */
    
    .avia-button {
    border: 1px solid #ffffff !important;
    }
    
    .avia-button-center {
       display: inline;
       padding: 0 5px;
    }
    
    .page-id-43 .main_menu {
    display: none;
    }

    1. Buttons in top section are alligned left – exactly as I need them. If I want to create another section where two buttons are centered – how do i do that?
    2. Both buttons are outlined with white boarder. If I want to make Green button (left button ) without outline, but right button keep with white outline. How do I do that? Basically I want button to have exact look as in top menu – see attached link:
    3. When I look at mobile look mobile version there are a lot of issues:
    3.1. the button in top right corner becomes unreadable ( see attached screenshot)
    3.2. Logo becomes bigger. IS there a way to keep it same size?
    3.3. Top section ( where the logo and button are ) becomes white. Which actually prevents from reading logo. Is there a way to leave it same color as its on website.
    4. On the content page ( see link in attachment) I want to get rid of the button in top menu and I want to change logo to other picture ( text is black ). How can i put different logo to different pages? And How can I hide menu there?

    Thanks! I think these questions cover all the topics so my website will shine as i want :)

    • This reply was modified 9 years, 1 month ago by wisenlucky.
    #733026

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #733025

    In reply to: bug in theme?

    Hi Jeannie,

    Great, glad you resolved your issue and thanks for the feedback :-)

    Let us know if you should have any further problems or questions on the topic.

    Best regards,
    Rikard

    #733013
    Robyone925
    Participant

    Hi there,

    When using the ‘Tabs’ element, there is a missing right border when displaying on desktop. It’s ok on mobile. Any ideas?

    #733004

    Hi Jared,

    I see your CSS being applied but it probably had some blank spaces in the beginning of it making the formatting wrong. If you should have the same problem again then please try pasting the code in a text editor to get rid of the formatting. You can try this in Quick CSS to see if it works:

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }

    Best regards,
    Rikard

    #733002

    Hi,

    I don’t think we did anything, then we would have posted it here. Anyway, glad it started working again. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #732998

    In reply to: Sticky Sidebar

    Hi Clement,

    Ok, thanks for the feedback and sorry for not being able to provide you with a solution. I’ll go ahead and close the topic, please open a new one if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey Octopus4444,

    Thanks a lot for sharing that, we’ll have a look at if that is something we could change in a future release :-)

    Best regards,
    Rikard

Viewing 30 results - 85,681 through 85,710 (of 142,740 total)