Viewing 30 results - 78,271 through 78,300 (of 142,926 total)
  • Author
    Search Results
  • #808248

    Hi,

    What should the layout be on mobile? Should jars stack on top of each other?

    Best regards,
    Jordan Shannon

    #808218

    Hey conTend,

    Can you provide an image of how it should look compared to the desktop version?

    Best regards,
    Nikko

    #808203

    Thanks Victoria, that worked a dream…. Can i move that code to my stylesheet.css?

    One last request is it possible to style the top of this page so that there’s padding around the Vendor display? And if possible remove the border from it as well??

    https://isotonikstudios.com/isotonik-collective/darren-e-cowley/

    Cheers
    D

    #808201

    In reply to: API key

    Hi Camilla!

    We could have continued here – https://kriesi.at/support/topic/api-key-5/#post-808194 :)

    Let us stick to this one. Firstly, which API key would you like to know? The one you insert in Enfold theme options > Theme Update that lets you automatically update the theme ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) or the on in Enfold theme options > Google Services tab that inserts Google Maps API key ( http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/ )?

    API key is not the same as purchase code.

    Best regards,
    Yigit

    #808200
    Camilla88
    Participant

    Hi,
    Is there a was to hide the cart on the mobile version when it is empty?
    I would still like the cart to show on desktop (regardless of empty or not) and on mobile, when there is a product in the cart.

    Best regards,
    Camilla

    #808174

    Hi Victoria

    OK thanks – do you know which selector it would be. I've tried
    #top #menu-item-search:hover>a {
        content: "/ue813";
    }

    Richard

    #808156

    Hello Victoria. Thank you for trying to help me.

    We are using GRID ROW 1/3. Inside each one we use Animated Numbers. On the desktop is perfect. Each cell occupies its space side by side.

    In mobile the cells are one below the other with a very large height. Generating so much scrolling. I see no need. Airworthiness is poor.

    What I want is:

    1 – If it is possible to decrease the height of these boxes in the mobile

    or

    2 – Put one next to the other as it works on the desktop.

    Download this link on your mobile and notice what I say. http://www.cces.com.br/cces2/

    See picture below.
    The letters on the mobile are small. It is disproportionate to the size of the box.

    View post on imgur.com

    • This reply was modified 8 years, 10 months ago by mleite1. Reason: Complement
    #808154
    hingex
    Participant

    The page load spins endlessly but never quite loads

    The above link’s instructions do not resolve.
    WP: 4.8
    Enfold Version 4.0.7
    If the theme does not support WP 4.8 please advice on when an update will be released

    #808151

    Topic: Street View

    in forum Enfold
    zimbo
    Participant

    I’m trying to get Street View working on a page. The only reference I’ve found is this post but that has not helped me.

    Here’s a (Email address hidden if logged out) ,-122.2266158,3a,75y,216.41h,84.03t/data=!3m7!1e1!3m5!1s8O486co7hAdjuVBZAOfXOA!2e0!6s%2F%2Fgeo3.ggpht.com%2Fcbk%3Fpanoid%3D8O486co7hAdjuVBZAOfXOA%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D359.26068%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656″>random Street View. :-)

    I’ve got a 700 px wide column to put the above URL into – how can I get this working?

    #808150
    CarolinPi
    Participant

    Hi there, I am just trying to figure out why the search icon in the top main menu is cut off when I hover over it. Hope you can help. I took a screenshot too but I cannot see an option here to upload it. Thank you!

    Hey sbrenca,

    When you’re making posts with Advanced Layout Builder they become more like pages and will be rendered via Advanced Layout Builder templates and not really classified according to formats any more.
    Here is a similar discussion:
    https://kriesi.at/support/topic/format-box-not-showing-in-post-enfold-version-3-1-5/

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

    Also, I can get what I want with the following:

    .responsive #top #wrap_all .container {max-width: 100%; width: 100%}

    This however targets the entire website on mobile view which I do not want. I just want it to target the video and button color section containers.

    What I am doing wrong here?

    Alright, I think I have figured it out but I have run into another problem on mobile screens.

    What I have done is, I have created two color sections, one in which the button resides and the other one which has the code block.

    I have assigned developer ids to both respectively and I am targeting the containers under the div ids.

    Which works fine for desktops and tablets. However, the phones are a problem.

    From out of nowhere there seems to me a max-width: 85% and width: 85% values being re-assigned for the containers on mobile views.

    Here’s my code:

    .avia-caption-title {
      text-transform: lowercase !important;
      font-weight: normal !important;
    }
    .av-main-nav li a {
      font-weight: normal !important;
      font-size: 12px !important;
      color: #dedede !important;
    }
    .av-main-nav li a:hover {
      font-weight: normal !important;
      font-size: 12px !important;
      color: #ffffff !important;
    }
    body .column-top-margin {
      margin-top: 10px;
    }
    .content,
    .sidebar {
      padding-top: 39px;
      padding-bottom: 40px;
    }
    .toggle_content {
      padding: 10px;
    }
    .av-special-heading {
      margin-top: 20px;
    }
    .js_active .tab_content {
      padding: 0;
    }
    img {
      border-radius: 0 !important;
    }
    @media only screen and (min-width: 1920px) {
      .flex_cell_inner .avia-image-container-inner,
      .flex_cell_inner .avia-image-container-inner img {
        width: 100%!important;
      }
    }
    .slide-entry-title {
      color: #666666 !important;
      text-transform: lowercase !important;
      margin-bottom: -20px !important;
      font-size: 13px !important;
    }
    .image-overlay {
      visibility: hidden;
    }
    .post-title,
    .entry-title {
      text-transform: capitalize !important;
      font-weight: normal;
      letter-spacing: normal !important;
    }
    .slide-entry-title,
    .entry-title {
      text-align: left !important;
      font-weight: bold;
    }
    .tab.widget_tab_comments {
      display: none!important;
    }
    #mobile-advanced li > a:before,
    .html_header_mobile_behavior #mobile-advanced span > a:before,
    #mobile-advanced .mega_menu_title:before {
      display: none;
    }
    #advanced_menu_toggle,
    #advanced_menu_hide {
      border-style: none;
      background-color: transparent;
    }
    #advanced_menu_toggle:hover,
    #advanced_menu_hide:hover {
      border-style: none;
      background-color: transparent !important;
      color: #000000 !important;
    }
    .slide-entry-excerpt,
    .entry-content {
      margin-top: 10px;
    }
    #header_main {
      border-style: none !important;
    }
    @media only screen and (max-width: 768px) {
      .flex_column {
        width: 100% !important;
        margin-left: 0;
      }
    }
    @media only screen and (max-width: 640px) {
      .avia-fullscreen-slider {
        top: -100px;
        margin-bottom: -100px;
      }
      .slideshow_caption {
        padding-top: 0 !important;
      }
      .responsive #top .slideshow_caption h2 {
        font-size: 14px !important;
      }
      .avia_textblock,
      .avia_textblock * {
        font-size: 12px !important;
      }
      .flex_column_table,
      .av-equal-height-column-flextable {
        margin-top: 0 !important;
      }
    }
    @media only screen and (max-width: 766px) {
      #vidskipbt .avia-button {
        margin-right: 60px;
      }
      #vidskipbt {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        min-height: 1px !important;
      }
      #vidskipbt .container {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        min-height: 1px !important;
      }
      #vidwelcome .container {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
      }
    }
    @media only screen and (max-width: 360px) {
      .avia-fullscreen-slider {
        top: -140px;
        margin-bottom: -140px;
      }
      .slideshow_caption {
        padding-top: 0 !important;
      }
      .responsive #top .slideshow_caption h2 {
        font-size: 14px !important;
      }
      .avia_textblock,
      .avia_textblock * {
        font-size: 12px !important;
      }
      .flex_column_table,
      .av-equal-height-column-flextable {
        margin-top: 0 !important;
      }
    }
    @media only screen and (max-width: 1024px) {
      #mobile-advanced,
      #advanced_menu_toggle,
      #advanced_menu_hide {
        display: block;
      }
      nav.main_menu {
        display: none;
      }
      .responsive #top .slideshow_caption h2 {
        font-size: 20px !important;
      }
    }
    .footer {
      border-style: none;
    }
    #vidskipbt .avia-button {
      margin-right: 60px;
    }
    #vidskipbt {
      max-width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      padding-top: 0 !important;
      min-height: 1px !important;
    }
    #vidskipbt .container {
      max-width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      padding-top: 0 !important;
      min-height: 1px !important;
    }
    #vidwelcome .container {
      max-width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      padding-top: 0 !important;
    }
    .avia-section.av-minimum-height .container .content {
      vertical-align: top;
    }
    @media only screen and (max-width: 769px) {
      #footer .flex_column {
        width: 100% !important;
        margin-left: 0 !important;
      }
    }
    .avia-menu {
      border-style: none !important;
    }
    

    Any help is appreciated.

    #808129

    Hi S4racen,

    Thank you for the explanation. Was not really clear before :)
    You could try this code:

    
    .wc-nested-category-layout-category-title {
    	margin-top: 40px;
    }
    h2.wc-nested-category-layout-category-title + img {
    	display:none;
    }

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

    #808123

    Topic: Post Slide Show

    in forum Enfold
    afarahani
    Participant

    Hi,
    I am trying to engage audience and increase the time they spend on my website by adding post series or slideshow posts such as http://realestate.usnews.com/real-estate/slideshows/the-best-places-to-live-in-the-us-in-2017/

    Is there any easy way to do that with Enfold?

    I know it is possible to create page break in a post. do you know how I can add style to the pagination e.g. adding next and pre arrows? or moving the pagination to the top?

    thanks.

    #808117

    Hi Sergej Rube,

    I checked and the code works on your website now. I did not give you any rule for “like avia-menu-fx”, don’t know what you’re talking about, I did not address any spans. The underline was there before, but it was light grey, so it was almost invisible. It works with top level menu.

    Best regards,
    Victoria

    #808083

    Hey clairemartindigital,

    Please refer to this thread for a possible solution.

    Or you could add this in your functions.php

    
    add_filter( 'woocommerce_product_description_heading', 'remove_product_description_heading' );
        function remove_product_description_heading() {
        return '';
    }
    

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

    #808081

    Topic: Theme Settings

    in forum Enfold
    mattwilliamsyogi
    Participant

    Hi there,

    Had a huge accident (client let their domain name expire) so I’m starting their site on a new domain temporarily from a backup but sadly the theme options have vanished after migrating which I know always happens but I don’t have access to the old site obviously with the domain expiring so is there a way of converting the below code into an Enfold-theme-settings.txt file?

    a:1:{s:4:”avia”;a:159:{s:9:”frontpage”;s:4:”1019″;s:9:”undefined”;s:25:”menu_display::burger_menu”;s:8:”blogpage”;s:2:”19″;s:4:”logo”;s:69:”http://wolfscastle.com/wp-content/uploads/2016/06/WolfscastleLogo.png”;s:7:”favicon”;s:69:”http://wolfscastle.com/wp-content/uploads/2016/07/wolfscastle-fav.png”;s:9:”preloader”;s:8:”disabled”;s:21:”preloader_transitions”;s:21:”preloader_transitions”;s:14:”preloader_logo”;s:0:””;s:15:”lightbox_active”;s:15:”lightbox_active”;s:8:”lock_alb”;s:8:”disabled”;s:19:”lock_alb_for_admins”;s:8:”disabled”;s:6:”markup”;s:0:””;s:16:”color-body_style”;s:9:”stretched”;s:17:”color-frame_width”;s:2:”15″;s:15:”header_position”;s:10:”header_top”;s:20:”layout_align_content”;s:20:”content_align_center”;s:18:”sidebarmenu_sticky”;s:18:”conditional_sticky”;s:19:”sidebarmenu_widgets”;s:0:””;s:18:”sidebarmenu_social”;s:8:”disabled”;s:17:”responsive_active”;s:17:”responsive_active”;s:15:”responsive_size”;s:6:”1310px”;s:13:”content_width”;s:2:”73″;s:14:”combined_width”;s:2:”80″;s:12:”color_scheme”;s:4:”Blue”;s:24:”colorset-header_color-bg”;s:7:”#ffffff”;s:25:”colorset-header_color-bg2″;s:7:”#ffffff”;s:29:”colorset-header_color-primary”;s:7:”#58595b”;s:31:”colorset-header_color-secondary”;s:7:”#58595b”;s:27:”colorset-header_color-color”;s:7:”#9d9251″;s:26:”colorset-header_color-meta”;s:7:”#58595b”;s:29:”colorset-header_color-heading”;s:7:”#58595b”;s:28:”colorset-header_color-border”;s:11:”transparent”;s:25:”colorset-header_color-img”;s:0:””;s:33:”colorset-header_color-customimage”;s:0:””;s:25:”colorset-header_color-pos”;s:8:”top left”;s:28:”colorset-header_color-repeat”;s:9:”no-repeat”;s:28:”colorset-header_color-attach”;s:6:”scroll”;s:22:”colorset-main_color-bg”;s:7:”#ffffff”;s:23:”colorset-main_color-bg2″;s:7:”#f8f6f2″;s:27:”colorset-main_color-primary”;s:7:”#58595b”;s:29:”colorset-main_color-secondary”;s:7:”#9c9c9c”;s:25:”colorset-main_color-color”;s:7:”#58595b”;s:24:”colorset-main_color-meta”;s:7:”#58595b”;s:27:”colorset-main_color-heading”;s:7:”#58595b”;s:26:”colorset-main_color-border”;s:11:”transparent”;s:23:”colorset-main_color-img”;s:0:””;s:31:”colorset-main_color-customimage”;s:0:””;s:23:”colorset-main_color-pos”;s:8:”top left”;s:26:”colorset-main_color-repeat”;s:9:”no-repeat”;s:26:”colorset-main_color-attach”;s:6:”scroll”;s:27:”colorset-alternate_color-bg”;s:7:”#ffffff”;s:28:”colorset-alternate_color-bg2″;s:7:”#ebebeb”;s:32:”colorset-alternate_color-primary”;s:7:”#ffffff”;s:34:”colorset-alternate_color-secondary”;s:7:”#ffffff”;s:30:”colorset-alternate_color-color”;s:7:”#58595b”;s:29:”colorset-alternate_color-meta”;s:7:”#58595b”;s:32:”colorset-alternate_color-heading”;s:7:”#58595b”;s:31:”colorset-alternate_color-border”;s:7:”#ebebeb”;s:28:”colorset-alternate_color-img”;s:0:””;s:36:”colorset-alternate_color-customimage”;s:0:””;s:28:”colorset-alternate_color-pos”;s:8:”top left”;s:31:”colorset-alternate_color-repeat”;s:9:”no-repeat”;s:31:”colorset-alternate_color-attach”;s:6:”scroll”;s:24:”colorset-footer_color-bg”;s:7:”#838744″;s:25:”colorset-footer_color-bg2″;s:7:”#838744″;s:29:”colorset-footer_color-primary”;s:7:”#ffffff”;s:31:”colorset-footer_color-secondary”;s:7:”#ffffff”;s:27:”colorset-footer_color-color”;s:7:”#ffffff”;s:26:”colorset-footer_color-meta”;s:7:”#ffffff”;s:29:”colorset-footer_color-heading”;s:7:”#ffffff”;s:28:”colorset-footer_color-border”;s:11:”transparent”;s:25:”colorset-footer_color-img”;s:0:””;s:33:”colorset-footer_color-customimage”;s:0:””;s:25:”colorset-footer_color-pos”;s:8:”top left”;s:28:”colorset-footer_color-repeat”;s:9:”no-repeat”;s:28:”colorset-footer_color-attach”;s:6:”scroll”;s:24:”colorset-socket_color-bg”;s:7:”#e2e2e2″;s:25:”colorset-socket_color-bg2″;s:7:”#342f29″;s:29:”colorset-socket_color-primary”;s:7:”#5b5b5b”;s:31:”colorset-socket_color-secondary”;s:7:”#5b5b5b”;s:27:”colorset-socket_color-color”;s:7:”#5b5b5b”;s:26:”colorset-socket_color-meta”;s:7:”#5b5b5b”;s:29:”colorset-socket_color-heading”;s:7:”#5b5b5b”;s:28:”colorset-socket_color-border”;s:7:”#e2e2e2″;s:25:”colorset-socket_color-img”;s:0:””;s:33:”colorset-socket_color-customimage”;s:0:””;s:25:”colorset-socket_color-pos”;s:8:”top left”;s:28:”colorset-socket_color-repeat”;s:9:”no-repeat”;s:28:”colorset-socket_color-attach”;s:6:”scroll”;s:16:”color-body_color”;s:7:”#eeeeee”;s:14:”color-body_img”;s:0:””;s:22:”color-body_customimage”;s:0:””;s:14:”color-body_pos”;s:8:”top left”;s:17:”color-body_repeat”;s:9:”no-repeat”;s:17:”color-body_attach”;s:6:”scroll”;s:14:”google_webfont”;s:5:”Alice”;s:12:”default_font”;s:5:”Cardo”;s:23:”color-default_font_size”;s:4:”16px”;s:9:”quick_css”;s:7082:”/* ROOMS STYLING */
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-10.el_after_av_one_fourth.el_before_av_one_fourth {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-12.el_after_av_one_fourth.el_before_av_one_fourth {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-18.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-20.el_after_av_one_fourth.el_before_av_one_half.column-top-margin {
    margin-top:30px !important;
    }

    /* SECONDARY MENU FONT SIZE */
    #avia2-menu {
    font-size: 14px;
    }

    /* HIDE "TEL:…" FROM HEADER */
    #header_meta > div > nav > span {
    display:none;
    }

    /* SLIDER THEME COLOR BUTTON COLOR */
    #top .main_color .avia-color-theme-color {
    color: #ffffff;
    border-color: #9d9251;
    background-color: #9d9251;
    }

    /* CAPTION POSITIONING */
    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
    margin-top: -32px;
    }

    @media screen and (max-width: 768px) {
    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 200px !important;
    }
    }

    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-1 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-2 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-3 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-4 {
    background-position: center center;
    height: 200px;
    }
    }

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: rgba(157,146,81, 1) !important;
    }

    /* "FOUR STAR LUXURY…" ITALIC */
    #av_section_1 > div > div > div > div > div > div.av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.modern-centered.avia-builder-el-3.el_before_av_hr.avia-builder-el-first.av-inherit-size > h1 {
    font-style:italic;
    }

    /* MARGIN ABOVE TEL AND EMAIL */
    #header_meta > div > div > span {
    margin-bottom:20px;
    }

    #footer {
    border-top: #9d9251 30px solid;
    }

    .avia-button {
    font-size: 12px !important;
    }

    #header_main > div > div > nav {
    margin-top:20px;
    }

    .phone-info {
    font-size:16px;
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-weight: 100 !important;
    }

    .main_menu {
    text-transform: uppercase;
    }

    #search-bar {
    width: 100%;
    min-height: 50px;
    margin-top: 173px;
    background: #9d9251;
    }

    .avia-menu-fx {
    display:none;
    }

    .logo{
    margin: 0 auto !important;
    height:75%;
    }
    #top .header_color.av_header_transparency .avia-menu-fx {
    display:none;
    }

    .avia-menu-text {
    font-size: 12.5px;
    letter-spacing: 1.5px;
    }

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    height:45px!important;
    }

    .avia-caption-content p {
    max-width:700px;
    margin:0 auto;
    }

    h2.avia-caption-title {
    margin-bottom:35px!important;
    }

    #top .av_header_glassy.av_header_transparency #header_main {
    background: rgba(0,0,0,0.35)!important;
    }

    #top .scroll-down-link {
    font-size:150px!important;
    }

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

    #home-c2a {
    border-top:3px solid #ab933d!important;
    }

    #home-c2a .container, #about-pembs .container {
    padding:0px!important;
    }

    #home-c2a div .av_one_fifth {
    margin-left: 0%!important;
    width: 20%!important;
    }

    #home-c2a div .av_one_fourth {
    margin-left: 0%!important;
    width: 25%!important;
    }

    #home-c2a .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div, #home-c2a .responsive .av_one_half.first + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div, #home-c2a .column-top-margin {
    clear:none!important;
    margin-top:0px!important;
    }

    .av-image-caption-overlay-center p {
    background-color:#ab933d;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    font-size:21px!important;
    }

    @media screen and (max-width: 768px) {

    #home-c2a {
    display:none;
    }

    }

    .entry-content p, #main-copy p {
    text-align:justify;
    font-size:16px;
    color:#323232;
    }

    #about-pembs-header h2 {
    line-height:100px;
    }

    .av-catalogue-content {
    font-size:16px;
    }

    .center-text p {
    text-align:center!important;
    font-size:16px!important;
    color#323232!important;
    }

    /* SPECIAL EVENTS SIDEBAR STYLE */
    .page-id-559 #search-2 {
    display:none;
    }

    .page-id-559 #main > div.main_color.container_wrap_first.container_wrap.sidebar_right > div > aside {
    background-color: #dadada;
    }

    .page-id-559 #newsbox-2 {
    display:none;
    }

    .page-id-559 #tribe-events-list-widget-2 > h3 {
    margin-bottom:30px;
    }

    .page-id-559 .content, .sidebar {
    padding-top: 40px;
    padding-bottom: 0px;
    }

    .page-id-559 .sidebar .widget:first-child, .content .sidebar .widget:first-child {
    padding-right: 30px;
    }

    .page-id-559 #tribe-events-list-widget-2 > ol {
    margin-left:2px;
    }

    .page-id-559 #main > div.main_color.container_wrap_first.container_wrap.sidebar_right > div {
    margin-top: 30px;
    margin-bottom: 30px;
    }”;s:16:”advanced_styling”;a:6:{i:0;a:10:{s:2:”id”;s:13:”hover_overlay”;s:13:”overlay_style”;s:4:”hide”;s:5:”color”;s:0:””;s:10:”icon_color”;s:0:””;s:16:”background_color”;s:0:””;s:12:”header_color”;s:4:”true”;s:10:”main_color”;s:4:”true”;s:15:”alternate_color”;s:4:”true”;s:12:”footer_color”;s:4:”true”;s:12:”socket_color”;s:4:”true”;}i:1;a:11:{s:2:”id”;s:12:”headings_all”;s:5:”color”;s:0:””;s:16:”background_color”;s:0:””;s:11:”font_family”;s:0:””;s:11:”font_weight”;s:0:””;s:14:”text_transform”;s:4:”none”;s:12:”header_color”;s:8:”disabled”;s:10:”main_color”;s:4:”true”;s:15:”alternate_color”;s:8:”disabled”;s:12:”footer_color”;s:8:”disabled”;s:12:”socket_color”;s:8:”disabled”;}i:2;a:7:{s:2:”id”;s:18:”main_menu_dropdown”;s:5:”color”;s:7:”#ffffff”;s:16:”background_color”;s:7:”#000000″;s:12:”border_color”;s:0:””;s:9:”font_size”;s:0:””;s:11:”line_height”;s:0:””;s:12:”hover_active”;s:4:”true”;}i:3;a:7:{s:2:”id”;s:18:”main_menu_dropdown”;s:5:”color”;s:7:”#000000″;s:16:”background_color”;s:7:”#ffffff”;s:12:”border_color”;s:0:””;s:9:”font_size”;s:0:””;s:11:”line_height”;s:0:””;s:12:”hover_active”;s:8:”disabled”;}i:4;a:5:{s:2:”id”;s:7:”top_bar”;s:5:”color”;s:7:”#666666″;s:16:”background_color”;s:7:”#ffffff”;s:12:”border_color”;s:0:””;s:11:”font_family”;s:0:””;}i:5;a:11:{s:2:”id”;s:12:”headings_all”;s:5:”color”;s:7:”#ffffff”;s:16:”background_color”;s:0:””;s:11:”font_family”;s:0:””;s:11:”font_weight”;s:0:””;s:14:”text_transform”;s:0:””;s:12:”header_color”;s:8:”disabled”;s:10:”main_color”;s:8:”disabled”;s:15:”alternate_color”;s:4:”true”;s:12:”footer_color”;s:8:”disabled”;s:12:”socket_color”;s:8:”disabled”;}}s:13:”header_layout”;s:36:”logo_left main_nav_header menu_right”;s:11:”header_size”;s:6:”custom”;s:18:”header_custom_size”;s:3:”120″;s:12:”menu_display”;s:0:””;s:18:”header_menu_border”;s:22:”seperator_small_border”;s:12:”header_style”;s:0:””;s:16:”header_title_bar”;s:16:”hidden_title_bar”;s:13:”header_sticky”;s:13:”header_sticky”;s:16:”header_shrinking”;s:8:”disabled”;s:18:”header_unstick_top”;s:8:”disabled”;s:14:”header_stretch”;s:8:”disabled”;s:17:”header_searchicon”;s:17:”header_searchicon”;s:13:”header_social”;s:0:””;s:21:”header_secondary_menu”;s:35:”secondary_right extra_header_active”;s:19:”header_phone_active”;s:37:”phone_active_left extra_header_active”;s:5:”phone”;s:40:”Tel: 01437 741225 | (Email address hidden if logged out) “;s:23:”header_replacement_logo”;s:82:”http://wolfscastle.com/wp-content/uploads/2015/09/Wolfscastle-Web-White-Shadow.png”;s:23:”header_replacement_menu”;s:7:”#ffffff”;s:24:”header_mobile_activation”;s:18:”mobile_menu_tablet”;s:22:”header_mobile_behavior”;s:22:”header_mobile_behavior”;s:14:”archive_layout”;s:8:”fullsize”;s:11:”blog_layout”;s:8:”fullsize”;s:13:”single_layout”;s:8:”fullsize”;s:11:”page_layout”;s:8:”fullsize”;s:19:”smartphones_sidebar”;s:8:”disabled”;s:16:”page_nesting_nav”;s:8:”disabled”;s:15:”sidebar_styling”;s:0:””;s:22:”display_widgets_socket”;s:3:”all”;s:14:”footer_columns”;s:1:”3″;s:9:”copyright”;s:52:”© Copyright – Wolfscastle Country Hotel[nolink]”;s:13:”footer_social”;s:13:”footer_social”;s:17:”blog_global_style”;s:0:””;s:10:”blog_style”;s:6:”custom”;s:17:”single_post_style”;s:10:”single-big”;s:27:”single_post_related_entries”;s:24:”av-related-style-tooltip”;s:16:”blog-meta-author”;s:16:”blog-meta-author”;s:18:”blog-meta-comments”;s:18:”blog-meta-comments”;s:18:”blog-meta-category”;s:18:”blog-meta-category”;s:14:”blog-meta-date”;s:14:”blog-meta-date”;s:19:”blog-meta-html-info”;s:19:”blog-meta-html-info”;s:13:”blog-meta-tag”;s:13:”blog-meta-tag”;s:14:”share_facebook”;s:14:”share_facebook”;s:13:”share_twitter”;s:13:”share_twitter”;s:15:”share_pinterest”;s:15:”share_pinterest”;s:11:”share_gplus”;s:11:”share_gplus”;s:12:”share_reddit”;s:12:”share_reddit”;s:14:”share_linkedin”;s:14:”share_linkedin”;s:12:”share_tumblr”;s:12:”share_tumblr”;s:8:”share_vk”;s:8:”share_vk”;s:10:”share_mail”;s:10:”share_mail”;s:12:”social_icons”;a:4:{i:0;a:2:{s:11:”social_icon”;s:8:”facebook”;s:16:”social_icon_link”;s:100:”https://www.facebook.com/Wolfscastle-Country-Hotel-Allt-yr-Afon-Restaurant-174347119254597/timeline/”;}i:1;a:2:{s:11:”social_icon”;s:7:”twitter”;s:16:”social_icon_link”;s:35:”https://twitter.com/staywolfscastle”;}i:2;a:2:{s:11:”social_icon”;s:8:”linkedin”;s:16:”social_icon_link”;s:58:”https://www.linkedin.com/company/wolfscastle-country-hotel”;}i:3;a:2:{s:11:”social_icon”;s:6:”flickr”;s:16:”social_icon_link”;s:42:”https://www.flickr.com/photos/wolfscastle/”;}}s:13:”mailchimp_api”;s:0:””;s:9:”analytics”;s:0:””;s:8:”gmap_api”;s:0:””;s:17:”avia-nonce-import”;s:10:”1c810ad73d”;s:18:”config_file_upload”;s:0:””;s:15:”iconfont_upload”;s:0:””;s:16:”updates_username”;s:0:””;s:15:”updates_api_key”;s:0:””;}}

    Cheers,
    Matt

    Hi clairemartindigital,

    This code adds more space, makes icons clickable area a bit bigger, I would not add that line, it does not make sense and there is no easy way to do it.

    
    .av-share-box .av-share-box-list .av-share-link {
        margin: 0px;
        width: 26px;
        text-align: center;
    }
    #top .av-share-box ul {
       margin-left: 20px;
    }

    Let me know what you think.
    Best regards,
    Victoria

    #808076

    Topic: Masonry blog exerpt

    in forum Enfold
    michellerunge
    Participant

    Hi!

    I would like to increase the size of the blog experpt displaying on the the masonry. Ive activated the summary but it doenst work for me… I need all the exerpts to have the same leight.
    I saw some other topics about this in here but all of them had the code for blog and I am using the masonry…

    Can you help me?

    Thank you!

    #808055

    Hi Ismael,

    great. Had to adjust the code a bit more as it was a border that caused the lines:

    .cart_dropdown {
    top: 44px;
    border:none;
    }

    But now i am happy and you can close this very long thread.

    Thanks so much. You are my favourite support guys…. :-)

    Tobi

    #808046

    In reply to: Put image in accordion

    Hi MabelB28,

    Here are some ideas for you:

    This can require some coding skill, if it looks like to much for you, you can hire a freelancer to do it for you.

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

    #808026

    Hi,

    No problem at all. Do you need additional help, or should I close this topic?

    Best regards,
    Jordan Shannon

    #808018

    Hi,

    I cannot get my videos on this next specific form:
    1/ videos should be read on mobile
    2/ videos should be read automaticaly when loading pages
    3/ videos should be full screen display
    4/ sound should be deactivated when loading a video

    I’ve tried with:

    – EasySlider: I can play with autoplay… but the video is not visible on mobile, this is not convenient.

    – Video: is well present on mobile, but cannot been played with autoplay (full screen, sound, …).

    Please, could you help me?

    Thanks,

    Nathalie

    #807990
    Wordpressed
    Participant

    Hi guys,

    Is there any way to stop this happening on mobiles, please? I assume the image makes it obvious?

    Many thanks.

    18814151_10154563829200233_7564244187848011753_n

    #807984

    Hi there!

    Hi,

    We’re glad that Rikard pointed you in the right direction. :)

    Do you need further help with this topic, or can we close this thread for now?

    Best regards,
    Sarah

    #807983

    Hi,

    Please try changing the code to following one

    @media only screen and (min-width: 1400px) {
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        width: 102%!important;
        height: 102%!important;
    }}

    Best regards,
    Yigit

    #807967

    Hi jorgeayusomolina,

    Here are the threads that might have a solution for you:
    https://wpml.org/forums/topic/translated-woocommerce-product-category-slugs-broken-404/
    https://wpml.org/forums/topic/product-category-in-url-in-current-language/
    https://wpml.org/forums/topic/wrong-product-category-link/

    https://kriesi.at/support/topic/woocommerce-wpml-permalinks-404-error/#post-180596

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

    #807965

    Hey famewebdesign,

    Hi there! Can you please try this in Quick CSS?

    .main_color.iconbox_top .iconbox_icon {
    background-image: url('imagepath.png');
    }

    Please replace imagepath.png with the full filepath of the background you want to use.

    Please note that this will affect ALL your iconboxes in your site. If you want to only do this for the two iconboxes you specified, please use this code instead:

    
    .avia-builder-el-6 .main_color.iconbox_top .iconbox_icon,
    .avia-builder-el-8 .main_color.iconbox_top .iconbox_icon {
    background-image: url('imagepath.png');
    

    We also recommend taking a look at using Custom Classes for ALB elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    This can help you easily specify styles for your elements. :)

    Best regards,
    Sarah

    Yoolia
    Participant

    Hi,
    after updating, WP, WooCommerce and Enfold, I am getting error messages on WooCommerce on the single product pages. On top of the image, there is the following message.

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home2/lepure/public_html/wp-content/themes/enfold-child LE PURE/functions.php on line 11

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home2/lepure/public_html/wp-content/themes/enfold-child LE PURE/functions.php on line 11

    Can you please help,
    thanks,
    Julia

Viewing 30 results - 78,271 through 78,300 (of 142,926 total)