Viewing 30 results - 131,251 through 131,280 (of 142,910 total)
  • Author
    Search Results
  • #247738

    In reply to: Portfolio Menu

    Hey!

    1) Make sure you’re using the latest version of the theme (Enfold 2.6.2) and WordPress (3.8.1). There was an incompatibility issue in the past: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    2) If it still doesn’t work please try to re-install the theme with FTP: https://vimeo.com/channels/aviathemes/67209750

    3) Deactivate all third party plugins – maybe a plugin conflicts with the portfolio filter.

    Regards,
    Peter

    #247736

    Hey!

    Try to insert this code into the quick css field:

    
    #top .main_menu .menu li:hover {
    color: #666;
    }
    

    Cheers!
    Peter

    #247723

    @headbentdesign – I’d prefer not to let this turn into a topic to let users debug customization related to queries so when you do find a resolution or a next step make a new topic and reference this one (as has started).

    #247722

    Please leave this topic open. I will be back shortly with a resolution.

    I’m hiring my media queries pro to get to the bottom of this, and if it’s NOT theme related, i will humbly admit it. But I honestly think it is something within the latest theme update that’s causing my media queries NOT to apply.

    Never had issues like this before and my code is ok. Triple-checked.

    I’ve been wrong before, but we’ll see.

    #247717

    hi Yigit

    have the same issue on iPad

    have the following code in my Quick CSS

    #top .fullsize .template-blog a { float: none; display: inline-block; width: auto; }
    
    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 850px;
    }
    }
    
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 690px;
    }
    }
    
    .container .nine.units {
    width: 600px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container .nine.units {
    width: 450px;
    }
    }
    
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }
    
    .responsive .logo a, .responsive .logo img {
    width: 100% !important; }
    #header_main { height: 100px; }
    #advanced_menu_toggle { top: 130%; }}
    
    hr { border-color: #999999; }

    what code can i add so it displays well on iPad as well.
    thanks.

    #247715

    Hi ouranos3!

    WordPress already does this in the form of the body class. Inspect the page you are working with in dev tools (for whatever browser) and in the body tag you’ll see a unique class for that specific page.

    For this topic here on kriesi.at the class is .postid-247648 .

    Cheers!
    Devin

    Hey sundialstudios!

    The last 3 images you added ( 3 images that appear on the top ) don’t have the lightbox added, so in other words when you created that cat or entry on the portfolio you forgot to select add a lightbox.

    Best regards,
    David

    #247700

    Hi talelie!

    Here is how to disable the sidebar, when you are creating pages / or updating a page on the right hand side you have the following box. ( 3rd box ) top to bottom.

    Layout
    Select the desired Page layout

    On this part you have a select dropdown, you need to select no-sidebar and save the page.

    Best regards,
    David

    Hi E!

    Can you try adding following code to Quick CSS as well

    #header_meta { z-index: 9; }

    I unfortunately do not have chance to check your website on an Android device

    Cheers!
    Yigit

    #247683

    Hi!

    Please try checking your website on another computer. I checked once again and it is still working fine on my end. It has to be your computer as the issue you are having here https://kriesi.at/support/topic/how-to-prevent-feature-image-from-showing-on-top-in-an-image-post-type also only occurs on your end :/

    Best regards,
    Yigit

    #247677
    CurlyHost
    Participant

    Hey guys,

    I’m using the Enfold Portfolio for this page:

    http://www.simplyblueweddings.com/real-weddings/

    Recently some of the images stopped loading. It’s it because there are too many portfolio items on this page?

    Thoughts?

    Hey!

    I have just checked your website and i can also confirm that featured image is not visible – http://i.imgur.com/xzxdyRR.png . At this point, there is not much we can do since we all can see the code is being applied and working fine and the issue is only on your end.

    Cheers!
    Yigit

    #247674
    alexbog
    Participant

    Hi,
    I have followed the instructions on installing the theme and the WPML plug in, so far tediously creating the structure of pages in English and their translations in Croatian, Bosnian and Serbian. When the default language is English the theme seems to be working fine with the plug in except when I click on the flag of another language and then I click on the logo to get the 404 page. However, another, to me, so far insurmountable problem, happens when I switch to Croatian or Serbian or Bosnian as the default language. In that case, the homepage always opens as the “Error 404 – page not found”. When I change it back to English the home pages in Serbian, Croatian or Bosnian do open when I click on the flag. I searched all over the forums and, among other things, found http://wpml.org/forums/topic/default-language-and-search-page-fails/ but this did not help me. All my work so far is useless if there is no fix to this problem. Namely, on this site the default language must be a language other than English (Croatian, Serbian or Bosnian). I also could not fix the issue of finding a way to having the drop-down menu instead of the default flags. With a patch you gave I can get rid of the flags but the drop down menu shows but will not work.
    I hope you understand my frustration with both the theme and the plug in not least because of the time that I do not have.
    Thank you for your help and understanding,
    Alex

    PS
    log in to http://www.kfbl.edu.ba/wp/wp-login.php, user name: admin, password: banjaluka and see it for yourself.

    #247669

    Hey Chris!

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

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate {
    display: block;
    }
    .responsive #header .social_bookmarks {
    display: block!important;
    }}
    @media only screen and (max-width: 990px) and (min-width: 768px) {
    #top .avia-logo-element-container .slide-entry {
    width: 50% !important;
    }}
    

    Regards,
    Yigit

    #247654
    This reply has been marked as private.
    #247650
    Thinkgate
    Participant

    I am trying to remove the thin white border around the sub-menu and cannot figure out what classes/id’s to target.

    http://s24.postimg.org/nlg0fvqud/Online_Press_Kit_Thinkgate.jpg

    I have a set border-top-color: rgba(255, 255, 255, 0.76) !important; to this class .header_color .main_menu ul:first-child >li > ul (this is what I want to keep)

    I have tried to set border-left border-right and border-bottom to none; to the class above but it doesn’t seem to work.

    Any ideas? I’ve tried to target almost every class I’ve seen through inspect element, but just cannot seem to find it.

    Thanks guys!

    • This topic was modified 12 years ago by Thinkgate.
    #247641
    #247636

    Hi!

    For the navigation, add this:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        float: none !important;
        display: inline !important;
    }

    Regarding the other request i think the fastest and easiest approach would be to including that ‘new’ sticker in the actual image.

    Best regards,
    Josue

    #247634

    In reply to: Mobile Blog Layout

    Its not working. I’m guessing I entered incorrectly.
    Here is all the code in Quick CSS
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (min-width: 767px) {
    .single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }
    #menu-item-search {
    display: block!important;
    }

    #247625

    In reply to: Horizontal Icon List

    Hi!

    Link Fudge posted only shows the example and that site is not using Enfold. As i said here – https://kriesi.at/support/topic/horizontal-icon-list/#post-233224 unfortunately we cannot help you with that

    Best regards,
    Yigit

    #247618

    Hey nonne!

    I’ll close the topic since you edited you’ll be doing a work around but in general the category links should go to the category archive. In the traditional structure you would use categories for groups of posts and clicking the category would take you to that group.

    Using the name of the blog makes it a bit confusing since it is tied to the idea of a name rather than a group. Example categories that make more general sense: News, Photos, Personal Updates etc. Whereas using page type names can make it confusing to the user.

    Regards,
    Devin

    #247611

    Hi!

    Can you also try deactivating all active plugins and check if that helps? I have copied your home template and created a page called home test and will work on that one
    Edit: Custom CSS code is currently not being applied. Deactivating plugins should help. If it does not try adding the custom CSS code i added to top of Quick CSS to Custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    • This reply was modified 12 years ago by Yigit.
    #247586
    This reply has been marked as private.
    #247583

    Hi Yigit
    Could you expand on what you have done for headbentdesign? It seems that I am having the same problem – media queries have stopped working.

    http://aclgroup.co.uk/wordpress/sirthomasabney/

    Please help I have to finish this this weekend!

    Thanks

    Steve

    #247551
    #247530

    I notice this code :

    .content, .sidebar {
    -moz-box-sizing: content-box;
    min-height: 1px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1;
    }

    after changing the padding value to 0 , the content is lining up and down nice , BUT only on desktop screen, on IPAD it stays the same.

    #247524

    Our programmer has fixed it with Custom CSS:

    div .widget_shopping_cart .button.checkout {float: left !important;}

    div .widget_shopping_cart .button {margin-top:20px; padding:10px;}

    .buttons .button{border-radius: 2px !important; float:left !important; width: 170px !important;
    text-align: center;}

    #247515
    waterwalk
    Participant

    Hi,

    We are almost ready to go live and suddenly we have an issue. I have tried adding some new content to a couple of the sidebar widgets and it no longer shows up. Is there a limit to how many sidebars I can have or is there a limit to widget content? It’s really strange because it just suddenly stopped working. I already gave you guys access in an earlier post if you are able to take a look at this. We were scheduled to go live tonight.

    Thanks.

    Example page – This sidebar is supposed to have content underneath the “Next Steps” menu but it does not show up.

    http://tinyurl.com/mt3dpwx

    • This topic was modified 12 years ago by waterwalk.
    #247490

    Topic: Footer widget spacing

    in forum Enfold
    Angiec13
    Participant

    Hi- site address in reply. I need the orange consultation box in my footer to be take up the entire widget space in the footer and line up with both the top/bottom of the space. I have applied the css below to eliminate any top/bottom footer space, but there are two issues.

    
    #footer {
        padding: 15px 0 0px;
        z-index: 1;
    }
    
    #footer .widget {
        margin: -20px 0;
        padding: 0;
    }
    

    Issues:
    1. #footer css is not removing the bottom space, even when I add !important

    2. #footer .widget code seems to not work correctly in chrome. I need that code, though, in firefox to move the footer widgets up.

    Are there other areas in the theme where styles are applied that I need to be aware of? any thoughts on how I can remove the space below the orange box that I have now, but still make it look correct in all browsers?

    Thanks!
    Angie

    Hi!

    You can overwrite the entire widget (class) with your child theme. Just copy the code from wp-content/themes/enfold/framework/php/class-framework-widgets.php into your child theme and modify the code there. If you want to register a new widget for a cpt/taxonomy use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 – note that you MUST place it in the child theme functions.php or it will not work.

    Best regards,
    Peter

Viewing 30 results - 131,251 through 131,280 (of 142,910 total)