Forum Replies Created
-
AuthorPosts
-
Hello neondigital!
Can you please give us a link to the website? Check the file permission of wp-content/uploads/dynamic_avia/enfold.css file. Set it to 755. Remove browser cache then reload the page. What font are you trying to use?
Regards,
IsmaelHello Jan!
It does work on my end. You can use the actual html. It looks something like this:
<div class="flex_column av_one_fourth first avia-builder-el-1 avia-builder-el-first ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-2 el_after_av_one_fourth ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-3 el_after_av_one_fourth ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-4 el_after_av_one_fourth avia-builder-el-last ">Add Content here</div>
This the screenshot:
Regards,
IsmaelOctober 17, 2013 at 4:27 am in reply to: Want Enfold-featured image as small preview when using grid layout #176824Hi!
2.) I just tested the solution and it works fine on IE8. I visited your site again using IE8 and the container looks 1210px in width. What is the screen resolution of your monitor?
Cheers!
IsmaelOctober 17, 2013 at 4:23 am in reply to: When I edit content sections are mysteriously deleted. #176821Hey!
I created a test page and added some content using the Advance Layout Builder. I updated the page a few times and added some content again but it doesn’t remove any sections. Don’t switch between Default Editor and ALB when creating the content. The only issue I encounter is with the shortcode wand and the Tab element. When I add any shortcodes then add the Tab element, it will remove all the shortcodes. Again, Kriesi said that it will be fix on the next update. Can you please list the steps that you did on a certain page where the issue occur? This is the test page.
http://sandboxeducation.co.uk/test/
Cheers!
IsmaelHey!
The latest update should the fix for the top header. For the mean time use this:
#header_meta { z-index: 2; }
Regards,
IsmaelHey!
The social icons and buttons, slider navigation etc should show exactly as they are. Can you please give us a link to your website? Please create a test site using the latest Enfold version. I’m not sure about the “CDN” issue. Let’s wait for Kriesi and Dude’s response.
Cheers!
IsmaelHello!
First, please edit css > shortcodes.css, find this code on line 1057:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }
Remove it. We might need to adjust the table width.
Regards,
IsmaelHey!
I’m sorry but I don’t understand exactly what you want. You can override certain elements css on the child theme’s style.css file.
Best regards,
IsmaelHey!
Please download Enfold version 2.3.2 on your themeforest account. Update your installation via FTP: https://vimeo.com/channels/aviathemes/64927356
Best regards,
IsmaelHey Affectdesign!
Can you please send in the login details?
You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey MulderMind!
You can add this on your custom.css or Quick CSS to disable the link:
.av_table_col.portfolio-entry.portfolio-preview-content .portfolio-preview-title.entry-title a { pointer-events: none; }
Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi Suicide Rescue!
You need to manually translate the strings or text. Use this software to create the .mo file. http://www.poedit.net/
Best regards,
IsmaelOctober 16, 2013 at 4:46 pm in reply to: When I edit content sections are mysteriously deleted. #176507Hi!
Do the content disappear when you insert the “Tab” shortcode after editing it? There is one user here who experience the same issue. Kriesi mentioned that it will be fix on the next update. :)
Cheers!
IsmaelHello!
You can add this on your custom.css or Quick CSS:
.sub-menu .av_font_icon { position: relative; margin-top: 5px; }
Cheers!
IsmaelOctober 16, 2013 at 6:25 am in reply to: Website banner /slider is been cut by certain browsers #176233Hi WarrenHorak!
Can you please give us a link to the website? What banner? A screenshot of the issue will help.
Cheers!
IsmaelHey!
You’re using a 3 column layout but you’re uploading small featured images. Please try larger images as featured image for products. Suggested minimum width should be 400px.
Regards,
IsmaelHello DDamjanovic!
Maybe the device is running low on memory. Please close all apps then remove browser cache or history then load the page again.
Cheers!
IsmaelHi emilottersten!
Would you consider using the Order Page Attributes? You need to edit each Portfolio Items then add a number on “Order” attribute field. First, edit includes > admin > register-portfolio.php and find this code on line 34:
'supports' => array('title','thumbnail','excerpt','editor','comments')
Add the page attributes:
'supports' => array('title','thumbnail','excerpt','editor','comments', 'page-attributes')
You can now add order attributes number to each portfolio items. If you don’t add an Order attribute they will default to 0. Use this on functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'menu_order'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
Best regards,
IsmaelHi!
Can you please give us a link to this page? http://holidaymarketing.de/?attachment_id=2635
This will move the content upwards:
#main { margin-top: -20px; }
Cheers!
IsmaelHi!
What type of header are you using? The header you want requires a bit of customization, you might need to hire a freelance developer to modify the header for you. Can you please give us a link to the website? We need to see what you have done lately.
Cheers!
IsmaelHi!
I’m sorry I didn’t receive any emails from you. You can email it to ///.
Include the word “Kriesi” on the subject or it will be filtered as spam. Add the link of this thread on your email.
Cheers!
IsmaelHi!
You can use the css border-radius property. Please refer to this link: http://css-tricks.com/almanac/properties/b/border-radius/
Looks how to create the circle object using border radius.
Regards,
IsmaelOctober 16, 2013 at 5:37 am in reply to: Warning: Invalid argument supplied for foreach() in … postslider on line 443 #176212Hi!
Please try this plugin to repair the database: http://wordpress.org/plugins/wp-dbmanager/
Regards,
IsmaelHey!
@fusion1: You can hide them using this on your custom.css or Quick CSS:
.avia-slideshow-arrows.avia-slideshow-controls { display: none; } .avia-slideshow-dots.avia-slideshow-controls { display: none; }
Regards,
IsmaelOctober 16, 2013 at 5:31 am in reply to: How to Modify the size and look of the "Responsive Menu Button" in Version 2.3.2 #176207Hey!
Just to be clear. Are you trying to modify the Slideout Menu Toggle or Button when viewing on mobile device? You can add this on your custom.css or Quick CSS:
#advanced_menu_toggle { width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid; font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold; }
Best regards,
IsmaelHey designaction!
That is a customize info text script or plugin specifically for Kriesi.at. It is not included on the theme.
Regards,
IsmaelOctober 16, 2013 at 4:58 am in reply to: Want Enfold-featured image as small preview when using grid layout #176181Hello!
1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.
2.) IE8 (and lower versions) and Firefox prior to 3.5 does not support media query and safari 3.2 partially support it. there are a couple of techniques available which use JavaScript to add support to these browsers. You might need to hire a freelance developer to modify the theme for you. You can add this on your custom.css or Quick CSS:
.responsive_large .container { width: 1210px; }
3.) Can you please give us a link to the product page with the “You might also like” section?
Best regards,
IsmaelHello!
You have a lot of plugins installed. I don’t want to mess up with your plugin settings. Have you tried deactivating all of them, see if the issue persist?
Best regards,
IsmaelHello CooperDevon!
Icon font rendering has been change on the newest version of Enfold. You might need to redo the iconboxes, iconlist or any other avia elements with the icon fonts in it.
Best regards,
Ismael -
AuthorPosts