Forum Replies Created
-
AuthorPosts
-
Hey,
You can add this on your custom.css or Quick CSS to remove the padding and the border:
#top div .avia-gallery img { padding: 0; border: none; }Regards,
IsmaelHey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelSeptember 17, 2013 at 9:50 am in reply to: Blog Fallback Thumbnail Not Working When Adding Blog Posts Through ALB #162149Hey,
You can add this on your custom.css or Quick CSS:
.avia-content-slider.avia-content-grid-active .slide-image { min-height: 111px; }This will force the placeholder to show even without the featured image.
Regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
Hi,
Yes, you still need a child theme if you want to preserve your own modifications once you update the main theme files.
Regards,
IsmaelHi,
You can use the Enfold > Styling > Quick CSS or add css modifications on custom.css. They will work the same.
Regards,
IsmaelHi,
I tried this on my end and it doesn’t make the image disappear. Can you please place each section on two different 1/2 columns side by side then give them a unique css class?
Regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
Hi,
You can move the menu using this:
.main_menu { right: 80px; top: 20px; }Adjust the top and right position.
Regards,
IsmaelSeptember 17, 2013 at 6:53 am in reply to: Blog posts text rendering in mobile devices with Avia Layout Builder #162105Hi,
Can you give us a link to the website? Kriesi uses iOS machine to build the theme, it should be compatible with iPhones and iPads. A screenshot will help. :)
Regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
September 17, 2013 at 6:51 am in reply to: Problem displaying theme in IE – Only certain versions #162104Hi,
There is a Post Slider element on the Advance Layout Editor. Maybe you can use it to mimic the “Recent from Portfolio” section.
Regards,
IsmaelHi,
This is a simple trick but it will do the job. Add this on your custom.css or Quick CSS:
.avia-content-slider:hover .slide-entry-wrap { -webkit-transform: none !important; -webkit-transition: none !important; transition: none !important; background: white; } .avia-content-slider:hover .slide-entry-wrap:first-child + .slide-entry-wrap { -webkit-transform: none !important; -webkit-transition: none !important; transition: none !important; }Remove browser cache then reload the page. Make sure that the background value is the same with your background.
Regards,
IsmaelSeptember 17, 2013 at 6:27 am in reply to: Warning: trim() expects parameter 1 to be string, #162095Hi,
The size is actually set to 180px.
.single-post .single-small.with-slider .small-preview { width: 180px; height: 180px; }Please add this on your custom.css or Quick CSS:
.small-preview .attachment-square.wp-post-image { height: 100%; height: auto\9; }Regards,
IsmaelHi,
Go to LayerSlider WP > Slides > Global Settings > Slideshow > Automatically play videos. Turn if off.
Regards,
IsmaelSeptember 17, 2013 at 6:06 am in reply to: Responsive issue – Change of logo size and main nav #162090Hi,
Please move the code on the custom.css or Quick CSS field. Add this lines:
@media only screen and (min-width: 768px) and (max-width: 989px) { .logo { width: 230px; margin-top: 50px; } }Regards,
IsmaelSeptember 17, 2013 at 6:02 am in reply to: Fullscreen easy slider in IE8 background out of proportion #162089Hi,
Have you tried resizing the background image to let’s say 1500x500px? The demo images usually have that dimension for Color Sections.
Regards,
IsmaelHi,
Have you tried changing or resetting the options on Enfold > Styling?
Regards,
IsmaelHey,
You can add this on your custom.css or Quick CSS:
.single .wp-post-image { display: none; }Regards,
IsmaelHi,
1.) You can add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 8px; font-size: 12px; } }2.) It should be full width even when you shrink the screen. You can check the demo. Did you modify anything on the css? Please check LayerSlide WP > Slide > Global Settings > Slider width. The value should be 100%. and make sure that “Full-width slider” is on.
3.) You can add this on your custom.css or Quick CSS to adjust the table layout on mobile device.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .easy-table th, .easy-table td { padding: 3px; font-size: 10px !important; } .easy-table-header.tablesorter-headerDesc { width: 100px !important; } .easy-table-header.tablesorter-headerAsc .tablesorter-header-inner { width: 100px; } }4.) No, the feature is still not available. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/
Regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
Hey,
You can use this on your custom.css or Quick CSS:
.iconbox_icon.heading-color.avia-font-entypo-fontello { color: red; }Regards,
IsmaelSeptember 15, 2013 at 9:59 pm in reply to: New website with Front page design with 2/3 slider #145143Hi,
Edit the page then switch to Advance Layout Editor. Insert a 2/3 column and a 1/3 column. On the 1/3 Column insert the Widget Area or Sidebar element and place the slider on the 2/3 column. You can select the type of slider under Media Elements panel.
Regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
Hi,
Can you please override the config-layerslider folder? Download Enfold 2.1 then update the theme via FTP.
Regards,
IsmaelHi,
What do you mean “it’s not clear with functions”? What kind of modifications on the breadcrumb function that you want to do?
You can move the code from framework > php > class-breadcrumb.php to your child theme’s function.php. You can leave the class-breadcrumb.php blank while editing the breadcrumb on functions.php included on the child theme folder.
Regards,
IsmaelHey,
The background placement that you want is a bit complicated. Please hire a freelance developer to do the job for you. You can change the background image of the header on Enfold > Styling > Header > Background Image.
Regards,
Ismael -
This reply was modified 12 years, 2 months ago by
-
AuthorPosts
