Viewing 30 results - 82,261 through 82,290 (of 142,833 total)
  • Author
    Search Results
  • #768371

    Hi,

    Yea there seems to be some errors in there. I tried to log in, but there seems to be a firewall blocks preventing that page from loading at all. Please see this screenshot.

    Meanwhile, please take the css I provided you and add it to the very top of your current css so it loads first.

    Best regards,
    Jordan Shannon

    #768363

    Hi octaviosalles,

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

    
    .container_wrap {
    border-top-width: 0px;
    }
    

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

    #768358

    Certainly. In the meantime, here is the code in the Quick CSS field. Please let me know if I should delete/update/edit any of these.

    .logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    padding-top: 9px;
    }
    .post-meta-infos, .news-time{
    display: none;
    }
    .sub_menu {
    float: left;
    z-index: 2;
    font-size: 11px;
    line-height: 30px;
    position: relative;
    top: 10px;
    font-size: 12px;
    }
    .av-magazine-hero .av-magazine-content {
    margin-top: 10px;
    color: #ffffff;
    }
    #top .footer_color strong {
    color: #d4d4d2;
    font-family: ‘Libre Baskerville’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-size: 14px;
    }
    #tribe-events-content {
    padding: 22px;
    position: relative;
    background: #fff;
    margin-bottom: 4px;
    }
    @media only screen and (max-width: 929px) {
    .flex_column {
    width: 100% !important;
    margin-left: 0 !important;
    }}
    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(wp_is_mobile() )
    {
    $logo = “http://www.westminstermpls.org/wp-content/uploads/2016/09/logotext.png”;
    }
    return $logo;
    }
    .av-magazine-time {
    display: none;
    }
    .slide-meta-comments, .slide-meta-del {
    display:none !important;
    }
    span.blog-author.minor-meta{
    display:none!important;
    }
    span.text-sep.text-sep-date{
    display:none!important;
    }

    Hi 0rca,

    Please refer to this reply to see how to do it.

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

    #768301
    lobstahhhhhhh
    Participant

    Hi there,

    What works for desktop, is not good in mobile http://www.lobstertrail.com/send-a-lobster-gift/

    We’d Iike to force the drop down by category at top of mobile version…instead of having to sift through tons of products first. Would prefer not to change desktop version. Any ideas? thanks!

    #768272

    Thanks Victoria. This works on smaller screens (my laptop, tablet, iPhone). It still does not work on my desktop’s large screen – I still see that the header bar doesn’t extend the full width of the content area. Attaching a link to a screenshot in private content. Thanks.

    Hey!

    Please refer to this post – https://kriesi.at/support/topic/structured-data-html/#post-758419

    Cheers!
    Yigit

    #768240

    Hey Josh,

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

    #top label {
        font-size: 16px;
    }
    

    Best regards,
    Yigit

    #768221
    feoleb
    Participant

    Hello,

    I have hidden the map on the page when in mobile view

    However, you can see that when you make the screen a smaller width and it goes into mobile view, that there is still a gap at the top of the page. The column’s content is hidden but the padding or whatever from the column is still taking effect on the page. I don’t want that to happen. Can you help?

    Thanks,

    me

    #768217
    Emmygraph
    Participant

    Hi,
    1st Thank you very much for a fantastic theme.
    How can I adjust and edit the size of height and width of the LayerSlider WP slider on mobile view. It goes really small and unreadable when viewed on mobile. At theh moment it just automatically resizes as you change size of browser but I would like to tell it to resize to a certain height and width when on mobile. Could you please help.
    Been trying to find a solution in the forum for my issue but couldn’t find the answer.

    Thanks.
    Emmy

    #768215
    Pixel_Production
    Participant

    Hi there,
    great theme. its the 5th licence we bought until today!! :)

    but i got a problem i can’t solve: i set up a site with the ajax gallery. on ipad: when i click on an image to open the project and click on one of the images of the project the image appears in the lightbox for just a second in and then disapears. on mobile and on desktop its okay.

    whats the problem?

    Infos linked in private content.

    #768196

    Hey!

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

    @media only screen and (max-width: 767px) {#top .avia-slideshow-button {
        margin-top: 0!important;
    }}
    

    Best regards,
    Yigit

    #768149

    Hey zaza26,

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

    .av-share-box ul li a {
        font-size: 20px;
    }
    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter:hover a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus:hover a {
        color: #fff;
        background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest:hover a {
        color: #fff;
        background-color: #cb2027;
    }
    #top #wrap_all .av-social-link-linkedin:hover a {
        color: #fff;
        background-color: #419cca;
    }
    #top #wrap_all .av-social-link-mail:hover a {
        color: #fff;
        background-color: #9fae37;
    }
    

    and adjust colors as needed

    Best regards,
    Yigit

    #768144

    In reply to: contact form

    Hey Aline,

    You can put this css to your child theme styles.css

    
    
    #ajaxresponse_1 {
    	margin-top: 10px;
    }
    #ajaxresponse_1 avia-form-success {
    	font-size: 16px;
    }

    Let us know if this was helpful.
    Best regards,
    Victoria

    #768136

    Hi mk1122,
    Sorry, I missed the comment abut the content slider. Here is the code (put this in Quick Css if it does not work, put into themes/enfold/css/custom.css):

    
    @media only screen and (max-width: 767px) {
      #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr.hr-invisible,
      #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr-invisible .hr-inner {
    	height:0 !ipmortant;
    }
    
     #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .avia-content-slider {
    	margin-top: 30px;
    	margin-bottom: -65px;
    }
    
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330  .slide-entry-excerpt.entry-content {
    	min-width: 180px;
    }
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330 
    .avia-smallarrow-slider-heading.no-content-slider-navigation.no-content-slider-heading {
    	display: none;	
    }
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .entry-content-wrapper.clearfix {
    	margin-top: -120px;
    }
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    • This reply was modified 8 years, 12 months ago by Victoria.
    #768121
    tomcarmans
    Participant

    Hi

    Yesterday you fixed this: https://kriesi.at/support/topic/burger-menu-only-on-scroll/.
    But now the dividers between the words in the menu are gone (vertical line). Did u disable them?

    Regards

    Tom

    #768063
    Sigmund
    Participant

    Hello at Kriesi,
    is it possible to delete the shrinking effect of the “LOAD MORE” Button in Masonry Element (not talking about portfolio mansonry or masonry gallery). I just want to have a color change which I have done with

    #top .av-masonry-load-more:hover{
    color: #ee7f00;
    border-color: #ee7f00;
    }

    and which works fine.

    Thanks and Best Regards

    #768059

    Hi,

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

    .page-id-59 #header_main_alternate {
        margin-top: -50px;
    }
    .page-id-59 #avia-menu {
        float: right;
    }
    .html_header_top.html_logo_center .page-id-59 .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    

    You should simply replace page ID :)

    Best regards,
    Yigit

    #768048
    YongyanLi
    Participant

    For month I’ve trying to solve the problem of woocommerce search to be nearby the logo (always visible no matter in phone and desktop)

    however, I failed to amend it for now. so I search the forum and got some alternative option.
    like below
    https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/
    But it looks really bad as the icon disapear and shows the word” Search” instead, the problem it didn’t show the word completely.
    So I changed back to the default , but the apperance is totally broken

    https://drive.google.com/file/d/0B6L9QZ3Td5YjeUpRNk1BbWxaY00/view?usp=sharing

    how to fix it?

    below code is working for add product search in all store category?

    https://kriesi.at/support/topic/product-search-field-for-woocommerce-at-the-beginning-of-store-category-pages/

    #768044

    In reply to: Enfold Changelog

    Thanks.

    It looks like you created some log in error regarding cookies, ref https://kriesi.at/support/topic/enfold-4-04-not-possible-to-log-in-due-to-cookie-error-demand/

    TY

    Hi Victoria,

    I found it’s even easier to use the selector Firsh recommended, i.e. “.justified-image-grid a”
    and place that under “exclude” in the lightbox activation script in js/avia.js

    (function($)
    	{
    		$.fn.avia_activate_lightbox = function(variables)
    		{
    			
    			var defaults = {
    				groups			:	['.avia-slideshow', '.avia-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'], 
    				autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				videoElements	: 	'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"], .justified-image-grid a',
    			},

    Is there a way now to do this permanently, i.e. via function php so it survives theme updates?

    #768026

    In reply to: Search on mobile

    Hi Victoria,

    another problem i’ve found. For my desktop version i’m using the search icon (lens) in the main menue.

    There is a conflict with the enfold lens in the menu. After using the custom css to hide the search form on desk version i can’t us the lens search.

    May you can take a look again:

    #768016

    When I delete the Child theme CSS then it is working on the desktop version. Its not working on the Mobile version.
    Strange thing is that in the child CSS there is no layerslider code.

    #768014

    Topic: Bug?

    in forum Enfold
    NeilJC
    Participant

    Hi,

    I think I have found a bug with the Enfold Theme.

    If I scroll to any point on the page and then hit one of the links on the left, the theme goes back to my first position after a couple of seconds. How do I stop this happening please?

    If I do not scroll down the page first and only use the links on the left, the site works perfectly.

    Thanks
    Neil

    #767999

    In reply to: Capture Form

    Thanks Victoria,

    This was very helpful. I was able to create the form, however it breaks on mobile and therefore has to hide it.

    Is there a way that I could add this form in the main content body using a layout element and then hide this element for desktop users because its already displaying in the advance layerslider.

    Kind Regards
    Jermaine

    #767956

    In reply to: Menu and Shopping

    Hey GaryTalcott!

    I am loading the topic
    https://kriesi.at/support/profile/garytalcott/topics/

    that you have and I can not see any other question.
    What is your problem, what is your web site so we can try help you out.

    Cheers!
    Basilis

    #767943

    Hi,


    @MORTULGAAH
    : Please create a backup of the language files that you need before updating the theme and if you’re using a child theme, just follow @Guenni007’s suggestion. \

    UPDATE: https://kriesi.at/support/topic/enfold-4-0-3-a-bit-buggy/#post-767934

    Best regards,
    Ismael

    #767923

    In reply to: Media cleaning tool

    Hey laptophobo,

    I recommend this plugin: https://wordpress.org/plugins/media-cleaner/

    Best regards,
    John Torvik

    #767902

    Hey Ismael,

    That works but aesthetically I don’t like it this way. I like when it was aligned with my header on the top. See my screenshots below when I try what you mentioned.

    Separator: https://ibb.co/h8fiqa
    Whitespace: https://ibb.co/mvaSGF

    Is there any solve to get it the way I want? I wish I could do a dropdown menu. Like it says “Categories/Disciplines” then it drops down to these options. But I’d rather just have it uptop. Either way I’d be thankful to try both.

    Any help? Thank you.

    Chris

    #767889

    Hey Leibert,

    I will looked into this and fixed the tabs using the following fix: I changed the setting to small padding with content alignment to top. Let me know if this works.

    Best regards,
    Jordan Shannon

Viewing 30 results - 82,261 through 82,290 (of 142,833 total)