Viewing 30 results - 88,591 through 88,620 (of 142,946 total)
  • Author
    Search Results
  • #708590

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #708588
    yingyang
    Participant

    Found a similar topic but the code didnt work https://kriesi.at/support/topic/enfold-full-screen-slider-button-size/

    We need the full screen slider button on our homepage to be 2x bigger, thanks !

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #708562

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #708556

    In reply to: Portfolio

    Hi,

    I’m sorry but what do you mean by “extrait”? Is it excerpt? Please follow this link.

    // https://kriesi.at/support/topic/magazin-element-visible-extract/#post-523479

    Add this in the functions.php file in order to use a bigger image.

    add_filter('avf_magazine_settings', 'avf_magazine_settings_mod', 10, 2);
    function avf_magazine_settings_mod($atts, $magazine){
        $atts['image_size']['small'] = 'portfolio';
        $atts['image_size']['big'] = 'entry_without_sidebar';
        return $atts;
    }

    Best regards,
    Ismael

    Hi Rachel,

    Great, glad we could help and sorry for the problems. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708542

    In reply to: Builder bug

    Hi,

    You are still running a very old version of the theme. The update function seems to have stopped working so I think you will have to try to update manually via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/. Make sure to properly backup your site before starting the update in case something should go wrong.

    Best regards,
    Rikard

    #708531

    Hi,

    Ok great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708525

    Hi,

    Please add the following css code.

    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap {
        width: 100%;
        margin-top: 4px;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        float: none;
    }
    
    .responsive .av_promobox .avia-button {
        width: 200px;
        float: right;
    }
    
    .responsive .av_promobox .avia-promocontent {
        text-align: right;
        margin-right: 0;
    }

    Best regards,
    Ismael

    #708520

    Hey mariajoensen,

    Thank you for using Enfold.

    I’m sorry but as of now, the mailchimp element can only support basic fields as stated in the description which includes date, text, number, radio and dropdown fields. Please request the feature in the following link if you want to see more features in the future.

    // https://kriesi.at/support/topic/enfold-feature-requests

    In order to fix the “number” field issue, please add this css code.

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    

    Best regards,
    Ismael

    #708518

    Hi,

    The theme automatically wraps any single element inside their own sections and all sections have a minimum height of 100px and a default top and bottom padding. You have to move the separator inside a color section, apply a unique Section ID to it and then use the selector in the Quick CSS field. Use “customsep” in the Section ID field for example and then add this in the Quick CSS field:

    #customsep { 
        min-height: 0;
    }
    
    #customsep .content { 
        padding-top: 0;
        padding-bottom: 0;
    }

    Best regards,
    Ismael

    #708513

    In reply to: Google Page Insights

    Hi Rikard,
    The problem appears to be with portfolio entries that use flexible masonry. As you change the window size on the browser, the image gets resized to fit (same if you zoom). On my laptop, at normal screen resolution (Ctrl-0), Firebug tells me the image size is about 232x232px – Google Page Insights reports 183x183px probably because their virtual browser has a different screen resolution.

    The other thing that bothers me is that the image thumbnail being loaded is 705x705px – why not choose a thumbnail a little closer to the actual render size.

    Regards
    Alan

    URGENT
    Hi, Why I am not getting an option to start a new topic?
    Not sure, so posting my problem here:

    I deleted all the imported demo pages from my website, which I didn’t want. But these are still showing as error 404 in google search console.
    After further investigating I found out that these deleted pages have been linked from the back-end code of the new pages/posts that I created.

    I am not sure, why & how these pages got linked to new pages/posts which I created.
    I want to know, how can I remove all these links from the source code of my webpages. (Is there any automated method such as export to remove the demo pages).

    You can contact me on +91 99875 91800 for a screenshare of the issue, if required
    Regards,
    Vinod

    #708436
    esemisanx
    Participant

    I used this Quick CSS to make the icons larger, but now they aren’t centered on the box:
    .iconbox_top .iconbox_icon { font-size: 45px!important;
    text-align: center; height: 60px; width: 60px; line-height: 44px; top: -34px;}

    #708435

    1. Yes, I’m sure it is showing the last updated date. Here is a screen shot of the actual live page: http://screencast.com/t/ZHveknDa
    Here is a screenshot showing the dates for the posts: http://screencast.com/t/wzkF0rv8CASg

    Not sure if you saw my second post above, but it may provide a clue in what is wrong.

    “I have installed the church demo, and see that in the demo, that the dates appear to match the original post date, and the layout shows the date near the title. I’ve compared the Grid Posts settings on the demo and my own installation, but cannot see any differences. Thanks again.”

    Even if it is not a clue, I’m still curious in why the two styles for the page. I would prefer the page to be setup as in your demo so that the date appears at the top of the excerpt.
    My page: http://screencast.com/t/YbqM9kv9QXH
    The demo page: http://screencast.com/t/WGVRDqQxJtd

    Thanks

    #708415
    atrixdave
    Participant

    Hi guys,

    I’ve searched for the last 20 minutes on these forums and didn’t find an answer to this….perhaps you can add this as a feature request also because there were topics about it but no one seemed to figure it out.

    I want to add a dynamic Login link to the secondary menu. When a user is logged in, it will say Log Out. When no one is logged in, it will say Log In. This is a standard feature of WordPress.

    Can you help me find a way to do this?

    I found this article but this is only for the primary menu, not secondary: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Thank you as always for your great support!

    Dave

    #708387

    Hi,

    it works, but actually I didn’t expect it staying permanently at the bottom.
    First of all, I’d like this effect with submenu only on this page and not being applied to all submenus (like here, for instance). And I’d like the submenu to stay sticky at the top, like it is now, when scrolling the page down.

    That’s why I initially asked if there’s some code to add to the “Custom Css Class” in the Fullwidth Sub Menu, or maybe Color section ? My need is to put the submenu at the bottom of the picture — this is something I can’t do with 25%, 50%, 75% & 100% suggested in Color section > Section minimum height.

    MEANING: like if I could use this percentage allowing me to lay down the submenu at the bottom of the welcome picture, but then scrolling at the top (under the logo area) and sticking there while visitor’s going down the page — like it is in original version.
    Am I clear ?

    #708386

    Hi Nikko,
    Thank you for your assistance. Able to get #2 fixed perfectly.
    Regarding number one, it’s a bit tricky at first to see the issue but its very much there and can be seen in both firefox and chrome.
    Here are two images.
    This images show what happens when the user first hovers over an image. The blue bar at the top of the image. The thing is once the user hovers over it a second time, the issue corrects itself.
    http://imgbox.com/viXp87WU

    This image shows what happens when I select the SPAN in Firebug before it has a chance to correct itself.
    http://imgbox.com/OVYhFf96

    Again, once the image has been hovered over once, it seems to work which makes troubleshooting this issue hard because I have to constantly reload the page to reset the page. At this page has 7 images to hover over for slightly easer testing.
    http://pclmedia.ca/ideas/

    Thank you!

    #708356

    In reply to: Top margin on page

    Hi,

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

    #header.header-scrolled {
        margin-top: 0!important;
    }
    

    Best regards,
    Yigit

    #708339

    Topic: nav menu overlaps logo

    in forum Enfold
    cece101
    Participant

    As you go to a smaller screen size on a laptop the logo and menu overlap. Can we set the hamburger menu to start sooner so this doesn’t happen? Thanks!

    Hi!

    Please try adding following line to your wp-config.php file near top

    define('CONCATENATE_SCRIPTS', false );

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Cheers!
    Yigit

    The function to get the Short Description to display on the category thumbnail viz.

    add_action( 'woocommerce_after_shop_loop_item_title', 'avia_shop_overview_extra_header_div_new', 20);
    function avia_shop_overview_extra_header_div_new() {
    	global $post;
    	$text = '<div>' .$post->post_excerpt. '</div>';
    	echo $text;
    }

    was actually provided by Yigit, one of your Enfold Support colleagues, in response to a previous question – https://kriesi.at/support/topic/woocommerce-grid-remove-price-and-add-product-short-description-instead/#post-680083

    I have modified that function by using snippets from other Enfold questions/replies to get it to show the Short Description instead of the_excerpt, so I rather hoping that someone could suggest a further tweak to fix how the Short Description is currently being displayed…?

    Hey!

    Already replied you here – https://kriesi.at/support/topic/change-font-custom-css-class/#post-707951

    Regards,
    Yigit

    Hey!

    Please change following code

    #top .avia-fullscreen-slider h2 {
        text-shadow: 1px 1px 7px #000 !important;
    }

    to following one

    #top .avia-fullscreen-slider h2 {
        text-shadow: 1px 1px 7px #fff !important;
        color: black;
        text-align: left;
    }

    Regards,
    Yigit

    sometime it only works with the link with http (not https)

    ?rel=0 (no videos at the end)
    &autoplay=1 (autoplay mode – choose & in combination with no space behind?rel=0 )
    &iframe=true ( same here – no space and & if in combination for lightbox-effect)
    &vq=hd1080 ( force the HD mode – it is not direct from the beginning of the video – and only if there is a HD (1080 or 720 mode))

    • This reply was modified 9 years, 5 months ago by Guenni007.
    #708291

    In reply to: adapt mansory grid

    Hey!

    Replied you here already – https://kriesi.at/support/topic/fix-grid/#post-708252

    Please do not ask the same questions in different threads.

    Regards,
    Yigit

    #708288

    Hey!

    Duplicated – https://kriesi.at/support/topic/problems-with-button-i-cannot-see-the-button/

    You have started 38 threads within a week. Please try to be more selective with your customization requests or hire a freelance developer.

    Best regards,
    Yigit

    try it with this link:

    i do often make a screenshot of the movie – place that image and give and set the link on that image
    to have a litebox the parameter for it is iframe=true for HD force set the parameter etc etc. if you combine diferent parameters the first is with ? and the rest is with &

    https://www.youtube-nocookie.com/embed/Rn8B6BoQD4M?rel=0&autoplay=1&iframe=true&vq=hd1080 frameborder="0" allowfullscreen

    • This reply was modified 9 years, 5 months ago by Guenni007.
    #708263

    Hi!

    You already ask the same questions here – https://kriesi.at/support/topic/red-border-for-grid-post/#post-708009
    Please do not start duplicated threads.

    Best regards,
    Yigit

    The footer on my site includes a MailChimp signup form. Using the instructions you gave above, the form displays properly on almost every page with only the Email field and a submit button.

    However, on the contact page (which has a Contact Form), the mailchimp form in the footer displays the First Name and Last Name fields, when neither of these fields are displayed on any other page on the site, thanks to the quick css code you gave me.

    Any ideas?

Viewing 30 results - 88,591 through 88,620 (of 142,946 total)