Viewing 30 results - 135,511 through 135,540 (of 142,828 total)
  • Author
    Search Results
  • #206062

    Topic: Last post by

    in forum Enfold
    Gewora
    Participant

    Hello,

    i have the problem that it is not showing the last posters username at the topic list.

    It looks like that:
    Image

    How can i change that? I checked the bbPress settings but can’t find a option for that so i guess it has something todo with the template.

    Thank you very much

    #206059

    Hi!

    First re-download the theme files from your downloads on Themeforest and then install the updated theme files. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    In addition, try deactivating all active plugins and see if that helps layerslider work correctly in IE since it has had a lot more testing and usage for cross browser compatibility than even the theme.


    @viscribe
    – if you can create a new topic with a link to your site and the same information we’ll take a look at it there. IE issues can be varied and I don’t want the two of you to get confused on which is working for whom.

    Best regards,
    Devin

    #206046

    Hey Minz!

    1) While possible, we don’t have a code example or a how to. You would need to write new custom css to replace the bullets with the icons of your choice.

    2) I don’t know why they aren’t lined up on that page. You may want to try adding a blank column on the side of each of the 2/3 columns to make sure everything is getting cleared out correctly.

    And possibly try re-making the tables to see if it was just an error in their initial setup.

    3) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    @media only screen and (max-width: 989px) {
     .responsive .boxed#top {
      width: 100%;
     }
    }
    

    adjust the max-width as needed to get the effect you are looking for. You *might* need to add !important to the width value if it doesn’t overwrite the themes media query correctly at first.

    4) You can use this to remove it:

    
    .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
        background: transparent;
    }
    

    or alter it to fit your design.

    Regards,
    Devin

    #206038
    garyguthrie
    Participant

    I’m trying to make a panorama picture (1140px wide) full-width responsive but it’s stopping at 1140 px. I have all the settings right, I believe, but it’s leaving white space on both sides.
    The sample slider’s background image is 1600. Do all fullwidth sliders need the same dimensions?

    #206034

    Topic: top menu buttons

    in forum Enfold
    asherbarrett
    Participant

    I would like to add buttons like these in the top secondary menu http://j2k.info/american/ and i added the following css to my theme but nothing happen. can you help me out?

    the css i added
    #menu-item-2508 a {
    background: blue !important;
    padding: 10px;
    color: red !important;
    }
    #header_meta {
    box-shadow: none;
    }

    .header-buttons { border-bottom: 2px solid blue; }

    my site i’m building.
    http://mindseye-studios.com/clients/johnmoore/

    #206032

    Topic: Width of the posts

    in forum Enfold
    Speedskater
    Participant

    Hi guys,

    I’m trying to change the width of the blog. The target is the blog, where sidebar has default size, but post has the width for 1000px images. I edited grid.css – added new rule for screens with min-width 1500px – just copied from “@media only screen and (min-width: 1340px)”, not replaced. I changed “responsive_large .container” value to 1365px and “responsive_large .container .nine.units” to 1050px. Nothing else. It looks nice now. But do I need to edit something else with #top selectors? I don’t understand what is it for. When I look into html code using Firebug I see, that the theme uses nine units, but grid.css has units from one two twelve. Why? Could you explain what container units mean?

    Thank you

    #206025
    xpoveda
    Participant

    Hello, I like some css modifications.

    HEADER

    I am using the header botton with social icons.

    1. to have the social icons on the top of all, at the same y-position of header meta content.

    2. no border in menu section (actually is a green line)

    3. with my modifications of header the “back to top” button not appears in bottom position. how to fix it?

    CONTENT

    i like too much to have some page with two columns. in one to have got an image and overlaps in the other column. how to make this?

    the same question but with two sections.

    the overlaps effect is beautiful!!

    SLIDER

    how is the element “easy slider transparent”. It appears in demo themeforest enfold theme but not in dummie demo data.

    thanks so much!!

    xavier.

    #206018

    Hey!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li, .sub_menu li { border-right-style: none; }

    Best regards,
    Yigit

    #206012

    Hey CloudChoice!

    Please use following code instead

    
    #header_meta { box-shadow: none; }
    #header_main { border-top: none; }

    Cheers!
    Yigit

    #206008

    That worked! Just had to figure out one other bit of code to fix the fact that the dropdown part was one pixel to the right of the rest. I fixed it with this:

    #top .sub_menu li li a {
    margin-left: -1px!important; }

    In case anyone else is reading this because they are looking for help with a similar problem, here is the full code we used:

    #lang_sel_click {
    position: absolute!important;
    top: -12px!important;
    left: -150px!important; }
    
    #lang_sel_click a, #lang_sel_click a:visited {
    line-height: 10px!important; } 
    
    #lang_sel_click li { width: 150px!important; } 
    
    #lang_sel_click .sub_menu li ul {
    top: 26px!important;
    left: 0%!important;
    border-top: none!important; } 
    
    #top .sub_menu li ul { left: 0%!important; 
    top: 31px!important; } 
    
    #top .sub_menu li li a { line-height: 22px!important; padding: 3px 10px!important; font-size: 11px!important; border-top: none!important; margin-left: -1px!important; } 
    
    #top .sub_menu li li:first-child > a {
    border-bottom: solid 1px #cdcdcd!important; 
    border-left: solid 1px #cdcdcd!important; 
    border-right: solid 1px #cdcdcd!important; } 
    
    .header_color .sub_menu ul { background-color: #f8f8f8!important; } 
    
    #top .sub_menu li ul { width: 151px!important; } 
    #lang_sel_click li { padding-left: 0!important; } 

    Thanks again for all the brilliant coding help! :)

    #206007

    P.S. I also can’t work out how to loop it. It currently finishes and then stops. Please can you point me in the right direction.

    #206005

    Hi!

    Please add following code to Quick CSS as well

    #top .sub_menu li ul { width: 151px; }
    #lang_sel_click li { padding-left: 0; }

    That should solve both issues. If not, please create a temporary admin login and post it here privately so we can take a look

    Best regards,
    Yigit

    #206004

    Just updated the current version and the following messages appeared:

    Warning: require_once(class-envato-protected-api.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/48/11359548/html/wp-content/themes/enfold-new/framework/php/auto-updates/class-pixelentity-theme-update.php on line 32

    Fatal error: require_once() [function.require]: Failed opening required ‘class-envato-protected-api.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/48/11359548/html/wp-content/themes/enfold-new/framework/php/auto-updates/class-pixelentity-theme-update.php on line 32

    #205983

    Hi!

    Please add following code to Quick CSS as well
    1-

    #top .sub_menu li li:first-child > a {
    border: solid 1px #cdcdcd!important;
    }

    2-

    .header_color .sub_menu ul { background-color: #f8f8f8!important; }

    3- You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    #205975

    Hi again,

    I tried replacing the enfold-new with the updated enfold version, but when I did, the slider remained not visible. Any other ideas besides rebuilding from scratch?

    #205942

    Thanks again. Replacing all of the semicolons with !important; in the code that you and Ismael gave me has helped some. I have also tweaked the code to adjust padding, line-height, etc.

    This code appears to be almost correct. However, I am still having a few problems:

    • When you click the dropdown button, the first item that pops up below the current is missing its left, right and bottom borders. (Top border is set to none in the code because it would overlap with the current item’s bottom border.) There is also a weird line that is tangential to the menu (to the top right of the first dropdown item).
    • The weird blank space to the left of the current item in the menu is still there. Upon closer look, I do not think it is a matter of color, so I removed the “background-color: inherit;” from the code. It appears that this one item is about 10px narrower than the rest of the items. I have tried to adjust the width, but this did not work. Trying to insert negative margin just moved the entire item, including this blank space.

    Here is the code as I have revised it:

    #lang_sel_click {
    position: absolute!important;
    top: -12px!important;
    left: -150px!important; }
    
    #lang_sel_click a, #lang_sel_click a:visited {
    line-height: 10px!important; } 
    
    #lang_sel_click li { width: 150px!important; } 
    
    #lang_sel_click .sub_menu li ul {
    top: 26px!important;
    left: 0%!important;
    border-top: none!important; } 
    
    #top .sub_menu li ul { left: 0%!important; 
    top: 31px!important; } 
    
    #top .sub_menu li li a { line-height: 22px!important; padding: 3px 10px!important; font-size: 11px!important; border-top: none!important; } 

    Thanks again. Take care.

    • This reply was modified 12 years, 2 months ago by MHM.
    #205929
    eigenstil
    Participant

    Hello everybody!

    This is a chrome only issue!

    I installed the latest enfold Version 2.4.4 and I am trying to use a sticky/fixed sidebar. Therefor, I installed the q2w3 plugin: http://wordpress.org/plugins/q2w3-fixed-widget/

    But there is an issue with displaying it. Whenever there is a slider on the page (or some other jquery going on) the sidebar “flickers”. It disappears and reappears in a certain interval. The interval is exactly the same interval as the slider-animation. Example: http://ec2-54-196-129-248.compute-1.amazonaws.com/flickering-sidebar/

    When I have a page, whithout any jQuery, this “flickering” is not present. Example: http://ec2-54-196-129-248.compute-1.amazonaws.com/not-flickering-sidebar/

    I searched the forum and found another topic with the same problem (https://kriesi.at/support/topic/floating-widget-using-q2w3-widget-is-not-working-in-chrome/#post-169162). I already inserted the advise CSS-snippet:

    .avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content-wrapper {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: visible !important;
    }

    But this doesn’t help. As in the other topic the moderator gives the advice to install the newest version – we can definitly say, that this is NOT the solution.

    So what can we do about this? any hekp is very much appreciated!

    • This topic was modified 12 years, 2 months ago by eigenstil.
    #205915

    Hey!

    Please try adding !important to the code to force it as following

    .post-entry-1195 .avia-builder-el-8 .avia_textblock b { 
    float: left!important;
    margin-top: 6px!important;
    }

    It seems like it is not being applied. You can try adding the code to Custom.css file inside Enfold/css folder and flush browser cache and settings of caching plugin if you are using any and refresh your page a few times

    Best regards,
    Yigit

    #205912

    Hey!

    It seems like code is not being applied. You can try adding !important to all custom CSS code to force them, for example

    #top .sub_menu li ul { left: 0%!important; }

    Please flush browser cache and settings of caching plugin if you are using any and refresh your page a few times

    Regards,
    Yigit

    #205903

    Hi!

    Please add following code to Quick CSS and adjust if needed
    1-

    #top .sub_menu li ul { left: 0%; }

    2-

    #top .sub_menu li li a { line-height: 20px; padding: 6px 18px; }

    3-

    #top .sub_menu li li a { font-size: 11px; }
    #lang_sel_click li { width: 140px; }

    4-

    .header_color .sub_menu ul { background-color: inherit; }

    Cheers!
    Yigit

    #205898

    Hey creativeyes!

    Please add following code to Quick CSS as well
    1-

    .post-entry-1195 .avia-builder-el-8 .avia_textblock b { margin-top: 6px; }

    2-

    .image_size_widget .news-thumb {
    height: 12px;
    width: 12px;
    } 
    .news-thumb { 
    min-width: 12px;
    min-height: 12px;
    }

    3-

    span.author-box-name { 
    margin-left: -65px;
    background-color: white; }
    .author-news-room .rounded-container { display: none; }

    Best regards,
    Yigit

    #205893

    Hi David!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    margin-right: 10px;
    }

    Cheers!
    Yigit

    Hey deyowulf!

    1) As far as I know this is a limitation of LayerSlider. It needs to change slides or refresh in order to re-adjust for a phone rotation.

    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.avia-blank {
    width: 101% !important;
    }

    Best regards,
    Devin

    #205864

    Hey!
    Please add following code to Quick CSS as well
    1- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
    2-

    #top .avia-post-nav { background: rgba(0,0,0,0.1); }

    This is default value, you can change rgb value to any color that you would like and 0.1 is opacity.
    3-

    .image-overlay .image-overlay-inside { display: none; }

    4-

    .sidebar_tab .tab_titles {
    width: 0%; }

    Regards,
    Yigit

    #205851
    vinipinelli
    Participant

    Hello, I performed all the new updates of WordPress. After finalizing the part of “Sortable” in “Portfolio Grid” stopped working.

    Anyone know how to solve this problem and get back to normal?

    My site is http://www.vinipinelli.com.br

    Thank you very much

    #205848

    Hey CloudChoice!

    You can add following code to Quick CSS

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px; }

    If that does not do it for you, please post the link to your website so we can provide you more accurate custom CSS code

    Best regards,
    Yigit

    #205829

    Hey Maik!

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

    #top .ls-bottom-slidebuttons, .avia-slideshow-dots { display: none; }

    Regards,
    Yigit

    #205809
    creativeyes
    Participant

    Hi

    Three hopefully simple amends I’d appreciate some help with:

    1. A continuation of #203111, my client asked me to reduce the size of the three boxes and amend the text which has thrown out the alignment again. Please can you align it again ideally making the top of the text align with the top of the box.

    2. Is it possible to reduce the two grey boxes next to the two news stories in the footer so that they are 30% of their current size? http://www.cambridgeespana.com/

    3. On http://www.cambridgeespana.com/author/news-room/ please can you remove the ‘About’ before ‘News Room’ plus also remove the grey circle at the top of the page.

    Once again many thanks for your help.

    Hi!

    1) You can set a logo height for smaller screens with a media query – i.e. insert following code into the quick css field

    
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    max-height: 80px !important;
    }
    }
    

    2) The list item icons size won’t change – regardless of the screen resolution. The main reason is that the user wouldn’t be able to see the icon with a reduced font size.

    3) The post slider image size changes because Kriesi turns a 4 column grid into a 2 column grid if the user views the website with a low resolution. The main reason is that a 4 column grid would make the content unreadable in certain cases. If you want to keep the 4 column structure insert following code into the quick css field

    
    @media only screen and (max-width: 767px){
    .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even {
    margin-left: 4%;
    clear: none;
    }
    
    .responsive #top .slide-entry {
    width: 20%;
    margin-left: 4%;
    }
    }
    

    Regards,
    Peter

    #205787
    caroberto6
    Participant

    Dear Kriesi!

    I’d like to inquire about my follow ticket:
    https://kriesi.at/support/topic/wrong-table-visualization-in-internet-explorer/

    You closed the ticket, but your code didn’t work, and the problem still occurs. This means, you don’t know the solution, and I don’t ask you anymore about it, or you are thinking the answer in the background?

    Thank you for your answer!

    Regards:
    Robi

Viewing 30 results - 135,511 through 135,540 (of 142,828 total)