Forum Replies Created
-
AuthorPosts
-
Hi!
Add this to the custom css field:
section#mc4wp_widget-2 > * { display: block; clear: both; } section#mc4wp_widget-2 { background: #f2f2f2; padding: 10px; }Regards,
IsmaelHey!
I think it’s the blank template that’s causing the issue. Instead of using it, use the default template then hide the footer, header, socket, sidebar inside the Layout settings. We fixed the page for you: http://thesixthsensesolution.com/courses/accelerated-healing-course-details/
Cheers!
IsmaelHi!
2.) You can copy the whole avia_title function inside the child theme’s functions.php.
3.) Did you add any breadcrumb modifications? Please post the login detail here. We would like to check it.
Regards,
IsmaelHey!
I’m not sure if I understand. If you want a more complex filter other than the one we have for the post navigation, you might need to hire a freelance developer. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHey!
There are two font settings inside the Fonts panel, one for the Heading Fonts and the other for the body text. Did you set both of these to open sans? Please post the login details here. Set it as a private reply.
Best regards,
IsmaelHi!
First, edit the color section where the portfolio grid is located then add a unique id attribute inside the Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
#custom-section .column-top-margin { margin-top: 10px; }Regards,
IsmaelHey!
What happens when you remove the header and footer files inside the child theme folder? The mobile-advanced container is not being generated on top of the #header container, replaced by the zopim chat plugin. Maybe a third party script is preventing it. Try to disable the header and footer files in the child theme folder then check it again. I’ll ask the rest of the support team to take a look.
Regards,
IsmaelHey!
That part is actually enclosed in a strong tag:
<strong><span style="color: #00afef;">Details make the difference.</span></strong>Try to add this to the Quick CSS field and you’ll see the difference.
strong, b { font-weight: normal; }You can try to specify a different font for chrome browser with this:
.avia-chrome h3 { font-family: 'Helvetica', 'Arial', sans-serif !important; }Regards,
IsmaelHey!
We haven’t tried this plugin personally: http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
If you don’t want to buy any plugin, you can try the portfolio grid element which has a basic category filter.
Best regards,
IsmaelHey!
What do you mean by moving it back to the old server? The old server should have the correct database format. Can you please provide a link to a development site?
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684The best thing to do is to hire a freelance developer who is familiar with the process.
Best regards,
IsmaelHi!
Try to remove the arrow (>>) after the “Learn More” text. I think it breaks the slider.
Regards,
IsmaelHi!
Set the Background Repeat to “Stretch to Fit”. What is the purpose of the br tags? If you’re trying to create gaps or white space, use the Separator / Whitespace element.
Cheers!
IsmaelHi!
I think that is the correct behaviour because the third party script is trying to vertically align the active menu on viewport. Please contact the plugin author for more info.
Best regards,
IsmaelHey!
You didn’t do anything wrong. The codes in the documentation should work on a parent theme. For child themes, we called all filters inside an INIT HOOK as opposed to calling it directly on functions.php.
http://codex.wordpress.org/Plugin_API/Action_Reference/init
http://codex.wordpress.org/Plugin_API/Action_Reference/after_setup_themeYou can see the code on functions.php.
Cheers!
IsmaelHey!
The masonry can open images via lightbox but you need to set the Overwrite Portfolio Link setting of the portfolio item to define a custom link. Add the url of the image or video. For post with only single images, you can do this then for those with multiple or series, you can let masonry to open it on its actual post page.
Best regards,
IsmaelHey!
The [/av_slideshow_full] is duplicated. I tested the full screen slider on my installation and it works fine:
echo do_shortcode("[av_fullscreen size='extra_large' animation='slide' autoplay='false' interval='5' control_layout='' custom_class=''] [av_fullscreen_slide id='43'][/av_fullscreen_slide] [av_fullscreen_slide id='44'][/av_fullscreen_slide] [/av_fullscreen]");Please post the login details here. We would like to check it.
Best regards,
IsmaelHey!
It is the same accordion slider but the images are much larger, 1500x430px.
Cheers!
IsmaelHey!
Sorry for the delay. Please check it now: http://www.soapoperasoap.com/product/the-romantic-group/
Best regards,
IsmaelHey!
Try to use this instead:
.avia-msie img, .avia-msie a img { max-width: 100%; height: auto; width: auto; }Cheers!
IsmaelMarch 11, 2015 at 6:45 am in reply to: Margin/Spacing between Grid Rows with Background styling #409686Hey!
You can try to do it with the grid layout. Note that you will have issues with cell height control specially when each cells have different content. First, you need to enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
We’ll try to do the first row, add a grid layout element, set the cell size to 2/3 – 1/3. Apply a unique id attribute in the For Developers: Section ID field. Use “custom-grid” for example. Apply the background in the Quick CSS field:
#custom-grid { background: -webkit-radial-gradient(circle, #176991, #053d60); background-position: center center; }Edit the 2/3 cell. Set the padding to 0px then add a custom css class. Use “flex-cell-1” for example. Add this to the Quick CSS field to add a custom cell background:
#custom-grid .flex-cell-1 .flex_cell_inner { background: red !important; }Edit the second cell(1/3), do the same but on the custom css class, use “flex-cell-2”. Add this to the Quick CSS field:
#custom-grid .flex-cell-2 .flex_cell_inner { background: green !important; }Add this code to create gaps between the cells:
#custom-grid .flex_cell { padding: 5px; } #custom-grid .flex_cell_inner padding: 5px 15px; }Best regards,
IsmaelHey!
Replace the code with this:
#header_main > .container { background: #abc103 url(//kulturlandschaft-erleben.de.maschinenhalle.eu/cms/wp-content/uploads/2015/03/header1.jpg) top center no-repeat scroll; background-size: cover; padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }IMO, you should remove the background image on mobile device or use another background image.
Best regards,
IsmaelHi hotspot!
Thank you for using Enfold.
Did you create the portfolio items using the advance layout builder? If yes, then you need to include the custom footer on the template-builder.php file. Use the is_singular(‘portfolio’) conditional function.
Regards,
IsmaelHi!
You can try the solution provided on the previous thread: http://codepen.io/anon/pen/XJxXXw
Create a layer on the layer slider panel, switch it to HTML then add something like this:
<div class="custom_layer"> <img src="http://www.iq.poquoson.org/3socst/continents_oceans/continentmap2.gif" class="first" /> <img src="http://www.countrycallingcodes.com/graphics/continentsmap.jpg" class="last" /> </div>Add this css code to the Quick CSS field:
.custom_layer img{ position: absolute; } .custom_layer{ position: relative; } .custom_layer:hover .first{ z-index: 2; }Best regards,
IsmaelHi!
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top #main .sidebar { display: block; }}Cheers!
IsmaelHey jruizmatrix!
Thank you for using Enfold.
Make sure that you have the latest version of the theme. Did you add any minify or cache plugins? Try to disable them. The WordPress and WooCommerce plugin are not updated. Please update those as well.
Cheers!
IsmaelHi!
I think you have to resize the image to at least 1210px before uploading to WordPress. Or install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media then set the Cropping parameter of the entry_with_sidebar and entry_without_sidebar thumbnail size to “No”. Update then save changes. Upload the images again or regenerate the thumbnails.
Cheers!
IsmaelHi!
There’s a conflict between the theme editor and the CKEditor for WordPress plugin. Please disable it then test the editor again. If you really want to use the plugin, please contact the plugin author.
Best regards,
IsmaelHi joeberlin!
Thank you for using Enfold.
Replace it with this:
add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2); function avia_change_default_link($loop, $entries) { foreach($entries->posts as $key => $entry) { if($entry->post_type == "post") { $more = "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>"; $loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . $more; } } return $loop; }Cheers!
IsmaelHi!
Is the German theme options translated to German? Some of the language files are not complete and it breaks the theme options. Try to disable the theme options translation. Add this to the functions.php file:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }Set the blog page for the german version afterwards.
Regards,
Ismael -
AuthorPosts
