Forum Replies Created
-
AuthorPosts
-
Hey troupdim,
Yes, but you have to import it via css or add it to the theme root folder first.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey MaxBlank,
Add the following to quick css:
/* WooCommerce 3.0 Gallery */ .woocommerce-product-gallery { position: relative; margin-bottom: 3em } .woocommerce-product-gallery figure { margin: 0 } .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) { width: 25%; display: inline-block } .woocommerce-product-gallery .flex-control-thumbs li { list-style: none; float: left; cursor: pointer } .woocommerce-product-gallery .flex-control-thumbs img { opacity: .5 } .woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1 } .woocommerce-product-gallery img { display: block } .woocommerce-product-gallery--columns-3 .flex-control-thumbs li { width: 33.3333% } .woocommerce-product-gallery--columns-4 .flex-control-thumbs li { width: 25% } .woocommerce-product-gallery--columns-5 .flex-control-thumbs li { width: 20% } .woocommerce-product-gallery__trigger { position: absolute; top: 1em; right: 1em; z-index: 99; } a.woocommerce-product-gallery__trigger { text-decoration: none; } .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { position: absolute; top: .875em; right: .875em; display: block; height: 2em; width: 2em; border-radius: 3px; z-index: 99; text-align: center; text-indent: -999px; overflow: hidden; } .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { background-color: #169fda; color: #ffffff; } .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover { background-color: #1781ae; border-color: #1781ae; color: #ffffff; } .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before { font: normal normal normal 1em/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f00e"; line-height: 2; text-indent: 0; }
Let me know if this works.
Best regards,
Jordan ShannonHey cosmicresearch,
Please try adding the following to quick css:.av-hotspot-container .av-image-hotspot_inner { background: red; }
Adjust the color to whatever you need of course. Let me know if this works.
Best regards,
Jordan ShannonHey agameseo,
The best way to do this is to create two tab sections. One for mobile and the other for desktop. Give them both unique classes using this method:
You will then use those ids to hide one on mobile and then the other on desktop using css media queries.
Best regards,
Jordan ShannonApril 28, 2017 at 11:41 pm in reply to: CHILD THEME: how can i have a child theme equal to parent #784850Hi,
Also, when you save the styling options the theme writes to the uploads/dynamic_avia/enfold.css file and with a child theme it would be uploads/dynamic_ava/child-theme-name.css file. If that file isn’t there or if it doesn’t have server permissions that allow WordPress to write to it then the css can’t be updated or Quick CSS added to it.
Best regards,
Jordan ShannonApril 28, 2017 at 11:39 pm in reply to: CHILD THEME: how can i have a child theme equal to parent #784849Hi,
Did you make sure to flush your cache? Also, add !important; to your logo css.
Best regards,
Jordan ShannonApril 28, 2017 at 11:31 pm in reply to: Startsite footer and color sections scaling, Parallax Layer Slider #784848Hi,
Would you be able to provide login info so I can look into this further?
Best regards,
Jordan ShannonHi,
You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header or you can refer to this one – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ for subtext
Best regards,
Jordan ShannonHi,
Great! If you need any additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Yes or you can target it with the actual page-id class. Every page and post in WordPress has one. This is used so you can apply styles to only one page if needed.
Best regards,
Jordan ShannonApril 28, 2017 at 4:34 pm in reply to: color setting in general styling not visible anymore in frontend of website #784687Hi,
Great! Let us know if you need additional help.
Best regards,
Jordan ShannonHi,
This should be fixed. I added the following to quick css:
#menu-item-10007 a span.avia-menu-text{ background-color:#23a14a!important; color:#fff!important; } #menu-item-10007 a span.avia-menu-text:hover{ background-color:#2c4143!important; color:#fff!important; } .menu-item.menu-item-type-post_type.menu-item-object-page.av-menu-button.av-menu-button-colored.menu-item-top-level.menu-item-top-level-6 a:hover{ color:#fff!important; }
Please let me know if this is what you needed.
Best regards,
Jordan ShannonApril 28, 2017 at 3:59 pm in reply to: CHILD THEME: how can i have a child theme equal to parent #784659Hey BernardoBussi,
Which files have you modified?
When you activate Enfold child theme, you can go to Enfold theme options and import parent theme options with a single click. When you successfully move your modified files to your child theme after that, you will not have any issuesBest regards,
Jordan ShannonHey jurgen1979,
This should be able to be accomplished by targeting the page id, and menu item. Would you be able to provide a link to the site/page in question?
Best regards,
Jordan ShannonApril 28, 2017 at 3:53 pm in reply to: Full Width Issues With Margins On Mobile And Button On Masonry #784653Hi,
This would require a little more involved editing of the theme files and would require a bit more time than theme support covers. We do offer freelance services here that could help.
Best regards,
Jordan ShannonApril 28, 2017 at 3:44 pm in reply to: color setting in general styling not visible anymore in frontend of website #784645Hi,
Trying again worked for me. I have disabled all third-party plugins and it has returned the styles, please check. What I would suggest you do now is reactivate each plugin one by one to see which one breaks the styling.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
You can set the initial underline via css. When a user hovers over the text or when it is in the active state you can call the double line (active) image.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
I copied your content from the table, and pasted it into a section below. As you can see if you test, it is responsive. All you have to do is style it to your needs. If you are looking for the page to be responsive, you really want to avoid tables.
Best regards,
Jordan ShannonHi,
Is there a way you can slice the images/section from the psd/pdf? This is a little tough to replicate via pure css, but with the images you can swap them out via css.
Best regards,
Jordan ShannonApril 28, 2017 at 3:07 pm in reply to: color setting in general styling not visible anymore in frontend of website #784605Hi,
Apologies, but this login is still not working. I have followed your instructions.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Great! I am glad you were able to get this figured out. Thank you as well @mensmaximus! If you need additional help, please don’t hesitate to contact us in the forums.
Best regards,
Jordan ShannonApril 28, 2017 at 2:44 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #784585Hi,
No worries, we’ll get this figured out.
So each page needs to follow the gold styling I assume?
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
April 27, 2017 at 10:51 pm in reply to: website two column blog not displaying properly in mobile #784244Hi,
Best regards,
Jordan ShannonApril 27, 2017 at 10:51 pm in reply to: website two column blog not displaying properly in mobile #784243Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
No that is targeted to only that section.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey roamingk,
try adding the following to quick css:
#top.avia-blank #main .container_wrap:first-child { border-top-width: 0px; } #top.avia-blank #main .container_wrap:last-child { border-bottom-width: 0px; } .main_color, .main_color .site-background { background-color:#FFF !important; }
Best regards,
Jordan ShannonHey danldurall,
Try adding the following to quick css:
.flex_column.av_one_third.flex_column_div.avia-builder-el-9 .avia-button-wrap.avia-button-right{ padding-right:5px!important; }
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
April 27, 2017 at 9:10 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #784206Hi,
Please stop with the “Come on” I am trying my best to help you out.
Now, the best thing to do would be first over look your css and make sure there are no errors, and that the last piece of css on the page is reading. If it isn’t then that indicates and error somewhere. That code that I gave you before should apply to the other pages by changing the page id.
Best regards,
Jordan ShannonApril 27, 2017 at 4:08 pm in reply to: Is anyone able to help me write a CSS Class style… thing!? #784098Hi,
Please provide a link to the page in question.
Best regards,
Jordan ShannonHi,
I am glad you were able to get this taken care of. If you need additional help, please let us know here.
Best regards,
Jordan Shannon -
This reply was modified 8 years ago by
-
AuthorPosts