Forum Replies Created
-
AuthorPosts
-
September 17, 2013 at 6:53 am in reply to: Blog posts text rendering in mobile devices with Avia Layout Builder #162105
Hi,
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, 5 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 11 years, 5 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 11 years, 5 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,
IsmaelHi,
Please check the file permission of the wp-content\uploads\dynamic_avia folder. Set it to 755. Have you tried disabling all your plugins? Please remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.
Regards,
IsmaelHey,
You can use this on your custom.css or Quick CSS:
.avia-testimonial-wrapper, .avia_message_box { margin: 0; }
Regards,
IsmaelHey,
You can edit includes > helper-post-format.php, find this code on line 188:
$prepend_image = '<div class="avia-post-format-image">'.$prepend_image."</div>";
Replace it with this:
$image_link = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); $prepend_image = '<div class="avia-post-format-image"><a href="'.$image_link.'">'.$prepend_image."</a></div>";
Regards,
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael.
Hey,
Can you give us a screenshot of what you’re trying to do? And a link to your website will help.
Regards,
IsmaelSeptember 15, 2013 at 8:57 pm in reply to: Blog Page to show Excerpt or First 150 chars of post #141266Hi,
Please don’t set the Blog page as Post Page on Settings > Reading panel but leave it as the Blog page on Enfold Theme Options. Edit the “Blog” page then use the Advance Layout Editor. Insert the Blog Posts element, choose the Blog Style and under “Blog Content length” choose “Excerpt With Read More Link”.
Regards,
IsmaelHey,
Can you give us a link to your website?
Edit header.php, find this code:
<?php if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?>
Below, add this:
<script type="text/javascript"> WebFontConfig = { google: { families: [ 'Open+Sans::cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script>
Regards,
IsmaelSeptember 15, 2013 at 8:43 pm in reply to: Function to get the Logo in fixed Header smaller if you´re scroll the site down #141261Hi,
Can you please activate the fixed header? We need to inspect the site with the fixed header on.
http://balance-circle.de/vor-schau-modus
Regards,
IsmaelSeptember 15, 2013 at 8:41 pm in reply to: ISSUE: Insert Shortcode in Post Edit View deletes all other content #141259Hey,
I can’t reproduce the issue. Maybe because I have a Windows machine. I insert the Icon List element and when I click “Save” the pop up close automatically. Have you tried disabling all your plugins? Remove browser cache then reload the page.
Let me tag the rest of the support team.
Regards,
Ismael -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts