Forum Replies Created
-
AuthorPosts
-
Hey codemode!
Please see here, http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader.
Best regards,
ElliottNovember 12, 2014 at 6:34 pm in reply to: combo widget (Beliebt/Kürzlich/Kommentare) shows wrong date for comments #350209Hey!
It seems to be working fine on my XAMPP setup. Are you sure lines 1083 – 1086 look exactly like this?
if($time_format) { echo "<span class='news-time'>".get_comment_date($time_format, $comment->comment_ID)." ".__('by','avia_framework')." ".$comment->comment_author."</span>"; }
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottNovember 12, 2014 at 6:27 pm in reply to: Creating direct link to direct AJAX Gallery preview #350202Hi!
I’m sorry but I am having trouble understand what your wanting to do.
Are you not wanting to use the AJAX portfolio and instead link directly to the portfolio post?
Go ahead and highlight in your screenshots what you would like to do so we can get a better idea.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I don’t see the code I told you to add in your source code. If you want to just add the CSS to your quick CSS field then that will work.
.togglecontainer { margin-left: 4px !important; margin-top: -6px !important; width: 240px !important; } .avia-table { margin-bottom: 0px !important; }
But it will affect every toggle and table element you use site wide.
Best regards,
ElliottHey SzymonDomagala!
I checked your link but I see a blog grid and some text widgets with images so I am kind of confused when you say “HotPoints”. Do you mean image hot spots? http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
Cheers!
ElliottHey!
I can’t reproduce it on my end for some reason. Have you done any customizations? Be sure to deactivate all plugins while testing.
Can you send us a WordPress login so we can take a closer look? Be sure to set your reply as private when including login information.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
You only have to use the gallery shortcode. It creates the thumbnails automatically. The only difference between it and your link is that our gallery shortcode changes the image when you hover over the thumbnails vs clicking like the one in your link.
Best regards,
ElliottHey NaRanJiTo78!
Edit the color sections of that page and remove the background image set. If that’s not working then send us a WordPress login and set your reply as private and we’ll take a closer look.
Regards,
ElliottHey!
Thanks for posting your solution. Let us know if you have any other questions.
Regards,
ElliottHey user877!
Try adding this to the bottom of your /enfold/functions.php file.
add_action( 'woocommerce_before_single_product', 'enfold_customization_product_description' ); function enfold_customization_product_description() { echo the_content(); } add_filter( 'woocommerce_product_tabs', 'enfold_customization_remove_description_tab', 98 ); function enfold_customization_remove_description_tab($tabs) { unset($tabs['description']); return $tabs; }
That will remove the description tab and add it above everything else.
Best regards,
ElliottHi mattbrooks123!
Thanks for using Enfold.
Can you send us a WordPress login so we can take a closer look? Be sure to mark your reply as private when including login information.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey marcacer!
It should still be on the left or right of your content. Are you wanting to remove the product images from the sidebar and display them above the product description and add to cart button, etc etc?
Best regards,
ElliottHi richbuddy!
If your using the latest version then no CSS is needed. It should display full width by default. Go ahead and deactivate all plugins and send us a link and we’ll take a look. You can mark your reply as private if you wish.
Cheers!
ElliottHi datibus!
When you edit those pages replace the images / videos with your own. You may need to delete the elements and recreate your own when on localhost. It should work fine on an actual server though.
Best regards,
ElliottHey envapk2!
When editing your page drag a codeblock element over and add this inside it.
<style type = "text/css"> .cart_dropdown { display: none !important; } </style>
Regards,
ElliottHey!
Try adding this to your custom CSS.
.caption_fullwidth { background: rgba(0,0,0,.4) !important; }
Cheers!
ElliottHi!
Try viewing in a different browser. If your still having problems then send us a WordPress login in a private reply and we’ll take a look.
Best regards,
ElliottNovember 12, 2014 at 4:28 pm in reply to: Fullscreen slider – Image fit without cutting them #350066Hey Dabuti!
Our fullwidth easy slider element has an option to stretch the image to make it fullwidth, http://kriesi.at/themes/enfold/shortcodes/easy-slider/.
Cheers!
ElliottHey yodec!
Currently there is no file upload field for our contact form but you can try out contact form 7 which has one, http://contactform7.com/file-uploading-and-attachment/.
Best regards,
ElliottHi!
Try adding this to your custom CSS.
.slide-meta { display: none !important; }
The blog posts do not have a load more option so I’m not sure what you mean there. Our masonry shortcode has a load more option. Is that what your referring to? If so then you will need to select between one or the other. It wouldn’t be feasible to use both at the same time.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi kotlus!
Try deactivating all other plugins and make sure Enfold is updated (latest is 3.0.2). If your still having problems then send us a WordPress login in a private reply and we’ll take a look.
Cheers!
ElliottHi!
1. I believe you already asked this question here, https://kriesi.at/support/topic/masonry-blog-3/#post-347698.
2. Try adding this to your custom CSS.
.av-inner-masonry { border: 1px solid #888 !important; }
3. I don’t see an easy way of going about this. The flex columns are designed to reduce based on the screen width so to force them based on portrait and landscape mode of your device would mess with their behaviour on other screens.
4. Did you set a height for your section? Try setting the height to a percentage instead of a fixed value.
Cheers!
ElliottHey!
Try adding this.
.toggle_content { background: rgba(0,0,0,.3) !important; }
If that’s not working then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHi samanthashahani!
I’m not sure if it’s possible to create that kind of shape with CSS but you can create an image to use as the background instead. You can use this CSS to set the image.
a.scroll-down-link { background: url("URL to your image") !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
I’m not sure what the best way to go about this is. We can try reducing the margin and increase the width a bit with this CSS.
<style type = "text/css"> .av_one_fifth { width: 18% !important; margin-left: 2% !important; } </style>
Try dragging a codebox element into your content and add that inside.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi Christell8!
Go ahead and completely delete the existing theme before downloading + uploading a fresh copy from themeforest. This will ensure you get the latest version 3.0.2.
Best regards,
ElliottHey!
Are you just trying to reduce the table padding to make it smaller? If so then try adding this to your custom CSS.
td { padding: 2px 10px !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
It’s working fine on my XAMPP setup so I’m not sure what it could be. Let’s try the following.
1. Deactivate all plugins except events calendar.
2. Create a backup and completely delete the theme before downloading / uploading a fresh copy from themeforest.
3. After doing the above try creating a new event to see if it happens there as well.Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi TheElear!
Open up /enfold/includes/loop-index.php and on line 132 you should see this.
echo $title;
Add this on the next line.
echo get_post_meta( $the_id, 'key', true );
And change “key” with whatever key you have set for your custom field.
Best regards,
ElliottNovember 11, 2014 at 11:54 pm in reply to: combo widget (Beliebt/Kürzlich/Kommentare) shows wrong date for comments #349760Hey Christian!
Try opening up /enfold/framework/php/class-framework-widgets.php and change line 1085 from this.
echo "<span class='news-time'>".get_the_time($time_format, $comment->comment_post_ID)." ".__('by','avia_framework')." ".$comment->comment_author."</span>";
To this.
echo "<span class='news-time'>".get_comment_date($time_format, $comment->comment_ID)." ".__('by','avia_framework')." ".$comment->comment_author."</span>";
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts