Viewing 30 results - 3,691 through 3,720 (of 7,495 total)
  • Author
    Search Results
  • #810550

    Hi,

    Please try and search for the string from the entire Enfold folder and see where it turns up. You should have a matching file structure to mine if you are using the most up to date version of Enfold. Please see the following: https://snag.gy/iT7JcS.jpg

    Best regards,
    Jordan Shannon

    #810509

    Hey smorgan7777,

    Please go to enfold/framework/js/avia_option_pages.js file and search for the string and change it as needed

    Best regards,
    Jordan Shannon

    #809921
    Drebosio
    Participant

    Hi Enfold Team,

    So i searched the forums, and forgive me if it’s on here but i couldn’t find it, but i’m looking how to display the date on a page that is showing the blog posts.

    I’ve seen numerous posts on how to remove it, but i want to show it.

    I have it checked on the blog options (but this is for the single posts) i’m using a grid layout to display posts and the weird thing is, i’m able to see the date on 1, but not the others?

    Using the Elegant and grid layout:

    View post on imgur.com

    I have noticed, if i enter some text then the date appears:

    but in the image above, it’s affecting post 4 and post 3, if i remove the lorem ipsum text on “post 4”, then “post numero 3” date disappears as well.

    The one where i’m able to see is the default post that comes with a fresh install of WP. I’ve added a comment to “post 2” but the front end isn’t showing it:

    I also have the Define Blog Grid layout option set to show “title + read more link” so not sure why the excerpt is even being shown:

    Not sure if i’m missing an option somewhere.

    • This topic was modified 8 years, 9 months ago by Drebosio.

    Hi, thank You so much!
    #wrap_all {
    position: relative !important;
    }
    was inserted – as far as I know – because of some trouble I had with the footer. Or maybe the one with the google maps link (and window)? I don’t remember, as that adding codes is like fishing in the dark for me. I searched in the forum for past posts. You know, if I’m told to do so, I do it, and – bang, it works, yeah… So sorry, if I can’t be any more specific.
    The google maps link and window is indeed to big for tablet. For mobile i “switched” it off.

    Again, thank You, Enfold is a cool theme and with Your great support even I am able to offer better service to my customers. I am sure, I will buy it some more often. Thanks.

    Unfortunately I can not find a satisfactory solution for my question. I saw one but I have no idea what I can do with. I am no wordpress expert.

    I work since march on my website – wordpress with enfold theme, use custom css, change colours, type, … editor – footer, header and so on e.g. change copywrite, … and I don´t know how much changes more…?!?

    But now I have to make an update for wordpress and enfold theme and saw – I did not create a child theme. So please help me. I do not know how I can make a child theme from my edited theme with all changes I made.

    I have searched very hard all week long for all these changes. It would be a disaster if I have to do all things again.

    So please I bet you to help me – step by step solution I can´t do that alone. I tried to find answers in internet. No way to find suitable solution because I wrote I´m not an expert.

    Thank you in advance
    Best regards
    Marion

    #809342

    Topic: Search in top header

    in forum Enfold
    Maciej
    Participant

    Hello.
    I would like to have search field in top area of my page. Right now, i managed to get it working using other posts here.
    I used widget method (http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/) to get widget bar on top of my page and then search widget inside.
    Then i used styles to get this in place:

    #header .widget {
        left: 50%;
        padding-top: 10px;
        width: 250px;
        position: relative;
        top: 0;
        transform: translate(-50%);
        z-index: 999;
    }
    
    #search-2 {
        padding-bottom: 5px;
    }
    
    #top #searchform .ajax_search_response {
      z-index: 999 !important;
      background: white;
    position: absolute;
    }
    
    .header-scrolled #search-2 { 
        display: none; 
    }

    Most of it works but:

    1. Im not sure if position: relative is ok for mu widget and position: absolute is ok for results. If I set position: absolute (as you mentioned in one of the posts (https://kriesi.at/support/topic/issues-related-to-search-bar/) my widget is over menu and doesn’t work like top bar (with phone and social icons). When I remove position absolute from search_response, search results are moving whole page down.

    2. How can I manage to get my search bar to behave like top bar (with phone, mail and phone) ?
    3. If you type something into search, and get some results, field with results stays forever open. How can I make it to diaper after clicking outside?
    4. How can I change that sidebar (or append it to top bar) to behave like top bar? It stays on top of main menu, it hides when user scrolls down (or get nice animation/transition like I have in main menu/logo area).

    Im not sure if this method is the best one, I would like to get this to work without messing with code too much to avoid any problems. All is done inside functions.php:

    add_filter('avf_form_message', 'avf_form_message_mod_checkbox', 10, 3);
    function avf_form_message_mod_checkbox($message, $new_post, $form_params) {
    	$message = str_replace('true', 'Tak', $message);
    	$message = str_replace('false', 'Nie', $message);
        return $message;
    }
    
    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    This is almost done but need some polishing :)

    Thank you very much!

    Best regards
    Maciej

    #808920

    In reply to: not fit for a mobile

    Change number of gallery columns for mobile
    ok, i did some research via a test page:
    https://search.google.com/test/mobile-friendly?utm_source=mft&utm_medium=redirect&utm_campaign=mft-redirect

    now, the problem was this: klikbare elementen te dicht bij elkaar = clickable elements to close to each other.
    this is only for the page mentioned below* as this is a image gallery.

    question is what to do about this.
    on a pc it looks great, but how to tell enfold:
    “once the site is viewed on a mobile, forget about the 12 columns and be satisfied with one or two colums.”

    any idea how to?

    • This reply was modified 8 years, 9 months ago by yampieters.
    #808916
    briandeeney
    Participant

    Hi

    I’m using Strong Testimonials by Chris Dillon and reviews are showing up as “votes” in google search

    in the admin of enfold there is an option called Automated Schema.org HTML Markup which i have enabled

    Automated Schema.org HTML Markup
    The theme adds generic HTML schema markup to your template builder elements to provide additional context for search engines. If you want to add your own specific markup via plugins or custom HTML code, you can deactivate this setting

    Could this be what is causing “votes” to show instead of reviews

    If so – would it be a good idea to switch off schema markup in Enfold admin

    Brian

    #808795

    Hi Rikard

    Thanks for that. It sorted out the hamburger menu nicely. I just have to work out how to make the Search icon appear alongside it now.

    Thanks to all the team at Enfold for such amazing community support.

    Diana

    #808505

    In reply to: Nav Button Cutting Off

    Hey envisageiam,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
    	padding-right: 13px !important;
    }
    .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
    	padding-right:0px !important;
    }

    Best regards,
    Sarah

    #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

    #807641

    Thanks for the article however as you said, it does not directly address my issue.
    I am unsure what weird single quotes you are referring to…I literally copied and pasted the exact code from previous tickets: #668377 and #639232 and from the following directly related article: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
    I’ve been doing a lot of research within previous related tickets and posted them here but I am still unable to get the font Roboto under the body text options.

    Can someone please review these tickets/article and advise what I am missing? To confirm, the end result from adding this code to the functions.php will result in my being able to select the font Roboto from the dropdown menu within the body text options when I go to ->General Styling ->Fonts under the body text options correct?

    Thank you

    #806745

    In reply to: SearchWP with enfold

    Hey markgibbons243,

    Thank you for using Enfold.

    That is the default behavior or reaction of the ajax search. It will start processing the results after typing 3 characters. If you want to change the minimum characters before the search results diplay, please edit the js > avia.js file, look for the following code around line 1848:

    minChars: 3,
    

    Adjust the default value (3).

    Best regards,
    Ismael

    codecreative
    Participant

    hi guys

    ive been searching on the forum and can’t find any recent posts about this

    but under my variations for a clothing site i have different images set so if someone is buying a t shirt and picks black from variation i wanted the black image i have set in the variations to load

    It isn’t appearing to. Is this support by enfold?

    As I noticed this doesn’t change on the enfold demo site either

    Thanks in advance guy for fabulous theme

    #806360

    Topic: info theme

    Moreno
    Guest

    Good morning, has felt to speak very well of your theme enfold for wordpress, since I am interested to make a site web with motor of search flights, hotel, etc etc… I wanted to know if your theme supports the opening of the page of affiliation as in the link that I have put trying to make a search to understand as it works, or another theme you have among the so many.
    http://74.124.215.220/~keepontravel/new/

    Kindest regards

    Moreno

    #806333

    In reply to: Image Links

    Sorry for the really late reply, I did just now try this and it doesn’t seem to be working. I added the code above to the top of functions.php

    Like this…

    <?php
    /**
     * Main WordPress API
     *
     * @package WordPress
     */
    
     // team member link
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    	function a() {
    		$('.avia-team-member').on('click', '.team-social', function() {
    			var image = $(this).find('.team-social'),
    				link  = $(this).find('.avia-team-icon').attr('href');
    
    			window.location.href = link;
    		});
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');
     
    require( ABSPATH . WPINC . '/option.php' );

    I am showing more of the code that’s at the top of functions.php just for reference on exactly where I pasted it in the script.

    I also posted the css code in what I am assuming is the Quick CSS. Where can I find the Quick CSS in the theme? I did some quick searching and found reference to the file being located here… http://yourdomain.com/wp-content/uploads/dynamic_avia/enfold.css so I just FTPed to that file, made the change and uploaded it back to the server. No luck. It still behaves the same way. Any ideas?

    Hi,

    It’s a search results page, not an attachment page and definitely not a “fake” page. Again, you can block crawlers from indexing those pages.

    // https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s/#post-707487

    Best regards,
    Ismael

    #805707
    Ben
    Participant

    Hi Team Kriesi,
    I would like to add a ‘Donate’ button to the header which goes to a page on the site, just like the one on the in the header of Cancer Research website https://www.cancerresearchuk.org/support-us/donate
    I would also like this button to be hidden from the header on small screen tablets and mobile devices, again just like on the Cancer Research website.
    I’ve tried the instructions from this post but I can’t style it so it’s positioned in the middle on the right or get the colors to be pink (#bd2e89) : https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header/
    Any help you could provide would be greatly appreciated.
    Many thanks in advance!

    #805253

    well look to find the loop-search.php in enfold/includes
    make a copy of it and upload an edited version to your child-theme subfolder includes. (commonly it is: enfold-child/includes )

    how to edit :
    look to line (version Enfold 4.0.7) : 31

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
    

    and replace it with:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";

    and add this to quick css:

    .search-result-counter {
        padding: 0;
    }
    
    .search-result-counter img {
    	width: 100%;
    	height: 100%;
    	border-radius: 100px;
    }
    • This reply was modified 8 years, 9 months ago by Guenni007.
    #805244

    Topic: SearchWP with enfold

    in forum Enfold
    markgibbons243
    Participant

    Hi amazing support team,

    I’ve just added SearchWP and added your suggest code to the fuctions.php file (http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/)

    The problem i’m having it that the search is instigating before I’ve finished writing the word, or make a spelling mistake. For example, if i’m planning to search for ‘Console Tape’ but only get as far as writing ‘Cons’ if I pause for any reason or make an error, it starts searching and brings up no results.

    Any idea what’s going wrong? Website address notes below

    Thank you for the thoughtful reply Ismael. With a little more research, I can see that both problems are indeed with WordPress and not the Enfold theme.

    https://wordpress.org/plugins/toggle-wpautop/ is a good option for the <BR> problem and I will investigate it.

    As for the &nbsp; issue, I found an option here: https://wordpress.org/plugins/automatic-nbsp/

    …is neither ideal nor perfect, but it will help (and want to share it because it might help others, too).

    Here are some examples in which it is super useful:

    (from their site) Support punctuation marks in French
    Adds a non-breaking space &nbsp; before punctuation marks as ! ? ; % « »

    • This reply was modified 8 years, 9 months ago by GabrielSenn.
    #805175

    Topic: Plug in Convertkit

    in forum Enfold
    carine113
    Participant

    Hello,

    I have been using the Convertkit plug in with my Enfold theme for quite some time. However, it has stopped working with the last Enfold upgrade. I reached out the the Convertkit team and they said this:

    “Looks like the Enfold theme on the site is using “Avia Layout Builder”. The theme author seems to be doing something custom with the page content. I don’t have a copy of the theme or builder to research this.

    The ConvertKit plugin filters ‘the_content’ to add the form to the end, but it’s not appearing. Please contact the Enfold theme author and ask if they are doing anything to circumvent that filter.”

    Is there anything that can be done?

    Thank you.

    #805145

    Hey guys,

    You can close this thread! Searched the forums a bit and found this:
    http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Thanks!
    Chris

    #804556

    In reply to: ERROR! PLEASE HELP

    I’m not a moderator, but can tell you that your attempts for help need to be preceded by some rational information. It’s very clear that no one can help you if 1) you give no information – detailed information – about what you did prior, during, and after to get the above errors; 2) posting generic help messages every 20 minutes with no information or detail; 3) letting them know what version of WordPress, Enfold are, is everything up to date, have you gone through the initial steps to troubleshoot like turning off all plugins, using a different theme, etc.

    You can also search through the forums for similar issues.

    It appears to me that your plugin Coming Soon has tripped an issue. Turn it off and see if you have the same problem. Clear your cache. Do some work. Do your homework. Come here prepared.

    #804100
    aussiedelta12
    Participant

    Hi,

    I recently updated WordPress (4.7.5) and the Enfold theme (4.0.7) and my masonry galleries are no longer working. I was searching the forum, which suggested disabling plugins (which I did and that did not work) and also replacing short code, which unfortunately, I don’t know how to do. Is this something you can help with? Thanks!

    #803986

    OK thank you Nikko.

    I have the code fom the 404-2 page:

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='scroll' bottom_border_style='scroll' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    
    [av_image src='http://www.lowcarbx.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
    
    [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
    <p style="text-align: center;">ERROR 404</p>
    [/av_textblock]
    
    [/av_section]

    the code of my 404.PHP is this at them moment:

    <?php
        if ( !defined('ABSPATH') ){ die(); }
       
        global $avia_config;
     
        /*
         * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
         */
         get_header();
     
     
         echo avia_title(array('title' => __('Error 404 - page not found', 'avia_framework')));
         
         do_action( 'ava_after_main_title' );
        ?>
     
     
            <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
               
                <?php
                    do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information
                ?>
               
                <div class='container'>
     
                    <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>>
     
     
                        <div class="entry entry-content-wrapper clearfix" id='search-fail'>
                        Image Here
                        </div>
     
                    <!--end content-->
                    </main>
     
                </div><!--end container-->
     
            </div><!-- close default .container_wrap element -->
     
     
     
     
    <?php get_footer(); ?>

    where should i place the avia code from the 404-2 page inside the 404.php ? Thanks for you help. and after placing the code, i can delete the 404-2 page? is this right? i only need the code not the page?

    Thank you, Alex

    #803467

    In reply to: color

    Hey Mike,
    Thanks! this is wat im searching for. Which file do i have to edit or is it possible to place this code in Quick CSS in the enfold theme options?

    Best Regards,

    #803343
    hectortarifa
    Participant

    Hello Im having this issue, can you let me know how to update them? thanks

    
    ### WordPress Environment ###
    
    Home URL: http://shop.surfcentertarifa.com
    Site URL: http://shop.surfcentertarifa.com
    WC Version: 3.0.7
    Log Directory Writable: ✔
    WP Version: 4.7.5
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: es_ES
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: ❌ 5.4.16 - Recomendamos como mínimo la versión PHP 5.6. Ver: Cómo actualizar tu versión de PHP
    PHP Post Max Size: 1 GB
    PHP Time Limit: 999999
    PHP Max Input Vars: 100000
    cURL Version: 7.29.0
    NSS/3.21 Basic ECC
    
    SUHOSIN Installed: –
    Max Upload Size: 1 GB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ❌ Tu servidor no tiene la clase SoapClient habilitada - puede que algunos plugins de puerta de enlace que utilizan SOAP no funcionen como se espera.
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 3.0.7
    WC Database Prefix: wp_
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔
    woocommerce_shipping_zones: ✔
    woocommerce_shipping_zone_locations: ✔
    woocommerce_shipping_zone_methods: ✔
    woocommerce_payment_tokens: ✔
    woocommerce_payment_tokenmeta: ✔
    
    ### Security ###
    
    Secure connection (HTTPS): ❌Tu tienda no está usando HTTPS. Aprende más sobre HTTPS y los certificados SSL.
    Hide errors from visitors: ✔
    
    ### Active Plugins (10) ###
    
    Instagram Feed: por Smash Balloon – 1.4.9
    Jetpack by WordPress.com: por Automattic – 4.9
    Redsys WooCommerce: por Redsys – 2.8.4
    Remove Query Strings From Static Resources: por Speed Up My Website
    Your WP Expert – 1.4
    
    SEO Friendly Images: por Vladimir Prelovac – 3.0.5
    W3 Total Cache: por Frederick Townes – 0.9.5.4
    WooCommerce Dynamic Gallery LITE: por a3rev Software – 2.3.5
    WooCommerce: por Automattic – 3.0.7
    Yoast SEO: por Equipo Yoast – 4.7.1
    WP Clean Up: por BoLiQuan – 1.2.3
    
    ### Settings ###
    
    API Enabled: ✔
    Force SSL: –
    Currency: EUR (€)
    Currency Position: right
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: downloadable (downloadable)
    external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    virtual (virtual)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    ### WC Pages ###
    
    Base de la tienda: #506 - /shop/
    Carrito: #507 - /cart/
    Finalizar compra: #601 - /checkout/
    Mi cuenta: #602 - /my-account/
    
    ### Theme ###
    
    Name: Enfold Child
    Version: 1.0.0
    Author URL: http://shop.surfcentertarifa.com
    Child Theme: ✔
    
    Parent Theme Name: Enfold
    Parent Theme Version: 4.0.7
    Parent Theme Author URL: http://kriesi.at
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: La  version 3.0.0 de enfold-child/woocommerce/single-product/product-image.php está obsoleta. La versión del núcleo es la 3.0.2
    La  version 3.0.0 de enfold-child/woocommerce/single-product/product-thumbnails.php está obsoleta. La versión del núcleo es la 3.0.2
    
    Outdated Templates: ❌Aprende cómo actualizar
    
    • This topic was modified 8 years, 10 months ago by hectortarifa.
    #803253

    Hey vidaelf,

    Thank you for using Enfold.

    Did you enable the search icon in the site? They are created because the site’s users are using the search feature. The robot.txt directive that you mentioned above should prevent the bots from crawling pages with the search query.

    Best regards,
    Ismael

Viewing 30 results - 3,691 through 3,720 (of 7,495 total)