Forum Replies Created
-
AuthorPosts
-
Hi @MeryVi!
Can you post a link to the page where you are trying this?
Cheers!
JosueHey!
I don’t see any table in the link you posted, only a slider.
Cheers!
JosueHola,
Tienes que cerrar los elementos, de lo contrario van a causar este tipo de problemas – http://screencast.com/t/XDly6oMigp
Ya lo hice yo para esas dos paginas, tuve que activar modo debug en functions.php.
Saludos,
JosueHi!
Removing the body_class is not recommended, try:
<body id="top" style="background-image:url(<?php bloginfo( 'template_url' ); ?>-child/images/bg.jpg); background-position:center top; background-attachment:fixed; background-size:cover;" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>If that doesn’t work, move the background styling to a separate stylesheet (Quick CSS or child style.css):
body{ background-image:url(_here_); background-position:center top; background-attachment:fixed; background-size:cover; }Best regards,
JosueHey Chuck!
You’d need to ask your client to login to his account and download the updated Enfold theme zip, then you’d need to do the update via FTP – http://vimeo.com/67209750
Cheers!
JosueHi!
Which slider are you using exactly? can you post a link to your website?
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve? or a example link.
Best regards,
JosueHey!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the shop_thumbnail image size (set Cropping to No).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueHi Brenda,
Discard my previous solution, instead try adding this code at the very end of your theme / child theme functions.php file:
function add_custom_script(){ if(is_singular('post')){ ?> <script> (function($){ $(window).load(function() { $('article.post').each(function(){ $(this).find('.entry-content-header').after($(this).find('.big-preview').detach()); }) }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');Regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
September 24, 2014 at 5:32 am in reply to: Cannot installed the theme, in the new version: 2.9.2 #324032Hi Alexia!
Enfold is now installed and working.
Best regards,
JosueHallo,
Versuchen Sie dieses Plugin:
https://wordpress.org/plugins/simple-mobile-url-redirect/lg,
JosueHey!
That will be a feature in 3.0, in the meantime you’d need to edit js/avia.js, search for this lines:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Change them to:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',And then link your HTML content as:
http://www.generation.z-enfant.com/ecatalogue/index.html?iframe=trueBest regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey Rene!
I don’t think this is theme related to be honest, but this plugin may work for you:
https://wordpress.org/plugins/wp-permastructure/Cheers!
JosueHey Christian!
Seems you figured out 1 & 2, regarding 3 & 4 i changed the overlay code to:
.av-masonry-entry .av-inner-masonry:before { content: attr(title); position: absolute; z-index: 1000; text-align: center; width: 100%; height: 100%; -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; transition: all linear 0.2s; } .av-masonry-entry .av-inner-masonry:hover:before { background: rgba(0, 181, 241, 0.7); }Best regards,
JosueHi!
You can change the Widgets that show in the Forum page here – http://screencast.com/t/tuQunOhu
Best regards,
JosueHello Lyse,
Indeed, it is very hard for us to debug an inconsistent problem, could you please try to reproduce the issue on another computer/device?
Best regards,
JosueSeptember 24, 2014 at 2:47 am in reply to: Sortable portfolio grid, page 2, shows a 404 page instead of extra projects #324009Hey!
The problem seems to be related to the slug you are using (“projekt”), this normally happens when there is another content trying to utilize the same slug. I just changed it to “projekts” and the pagination it’s working:
krossekarr.se/projektsRegards,
JosueHi!
Did you find the root of the issue? family and real-state seems to be working as expected now.
Regards,
JosueSeptember 24, 2014 at 2:23 am in reply to: Add Default post format in the Advanced Builder taxonomy selector #324004Hey!
That’s not possible because the standard post format isn’t actually a post format, i’d suggest categories or tags to differentiate them.
Best regards,
JosueHi!
I’m trying to reproduce the issue doing the exact same steps as you but to no avail:
http://screencast.com/t/GhK3yp0kRU69Regards,
JosueHi,
You need to put the Vimeo URL there, not the embed code. I fixed it for the first video.
This:
Not this:
<iframe src=”//player.vimeo.com/video/72777844?title=0&byline=0&portrait=0″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Regards,
JosueHey Max!
Yes, the style and colors can be adjusted.
Cheers!
JosueYou are welcome George, glad to help :)
Regards,
JosueHi,
The code worked fine on my install, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
Can you post a link to the page where you are trying this?
Cheers!
JosueHey!
It is available (Enfold > General Styling) but it’s not included by default, the default font is Open Sans.
Regards,
JosueHey!
Try the following, install this plugin, go to Settings > Media and change the image size of the featured image of your blog (this depends on the blog style you are using).
Remember to regenerate the thumbnails once you done that.
Best regards,
JosueSeptember 23, 2014 at 10:36 pm in reply to: Problem with Order Again button on WooCommerce Checkout #323945Hi!
Add this to Quick CSS:
.order-again + header { clear: both; }Regards,
JosueHi!
Discard the code in functions.php, put this code in Quick CSS instead:
.single-product .avia-post-nav{ display: none; }Cheers!
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
