Viewing 30 results - 78,061 through 78,090 (of 142,928 total)
  • Author
    Search Results
  • #810271

    Hey FlatText,

    Here are a few threads for you, where you might find a solution.

    https://kriesi.at/support/topic/full-slider-controls-in-custom-color/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #810269

    Hey buddy1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .blog-meta {
        width: 280px;
        height: 280px;
    }
    .main_color .small-preview {
        width: 280px;
        height: 280px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #810266

    Hi Nick,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .main_color ins, #top .price span {
      font-size: 24px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #810265

    Hi JefeTechnologies,

    Here some threads with possible solutions for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #810264

    Any idea about my topic?

    #810251

    In reply to: Preloader color

    Hey Nikko,
    thank you for answering.

    That’s correct only when you load the website first time, but try to go from the homepage (sky blue) to the about page (magenta).
    Here is the css

    /* home/work + portfolio single work */
    #top.page-id-228 .av-siteloader-wrap, #top.single-portfolio .av-siteloader-wrap {
    	background-color: #32c8ff !important;
    }
    /* about + contact */
    #top.page-id-223 .av-siteloader-wrap, #top.page-id-657 .av-siteloader-wrap {
    	background-color: #ff004d !important;
    }
    /* imprint */
    #top.page-id-663 .av-siteloader-wrap {
    	background-color: #ff6900 !important;
    }
    /* service */
    #top.page-id-660 .av-siteloader-wrap {
    	background-color: #8473ff !important;
    }
    /* directors */
    #top.page-id-8 .av-siteloader-wrap, #top.single-name-surname-works .av-siteloader-wrap, #top.single-directors .av-siteloader-wrap {
    	background-color: #00d44a !important;
    }
    /* director's single work */
    #top.single-name-surname-works .av-siteloader-wrap, #top.single-directors .av-siteloader-wrap, #top.single-true-directors .av-siteloader-wrap {
        color: #000000 !important;
    }
    #810246

    In reply to: woocommerce

    I install the new 4.2 version of WooCommerce. previously we got 3.0 . After installing, we have some problems that we can’t solve:
    1) The images of single products are not visible in the detail page, but if you drag on desktop, you can see the image.
    2) The textes on the home page in the widget “Product gallery” are bigger and we can’t do it smaller
    3) We try with another theme and it’s all ok, but with enfold no!

    #810239

    Hi Yigit,
    :-( ich habe Enfold upgedated….. nun funktioniert es auch auf dem Desktop nicht mehr – alle Tabs mit einem “&” können nicht mehr angeklickt / geöffnet werden…..
    ….und es liegen immer noch die gleichen Fehler in der mobilen Version vor:
    – der 1. Tab wird seitlich mit den Inhalten des 2. Tabs angezeigt
    – der 2. Tab wird viel zu groß angezeigt
    – man gelangt nicht zu den anderen Tabs (4-9)
    – die Animationen der Bilder funktionieren nicht (Bilder werden nicht angezeigt)

    Screenshots schicke ich…..

    Viele Grüße, Daniela

    Hokuspokus
    Participant

    Dear Support,

    i had a problem with “CM Tooltip Glossary Pro+ plugin”. I found similarities to this thread:

    https://kriesi.at/support/topic/sidebar-issue-when-using-cm-tooltip-glossary-pro-plugin/

    At my site, the following problem occur: The color fullwidth section in combination with this tooltip plugin doesn’t work right.
    While both are used, the fullwidth section had a “boxed” size. Not fullwidth.

    Please check this answer:

    Best,
    Seolotsen

    I have to admit it took a longer while to solve, but I managed to figure out what the problem was.
    Unfortunately, the fix requires the modification of one of the Enfold theme files – the template-builder.php and some changes in our plugin’s code.
    What I did is adding a new filter to the content generated by the Avia builder, so our parser can run after all content has been set up and all the divs properly closed.
    Both changes are already on your site and from what I see it’s working well.

    But to preserve the fix you’ll need to pass the information to the Theme authors and ask if they could merge the changes into their product (the changes I made are clearly commented).

    <?php 
        /*
        Template Name: Blank - No Header, no Footer
        */
         
        if ( !defined('ABSPATH') ){ die(); }
     
    /*
     * A blank Template that allows you to build landing pages, coming soon pages etc
     */
          
     global $avia_config;
     $avia_config['template'] = "avia-blank"; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the body
      
      
      
      
     if(!empty($avia_config['conditionals']['is_builder']))
     {
        $avia_config['conditionals']['is_builder_template'] = true;
        get_template_part('template-builder');
        exit();
     }
     else
     {
        get_template_part('page');
        exit();
     }

    Hi,

    Instead of using none for padding-top value, try using 0 instead since none is an invalid value for padding-top.

    Best regards,
    Nikko

    TK-CWM
    Participant

    I run a website using the Enfold theme, though I’m a very non-professional volunteer. I’ve been concerned for some months with what seems to me the very strange behavior of Modern Tribe’s The Events Calendar Pro (TECP) plugin in our Enfold-themed site.

    I’m really not sure where to begin on this, but let’s start with a particular TECP event page. Here’s a sample from our calendar:

    https://centerforworldmusic.org/event/north-india-classical-sitar-tabla/

    Now compare the same The Events Calendar Pro event in this screen shot taken from our staging site, still using the Enfold theme, but with all plugins but TECP, and all Quick CSS entries, removed:

    https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-Enfold-Theme-No-Quck-CSS.jpg

    Please note that, in addition to the odd layout, there is no “<<All Events” link at the top right on either of these versions using Enfold to guide viewers back to the complete list of upcoming events, as you’ll see in the next linked screen shot.

    OK (and thanks for your patience) now please compare the above odd layouts, and lack of an All Events link, with this screen shot of the exact same TECP event with exactly the same settings, again on our staging site, with the Enfold theme replaced by the World Press generic Twenty Sixteen theme (all plugins and Quick CSS still enabled):

    https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-2016-WP-Theme.jpg

    The above screen shot represents, so far as I can determine from the TECP sample sites, how it’s supposed to look.

    Consider now the “All Events” list. Here’s how it looks on our live website with Enfold:

    https://centerforworldmusic.org/events/

    Here’s how it looks in the Twenty Sixteen theme:

    https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-Listing-with-2016.jpg

    Again, it looks fine in the Twenty Sixteen theme, but not in Enfold.

    I have read repeated assurances in this forum that TECP is fully compatible with Enfold. Indeed, there used to be a banner ad on this site advertising TECP.

    Can anyone help me fix this mess? Thanks very much.

    #810197

    Hi,

    Thanks for that, I don’t know why it’s not applying but I’m guessing it’s due to your caching plugin. Did you try clearing the cache? By the way, I moved the CSS to the top of Quick CSS to make sure the other CSS is not interfering.

    Best regards,
    Rikard

    Unfortunately, still pulls it down dramatically. Need at the very top of the page.

    #810184

    Hi Alan,

    Ok, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #810166

    Hi,

    You can increase the blog width adding this custom CSS code:

      #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100% !important;
      }
    

    Best regards,
    John Torvik

    #810159

    In reply to: Ajax pop up

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #810147

    Hi,

    Great, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #810146

    Hi,

    You can add this custom CSS code:

    #top #header_meta .phone-info {
      left: 21% !important;
    }
    

    Best regards,
    John Torvik

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #810130

    Hi,

    You have this in your child theme’s CSS:

    #about-us.avia-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    Please remove it or edit the values to your liking.

    Best regards,
    Rikard

    Hey D579L,

    Can you try the solution posted here: https://kriesi.at/support/topic/tabs-sections-dont-work-in-firefox/#post-805471

    Best regards,
    Nikko

    #810118

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av_one_half .av_one_fifth, #top .av_one_half .av_three_fifth {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
        width: 100%;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    Jason E
    Participant

    Hey everyone,

    I am a bit baffled on this one. Wanted to have a splash page with a background image on the opt, a graphic element on the side and have them both line up at the top. Set the color area as such, set the navbar to hidden, and somewhere along the line, it now wants to put a 250px top padding before the inner columns where the graphic is.

    dug in and adjusted 2 things in the css:

    .avia-section.av-minimum-height .container .content {
    vertical-align: top !important;
    }

    Then, started fussing with the padding:

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: none !important;
    }
    .html_header_transparency #top .avia-builder-el-0 .container * {
    padding-top: none !important;
    }

    No dice. It keeps adding elements and re-applying the padding-top. I know this has got to be simple and I am probably missing the obvious, but what the heck is wanting the top padding in there?

    #810108
    #810088

    Hi,

    Can you try to change the code in the widget to this one: https://pastebin.com/05d7JRwh
    and add this css code in Quick CSS (located in Enfold > General Styling):

    
    h3.footer-contact {
        text-align: center;
    }
    
    .footer-mobile span, 
    .footer-email span {
        display: inline !important;
        float: none !important;
    }
    
    .footer-mobile span.av_font_icon, 
    .footer-email span.av_font_icon {
        position: relative;
        top: 4px;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #810076

    Hey Krissie,

    Add the following to quick css:

    .av-layout-tab-inner .column-top-margin{
    margin-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #810062

    Hi,

    Try adding this css code:

    #top .av-layout-tab {
        background-attachment: scroll !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #810061

    Hey gardenstateloans,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      .responsive #top #main .sidebar {
        display: block;
        border-color: white;
      }
    
      .responsive #top #main .sidebar .inner_sidebar {
        margin-left: 0;
      }
    }
    

    Hope this helps.

    Best regards,
    Nikko

    Kahil
    Participant

    First, I know how to make the Masonry Gallery show up randomly, but is there a way to do so selectively? Like by adding using a specific ID or class to do so? I have instances where I want them to show up randomly, but there are some places where I prefer the specific order I put them in. Ideas?

    Second… How much control do we have over the layout of variable products with WooCommerce? I hate that it is all just put into a table with the labels on the side. Not so much on a desktop, but it looks terrible on mobile, especially if you have variables that are more than one word. They end up centered and stacked. I personally have been avoiding using variable products where I can and just use Product Add-ons because I prefer the way those are laid out. Label as a heading on top, a description below, then whatever kind of input you have below. Just looks better across the board. I’m sure I can just copy the template file and rearrange things in the table better, but I would have to keep it updated to mesh with any core updates to WooCommerce. Another benefit to the use of product addons has been the optional description per input group. You don’t get that with variable products.

    • This topic was modified 8 years, 10 months ago by Kahil. Reason: made the title descriptive of content
    #810050
    dvus4l
    Participant

    Hello!

    I used the following code to get my top logo full size, however, it is not centered when you land on the home page nor when you scroll. Thank you in advance for solution

    .html_header_top.html_logo_center .logo {
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }

    website is here

Viewing 30 results - 78,061 through 78,090 (of 142,928 total)