Forum Replies Created
-
AuthorPosts
-
June 13, 2017 at 9:53 am in reply to: Retina Images and Fonts in Portfolio Grid – Child Theme #807307
Hey Max,
If you make changes in the child theme, those do not get overwritten and should work. Do you have an issue that they don’t?
Best regards,
VictoriaHi Nadja,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css or in in your child theme style.css
#wrap_all { position:relative; } footer#socket { position: absolute; }If you need further assistance please let us know.
Best regards,
VictoriaHey PeterSpann,
There are tons of sites built with Enfold and WooCommerce, some are very well built. So the if you need us to help you please describe your issues in more details and give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi Margit,
You can use this filter for the magazine “avf_magazine_entries_query” and try to do the same.
If you need further assistance please let us know.
Best regards,
VictoriaHey EZWebdesign,
You could try to override the full-width slider animations, but it might take some effort and definitely some coding skill.
Here is some theory
https://www.kirupa.com/html5/ken_burns_effect_css.htmBut if the Layer Slider has the effect, I would go with it :)
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Here is a somewhat similar issue
Best regards,
VictoriaHi timahe,
Well, the anchors scroll the necessary paragraph to the top, but they don’t take into account any other elements you might have, like the sticky header in this case. So simple anchors would not really work, or you need to place them above the element you need to scroll to by about 200px.
Best regards,
VictoriaJune 12, 2017 at 7:42 pm in reply to: LayerSlider cutting off on Enfold with Left Sidebar Menu and Logo #807039Hi,
Also this might help
Best regards,
VictoriaJune 12, 2017 at 7:35 pm in reply to: LayerSlider cutting off on Enfold with Left Sidebar Menu and Logo #807034Hi rdtjosh,
You should really consider updating your php to php7. Layer Slider and other plugins rely on that.
Best regards,
VictoriaHi MabelB28,
I did not see the accordion. Could you show a page and could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaJune 12, 2017 at 7:06 pm in reply to: WooCommerce display product attributes in archive page #807020Hi Doron,
You can add the other attribute to this snippet, you just have to know the name of the attribute.
Best regards,
VictoriaJune 12, 2017 at 6:50 pm in reply to: images on smartphone and tablet disable opening in new tab etc. #807016Hi Marla,
I was unable to open images in a separate tab with in the browsers responsive mode, or on my cellphone. Right click seems to be disabled, like you said. Could you please clear the cache on your device or test on another device and let us know if the issue persists.
Best regards,
VictoriaHi Andrea,
I could not check today. The website would not load.
Best regards,
VictoriaHi charlescheng719,
They seem to look the same height now. Did you get if fixed?
Best regards,
VictoriaJune 12, 2017 at 6:29 pm in reply to: Choosing Sidebar left on Logo and Main Menu – Advanced Slider not Centered #807005Hi Guenni007,
Thanks for sharing! I had the same issue in another thread some time ago.
Best regards,
VictoriaHi Mari,
If you can make an image of 350px width with those elements, you will see, that that is not very readable. You could make those elements stack under each other, but the way you built it, the images do not stack.
If you need further assistance please let us know.
Best regards,
VictoriaHey Ivana,
The rule that gets applied is more specific to that h1 and is defined in General Styling tab, the rules from Advanced styling are there, but they do not get applied to this specific situation.
Here is the code that will do what you need:#top #wrap_all .main_color h1 { color: #269ea2; font-size: 42px; font-family: 'Dancing Script', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal; }If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 7 months ago by
Victoria.
Hi Lynn,
The page where you like square images uses portfolio masonry with portfolio thumbnail size of 490×400.
For the team page we ca reduce the caption padding to make the masonry elements appear almost square:.page.page-id-447 .grid-content { padding: 8px; }As for the image quality, seems like WordPress compressed them on upload. Here is an article about it:
If you need further assistance please let us know.
Best regards,
VictoriaJune 12, 2017 at 5:10 pm in reply to: One page loads without its content (header's there, not much else) #806964Hi champlainconted,
All mb_* functions are provided by a PHP extension called Multibyte String, internal name mbstring
You probably don’t have the extension active or installed. On most Linux distros you can install the package php-mbstring to install and activate this extension.
It seems to be missing from the latest version of libapache2-mod-php7. To fix this install the php7.0-mbstring package:
sudo apt install php7.0-mbstringYou may need to restart Apache after this install.
Best regards,
VictoriaHi Nathan,
Well, from what Ismael is saying, it seems that the portfolio categories do have any hierarchical function in sort options.
Best regards,
VictoriaHi roach3747,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.template-page .post-entry { right: 0 !important; }The cart content looks ok on the right on the screenshot http://imgur.com/a/CM1nr
This code will fix the cart and the checkout pages.
If you need further assistance please let us know.
Best regards,
VictoriaHi Alan,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 12, 2017 at 4:59 pm in reply to: Remove Play Icon Before LayerSlider Video Slide Begins & Looping #806955Hey Eric,
You could add the loop attribute to the video tag. As for the play icon, it seems to be the default html part, do you get it in all browsers? Could you point us to a page with the whitespace, you’re talking about in 3.
Best regards,
VictoriaHi Jas,
Best regards,
VictoriaHi!
Which is the page with giant whitespace? It is not clear from the screenshot. I do not see that whitespace, I checked on my cellphone. It loos fine. Could you clear the cache or check on another device, and see it the whitespace is still there.
What do you mean by full fame photo? Show full image?Cheers!
Victoria-
This reply was modified 8 years, 7 months ago by
Victoria.
Hi Jasmer,
The easiest solution here is to move the slider above testimonials. You can do it just by dragging the logo slider above the testimonials. Also, I would rather make it a logo grid, since it’s too many sliding items for one website area.
Let me know if you need more help.
Best regards,
VictoriaHi Picante,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1180px) { .container.av-logo-container { padding: 0px; margin: 0px 30px; max-width: 95%; } #top .av-menu-button > a .avia-menu-text { padding: 5px; } .av-main-nav > li > a { padding: 0px 11px; } .logo img { padding: 55px 0; width: 50%; } } @media only screen and (min-width: 1180px) { .logo img { padding: 35px 0; width: 70%; } #top .av-menu-button > a .avia-menu-text { padding: 9px; } .av-main-nav > li > a { padding: 0px 13px; } .container.av-logo-container { padding: 0px; margin: 0px 30px; max-width: 95%; } } @media only screen and (min-width: 1365px) { .logo img { padding: 30px 0; width: auto; } .av-main-nav > li > a { padding: 0px 15px; } .container.av-logo-container { padding:0 30px; margin: 0px 60px; max-width: 90%; } }This code adjusts the logo and the menu a bit, so that the menu does not overlap the logo. Let me know if this works for you.
If you need further assistance please let us know.
Best regards,
VictoriaHey marissaconniff,
How are you adding the infographic? The iframe gets the height of 4495px and it’s a lot for mobile. Do you have it set somewhere?
@media only screen and (max-width: 450px) { .avia_codeblock iframe { height: auto !important; min-height: 1800px !important; } } @media only screen and (max-width: 1024px) { .avia_codeblock iframe { height: 100% !important; min-height: 2800px !important; } }Best regards,
VictoriaJune 7, 2017 at 7:03 pm in reply to: Saving didn't work! Please reload the page and try again #805237Hey Antonio,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi lzanoza,
This is a known issue, our developers are working on it. Please, bare with us. The fix is coming soon.
One thing you can do, is to use a single word title for the tab title.Best regards,
Victoria -
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
