Forum Replies Created

Viewing 30 posts - 181 through 210 (of 404 total)
  • Author
    Posts
  • in reply to: Portfolio Grid lines alignment #639781

    Hi Andy,

    Unfortunately not. The code given is for the padding below the logo. I am talking about the lines that intersect (between logos), they are not aligned properly. Please check there: http://dns.d.pr/E4JN/3YeXcjco

    Thank you

    in reply to: Portfolio Grid lines alignment #637918

    Hi Rikard,

    Please check Enfold demo which has the same problem: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/page/2/

    This is the screenshot zoomed with the intersection that has the alignment problem: http://dns.d.pr/1g0Kh/RFKQZLH6

    Thank you

    One more quick question please:

    Is there a way the opacity effect has some delay to look like an animation when mouse goes over or outside the image area?

    Thank you

    Hi Yigit,

    Thank you for this solution.

    Is there an alternative solution to add this effect to ALL images without applying a custom CSS class?

    Thanks.

    in reply to: font list for enfold #627028

    Hi,

    It would be great if there was some sort of font preview. The drop-down with the font name only is very limited for someone who is not used to the fonts.

    Is there a page in one of Enfold Demos that has ALL fonts (or at least most of them) to work as a preview?

    Thank you

    in reply to: WHMCS Client Area / WHMpress CSS issues #615758

    Hi Ismael,

    Thank you for the update, however, nothing really changed apart from the container being now 100% width (which we don’t like).

    We would prefer to keep it as the original / default one in terms of size / width / style.

    I removed the code provided by the plugin’s author and now it is all a big mess as you can see below in private.

    Any chance to provide me the CSS lines for enfold to use WHMCS CSS?
    Many thanks.

    in reply to: WHMCS Client Area / WHMpress CSS issues #613693

    Pls check the private comments with an update

    in reply to: Image hover meta tags #595387

    Hi Ismael,

    Thank you.

    Please check my message in PVT and also confirm what was changed exactly? Only the functions.php file with all this code?

    // remove img title
    add_action('wp_footer', 'ava_custom_script_title');
    function ava_custom_script_title(){
    ?>
    <script type="text/javascript">
    (function($) {
        $('img').removeAttr('title');
        var a = function() {
    		$('.avia-gallery-thumb a').each(function() {
    			$(this).removeAttr('title');
    		});
    	}
    
        a();
    })(jQuery);
    </script>
    <?php
    }
    in reply to: Specific height in color section #594101

    Hi Josue,

    Unfortunately I am still unable to control the height to a minimum as 20px for example on a color section.

    Can you please check the credentials below and check what can I possibly be doing wrong?

    Thank you

    in reply to: Image hover meta tags #594097

    Hi Yigit,

    Please find the temporary access to a demo WP account below.
    When mouse is hover the images, it shows the image meta name. We would like to hide all from all pictures / galleries, etc.

    Thank you

    in reply to: Image hover meta tags #592488

    Hi Yigit,

    I am a bit confused with the amount of code on functions.php and would prefer to start from scratch.

    Could you please tell me a code that will replace all the previous code I added in the past, to simply hide all alt / meta tags from all images throughout the whole theme on mouse hover? This means in all images from galleries, slideshows and regular images.

    Many thanks

    in reply to: Image hover meta tags #590740

    Unfortunately the title tags are still showing up. Please check the page in PVT.

    I have this in my functions.php file, can I remove all this and get just one single code that removes all the tags from all parts of the website when mouse hover?

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    	jQuery('img').removeAttr('title');       
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    
    // remove img title
    add_action('wp_footer', 'ava_custom_script_title');
    function ava_custom_script_title(){
    ?>
    <script type="text/javascript">
    (function($) {
        $('img').removeAttr('title');
    })(jQuery);
    </script>
    <?php
    }
    in reply to: Specific height in color section #590383

    Ok… please ignore my last message.

    I have decided to remove the code

    .avia-section .content {
    padding: 10px 0;
    }

    But even without this code, I still can not control the height of the color section to 20px for example.

    Please check the page in PVT. The section “Highlights” has a grey background and it is set as “no padding” with a custom height of 10px but it is not reflecting these rules: http://dns.d.pr/1fdeF/5rSFeuGP

    Thank you

    in reply to: Specific height in color section #590379

    Hi Ismael,

    The problem is that I will then have to add a #custom-section tag on every colour section, is this right? The website has already dozens / hundreds of colour sections. I was looking for a single code that applies to all.

    In summary, I need a code that reduces the vertical space between color sections that does not affect the color section height, just the space between them.

    Thank you

    in reply to: Columns not properly aligned #587119

    Thank you Yigit,

    I have already a similar code to decrease the gaps between columns:

    div .av_one_half {
    margin-left: 2%;
    width: 48%;
    }

    I think I just found the solution by changing it to:

    div .av_one_half {
    margin-left: 2%;
    width: 49%;
    }

    This will cause no harm, right?

    in reply to: Specific height in color section #585420

    Hi Andy,

    Let me try to make it clear here.

    We are dealing with two different padding issues:

    1) The following code is to decrease the space between two color sections (vertically):

    .avia-section .content {
        padding: 10px 0;
    }

    2) I want the height of each color section to be different from one color section to another. This means, one may have no padding at all, the other may have a large padding, etc. With the code above, the padding drop-down option in Avia Builder does not work anymore if I add the code above. The code overrides the padding settings thatI select in the builder.

    So… in summary, I still want to keep the space between the each color section but (at the same time) I would like to have each color section height independent.

    Does this make sense? If not I will try to send you some screenshots.

    Thank you

    in reply to: Remove image titles hover on images conflict #584062

    Thank you Yigit, that solved my problem :)

    in reply to: Specific height in color section #583923

    Thank you for spotting this out Ismael

    I used the following code to give a specific space between each color section, not the color section padding:

    .avia-section .content {
        padding: 10px 0;
    }

    Is there a way I can still keep the color section spaces (from 1 color section to the next one) as it is and, at the same time, does not affect the color section contents? A way to blend both please?

    Thank you

    in reply to: Tooltip font size #581728

    It is done, many thanks :)

    in reply to: Tooltip font size #581701

    Perfect! :)

    A not-very-related issue but also important, on the same page. When mouse is over the picture, it shows some sort of meta name of the picture (see my sshot: http://dns.d.pr/1cRtZ/1HpLZDMW)

    How can we hide all those tags from all images when mouse is over?

    in reply to: Tooltip font size #581686

    Hi Yigit,

    Unfortunately it didn’t work. Can you please check the page in PVT? Maybe is another code colliding?

    in reply to: Image overlay (remove on normal images) #579501

    Perfect,

    Thank you Elliott

    in reply to: Specific height in color section #579134

    Hi,

    That would work well but I have a custom CSS code (which I don’t know which one) for something else that is overriding the “No Padding” rule.

    Can you please check? I added all CSS code used previously now and I can no longer decrease the padding from that area.

    Thank you

    in reply to: One CSS rule applied to multiple DIVs #577640

    Thank you Vinnie,

    It looks much more complicated than I though.

    I will simply add individual lines of CSS code just to make it easier, one for each ID basically.

    Thanks again for the explanation and will keep this in mind for the future.

    in reply to: "Simple Share Buttons Adder" plugin custom position #577626

    That did the trick.

    Thank you Rikard :)

    in reply to: "Center" search icon #577624

    Hi Rikard,

    Basically, I would need the search box (search field) at the far right side aligned with the main menu bar. The field here should basically move up to the bar without the need to click on the magnifier icon itself: http://dns.d.pr/1h3xl/1opakJ8P

    In summary, a search field and a search button always visible.

    Thank you

    in reply to: "Center" search icon #577129

    This worked,

    Thank you Elliott.

    We came up with a new request: to replace the magnifier icon by the field itself. Can you please look into the web page in PVT and tell me the code to achieve this?

    Thank you

    in reply to: "Simple Share Buttons Adder" plugin custom position #577098

    We went into another approach for this now.

    We are adding the shortcode [ssba] inside each page, individually, but the alignment is still not 100% as we would like to.

    Please check here: http://dns.d.pr/1gf9a/2TeJuK0V

    The page is in PVT
    Many thanks.

    in reply to: "Simple Share Buttons Adder" plugin custom position #576937

    Thank you Elliott,

    Your recommendation worked great.

    I just need some help now to properly align the widget to the right and in the middle (vertically) with the logo.

    This is the CSS I am using after adapting it a bit from the example:

    #header .widget {
      right: 12%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }

    Can you please check the page in PVT and tell me what changes I need to do?

    Thank you

    in reply to: Specific height in color section #576294

    Hi Rikard,

    Please check the admin in private.

    Thank you

Viewing 30 posts - 181 through 210 (of 404 total)