Viewing 30 results - 229,771 through 229,800 (of 244,586 total)
  • Author
    Search Results
  • #219311

    Actually, the message appear on the home page :

    Thanks

    #219303

    Topic: Enfold blog layout

    in forum Enfold
    yuravw
    Participant

    I want a blog like the demo page; Multi author blog.
    So I placed a Blog post element in WordPress and selected:
    Multi Author Blog, Read more link (I do not kwno what image size I must select). But on my site this is not shown good; http://www.paradepaard.nl/blog/

    #219301

    In reply to: Custom logo issue

    This reply has been marked as private.
    #219279

    Topic: about IE11 and before.

    in forum Enfold
    iceadmin
    Participant

    Hello,

    I been using enfold for homepage, but I found that from browsers lower than IE 11,
    last column shifts downward and some of pages column shifts downward if its just images on the main contents.

    In footer:
    | column1 | | column2 | | column3 | < this is what we expected on the footer but I see

    | column1 | | column2 |
    | column3 | < something like this

    In main contents:
    | image1 | | Image2 | < this is what we expected on the main contents

    | image1 |
    | Image2 | <this happens

    Is this just me??

    #219276

    i realy hope he has some time because i must put this site online at the end this week…
    thanks for all

    #219273

    Hey!

    I tagged it for Kriesi. He’ll look into it when he has some time.

    Best regards,
    Peter

    #219272

    Hey!

    1) Yes, you can use a media query. Try following code

    
    @media only screen and (max-width: 767px){
    .site-description{ display: none !important; }
    }
    

    2) I think we need to hide the tag line as soon as the user scrolls. Open up enfold/js/avia.js and replace

    
    header.removeClass('header-scrolled');
    

    with

    
    header.removeClass('header-scrolled');
    if(st > 0) header.addClass('header-scrolled-bit');
    

    and in then replace the code I gave you

    
    .header-scrolled .site-description{ display: none !important; }
    

    with

    
    .header-scrolled .site-description, .header-scrolled-bit .site-description{ display: none !important; }
    

    Cheers!
    Peter

    #219271

    You are saying that i will forget the use of masonry blog?
    I can’t imagine that… My client has saw this feature and want it, nothing else…
    If I was aware that there are issues with pages as blog, I’d never shown it to my clients…
    I’m stuck now and i’m very suprise that nobody else has discover this issue
    Can’t you contact Kriesi himself ? Because I do not want a new feature, i just want Page as blog with mansonry with a mainmenu that runs and and a breadcrum that works too….
    :(

    #219270

    Hi!

    Ok, this configuration is not possible at the moment because masonry blogs can’t be used as (or replace) native archive pages and we need to wait for Kriesi’s decision on this topic. A temporary solution is to link Menu_Link_A to the category “A” and Menu_Link_A_1 to the category “A_1”. Then go to Enfold > Theme Options > General Settings and select “Blog Style” – “Grid Layout”.

    Best regards,
    Peter

    #219264

    Hey Jim!

    You can try to add a widget area element to the frontpage (place it underneath the slideshow) and then use the “Shopping cart widget” to display the cart content.

    Regards,
    Peter

    #219262

    Is there a place where we can see what features requests are in the working?

    That would indeed be nice to know.

    #219256

    No sure to have well understand…
    I take my own example:
    Menu_Link_A (a page that display a masonry blog for all the childrens of the Category A >>> MENU LINK TITLE = ‘INTERIEUR’)
    + Menu_Link_A_1 (a page that display a masonry blog but only for the posts of the Category A_1>>> MENU LINK TITLE = ‘BUREAU’)

    So… what am i supposed to use to replace your ‘Blog’ string?

    I also discover that the little breadcrumb (under the main title of a post), the one with ‘published date / comments / categories’
    is not compatible with Pages as blog because it display the archives pages….

    help help help ! mister Kriesi ! Pages as blogs is a good idea but you have to make it works like a real blog !
    /-)
    I’m complely lost because I intended to user the nice feature for a site but i’ts not usable

    #219247

    Hi!

    I think it is normal because if i’m on post page the menu can’t know that because my main menu is only related to pages !

    Yes, that’s correct. WordPress also won’t highlight the blog page as “parent page” if you’re on a single post page and thus our theme also doesn’t highlight the masonry page as parent page. You can use following code (insert it at the very bottom of functions.php)

    
    //Filtering a Class in Navigation Menu Item
    add_filter('nav_menu_css_class' , 'avia_blog_nav_class' , 10 , 2);
    function avia_blog_nav_class($classes, $item){
         if(is_single() && $item->title == 'Blog'){
                 $classes[] = 'current-menu-item';
         }
         return $classes;
    }
    

    to add the “current-menu-item” class to a menu item if the user views a single post page. You must replace “Blog” with the link title of you blog page.

    I tagged this thread for Kriesi as “feature request” – maybe he can work something out with session variables or the blog page setting (Enfold > Theme Options) to mark a certain page item as parent if a single post page is used.

    Best regards,
    Peter

    #219244

    Hello Josue
    I have add your CSS into my custom css file but it do not change anything :-(

    #219243

    Hey!

    Maybe the sender email address of the smtp test mail is different and thus godaddy won’t block the mail?

    Best regards,
    Peter

    #219234

    Hey!
    Please, Kriesi support, since the latest release of FF, the 26th, something strange happened:
    FF26th-1
    FF26th-2
    As a matter of fact, images placed within tables or megamenu are shown much bigger than in other browsers, ignoring their given suggested dimensions.

    *** UPDATE ***
    This kind of issue occurs even in Internet Explorer!!!

    Last question: I developed with Enfold in Chrome and everything looks much better than in FF… is there a specific why?

    Thanks since now and best regards.

    • This reply was modified 12 years, 2 months ago by Alessandro Marengo. Reason: adding IE fault
    #219226
    vadi4ek
    Participant

    Please show me how to make this menu to look like this one with the icons http://kriesi.at/themes/enfold/features/
    I got the menu but it’s not looking like this at all, and no option to add icons.
    Regards

    #219217

    Topic: Changing CSS

    in forum Enfold
    animaxmsa
    Participant

    Hey there,

    After making changes to the theme option under styling, If I make any changes to the CSS code; enfold.css the settings from the theme options (styling) are changed back to default. Like if i set a background image for the header and then if change the navigation item color through CSS, the BG disappears. Now all i have to do is to go to the options and resave the options i want. This way i cannot change anything from the CSS. Kindly please assist.

    Thanks.

    #219210

    Topic: Insert Logo Problem

    in forum Enfold
    kenwae
    Participant

    When upload log from computer via Enfold Logo uploader, all options seem stuck, can’t change size, can’t choose to use as logo. It has worked before, but not now. Using 2.4.5. The logo image is in the media gallery, but when I go that route, still stuck, can’t choose the image. Where in the code can I place the url/link to the media gallery so I can bypass the logo uploader? Thanks – Ken

    Hey!

    If you want to set an image:

    .avia-menu-fx {
        background: url(https://avia.wp/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l17.png) !important;
    }
    

    If you want to change the color:

    .avia-menu-fx .avia-arrow-wrap{
        border-color: blue !important;
    }
    .avia-menu-fx{
        background: blue !important;
    }

    Regards,
    Josue

    #219191

    Hi
    Strange but I am getting this error

    Parse error: syntax error, unexpected ‘<‘ in C:\WAMP\www\pmaaustralia\wp-content\themes\enfold\header.php on line 153

    but the entry is this

    Any ideas?
    Regards
    Richard

    #219187

    Hi Fabrice!

    The icons are simply Icons with these settings:

    The paragraphs have a custom class assigned to them, in the Quick CSS they added this:

    #top .sdp-border { 
    padding: 10px 20px 4px 20px;
    border: 1px solid #333;
    background-color: rgba(24,24,24,0.49);
    -webkit-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    }

    Regards,
    Josue

    #219178

    Hi!

    You have a typo on your code that is disabling all the code below it:

    That ; after #upload should be a {

    Regards,
    Josue

    #219152
    bbuttry
    Participant

    I am using the Enfold template and would like to know how to accomplish the following:
    Create a navigation bar at time with background color, text size, hover color, and font style.
    http://postimg.org/image/tggg6cqrn/

    • This topic was modified 12 years, 2 months ago by bbuttry.
    • This topic was modified 2 years, 3 months ago by Yigit.
    #219139

    Hi Benjaminlivingthebrand!

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

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background-color: red; }

    Regards,
    Yigit

    #219138

    In reply to: Custom logo issue

    Hey Serge!

    Can you post the link to your website so we can take a look logo issue and which type of header you are using? You can also check it in Enfold theme options under Header tab.

    Cheers!
    Yigit

    #219137

    In reply to: Removing all borders

    Hi Benjaminlivingthebrand!

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

    .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter { border: none; border-color: transparent; }

    Cheers!
    Yigit

    #219136

    In reply to: Fix header to top

    Hey zibaloon2!

    Can you post the link to your website so we can take a look? If you choose to display one of fixed headers in Enfold theme options > Header tab, it should be fixed at the top

    Best regards,
    Yigit

    #219135

    Hi!

    You can add video element inside a color section element with a unique ID, then add following code to Quick CSS in Enfold theme options under Styling tab

    #your-color-section-id container { width: 100%; }

    And it should look fine.

    Cheers!
    Yigit

    #219133

    Hey tobylove!

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

    .text-sep-date, .comment-container .minor-meta, .text-sep-comment, .blog-categories .minor-meta, .text-sep-cat, .blog-author .minor-meta { display: none!important; }

    Regards,
    Yigit

Viewing 30 results - 229,771 through 229,800 (of 244,586 total)