Forum Replies Created
-
AuthorPosts
-
Hi,
Go to Enfold > Sidebar > Sidebar on Single Post Pages > select any sidebar. Single product pages can only have a left sidebar.
Regards,
IsmaelHey,
You can add something like this on your custom.css or Quick CSS:
.hr-short .hr-inner-style { border-radius: 20px; height: 30px; width: 30px; border-width: 2px; border-style: solid; display: block; position: absolute; left: 50%; margin-left: -10px; margin-top: -15px; background: url('http://jobs.timeshighereducation.co.uk/magazine/graphics/web_icon_big.gif') no-repeat center; }
Regards,
IsmaelHey,
Sometimes you need to remove browser cache then reload the page a few times.
Regards,
IsmaelHey,
You should probably deactivate all your plugins. Add this on your .htaccess.
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
Regards,
IsmaelSeptember 18, 2013 at 4:51 am in reply to: Enfold – How to add a fixed class to a Avia Layout Builder Element ? #162736Hey,
You should switch to ALB. Edit any elements then scroll a bit below. You should see a Custom CSS Class field.
Regards,
IsmaelSeptember 18, 2013 at 3:53 am in reply to: How can I remove From: WordPress that appears in emails sent via website? #162720Hey,
Please use this:
add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return 'your email address'; } function new_mail_from_name($old) { return 'your name or your website'; }
Regards,
IsmaelHi again,
If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }
Regards,
IsmaelHey,
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, 5 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, 5 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, 5 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, 5 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, 5 months ago by
Ismael.
-
This reply was modified 11 years, 5 months ago by
-
AuthorPosts