Forum Replies Created
-
AuthorPosts
-
Hi CloudChoice!
The subject element is just one of the default text inputs that gets added when you drag a contact form element to your content. You can get rid of it if you wish or rename it to something else.
The E-Mail Subject is the subject that gets sent with the actual email and is what you should see in your mail client. This is the one that you want to have something set.
Send us a link to your site and we’ll send you a test email.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Unfortunately that would take a lot of time and code and would have to be considered custom work. What I would do is leave your news category excluded because it has quite a few posts set to it or segment them into more categories.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 21, 2014 at 5:28 pm in reply to: Conditional Links – trying to set up a different menu for subpages #355319Hey aovivo!
I don’t understand what’s going on there. What does the text say for that option and how did you get it? It doesn’t look like any of your plugins would be adding it and I’m pretty sure it’s not a feature in the default WordPress menus.
Regards,
ElliottHi icvdm!
Your link is giving me a 404 but it looks like your talking about the gallery page in your menu. It looks fine on Windows 8. I’ll leave this open for the rest of our team to take a look on mac.
Regards,
ElliottHey Marcelo!
Open up /enfold/config-templatebuilder/avia-shortcodes/testimonials.php and move lines 393 – 398.
$output .= "<div class='avia-testimonial-meta-mini'>"; if($name) $output .= "<strong class='avia-testimonial-name' {$this->title_styling} {$markup_name}>{$name}</strong>"; if($subtitle) $output .= "<span class='avia-testimonial-subtitle {$this->subtitle_class}' {$this->title_styling} {$markup_job}>{$subtitle}</span>"; if($link) $output .= "<span class='hidden avia-testimonial-markup-link' {$markup_url}>{$link}</span>"; if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>"; $output .= "</div>";
Up so they display on top of this line.
$output .= "<div class='avia-testimonial-content {$this->content_class}' {$this->content_styling} {$markup_text}>";
And then add this to your custom CSS.
.avia-testimonial-image { float: right !important; }
Cheers!
ElliottNovember 21, 2014 at 5:06 pm in reply to: comments and timestamp not appearing in Blog Posts #355306Hi!
The grid layout only shows comments and the date by default because it has a shorter width. You can add them in around line 381 in /enfold/config-templatebuilder/avia-shortcodes/postslider.php.
$output .= ' / '; $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { $output .= '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; $output .= $cats; $output .= '</span><span class="text-sep text-sep-cat">/</span>'; } $output .= "</div>"; $output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; $output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; $output .= '<span class="vcard author"><span class="fn">'; $output .= get_the_author(); $output .= '</span></span>'; $output .= '</span>'; $output .= "</div>";
Just beneath this line.
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi graphicsplus!
When you edit your post click on the featured image and there will be a link in the top right that says, “Edit Image”. Click on that and then drag a selection on your image to crop and save.
Cheers!
ElliottHey!
Please see here for the LayerSlider documentation, http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html.
What type of video are you using? Is it self hosted? Send us a link and we’ll take a look.
Best regards,
ElliottNovember 21, 2014 at 4:48 pm in reply to: Http server stops working whith wordpress 4.0, when using images or videos #355274Hi mirloblanco!
Yes I get that problem also. Try using smaller images and update to WordPress 4.0.1.
It should work fine when you move to an actual web server.
Best regards,
ElliottHi alexoua!
I viewed your link but only 10 posts are displaying on the page and on page 2 there are just 4 posts.
If you want to make a page where all of your posts display regardless of category then just drag the blog posts element to your content and do not select any categories.
Also make sure your posts are published and visible.
Best regards,
ElliottHey gloopy1!
I’m not seeing it on my end. This is what I get, https://kriesi.at/support/search/enfold+search/page/2/.
Cheers!
ElliottHey!
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Cheers!
ElliottHello everyone,
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey fangfreezer!
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Cheers!
ElliottHello everyone,
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Lynn!
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Regards,
ElliottNovember 21, 2014 at 12:45 am in reply to: Blank Sliders on multipl websites after wordpress 4.0.3 update #354723Hey!
It’s a small bug with WordPress 4.0.1 and Enfold. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 21, 2014 at 12:41 am in reply to: after wordpress update some wrong things happened #354716Hi xeminis!
It’s a small bug with WordPress 4.0.1. Please update to Enfold 3.0.4 to fix it. If your still getting version 3.0.2 when downloading from themeforest then please wait for themeforest to approve the update.
Best regards,
ElliottHello everyone,
Sorry for the inconvenience. Kriesi has issued the fix to themeforest and it should be approved soon.
It’s just a display issue on the frontend but please wait for Enfold v3.0.4 before updating to WordPress v4.0.1.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey Yory!
Do you mean the magnific popup? Try adding this to your custom CSS.
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.9 !important; }
Regards,
ElliottHi!
No I think that is something different. Send us a link and we’ll see if we can get it removed with some CSS. You can set your reply as private if you wish.
Best regards,
ElliottHey yoginthusiast!
Try adding this.
#avia-menu > li > a, #avia-menu > li > a > span.avia-menu-text { font-family: “FrutigerLTW01-45Light” !important; }
If that’s not working then send us a link and we’ll take a look. You can mark your reply as private if you wish.
Best regards,
ElliottHey Yory!
Add this to the bottom of your /enfold/functions.php file.
add_action( 'ava_main_header', 'enfold_customization_add_tagline' ); function enfold_customization_add_tagline() { echo '<span class = "tagline">'.get_bloginfo ( 'description' ).'</span>'; }
And you can use this to style it.
.tagline { position: absolute; top: 40px; right: 40px; }
Best regards,
ElliottHey alexoua!
Try adding this to your custom CSS.
.responsive #socket .sub_menu_socket { display: block !important; }
Best regards,
ElliottHey Luke86!
It looks like you have a lot of customizations going on. Let’s try the following.
1. Deactivate all plugins except the default Woocommerce plugin.
2. Upload a fresh copy of Enfold to your WordPress theme directory and activate that to see if the same problem happens. If it’s fine then you’ll want to add your customizations into the fresh copy one by one to see which could be causing the problem.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey connect4consulting!
For what your trying to do it would be easiest to just use HTML and inline CSS.
<div style = "position: relative; width: 500px; margin: 0px auto;"> <div style = "float: left; width: 200px; margin-right: 100px;"> 1st column </div> <div style = "float: left; width: 200px;"> 2nd column </div> </div>
And then play around with the widths.
Or you can also try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then in the debug field drag your column shortcodes so they nest inside each other.
By the way I viewed your link but it has a PHP error with your WordPress installation.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi NBSIME!
Try adding this to your custom CSS.
.image-overlay-inside, .image-overlay { display: none !important; }
Best regards,
ElliottHey addwebtoday!
It happens in the default theme as well correct? This isn’t a theme issue but a general WordPress issue and it would be best to post a new topic in the WordPress support forums.
I did a quick google search and came across this which may help, https://wordpress.org/support/topic/plugin-upgrade-failing-cannot-remove-old-plugin.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi marcusmuler!
Updating Enfold to the latest version (3.0.2) should fix this. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi williamo2011!
Woocommerce has an option in Dashboard > Woocommerce > Settings > Products for having the add to cart button link directly to the cart instead of using AJAX to add it to the cart and display it on the same page as seen on our demo, http://kriesi.at/themes/enfold/shop/. Is that what you are referring to?
This is the extension? http://www.woothemes.com/products/name-your-price/
I haven’t tested it but don’t see any reason why it wouldn’t work. If you see any issues then let us know and we’ll take a look.
For optimization I would check out W3 Total Cache plugin but do not minify the JS or CSS.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts