Forum Replies Created
-
AuthorPosts
-
Hey bauchope,
There are many ways to do it. You can use masonry http://kriesi.at/themes/enfold/blog/masonry-blog/
or like portfolio grid here http://kriesi.at/themes/enfold/.You can explore the demo pages more to see how you would like to do it, once you choose, you can ask us how to implement it.
Best regards,
VictoriaHey NicomIT,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Has there been anything updated, I mean plugins, WordPress or anything like that during this time?Best regards,
VictoriaMay 5, 2017 at 5:57 pm in reply to: WP Sidebar on product page appearnig at bottom rather than right side #788571Hi montanayank,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHey CinetixGroup,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 5, 2017 at 5:49 pm in reply to: Captions for the full width easy slider Bottom with out frame center. #788565Hey Vadivel,
You might want to consider using Layer Slider to have more options of elements and their positioning on the slider. It is a third-party plugin but it comes with Enfold. You can find it at the bottom of the dashboard left-hand menu.
If you need further assistance please let us know.
Best regards,
VictoriaHey mmentuccia,
Those are title or alt elements that show when you hover over image, they are HTML native elements.
Please refer to this thread for a possible solution.Best regards,
VictoriaMay 5, 2017 at 5:42 pm in reply to: Testimonial Circle Images Rotating Sideways on Mobile (safari) #788558Hi scottgroves73,
Try this code:
@media only screen and (max-width: 767px) { .avia-testimonial-image img { -webkit-transform: none; /* Safari and Chrome */ -moz-transform: none; /* Firefox */ -ms-transform: none; /* IE 9 */ -o-transform: none; /* Opera */ transform: none; } } Make sure to flush the cache. Best regards, Victoria
May 5, 2017 at 5:42 pm in reply to: Testimonial Circle Images Rotating Sideways on Mobile (safari) #788557Hi scottgroves73,
Try this code:
@media only screen and (max-width: 767px) { .avia-testimonial-image img { -webkit-transform: none; /* Safari and Chrome */ -moz-transform: none; /* Firefox */ -ms-transform: none; /* IE 9 */ -o-transform: none; /* Opera */ transform: none; } } Make sure to flush the cache. Best regards, Victoria
May 5, 2017 at 5:35 pm in reply to: White lines from mysterios "after_section" divs appearing between sections #788549Hi JuanjoBarasoain,
Here is the code you can put in in your child theme style.css
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_section_7,#after_submenu { border: none!important; background-color: transparent; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Innovie,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 5, 2017 at 5:27 pm in reply to: Change menu-icon when header is set to "Display as icon"? #788540Hi emilgandersson,
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 Phil,
I am not seeing Enfold menu any more, did you get it solved or you need more help?
Best regards,
VictoriaMay 5, 2017 at 5:18 pm in reply to: Woocommerce + Enfold (mobile) – "email adress" and "phone" not selectable #788534Hi,
Best regards,
VictoriaHey Rupert,
I don’t even see the featured image on that page. 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 krtnkl,
Please refer to this thread for an idea.
If you need further assistance please let us know.
Best regards,
VictoriaMay 5, 2017 at 5:01 pm in reply to: Product and gallery images don't appear correct and aligned #788514Hi Xenia,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi richardmoulsons,
That’s weird with the screen shot. I see the files are totally gone from their folder. They should be in /wp-content/themes/enfold/js/
Please put a fresh copy of these files there and let me know how it worked out for you.Best regards,
VictoriaHi Flavio1963,
Can you do it again, do the transparent header and a logo? And we will look into why it’s not working out. Ok?
Best regards,
VictoriaHi breezemedia,
You could try this code:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: rgba(0,0,0, 0.8) !important; } .header_bg { transition: none; }
The header change was animated and this div had lighter color.
If you need further assistance please let us know.
Best regards,
VictoriaHey Sebastian,
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,
Try this code:
figure.av-inner-masonry.main_color:hover .av-masonry-entry-title { color: rgba(255, 255, 255, 1) !important; } #info-email {color: grey;} #info-email:hover {color: #fff; text-decoration: none;}
I removes extra span and added an id to target that link very easily.
Best regards,
VictoriaHi Nic,
Not really :)
Here are the two ways you can add custom Javascript:
https://kriesi.at/support/topic/open-massonry-elements-in-new-window/#post-750541
If you need further assistance please let us know.
Best regards,
VictoriaHi jurgen1979,
Here is some theory for you to consider :)
Best regards,
VictoriaHi kaumediagroup,
Even the “square image” is not so square:
height: 632px;
width: 608px;Here is some reading on images and WordPress:
You might find a solution there.
If you need further assistance please let us know.
Best regards,
VictoriaHi cosmicresearch,
These are limited in size by design. These “placeholders” are meant for icons or a few words to name the tabs, not image sliders or logo grid element. Big images as navigation for tab section will be misleading. I would suggest using icons for that.
Best regards,
VictoriaHi cosmicresearch,
These are limited in size by design. These “placeholders” are meant for icons or a few words to name the tabs, not image sliders or logo grid element. Big images as navigation for tab section will be misleading. I would suggest using icons for that.
Best regards,
VictoriaHi vadikcoma,
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
.avia-image-container.avia_animated_image.avia-builder-el-3 .avia_image { position: fixed; top: 100px; left: 125px; width: 25%; z-index: 0; } #howtoget .template-page.content.av-content-full.alpha.units { z-index: 100; background-color: #f2f2f2; } #full_slider_1 { z-index: 100; } #register .template-page.content.av-content-full.alpha.units { z-index: 100; background-color: #ededed; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Bora,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria -
AuthorPosts