Viewing 30 results - 78,811 through 78,840 (of 142,898 total)
  • Author
    Search Results
  • #803034
    srinagasai
    Participant

    Dear Team,

    How to change the Caption Title font to Indie Flower.
    i have tried below code not helps.

    div .slideshow_caption h2 {
    font-family: “Indie Flower” !important;
    margin: 0 auto;
    font-size: 84px;
    font-weight: normal;
    margin-top: 390px;
    line-height: 100px;
    text-transform :none;
    }

    #803029

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #803014

    In reply to: Change Social Icons

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .av-social-link-snapchatghost:hover a {
        background-color: yellow;
        color: #555555;
    }

    I can see both Snapchat and Instagram icons just fine :)

    Best regards,
    Yigit

    #803008

    Hi Martin,

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

    Best regards,
    Rikard

    #803005

    Thank you but it doesn’t align with the testimonial. Instead, it aligns with the whole layout and also there seems to a problem with the autorotation. It stops rotating after 3 or 4 times

    #803002

    Hi,

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: block;
        top: 50%;
    }}

    Best regards,
    Yigit

    #802981

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    Hi @havi,

    Glad you found the thread useful, please contribute if you should have any additional information on the topic.

    Best regards,
    Rikard

    #802968

    In reply to: SVG alignment

    Hi,

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

    Best regards,
    Rikard

    #802959

    In reply to: SOCIAL ICON ON MOBILE

    Hey mleite1,

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

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks li {
      border-color:yellow !important;
    }
    .responsive #top #header_meta .social_bookmarks li a {
      background: purple !important
    }
    }

    Best regards,
    Rikard

    • This reply was modified 8 years, 10 months ago by Rikard.

    Great, I got it with the limitation from your snippet here:

    and changed there
    'columns' => 6,
    to
    'columns' => 4,

    Great, I’m happy with the result, appreciate your help, Ismael!

    #802943

    Hi,

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

    Best regards,
    Rikard

    #802922
    miehling
    Participant

    Hi!

    On a customer’s site, the “Product List” item in the Avia Layout Builder has stopped showing products as we updated WooCommerce and Enfold. We are using WordPress 4.7.5, Enfold 4.0.7 and WooCommerce 3.0.7. What could be wrong with the new versions?

    Kind regards
    Andreas

    #802911
    nadjak77
    Participant

    Hi,
    the footer#socket is under the content-area.
    I want to have the footer#socket over the content-area.
    I tried to set it with margin-top:-40px but it doesn’t work.
    How can I put it over my content?

    Und hier nochmal in Deutsch:
    Ich möchte den footer#socket-Bereich als Layer über meinen Content-Bereich haben.
    Im Moment sitzt der footer drunter und ich möchte ihn gerne unten an der Seite haben, aber der Content-bereich soll drunter laufen.
    Wie kann ich das realisieren?

    Ich hoffe ich konnte mich verständlich ausdrücken.

    VG NAdja

    #802904
    ymahesh
    Participant

    Testimonials autorotation stop after a few rounds. I want it to keep changing. Please help

    #802902

    Wow, now it is ok. sorry for disturbing. If it disappear again I will start new topic thanks.
    You can close this one.

    #802898

    Hi Victoria,

    thank you for the suggestion. I agree with you but I just need the vertical alignment (in %) on the desktop version only.
    For tablets and mobile I can use a media query.
    Can I achieve this? If yes how?

    Hi,

    Thank you for the update.

    Please replace the css code with the following.

    #top .av-related-style-full .av-related-title, #top .av-related-style-full .related-excerpt {
        display: block;
        position: relative;
        top: -20px;   
    }
    
    #top .av-related-style-full .related-excerpt {
        color: #444444;
        font-size: 13px;
        line-height: 140%;
        padding: 5px 15px;
    }
    

    Best regards,
    Ismael

    #802878

    Hi,

    Please adjust the top position.

    #bonuses .av-styling-no-styling .avia_image {
       top: 300px;
       -webkit-transition: all 0.5s;
       transition: all 0.5s;
    }
    

    And then add this code in the functions.php file:

    // image position adjustment
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    	function a() {
    			var image  = $('#bonuses .av-styling-no-styling .avia_image'),
    					pos    = image.scrollTop() + 100,
    					win    = $(window).scrollTop();
    			
    			if(win >= pos) {
    					image.css('top', '100px');
    			} else {
    					image.css('top', '300px');
    			}
    			
    	}
    
    	$(window).on('scroll load', function() {
    			a();
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');

    Best regards,
    Ismael

    Hi,

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

    Best regards,
    Rikard

    #802860

    Hey emanuelecocchiaro,

    Thank you for using Enfold.

    1.)What are the sizes of the images? The lightbox is small because the images are too small.

    2.) Please use the following css code to adjust the width and font size of the image and content container.

    .portfolio-preview-image {
        width: 50%;
    }
    
    .portfolio-preview-content {
        width: 50%;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible;
    }

    Best regards,
    Ismael

    #802852

    Hi,

    Please remove the previous css modification then add the following code.

    @media only screen and (max-width: 1024px) {
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }
    }

    The css code above should increase the width of the columns on tablet view same as the phone view.

    Best regards,
    Ismael

    #802850

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #802848

    Hey foveaworks,

    Thank you for using Enfold.

    Please edit the js > avia.js file, look for the “avia_smoothscroll” function and find this code around line 792.

    shrink	= $('.html_header_top.html_header_shrinking').length,  
    

    Add the following code underneath.

     sticky  = $('.html_header_sticky').length,
    

    And then look for this code.

    if(frame.length){
    	fixedMainPadding += frame.height();
    }
    

    Append this one.

    if(sticky) {
    	fixedMainPadding -= $header.height();
    }
    

    The modification should adjust the scrolling position if sticky header is enabled.

    Best regards,
    Ismael

    #802844

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #802842

    Hi,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    bemodesign
    Participant

    I need to be able to move the title and caption towards the top center of the slider and then move the title, text and button closer together. I put in code to move to the top, but on certain size screens, the top is cut off. And then on mobile, I need a solution because the captions aren’t even visible at all.

    #802828
    Briana
    Participant

    I have a blog section on a homepage and I want the user to stay in the same area of the homepage when they click “page 2, page 3” instead of being bumped back to the very top.

    I have tried this solution in the .avia,js that I found in the forums but it doesn’t work:

    jQuery(function() {
    jQuery(“.pagination-slider a”).each(function(){
    var theLink = jQuery(this).attr(“href”);
    jQuery(this).attr(“href”, theLink+”#postings”);
    });
    });

    Can you help me achieve this with a newer solution please. The script above was from a support article from 2014.

    #802815

    Hey FayeMcC,

    Add the followiing to quick css:

    .av-masonry-col-2 .av-masonry-entry {
        width: 47.80%!important;
    }
    
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 2em!important;
    }

    Best regards,
    Jordan Shannon

    #802804

    In reply to: Ajax Portfolio

    Hi Victoria,

    Thank you for this, is seems to work.

    however i have now come across an issue that wasn’t there before.

    When i click on pages>portfolio and then choose any of the portfolio items i have set up, it goes to the big image that you have just given me the code for and then in a matter of 1 sec it automatically directs to a blank page.

    How can I stop this? I just want the portfolio item to go to the Ajax gallery and that’s it.

    I’ve looked everywhere and I can’t find where it’s redirecting it or how.

    Many thanks!

Viewing 30 results - 78,811 through 78,840 (of 142,898 total)