Forum Replies Created
-
AuthorPosts
-
Hey,
You can remove the icon on top of the post using this on your custom.css or Quick CSS;
.post-author-format-type { display: none; }
Regards,
IsmaelHi,
I really don’t see the issue on my end. I’m using Google Chrome, same as yours. Please remove browser cache then reload the page a few times.
Regards,
IsmaelHi,
You can edit a layer then go to Attributes panel, give it a unique ID. You can then declare a google font on Enfold > Styling > Quick CSS. Let’s say for example you give it an id called “layer-google-font”. You can use this:
#layer-google-font { font-family: 'Open Sans', sans-serif; }
Regards,
IsmaelSeptember 18, 2013 at 6:11 am in reply to: My portfolio sorter work not good and how to turn off search? #162768Hi,
2.) You can remove the portfolio title link using this on your custom.css or Quick CSS:
.grid-content .grid-entry-title.entry-title { pointer-events: none; }
3.) You need to hire a freelance developer if you want to modify how the portfolio sorting effects work.
4.) You need to fill in the content to avoid having an issue on the socket. You can choose not to display them by editing the page, look for Layout > Footer Settings.
Regards,
IsmaelHey,
@chadlewine: Please check https://kriesi.at/support/topic/pricing-table-different-colors-on-each-collumn-header/Regards,
IsmaelSeptember 18, 2013 at 5:25 am in reply to: Blog (original: en) does not show in second (de) and third (fr) language #162757Hi,
You need to configure both languages. You need to switch to the other language then set the blog on Enfold > Theme Options > And where do you want to display the Blog? option.
Regards,
IsmaelHey,
That’s how it works. The caption title will slide from the left while the caption text will slide from the right. You can only change the caption position but not the caption transition.
Regards,
IsmaelHi,
Yes, that is the only available transition for the Layer Slider’s layers. You can also check the Slide Options > Transitions, there are lots of effects that you can choose from. You can rotate objects using the Rotation field under Transition properties. You should probably import the dummy data to learn more about the plugin. Watch this short video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
IsmaelSeptember 18, 2013 at 5:10 am in reply to: Blog posts text rendering in mobile devices with Avia Layout Builder #162752Hey,
I search some of the forums and they say that this happens if your device is nearly out of memory and then has to allocate a huge amount e.g. for sites that have some big javascripts running and loading data over ajax. Try closing all running apps Task Manager > Double click then home button and reload the page again.
Let me tag Kriesi and Devin. :)
Cheers,
Ismael-
This reply was modified 12 years ago by
Ismael.
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 12 years 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 12 years 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 12 years 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? #162646 -
This reply was modified 12 years ago by
-
AuthorPosts