Forum Replies Created
-
AuthorPosts
-
Hey,
Just edit the page, look for Layout > Heading Settings > choose “Don’t display Header”.
Regards,
IsmaelSeptember 18, 2013 at 3:36 am in reply to: Hide thumbnails for left and right arrows Enfold, and shorten width of rollover #162668September 18, 2013 at 3:32 am in reply to: Saving didnt work! Please reload the page and try again #162663Hi,
Are you sure that your host can exceed 128M of memory limit? Have you tried 64M? It seems that increasing the memory limit fix the issue.
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hey,
You can add something like this on your Quick CSS:
body, body p { font-size: 16px; }
Regards,
IsmaelSeptember 18, 2013 at 3:24 am in reply to: Parallax images on iPhone still not fixed (everything updated) #162655Hey,
Did you remove the browser cache then reload the page a few times? If you have a cache plugin, please flush the settings. Disable all your plugins, see if it works. I already tagged the topic to Kriesi. Let’s wait for his response.
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
September 18, 2013 at 3:20 am in reply to: Pricing table: Different colors on each collumn header #162653Hey,
You can use this:
.main_color #table_1 .pricing-table li.avia-heading-row { background: pink; border-color: blue; color: violet; } .main_color #table_2 .pricing-table li.avia-heading-row { background: red; border-color: blue; color: violet; } .main_color #table_3 .pricing-table li.avia-heading-row { background: black; border-color: blue; color: violet; }
#table_1, #table_2, #table_3 are the id for each headings.
Regards,
IsmaelHi,
I checked the site using this: http://responsinator.com/?url=http%3A%2F%2Fhomesmartsecure.com%2F
The Color Sections are scaling properly on mobile view. Let me tag Kriesi.Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hi,
Yes, you can move the class-breadcrumb.php’s code to the child theme’s function.php.
Regards,
IsmaelSeptember 18, 2013 at 3:10 am in reply to: How to translate Enfold site with WPML, correctly? #162646Hi,
Can you give us a link to a page with the progress bars, icon animation examples? I don’t see any. Please try to deactivate the plugins. You have a lot of plugins installed, a total of 13.
Regards,
IsmaelHi,
No, I don’t think that is possible. You need to hire a freelance developer to modify the accordion shortcode for you.
Regards,
IsmaelHey,
Your site is on maintenance mode. Please download the latest version of Enfold then update the theme.
Regards,
IsmaelHey,
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 11 years, 9 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 11 years, 9 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 11 years, 9 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 #162089 -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts