Viewing 30 results - 134,221 through 134,250 (of 142,582 total)
  • Author
    Search Results
  • #216500
    ceubri
    Participant

    Hello,
    i would like to have custom title in my menu (in sidebar)
    http://epsu-cj.eu/notre-participation/

    EPSU AU CDP (in the left sidebar) is a category (no linked pages) i want to attribute the above css

    .catego {
    font-weight: bold;
    border-style: dotted;
    border-color: #cccccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    }

    I have entered “catego” in Title Attribute in the menu structure (http://imgur.com/OkC1dlw)
    How to attribute the css ?
    Is this the right way ?

    • This topic was modified 11 years, 11 months ago by ceubri.

    Hi!

    No, it’s not possible at the moment, the only way to do this custom sliders would be to use LayerSlider, if you need some insight, please refer to this video:

    Cheers!
    Josue

    #216471
    ullastret
    Participant

    Hi,
    I’m trying to set my youtube channel as a menu option on the main menu and when I click on it the theme tries to open an image lightbox and an error pop up appears with the following message:

    Image can not be loaded. Make sure the path is correct and image exists.

    This is very weird as I’m sure I set the menu correctly and I have other menu items pointing to other external urls that I have set exactly the same way and they work ok. This is what I do:

    Desktop –> Appearance –> Menus –> links

    and I insert the url : https://www.youtube.com/user/CuinesTramuntanaTV/

    and save the menu.

    Can you please help. The site is under construction and can not be viewed but if you need it I can send you a username and password.

    Thanks
    Tomeu

    I have also looked for this solutions.
    But the fullwith layerslider i pretty complicated to change each time. Wouldn´t it be possible to use the fullscreen slider? Or as an alternative, being able to slide the color section.
    As it is now, one cannot add iconboxes etc. to the fullscreen slide.

    #216462

    Hey! Concerning smooth scrolling, if related to the speed of scrolling up & down the page, I’d like to know if there’s a way to implement it. I experienced this way of scrolling for some other templates. Is it available for Enfold too? Or is it up to the used browser?
    Thanks and best regards.

    #216457

    Topic: New site setup

    in forum Enfold
    creativeyes
    Participant

    Hi

    I’m planning to use Enfold for another client but have a quick question. The client’s website http://www.theimplantcentre.com is targeted at 2 very different user groups; patients & dentists. You currently come into the patient side of the site and you access the dentist side by clicking on the ‘Information for dentists’ in the top right hand corner. The dentist site is delivered via http://www.theimplantcentre.com/dentists. When building the two sites they will both need their own homepages and menu structure. How do you recommend I go about setting this up on the server / within wordpress? Ideally I’d like to be able to manage both sites from within the one wordpress login but I suppose it’s not essential. Should I continue to use http://www.theimplantcentre.com/dentists or would it make more sense having http://www.dentists.theimplantcentre.com? Any thoughts and advice would be much appreciated.

    Regards
    Rupert

    #216441

    looks better! logo is the right size & padding is good. I changed the right margin to bring the menu in, but need the logo to move to the left about 10 px
    where can I set that?

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img {
    margin-top: 20px!important;
    padding-top: 0;
    }}

    thank you for your speedy reply – trying to go public with this today!

    #216440

    In reply to: Enfold Font Options

    Hi fgrippe!

    Please see this topic https://kriesi.at/support/topic/add-a-new-custom-font/

    Best regards,
    Yigit

    #216436

    Topic: enfold search results

    in forum Enfold
    sbeauchesne
    Participant

    Where can I make change to the search results page? Currently only the posts show a summary and regular pages and portfolio items do not. Also, how do I set the sidebar on the search results page? I actually would like the option to not display one. Finally, when you use the search in the top banner, there is a nice type-ahead feature that displays results as you type. Is there a way to change “Portfolio items” text to something else? I use “portfolio” to showcase partners in our initiatives, so it would be better to say “Partners” instead.

    Thanks

    #216435

    http://www.kennethbsmith.com/clients/abww/
    I had to make progress on this client dev site, so if you look, you will see that I went back to the default settings of width: 1030 px for now. But I still want to know how to change the width of the .container on the desktop and the iPad.

    In FireBug I see this: .responsive .container { width: 1030px; } Can you explain? Changing the page width seems elementary, so maybe I am missing something.

    #216434
    verdeacido
    Participant

    Hi,
    hi have the same problem of this post:
    https://kriesi.at/support/topic/translate-gallery-with-wpml
    My website first Language is the italian, in a gallery post i can’t edit eh title my second language (english) gallery images.
    Thank you
    Mattia

    #216429

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -10px;
    top: 40px; }
    .logo img {
    margin-top: 10px;
    }}

    .responsive .mobile_slide_out .logo img{ max-height: 95px !important; }
    }

    with that code the logo and menu overlap – menu is good, logo a bit too big & low.

    Hi Ismael, thanks for your reply. Here’s a link to a screenshot (https://www.dropbox.com/s/gmrgps9bg1rr87w/screenshot.jpg).

    I have a non-rectangular .png for a title bar (oval in center) that I want to overlap with the menu. What I’m trying to do is separate the sub-menu, pulling that to the top z-index layer.

    Here’s the code I have now: Again, notice the sub-menu under the graphic (z-index).

    /*  Title Bar Backgrounds */
    .container_wrap, #header_main {
    clear: both;
    position: relative;
    z-index: 1;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    }
    
    .header_color {border-color: transparent;}
    
    .title_container .main-title, .title_container .breadcrumb {display: none;}
    
    #menu-item-149073 {z-index: 1500;}
    
    .page-id-149135 .alternate_color {
    background: transparent url(https://staging.boomerangdesigns.com/mom/wp-content/uploads/blog-title-bar.png) center center no-repeat;
    height: 164px;
    margin: -56px 0 0 0;
    z-index: 1000;
    text-align: center;
    }

    I hope that makes sense.

    #216408

    In reply to: logo heading issues

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) { 
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -45px; }
    .logo img {
    margin-top: 20px;
    }}

    With the fix i posted in your other thread, this should look fine as well

    Regards,
    Yigit

    #216406

    Hi!

    You have custom CSS code added related with logo image, please change it to

    .logo img {
    padding-top: 35px;
    }

    That should fix it. And if you have already opened a thread regarding this issue, please let us know so we can avoid confusion

    Best regards,
    Yigit

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .html_boxed #main { padding-top: 100px; }

    Regards,
    Yigit

    #216400

    Hi!

    Please try following code instead

    #top-posts-2 {
    border: 3px dashed #C9B737;
    }

    Best regards,
    Yigit

    #216391

    In reply to: Logo in Socket

    Hi Cdfb!

    Please see Ismael’s post here https://kriesi.at/support/topic/socket-2/#post-199782

    Best regards,
    Yigit

    #216388

    Hey!

    Please add following code to Quick CSS as well
    1-

    #top .social_bookmarks_pinterest:hover a {
    color: #cb2027;
    background-color: transparent;
    }
    #top .social_bookmarks_twitter:hover a {
    color: #46d4fe;
    background-color: transparent;
    }
    #top .social_bookmarks_gplus:hover a {
    color: #de5a49;
    background-color: transparent;
    }
    #top .social_bookmarks_facebook:hover a {
    color: #37589b;
    background-color: transparent;
    }
    #top .social_bookmarks_linkedin:hover a {
    color: #419cca;
    background-color: transparent;
    }
    #top .social_bookmarks_rss:hover	 a {
    color: #ffa133;
    background-color: transparent;
    }
    #top .social_bookmarks_mail:hover a {
    color: #9fae37;
    background-color: transparent;
    }

    2&3- Please refer to Peter’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
    4- As far as i know, no, but you can request it here https://kriesi.at/support/topic/enfold-feature-requests/
    5-

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .social_bookmarks li {
    border-style: none; }
    .responsive #top #header_meta .social_bookmarks li:last-child a {
    border-right-style: none; }}

    Regards,
    Yigit

    #216374

    Hi!

    Ok, please let us know if it doesn’t help.

    Regards,
    Peter

    #216350
    openstream
    Participant

    There’s a similar posting about this, but this code snippet won’t do the trick, neither when I use it in our child theme nor when applied directly to js/avia.js inside the main enfold theme folder:

    jQuery('.page article').each(function(){
    
    jQuery(this).find('.entry-content-header').after(jQuery(this).find('.big-preview').detach());
    
    })

    I’ve verified my js/avia.js and the code is correctly being shown at the end of wp-content/themes/enfold/js/avia.js?ver=1, but the featured image is still on top of everything.

    #216346
    peerbits
    Participant

    Hello,

    Thanks for great theme.
    Everything works smooth except Contact form.I did not receive mail whenever form is filled and submitted.

    I followed some of the links like
    https://kriesi.at/support/topic/enfold-contact-form-doesnt-send-emails-and-dont-show-message-error/
    but did not work for me.
    <?php
    mail( (Email address hidden if logged out) ‘, ‘test’, ‘test’);
    ?>
    I have tested mail sending service by putting code mentioned in above link in testing.php file on my site in result I received mail in spam folder so I think its not issue from hosting server.
    When I submit on filling form i do not receive mail even in spam folder.

    I am willing to use mail id other than (Email address hidden if logged out) .

    Thanks in advance.

    #216320

    Hi Josue

    Thanks for the hint. But i dod not get it to work. Do i have to put the code in the quick css or anywhere else?

    And i use another header ( Header with social icons and bottom navigation.)
    Do i have to edit the code then? I tried this:

    .social_header .header_bg, #header_meta, #header {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }

    ….in quick css but had no success.

    Thanks in advance

    #216318

    In reply to: Font Weight Font Size

    Hi Yigit,

    I noticed this code causes a problem in the search box. See that little space? When I remove the code the problem goes away. Hmm.

    #top input[type="text"] {
     font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-weight: 100!important;
    }

    Thank you so much for your time, Jasmer

    • This reply was modified 11 years, 11 months ago by Jasmer. Reason: one problem solved, one still remaining

    Hi Yigit,

    thanks for the answer. But this does not solve the Problem i mentioned.

    Please take a look at the screenshot:

    http://authentic-voice.at/wp-content/uploads/2014/01/123.jpg

    The Menu is still overlapping to the right. How can i get rid of this?

    And i am not able to enlarge the size ofthe menu font.
    I tried these codes:

    .main_menu ul:first-child>li>a {
    font-size: 16px;
    }

    and :

    #top .main_menu .menu li ul a { font-size: 15px; }

    both with different fonts but no change in the size.

    Thanks

    #216315
    This reply has been marked as private.
    #216304

    Hi Kriesi,

    This topic was closed a few days ago so I assumed maybe the problem was coming from my side…
    In fact, now the layout builder is working again in Safari. But it’s not the first time I had an issue with it…Anyway, finger crossed, I can work with it now, so the thread can be closed.

    Kind regards,

    Chrys

    #216284

    OK – will do so

    #216279

    Hi!

    Yes but the default theme contact form does not support such a feature. You can use an advanced contact form plugin like http://wordpress.org/plugins/contact-form-7/ and follow the tutorial here: http://wordpress.org/support/topic/contact-form-7-adwords-conversion-tracking?replies=4 to implement the conversion tracking.

    Cheers!
    Peter

    #216276

    Topic: Disable the whole menu

    in forum Enfold
    osorma
    Participant

    Hi,

    i´m building a site and using Enfold. I need to go live asap with the first page. The other pages will be added later on. Since i don´t have any other pages yet, i really need to get rid of the menu for now. I´ve searched the forum and have managed to loose the main menu, but the mobile menu still remains. It is´nt visible but it still takes up the space from the top of the page. Please give me a clue on how to do this right…

    Br. Okko

Viewing 30 results - 134,221 through 134,250 (of 142,582 total)