Viewing 30 results - 131,971 through 132,000 (of 142,897 total)
  • Author
    Search Results
  • #241421

    The masonry display works fine with posts that have no featured image. It builds a nicely formatted display using only the title and excerpt. That means the loop code in some .php file knows that if there’s no featured image available, to just pull the title and excerpt and format accordingly.

    We just have to tell it to always pull the title and excerpt.

    Hey Joseph!

    Add this to your styles.css on your child theme, or your custom styles

    .av_phone_active_right .phone-info {
    margin-top: 1px;
    }

    Best regards,
    David

    • This reply was modified 12 years ago by David.
    #241418

    and if I use this, it does everything except round the corners:
    a.button, button.button, input.button, #review_form #submit { border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
    background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
    background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
    border-radius: 15px;
    }

    #241415
    dstellagon
    Participant

    Hi.

    When I have a sidebar, the blog looks like this, and the sidebar just shows empty at the bottom.

    https://imageshack.com/i/ngpxphp

    When I remove the sidebar, the blog looks all centered, with the thumbnail on top.

    https://imageshack.com/i/0vti8kp

    I’d like it to keep looking like the one with the sidebar, but without the bottom sidebar.

    Also, is there a way to have a box that includes the thumb and the information, in order to help make text readable so that I can have a complete background image?

    Thanks.

    #241407

    Hi, Devin, and thanks for posting. I mentioned it on the Enfold Theme Forest page because I was replying to something else anyway, and Kriesi said yes, it will be available with next update. ( I don’t know how much you do with Vimeo, but I checked their site and it looks like they no longer have the option to show controls to stop a video. Looks like the best a person can do is hover and click pause to get it to stop playing.)

    I would like for the Layer Slider to be on a Color Section, but can’t drag the layer slider onto it. Will it not do that? I prefer to have a color background on which the video plays. This question hasn’t been addressed yet, so hopefully there’s a solution.

    Thanks :)

    #241398
    fashiontribe
    Participant

    Hi there
    so I have the code below in my quick css and it’s changed the buttons beautifully with the exception of the submit buttons, specifically the form buttons and woocommerce buttons, can you give me the beginning code for that? Thanks :)
    body div .avia-button
    {
    border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
    background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
    background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
    background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
    border-radius: 15px;

    }

    #241395
    Weka
    Participant

    A while a go I had an issue with making a “Fullscreen Slider”, cover the entire page and have the menu semi-transparent.
    (https://kriesi.at/support/topic/enfold-header-transparency-with-full-page-slider/?login_error#post-212091).

    The fix was to add:
    slide_height = Math.ceil( (viewport / 100 ) * this.options.height ) + 88; <— to the shortcodes.js
    and some custom CSS code.

    Since the update, there is now an option to have a transparent menu. This is great, but I’m unsure as to how to make the menu semi-transparent?

    In the past I used:
    .header_color .header_bg {
    background: rgba(0,0,0,.5);
    }

    Now it seems to either be fully transparent or not transparent. How do I make the menu semi transparent and have the underlying image sit underneath it, so the menu sits on the top of the image? (the +88 trick no longer works).

    Thanks

    #241390

    Hey outtagear!

    You would need to use a third party plugin to add in that kind of functionality. I found an older topic which will probably still answer your main question here: http://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-user-registration-captcha

    Regards,
    Devin

    #241388

    Hey!

    I’ve asked Kriesi to comment on the topic since we don’t have a set schedule right now for updates. I agree with you though on the video’s autoplaying and I’m betting Kriesi does as well.

    Cheers!
    Devin

    #241384

    Hi themeforesttony!

    Can we see your site live with the css in place on your child themes style.css? There could be a syntax issue or something else causing them not to take effect.

    Priority wise, the above would need to be tweaked a bit in general since a plain h6 doesn’t have enough priority to override the theme. It would be more like:
    #top .entry-content-wrapper h6 { some css }

    The .entry-content-wrapper encloses the typical content areas of the site and the #top ID encloses all of the page content. So the combination as a prefix gives more direct selectors for your actual changes.

    Cheers!
    Devin

    #241371

    Hey Rusty!

    As far as I know that would break the masonry display and prevent the script from working correctly.

    Best regards,
    Devin

    #241365

    Scratch that! It appears to be working. Please DELETE THIS post from the thread or consider the topic closed. Thanks!

    #241360

    Hey!

    The topic has been re-tagged for Kriesi to take a look at as I’m not actually having the issue when viewing your site either but it may be an misunderstanding on my part of the exact issue.

    Cheers!
    Devin

    Hi Jorge,
    try this:
    – Go to Wp admin panel and verify it is seet to your main language from Wp topbar dropdown menu, if it is not, switch it to main lang
    – Go to WPML -> Languages
    – Check the box and select your option in the “Display the language switcher in the WP Menu” dropdown menu
    – Save
    – Switch it to a different language from the Wp topbar dropdown menu
    – Check the box and select your option in the “Display the language switcher in the WP Menu” dropdown menu (now you should see translated menus in dropdown)
    – Save

    It worked for me, no more duplicated flags!

    There is still something not working properly in WPML admin panel, anyway.
    If after following those steps you switch bak to your main lang
    the “Display the language switcher in the WP Menu” dropdown will be unselected
    because your last selection was in a different lang, wich is not available.

    Not easy to explain actually :) hope it is clear enough.

    Alessio

    • This reply was modified 12 years ago by aledef.
    #241326

    Hey michi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 0;
    }
    .responsive #top .av_header_transparency .logo img.alternate {
    display: block;
    }}

    Cheers!
    Yigit

    themeforesttony
    Participant

    I saw in several posts the suggestion to use the Simple Share Buttons Adder for adding SM “like and share” buttons to any page/post.
    The adding part seems to work great but I can;t seem to get the hide function to work correctly. My problem is as follows.
    If I go to the Default Editor and add the short code [ssba_hide], all the content on the page dissappears.
    If I go to the Advanced layout builder and either add it to an element or put a text box at the bottom and add the short code, the same thing happens.
    Question1 Where can I put the short code to show/hide the buttons without it hiding the rest of the page content?
    Question 2: I am using an Ajax portfolio and again would like to have the shortcode have the links appear in the container to the right of the Gallery image at the top. When I place the [ssba] in the text box, it shos the links but also shows them at the bottom of the page. How can I set this to only show the buttons in the spots I ant them to be seen keep them from showing at the bottom?
    Thanks.

    #241320

    In reply to: How can I get…

    Hey Dan!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892

    Cheers!
    Yigit

    #241315

    In reply to: Portfolio Gallery

    Hey!

    1- Sorry Kayzel, but you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
    2- Please go to LayerSlider WP > Edit your slide > Global Settings > Navigation Area and turn off “Show Start & Stop buttons” – http://i.imgur.com/aLoomJJ.jpg
    3- Kriesi uses 1700x470px on demo site.

    Cheers!
    Yigit

    #241308

    Hello Peter,

    Thanks for leaving it opened.
    I asked hosting provider, and they helped me to resolve the problem. They increased the sizes as suggested by one of the member of your support team.
    Wish i will be able to upload it via WordPress dashboard also from now onwards.

    Now the topic can be closed.

    Thanks for helping me out. :)

    Hello Yigit,

    Thanks for providing additional custom code.
    But unfortunately, still couple of things not working.

    1. While hovering on the Menu item “Portfolio”, it is not showing the colored Border at bottom of the Portfolio menu. (Means not showing border at bottom for those Menu items who are having sub-menus as drop down).

    2. After scrolling down about 1 inch or so, when we hover the same menu item “Portfolio”, it shows border, but only with the same length of the Portfolio menu name. I want it to extend, so as to cover the whole top fly over menu of the drop down. Extending from far left to far right of the fly over sub-menu.
    Exactly the same way as it is reflecting in the demo.

    3. I choose “Alternative Background Color” to be white. But that is creating few problems. The background color of the Top Most header (showing social icons), the background of Search box also changes to white.
    Also, the background on mouse hover for sub-menu items also changes to white, resulting, the menu items gets no more visible, as they changes to white color.

    Kindly help me.
    Thanks

    Please disregard this comment.

    #241294

    Hi, Ismael. That thread addresses the Full Screen Slider, but I was inquiring about the Easy Slider placed on a Content Section, and why the alteration in the code (autoplay=’false’) didn’t work.

    What about the background for the Layer Slider? I could use that, if I could get a colored content section. But the Layer Slider refuses to drag into the Content section. I tried adding a colored background to Layer Slider and changing the overall size, but that didn’t work either.
    A video that plays automatically, if it has sound, is really annoying to site visitors. I may not be able to use this theme as I had hoped. When will the update be available?

    Thanks.

    #241286
    ckosheff
    Participant

    Sorry- tried to dig thru items related to this, but there were too many! I am not using caption titles in my easyslider, but I am using caption text which is left justified by default. Can I center those?

    Also I have noticed something strange:
    When you see this blog post:
    http://www.driventocollect1.com/?p=548
    The blog title appears above the slider.

    When you see other blog posts with videos, the title appears under the video.
    http://www.driventocollect1.com/?p=178

    I like under, but if I don’t title the slider page and use text to do a title under, a there is a big empty white place at the top without it.

    Thanks!

    • This topic was modified 12 years ago by ckosheff.
    #241276

    Topic: Cyrillic font problem

    in forum Enfold
    Finlando
    Participant

    Hi,
    worked with all the topics on fonts. Maybe You can tell me what is wrong with that one in function.php

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[Oranienbaum] = ‘Oranienbaum&subset=latin,cyrillic’;
    $fonts[‘Oranienbaum’] = ‘Oranienbaum&subset=latin,cyrillic’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
    $fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
    return $fonts;
    }

    #241275

    Update – I have figured this out! Thank you for the detailed explanation about. Appreciate it – and we can close this topic.

    So – I followed the steps you mentioned above and lost the custom lightbox that I had made for this site. This is REALLY important to get back up and running asap! I made a back-up and re-installed it but still reverted back to the standard lightbox. Please help!

    Thanks

    Hi IHEA!

    Please replace the code i posted with following one

    #top .avia-logo-element-container img { filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%); 
        filter: gray;
        -webkit-transition: all .6s ease; }
    
    #top .avia-logo-element-container img:hover {    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: none; }

    It does work fine on my end on Chrome right now. Which browser are you using?

    Regards,
    Yigit

    #241252
    This reply has been marked as private.
    #241246

    In reply to: Logo padding in 2.6.1

    Excellent, thanks again for such wonderful support. Would this css be in addition to

    #header_main {
    padding-top: 20px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 108px;
    line-height: 108px;
    }
    OR
    would I remove the above and just use the.html etc.?

    #241244

    In reply to: Logo padding in 2.6.1

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .html_header_top.html_header_sticky.html_large #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a {
    height: 126px;
    line-height: 116px;
    }

    Depending on the height, you should adjust the following code as well

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 166px;
    }

    Cheers!
    Yigit

Viewing 30 results - 131,971 through 132,000 (of 142,897 total)