Viewing 30 results - 84,841 through 84,870 (of 142,733 total)
  • Author
    Search Results
  • #741692

    Hey NetOne360,

    So you want the CSS you posted to apply on tablets as well? If so then please try this:

    @media only screen and (min-width: 1025px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 1024px) {
    .only_desktop { display: none !important; }}

    Best regards,
    Rikard

    #741691

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

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

    Best regards,
    Rikard

    #741681

    Hey Alex,

    The heading, which you have used for the bottom element, all have top padding by default. You would have to target each element individually if you want to get rid or it, not sure if that is something you want to do?

    Best regards,
    Rikard

    #741680

    Hi Rikard,

    Unfortunately it didn’t work out. If I turn of sticky header then it is okay on the mobile but I love the sticky header in the desktop version….

    Regards,
    Dennis

    #741671

    Hi,

    Sorry for the delayed response, I’m not an expert with SEO but as far as I know rel=”nofollow” is used on links or anchor tags but not on iframes (youtube video uses iframe). Try to checkout this thread: http://webmasters.stackexchange.com/questions/77379/how-can-i-stop-google-from-indexing-embedded-iframes

    Best regards,
    Nikko

    Hi Rikard,
    yesterday evening a friend found out the Problem and we put in this Code.
    Now the photo in the Background has a normal size and is not all over the Screen.

    .container_wrap {border:none;}
    .page-id-4353 #av_section_1, #portfolio {
    background-position: center center;
    max-height: 388px;
    width: 100%;
    height: 0;
    padding-top: 27%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    }

    #portfolio {padding-top:37% !important;}

    #741666
    Taryn
    Participant

    Hello,
    I’m using a different logo for the transparent header on the home page than elsewhere on the site, so need that header area to be larger than the rest of the site. I added the following code, which is working (however, please feel free to tell me if this is sloppy/not the best way to do it)

    /* Transparent logo on home page only */
    .html_header_transparency #top .avia-builder-el-0 .container {
      padding-top: 120px;
    }
    .html_header_transparency #header_main > .container, 
    .html_header_transparency #header_main > .container .main_menu ul:first-child > li > a, 
    .html_header_transparency #header_main #menu-item-shop .cart_dropdown_link {
      height: 160px !important;
      line-height: 160px !important;
    }
    .html_header_transparency strong.logo {
      top: 20px;
      height: 165px;
      width: 374px;
    margin-bottom: 20px;
    }

    The problem now is with the shrinking/sticky part. When it shrinks, I just need it to shrink to the size it does on the rest of the site. Can you help me with that, please?

    Thanks!

    Hi,

    Thanks for that, I see the problem you are describing. Could you post the code you are using for the form as well please?

    I assigned our german speaking moderator to the topic as well, I couldn’t understand what you wrote in private :-)

    Best regards,
    Rikard

    #741655

    Hi Jose,

    Great, glad you got it working and thanks for the feedback :-)

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

    Best regards,
    Rikard

    #741612

    Hi!

    Please add this css code.

    #top .av_toggle_section .activeTitle {
        background: blue;
        color: white !important;
    }
    
    #top .av_toggle_section .activeTitle span.toggle_icon .vert_icon, 
    #top .av_toggle_section .activeTitle span.toggle_icon .hor_icon {
         border-color: #fff;
    }

    Adjust the color as needed.

    Cheers!
    Ismael

    #741610

    Hi,

    Great, glad you got it working. Thanks @guenni007 for helping out :-)

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

    Best regards,
    Rikard

    #741593

    Hey bensondesign,

    So you want the CSS to not apply to mobile? If so then please try this:

    @media only screen and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding:100px!important
    }
    }

    Best regards,
    Rikard

    #741574
    mischael1
    Participant

    Hello.
    I made a main menu and logo in left side of the website (https://yadi.sk/i/C0GtnSS13CPM8w).That’s good, because there is too much links for horizontal. Now I have to also on the display and a horizontal menu at the top. Example: http://www.ms-dver.ru/ How can I do that?
    At first I thought that each page manually insert the picture and a second horizontal menu, but then I realized that I will have hundreds of products in each to set header – this is overkill.
    Maybe you can somehow insert a custom widget area at the beginning of the content?
    I try to use this manual: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    But it inserting widget in top or bottom of my vertical (left) menu. I need a widget in top of main content (or any else realization of my need).
    Thank you!

    #741554

    Hi Dennis,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-content-full {
        padding-top: 200px !important;
    }
    }

    Best regards,
    Rikard

    #741549

    In reply to: Warnings On website

    Sure thing, really appreciate the help and feed back. After a bit more digging I suspect it may have been the Yoast plugin based on the link listed below. I disabled the plugin, updated again, and then activated. It would seem to be better, but would like a second opinion.

    https://wordpress.org/support/topic/error-warning-class-_php_incomplete_class-has-no-unserializer/

    #741542

    Hi!

    I think you’re referring to the default WP gallery.

    // https://codex.wordpress.org/The_WordPress_Gallery

    You need to add the following css code because the theme hides the captions.

    #top .gallery .gallery-item {
        width: auto;
        height: auto;
    }
    
    #top .gallery-caption {
        display: block;
        float: none;
    }

    Regards,
    Ismael

    #741538

    Hey alifeofwellevance,

    Great, glad you found a solution and thanks for sharing :-)

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

    Best regards,
    Rikard

    #741526
    mcraig77
    Participant

    Ahoy,

    Ahoy,

    I have a yellow area under my header. It looks extended… as you can see. How do I get rid of this. I have a lot of css i’ve been playing around with… but can’t figure it out… let me know if you can help!

    Here is the code I currently have in my css

    /* Logo position*/
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 90px!important;
    }
    .header_bg {
        min-height: 120px!important; 
    }
    .av-logo-container {
        top: -33px!important;
    }
    .html_header_top.html_logo_center .logo {
        left: 0%!important;
        transform: none!important;
    }
    .responsive #top .logo {
        margin-left: 0px!important;
    }
    }
    
    .av-main-nav {  
    margin-top:20px!important;
    }
    
    .av-main-nav li:nth-child(2) {
        margin-right:320px;
    }
    
    .av-logo-container {
    position:absolute;
    left:0px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu { 
        position: absolute;
        background: transparent!important;
    }
    
    #header {
        top: 40px!important;
    }
    
    .header_color .header_bg {
        min-height: 100px;
    }
    
    .avia-icon-pos-left {
        float: none !important;
    }
    
    .header_color .header_bg {
        min-height: 150px;
        top: -50px;
    }
    
    .html_header_top.html_logo_center .logo {
    top: -30px;
    }
    
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 82 !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #top .header_bg {
    background-color: #EEE5C9;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
    margin-left: 100px;
    }}
    
    @media only screen and (max-width: 480px) {
    .responsive .logo img { max-height: 70%; }
    .responsive .logo { margin-left: 0 !important; }
    .home #av_section_1 .content {
        padding-top: 180px;
    }}
    
    .header_color .header_bg {
        box-shadow: 1px 1px 1px black;
    }

    So i have this nasty habit of answering my own questions (hint hint). Anyway, i tried to figure out how write an action or a filter that somehow beats the admin (new post) page into submission, but time is precious and i quickly realized i’ll never get there fast enough. So i did the next best thing. I hacked the hack (aka this method gets rid of the “flicker” issue).

    // use #postdivrich_wrap for editor only, #post-body for (pretty much) everything
    // see https://kriesi.at/support/topic/always-open-advanced-layout-builder/#post-452117
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    function trigger_alb_on_load(){
    	echo '<style>#postdivrich_wrap { display: none; }</style>';
    	?>
    	<script>		
    		(function($){
    			$(window).load(function() {
    				$("#avia-builder-button").trigger('click');
    				$("##postdivrich_wrap").css('display', 'inherit');
    			});
    		})(jQuery);
    	</script>
    	<?php
    }

    If you would like to go further than this, check out generic-helper.class.php and more specifically builder_status(). Also, template-builder.class.php and more specifically wrap_default_editor(). I gave up right about there on trying to find out what happens behind the curtains.

    #741518
    centraltech
    Participant

    I would like for the background video on our homepage to loop through multiple short youtube videos that are all within a playlist. When i try the code that youtube gives to me for direct access to the videos, it doesn’t play past the first video. Is there a way to make this happen?

    Also, since we aren’t using the 100% option on the page height, is there any way to push the top of the video down, or up? in other words, if we would like to center the video more within the amount of space that it is taking up in the screen, is that possible?

    Thanks in advance!

    #741516
    Mark Hancock
    Guest

    And when I go to Support, then Enfold I can’t search for any toopics, and at the bottom of the page it says”You must be logged in to create new topics.”

    #741510

    1 – Ok, thanks! I’ll know for next time and won’t have to bother you :)
    2 – The page in question is in the private area, as are links to 2 screenshots where number 16 is correct and number 8 is wrong – it should read ‘Bryne Creek Secondary School’ which is number 9. There is no number 9 if you turn on numbers. That seems to be causing a problem. It’s really buggy. Also the very top left dot – ie, number 1 – is not working on hover; it’s supposed to say ‘UBC’.

    thanks! :)

    #741492

    Rickard,

    I had the same issue.
    Here is a test page with the mail chimp sign up in the side bar http://www.itsgreektomemn.com/test/

    I used the following code to try to alter it in CSS to match the contact forms on the website, but it didn’t work.

    #top .av-mailchimp-widget-style-boxed_form { 
    border-color: #C59C5F !important;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }

    Thanks
    Jon

    #741491
    goldengate415
    Participant

    Hi!

    I am trying to move the caption overlay that appears on top of photos to the bottom of the photo instead of the center. I used this code from support thread 383992 and the caption appears half on the photo and half on the page background, so not inside the photo frame. I tried changing the bottom to different numbers like -40px but that did not seem to help. Thanks!

    /* moving caption on photos to bottom per support 383992 */
    .av-image-caption-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    bottom: -30px !important;
    color: black !important;
    height: auto !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: auto !important;
    }

    #741488
    allyson3
    Participant

    I apologize for staring a new post, but I’m desperate and need help immediately so I can finish my portfolio site. I started a post here… https://kriesi.at/support/topic/masonry-gallery-order-and-sizing/#post-740030, but I haven’t received a follow up.

    I need to figure out how to add photos to a 3-column Masonry Gallery, manually add photos, chose their position and include a link to which page I want them to be directed to (some photos will link to the same page).

    Can anyone help?

    #741487

    no…. unfortunately not…
    this is the site http://www.studiolynnpieraets.be

    and this is the css-code that I have already implemented, maybe there is something wrong in here ?:

    .container .main-title entry-title .breadcrumb-title{display:none;}

    .container {background-color:#cac8bc;
    font-family:DINBek-Regular, Helvetica, sans-serif;}

    .container_wrap .footer_color {padding:0px;}

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #cac8bc;}

    #top .av-menu-button > a .avia-menu-text {
    border:0px solid #ffffff;
    border-radius:0px;}

    #top .av-menu-button > a:hover .avia-menu-text {
    border-bottom:1px solid #ffffff;}

    p {margin: 0.85em 0;
    margin-left:150px;
    margin-bottom:10px;}

    element.style {
    font-size: 13px;}

    .avia_textblock {
    clear: both;
    line-height: 1em;
    letter-spacing:1px;
    margin-left:0px;}

    .av-styling-no-styling .avia-image-container-inner, .av-styling-no-styling .avia_image, .av-styling-no-styling .av-image-caption-overlay {
    border-radius: 0;
    border: none;
    margin-bottom:50px;
    margin-right:50px;}

    img, a img {
    border:none;
    padding: 0;
    margin:0;
    display:inline-block;
    max-width:50%;
    height:50%;
    image-rendering: optimizeQuality;}

    html, #scroll-top-link {
    background-color: #cac8bc;}

    #top h4 a:hover{color:#808080;}
    element.style a:hover{color:#808080;}

    a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;
    color:#808080;}

    .home .av-main-nav-wrap {
    float: left;
    position: relative;
    display:none;}

    .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover {color: #ffffff;}

    html{font-family:DINBek-Regular,helvetica,sans-serif;}
    body{font-family:DINBek-Regular,helvetica,sans-serif;}

    .av-main-nav>li>a, h1 {
    font-family: DINBek-Regular!important;}

    a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;}

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a:hover {
    font-weight: inherit;
    text-decoration: none;
    color: #808080;}

    .content .entry-content-wrapper {
    padding-right: 0px;}

    .container .av-content-small.units {
    width: 100%;}

    .av-seperator-icon{display:none;}

    .page-id-38 #main .main_color, .page-id-38 #main .main_color .container {
    background: white;}

    .page-id-38 .header_bg, .page-id-38 .container {
    background: white;}

    .page-id-38 #main .main_color{background-color:white;}

    .page-id-38 .logo {display: none;}

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type=’submit’], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, .header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #cac8bc;
    color: #ffffff;
    border-color: white;
    letter-spacing:1px;
    font-family:DINBek-Regular, helvetica, sans-serif;}

    html* .page-id-38 {
    background-color: #fff !important;
    background: #fff !important;}

    thanks,
    Fab.

    Hello again. We were able to dig deeper with the hosting company (Flywheel) and involved their engineers, who responded and managed to do some magic to get the site back on the air (stop 502/504 errors).

    According to Flywheel hosting, the script that was erroring out on my client’s site, causing repeated 502 and 504 Gateway Timeout errors, was as follows:

    [pool site-60980] script_filename = /www//index.php file_get_contents() /www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php:636 avia_is_200() /www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php:568 avia_html5_video_embed() /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php:662 set_video_slide() /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php:305 advanced_slide() /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php:150 html() /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section.php:811 avia_new_section() /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section.php:653 shortcode_handler() /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:250 shortcode_handler_prepare() unknown:0 call_user_func() /www/wp-includes/shortcodes.php:345 do_shortcode_tag() unknown:0 preg_replace_callback() /www/wp-includes/shortcodes.php:223 do_shortcode() unknown:0 call_user_func_array() /www/wp-includes/class-wp-hook.php:298 apply_filters() /www/wp-includes/plugin.php:203 apply_filters() /www/wp-content/themes/enfold/template-builder.php:43 +++ dump failed

    Flywheel said: “We forced caching across the entire site with our server caching and that seems to have kept the site up and running currently but you may want to have your Theme developer look in to that script.”

    So that’s what we learned today. I wanted to give you the heads-up about this feedback from the hosting company regarding the Enfold theme.

    #741478
    wildbill53e
    Participant

    Hello,

    We are using the latest version of the Enfold theme. We also use the Wordfence premium plugin to help secure our site. This morning we received a notification from Wordfence informing us there is a suspect file on the site :

    File contains suspected malware URL: /home/blahblah/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php

    After doing some research, we came across this post on the WordPress.org site which seems to be the same issue : https://wordpress.org/support/topic/wordfence-could-not-delete-file-broke-site/

    Please advise on how we should handle this ASAP.

    Thank you!

    #741457

    In reply to: enfold theme

    Found the purchase license code.

    Please answer my question elements on the home page on the desk top version do not look the same as they do on mobile version??

    #741452

    Hi!

    Please refer to this post – https://kriesi.at/support/topic/wordfence-found-a-suspected-malware-in-an-enfold-php-file/#post-740608

    Link is in commented line therefore it has no affect but still throws a warning on Wordfence. Applying those changes will fix it. Even if you do not fix it, there is nothing to worry about :)

    Regards,
    Basilis

Viewing 30 results - 84,841 through 84,870 (of 142,733 total)