Forum Replies Created
-
AuthorPosts
-
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
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
May 17, 2016 at 2:19 pm in reply to: "Fade" effect in all images like it happens in galleries #633755One 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
May 17, 2016 at 2:12 pm in reply to: "Fade" effect in all images like it happens in galleries #633750Hi 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.
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
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.Pls check the private comments with an update
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 }
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
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
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
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 }
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
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
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?
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
Thank you Yigit, that solved my problem :)
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
It is done, many thanks :)
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?
Hi Yigit,
Unfortunately it didn’t work. Can you please check the page in PVT? Maybe is another code colliding?
Perfect,
Thank you Elliott
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
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.
February 4, 2016 at 8:24 am in reply to: "Simple Share Buttons Adder" plugin custom position #577626That did the trick.
Thank you Rikard :)
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
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
February 3, 2016 at 1:59 pm in reply to: "Simple Share Buttons Adder" plugin custom position #577098We 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.February 3, 2016 at 8:07 am in reply to: "Simple Share Buttons Adder" plugin custom position #576937Thank 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
Hi Rikard,
Please check the admin in private.
Thank you
-
AuthorPosts