Forum Replies Created
-
AuthorPosts
-
It’s very strange, maybe the server isn’t capable of resizing all the Enfold image sizes at once and it times out, remove this lines from the theme functions.php and try re-uploading it:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderRegards,
JosueHey!
Same results – http://screencast.com/t/Ry9l35Gyg, have you checked if it happens to you in another computer/network?
Regards,
JosueSometimes the auto updater may fail because it depends on an external API, updating via FTP is more reliable.
Regards,
JosueNovember 26, 2014 at 2:11 am in reply to: Safari does not display Enfold Theme Correctly but ok with Firefox and Chrome #358100Hi Russ!
I currently don’t have OS 10.10 to test but i’d suggest adding this code to Quick CSS to ensure these scrollbars remain hidden in Safari (homepage only):
html.avia-webkit-7 body.home, html.avia-webkit-8 body.home{ overflow: hidden !important; }BTW, are you using a trackpad or a mouse on your iMac?
Regards,
JosueHi David!
Try with this:
.image-overlay { display: none !important; } .grid-image:before { content: attr(title); background: red; position: absolute; width: 100%; height: 100%; z-index: 1000; text-align: center; line-height: 180px; opacity: 0; font-weight: bold; font-size: 24px; } .grid-image:hover:before { opacity: 1; } .grid-image:before{ transition: all linear 0.2s; }Cheers!
JosueNovember 26, 2014 at 1:21 am in reply to: URGENT: Masonry gallery Problem with Display title and caption in Enfold v.3.02 #358084Hola Antonio,
Me parece que el problema viene de la traducción de Enfold al Español, voy a tratar de solucionarlo con el acceso proporcionado.
Actualización:
Efectivamente era eso, ya esta solucionado en tu instalación, voy a proponer este arreglo al archivo principal, disculpa las molestiasSaludos,
Josue-
This reply was modified 11 years, 4 months ago by
Josue.
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
You are using Enfold 2.4.2, latest version is 3.0.4, please update the theme via FTP:
Best regards,
JosueHi!
Please check your slider, i’ve set the background image as another layer with this settings – http://screencast.com/t/5EVfgmFc
Cheers!
JosueHey!
I tried reproducing the issue, here’s my results:
Via Media > Add new:
http://screencast.com/t/MzRwKzuAId.Via media library popup:
http://screencast.com/t/BzjVQtELuduRegards,
JosueNovember 26, 2014 at 12:32 am in reply to: Breadcrumbs – Cannot seem to turn on – Not related to updates of WP or Enfold #358060You are welcome, glad to help :)
Regards,
JosueHi!
Have you checked it on another computer? here’s how it looks on my end – http://screencast.com/t/OwRGHvf0z
Cheers!
JosueNovember 25, 2014 at 10:47 pm in reply to: Updating heavily customized theme (no child) to v3.0 #358000Hi,
That’s strange, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 25, 2014 at 10:46 pm in reply to: Breadcrumbs – Cannot seem to turn on – Not related to updates of WP or Enfold #357999Hi!
I think i found the real root of the issue; all pages have the “header” custom post meta field set to “no” and also they have the “title bar” option set to “Hide both”, the fix would be remove this bugged custom field and change the title bar setting:
http://screencast.com/t/rHEmkWxwsRegarding passing the contents, i used debug mode to be able to copy the raw content of an ALB page to another page:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueNovember 25, 2014 at 10:16 pm in reply to: Masonry Portfolio to Single Portfolio Full Slider #357980Hi Louis!
Yes, i know it can be confusing, i’ll try to explain it.
Masonry Gallery
Creates a masonry element with images arbitrarily uploaded and ordered within the element itself, elements link by default to the source image, but they can be set to a custom link (on each image).Masonry Element.
Creates a masonry element with content (the images shown would be the featured images assigned to the posts) dynamically pulled from custom post types (ex: portfolio items, posts, products), elements link by default to the post single view, but this can be changed in the element options, also this element can have sorting filters based on post taxonomies (portfolio categories).Also check this video:
Best regards,
JosueHi Chris,
Please create us a WordPress administrator account, post it here as a private reply.
Regards,
JosueNovember 25, 2014 at 9:05 pm in reply to: Updating Enfold Theme through WordPress Breaks Every Time #357923Hi Mark!
This normally happens because of strict server/user permissions, have you already tried contacting your server-provider support?
Regards,
JosueNovember 25, 2014 at 8:34 pm in reply to: Breadcrumbs – Cannot seem to turn on – Not related to updates of WP or Enfold #357895Hey!
That page seems to be bugged, i managed to create a new page and pass the contents of the compromised one and the breadcrumbs show there, please see page “/test-2”.
Best regards,
JosueHey Lizy!
Add this to Quick CSS:
.av-masonry-entry{ opacity: 1 !important; visibility: visible !important; }Cheers!
JosueHi David,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
is the correct way to create a Portfolio and copy the short link and paste it into every single photograph?
Yes if you are using the Masonry Gallery element, alternatively you can opt for the Masonry element and have this automatically set – http://screencast.com/t/whGghb5Rxs
Also would the Full Slider be able to slide through each photo if the viewer clicked the left and Right buttons
No, unfortunately that’s currently not possible, feel free to request it here.
Cheers!
Josue-
This reply was modified 11 years, 4 months ago by
Josue.
November 25, 2014 at 10:52 am in reply to: Sticky Header on Mobile Devices + Behavior of Linked Text & Images #357443Hey Felix!
It should be like this:
.responsive #top #wrap_all #header { position: fixed; } @media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 88px !important; } } @media only screen and (max-width: 989px) { .responsive .main_menu ul:first-child > li > a{ font-size: 12px; padding: 0 6px; } }Best regards,
JosueNovember 25, 2014 at 10:48 am in reply to: WordPress 4.01 Update – Problems with Slideshows, Google Maps, Contact Forms etc #357442Hey!
@smilewerbung do you still have this problem? i though you managed to solve it by re-installing WordPress.Best regards,
JosueHi Russ!
I guess you are referring to CSS code that makes the logo collapse, look for this code in the child theme style.css (enfold-child/style.css):
.logo img { display: none !important; } .logo { width: 30%; top: 15px; } .logo, .logo a { overflow: visible; height: auto !important; } .subtext > div { line-height: 10px; } .subtext .second-line{ font-size: 16px; padding-left: 30px ; font-family: 'Quattrocento', serif; color: green; }Best regards,
JosueHi!
Try using this plugin:
https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/Regards,
JosueHi!
I created a page with a product raster element on it, and it’s working fine, please check the /test/ page.
Best regards,
JosueNovember 25, 2014 at 6:05 am in reply to: WordPress 4.01 Update – Problems with Slideshows, Google Maps, Contact Forms etc #357344Hi!
@smilewerbung, glad it works now, maybe some WordPress files didn’t updated correctly, you may find some clue in the PHP error log.
@jdepal20, you can use (Email address hidden if logged out) , but please post the user/password here.Best regards,
JosueNovember 25, 2014 at 5:32 am in reply to: Enfold theme – Sort portfolio items for real estate website #357337Hi!
You need to create a /shortcodes/ folder in your child theme directory and clone (+modification) the portfolio.php parent theme file there.
Now add a new folder in your child theme directory called shortcodes. If you copy an element from enfold>config-templatebuilder>avia-shortcodes to this folder it will replace the one in the parent and be used instead. You can also add new ones using the other shortcode elements as examples.
Cheers!
JosueHey Louis!
You want to link this images to a specific page? if you are using a masonry gallery you can put a custom link on each element – http://screencast.com/t/UxBR94C7XtY
Cheers!
JosueNovember 25, 2014 at 5:17 am in reply to: Sticky Header on Mobile Devices + Behavior of Linked Text & Images #357333Hey Felix!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 88px !important; }Cheers!
Josue -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
