Forum Replies Created
-
AuthorPosts
-
Hi zinconeoffice,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Tobi,
This may point you in the right direction
If you need further assistance please let us know.
Best regards,
VictoriaHi Tobi,
This may point you in the right direction
If you need further assistance please let us know.
Best regards,
VictoriaJune 13, 2017 at 10:12 am in reply to: Enfold child latest news widget displaying code instead of text – sensei #807315Hi Sean,
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 Sergej Rube,
Here is how you can do it:
.current-menu-item, .avia_mega.menu.av-main-nav .page_item a:hover { border-bottom: 2px #6a36fe solid !important; }
It’s just that many colors are almost invisible on the top image.
Best regards,
VictoriaHey Poirot,
The read more is a built WordPress functionality. You can customize it without plugins:
https://codex.wordpress.org/Customizing_the_Read_More
https://digwp.com/2010/01/wordpress-more-tag-tricks/Or you can check the styles the plugins generate and put them in you Quick css or in in your child theme style.css, that way they may persist.
Best regards,
VictoriaJune 13, 2017 at 9:53 am in reply to: Retina Images and Fonts in Portfolio Grid – Child Theme #807307Hey 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 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-mbstring
You 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,
Victoria -
This reply was modified 8 years ago by
-
AuthorPosts