Forum Replies Created
-
AuthorPosts
-
Hi earthdog!
If you have not edited any of the theme files then you can update from the Dashboard or upload a fresh copy of Enfold via FTP.
You do not need to download any new files for the child theme. Unless you are overriding the template files which in that case you might have to.
Cheers!
ElliottMay 5, 2015 at 9:17 pm in reply to: Again – second custom post type with advanced layout builder #440006Hey Jacek!
Do this, https://kriesi.at/support/topic/overriding-functions-in-a-child-theme/#post-167093.
To add more than one then just double up on this line.
$boxes[$key]['page'][] = 'mycpt'; $boxes[$key]['page'][] = 'mycpt2';Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi dnka!
We recommend the WPML plugin, https://wpml.org/. We have made sure it’s compatible with Enfold.
Best regards,
ElliottHey!
For some coordinates the google maps have trouble for some reason, https://kriesi.at/support/topic/how-can-i-add-a-location-on-the-googlemap-by-longitude-and-latitude/#post-346638. Perhaps the address you used is not integrated into their geocoder database or there is a typo or something similar. If you use an address right next to the one you used it should work. We haven’t been able to figure out why that is yet.
As an alternative you can try using a google maps plugin or just create your map on the google maps site and copy the embed code it gives you.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi LukasE!
So your wanting the full posts to be displayed in the grid? You could try switching the contents of line 743 in the masonry_entries.php file.
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');Maybe to this?
$this->loop[$key]['content'] = $entry->post_content;Though I have not tested what will happen.
Best regards,
ElliottHey oliviad!
It’s hard to tell what it could be from. Try deactivating all plugins to see if that helps.
It would probably be best to contact your hosting provider about this as well to see what they think.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey kerriotoo!
Your using Enfold 2.9.1. You’ll need to update to the latest version, 3.1.5.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi!
That is going to be difficult. In this case it would be best to use the regular header layout and just use CSS on your homepage to get that effect.
It’s bordering on custom work but send us a link when your done switching it back and we’ll see what we can do.
Regards,
ElliottHi carendavis!
They seem to look fine on my end. Can you take a screenshot of what your seeing?
Best regards,
ElliottMay 5, 2015 at 8:24 pm in reply to: Import of demo content message received, but no content added to site. #439979Hey!
Navigate to Dashboard > Pages > Trash to make sure the pages are not already imported but just sitting inside the trash.
Regards,
ElliottHi ACNLatitudes!
Try adding this to the bottom of your functions.php file.
add_filter( 'avia_breadcrumbs_trail', 'enfold_customization_breadcrumbs_remove', 2, 10 ); function enfold_customization_breadcrumbs_remove( $trail, $args ) { $i = 0; foreach ($trail as $t) { if (strpos($t, 'cat=9') != false) { unset($trail[$i]); } $i++; } return $trail; }I had my permalinks set to default so I tested for cat=9 in each of the breadcrumb trails. You can replace cat=9 with the name of your category.
It will also remove any other crumb that uses the same term though so you may want to change cat=9 to the URL of your category archive instead.
Or if your category slug is “test” for example then do this.
if (strpos($t, 'test') != false) { unset($trail[$i]); }Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Susanne!
It looks like you have them all setup in a single row so in this case I would recommend using the grid row element instead. Each cell that you add to the grid row can have it’s background set to a color, image, etc etc.
Regards,
ElliottHey gharding!
It’s just a balance of quality vs speed. Bigger images will display sharper but will take longer to download. Enfold will create thumbnails of each image you upload to fit in each area of the theme so what I do is crop my images to around 1200 width before uploading and let Enfold handle the rest.
Best regards,
ElliottHi royaltask!
If your overriding the template then you’ll have to copy it to your child theme and edit it there.
What are you trying to do? We may be able to use a hook instead.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Dominique!
It looks like your using Enfold 3.0.2. You’ll need to update to the latest version 3.1.5.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey Jan!
There isn’t enough space on mobiles to fit the full table on the screen. Can you take a screenshot highlighting what your trying to do with it?
Best regards,
ElliottHey!
It looks like you switched the URLs again. You need to switch them back to what you had before.
http://www.yoursite.com/?page_id=518/#sushiSo the URL to the page is in the link with the anchor at the end.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi georgesociel!
Try using the column elements instead. For the first column you can add a widget area element or whatever you need for your menu and in the other columns you can add images, text, and a table to create the effect in the link you provided.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Michael!
Are you setting the posts to use the layout builder? If so then switch them back to the default editor to see if that fixes it.
If your still having trouble then try deactivating all of your plugins and send us a link to your page so we can take a look.
Best regards,
ElliottHey!
It would take a lot of time and code to implement something like that. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Best regards,
ElliottHi!
I see the form now. Not sure why it’s not displaying when Enfold is activated. The plugin is kind of confusing to me.
It looks like the plugin has a support forum though, https://wp-types.com/forums/topic/content-template-doesnt-work-for-single-page-with-enfold/, so I would try asking the question there to see if they have any idea on what it could be.
Cheers!
ElliottMay 5, 2015 at 5:31 pm in reply to: Portfolios containing various galleries or other portfolios of images…possible #439875Hi!
Currently the only feature similar to that is the AJAX portfolio. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Best regards,
ElliottMay 5, 2015 at 5:29 pm in reply to: Facebook "Like" button comment module not shown properly #439874Hi!
I’m not sure. The markup looks weird and it’s behaving very weird with the other elements. I would try finding a new plugin to use or just use the official code from the facebook website.
Best regards,
ElliottHi Veesibility!
Try adding this to the bottom of your functions.php file.
add_action( 'woocommerce_before_shop_loop', 'enfold_customization_woo_pagination', 10); function enfold_customization_woo_pagination() { global $avia_config; if(isset($avia_config['dynamic_template'])) return; if(isset($avia_config['overview'] )) echo avia_pagination('', 'nav'); }Cheers!
ElliottHey pannosk!
Try adding this to your custom CSS.
.avia-tooltip { width: 240px !important; }Regards,
ElliottHey dvsub!
Try adding this to your custom CSS.
html { background-color: transparent !important; }Cheers!
ElliottHi Mark_goessens!
You can target each one like so.
.av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(2) .av-image-hotspot_inner { background: red !important; } .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(3) .av-image-hotspot_inner { background: blue !important; } etc etcBest regards,
ElliottHi 2SINN!
Are you using some kind of plugin that edits the query arguments? Try deactivating them all to see what happens.
What version of Enfold are you using?
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Annemarie!
You can do this easily with the blog posts element. Drag it to your page or post (in a separate color section if you wish) and set it to display 4 posts in the blog grid style. For the custom taxonomy choose whichever tag you wish to use.
Regards,
ElliottHey!
1. I suppose it might be possible with lots of changes to the code. That would have to be considered custom work though and it would be best to hire a freelancer to help you out with that.
2. Right click your page and view source and then copy the HTML for the widget and paste that inside a text widget in your footer widget areas. You can then edit the HTML to suit your purposes.
3. That should be working. Perhaps you have a typo somewhere in your custom CSS.
5. Hmm, I don’t see any classes being output with it. Try switching the code to this.
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo '<div class = "header_widget">'; dynamic_sidebar( 'header' ); echo '</div>'; }And let us know when your done so we can take another look.
6. In the shortcode options set the image size to 300 x 300 or something similar instead of No scaling.
7. You can add this to your custom CSS.
.avia-fullwidth-slider, .avia-fullwidth-slider img { height: 500px !important; }But that may make some of your images look distorted. It would be best to crop them before uploading.
9. Send us a link.
In the future I recommend creating separate topics for your questions. Asking so many all at once makes it confusing and difficult to answer.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
