Forum Replies Created
-
AuthorPosts
-
Hey femiojo!
It looks like you forgot to include a link. After you install the tracking code it may take up to 24 hours until it starts working according to the google analytics site, https://support.google.com/analytics/answer/1009219?hl=en.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 12, 2014 at 11:34 pm in reply to: URGENT – lost functionality of. Insert Media' & 'advanced media' #350461Hi amyflo74!
You’ll need to update Enfold to the latest version which is 3.0.2. See here for how to do so via FTP, http://vimeo.com/64927356.
Cheers!
ElliottHi koala!
Your first line of CSS is causing the problem. Use this instead.
.html_header_top.html_bottom_nav_header .main_menu > div { margin-top: 10px !important; }
Cheers!
ElliottHi jeffreyvanoostrom!
Try adding this to your custom CSS.
.avia-menu-text { padding-left: 15px !important; } #top #header .av-main-nav > li > a { padding-left: 0px !important; }
Best regards,
ElliottHey!
I’m having trouble logging in. Is the information correct?
Cheers!
ElliottNovember 12, 2014 at 11:09 pm in reply to: Can socket stay visible at bottom of the page on one page website? #350437Hey kathrynmichaud!
Try adding a z-index value to it like so.
#socket { z-index: 2000 !important; }
Best regards,
ElliottHi ezmob!
I sent you a test email. Make sure to check your spam folders.
If you still don’t see it then try installing this plugin, https://wordpress.org/plugins/wp-mail-smtp/, and send some test emails to see if they work. You may need to contact your hosting provider for help in configuring the plugin options.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
See here, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/.
Cheers!
ElliottNovember 12, 2014 at 10:49 pm in reply to: Stretch / Resize Large Featured Image on Single Post #350424Hey Veronica!
It looks like you edited the image in the WordPress media library and set a custom width / height. Is that correct?
If so then it would be best to set the width to at least 900px so it fits inside the container. The max-width is set to 100% so as long as it is big enough it will fit inside.
If that’s not correct and your still having problems then try deleting the image and re-upload it because it currently has a width and height set.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey 1lizcollins!
I don’t see any widgets set in your source code. Are you sure you have selected the correct sidebar when editing the post? Also, are you sure you have widgets assigned to this sidebar?
Go ahead and deactivate all plugins and send us a WordPress login so we can take a closer look. Be sure to set your reply as private when including login information.
Regards,
ElliottHey!
You will need to edit them and do the same. We currently do not have an option to make the header transparent by default. You can make a feature request here though, https://kriesi.at/support/enfold-feature-requests/.
Cheers!
ElliottNovember 12, 2014 at 10:26 pm in reply to: Mobile Nav – option to define a different menu for mobile nav? #350406Hey bmzbarnett!
Unfortunately that would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
We can hide your sub menu when on mobiles though. Send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi!
Google can still see them even if they are hidden with CSS so you’ll need to remove them from the source code. You can find them in the following places.
1. /enfold/includes/loop-index.php on line 137.
2. /enfold/includes/loop-author.php on line 75.
3. /enfold/includes/loop-search.php on line 39.
4. /enfold/config-templatebuilder/avia-shortcodes/masonry-entries.php on line 705.The line your looking for will look something like this.
echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
You’ll want to comment that out or delete it from each file.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi koala!
Try adding an override rule to it.
.header_bg { opacity: 0.3 !important; }
Cheers!
ElliottNovember 12, 2014 at 10:06 pm in reply to: Which css controls the border above and below the menu? #350387Hi koala!
Try adding this to your custom CSS.
#header, #header_main, #header_main_alternate { border-width: 0px !important; }
Cheers!
ElliottNovember 12, 2014 at 10:01 pm in reply to: Featured image in Single author, big preview pic smaller and title above image #350379Hey Morticka!
1. Do you want to reduce the height but leave the width alone? We can do that with CSS but it may make your image look distorted.
2. Open up /enfold/includes/loop-index.php and move lines 90 – 95.
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }
Down to line 187.
Best regards,
ElliottHi!
Yes you can do that. Let us know if you have any other questions.
Best regards,
ElliottHi ar13860!
Are you looking for something like this? https://wordpress.org/plugins/timeline-express/
I don’t know of any that I can recommend but there appears to be a lot out there in the WordPress plugin repository.
Cheers!
ElliottHi codecreative!
Try adding this to your custom CSS.
.stretch_full:first-child { margin-top: 2px !important; }
Regards,
ElliottHey GrapePress!
Your logo is very wide. Are you wanting to shrink it with CSS? If so then try this out,
@media only screen and (max-width: 479px) { .responsive .logo a, .responsive .logo img { width: 90% !important; } }
You can keep adding those lines to your custom CSS and play around with the width settings to shrink it on different mobile screens.
Cheers!
ElliottHi brandworld!
Try adding this to the bottom of your functions.php file.
add_filter( 'avia_breadcrumbs_trail', 'enfold_customization_breadcrumbs' ); function enfold_customization_breadcrumbs( $trail ) { global $post; if ( is_page(11) || 11 == $post->post_parent ) { $trail[0] = null; } return $trail; }
And then change “11” to the ID of that page. You may have to switch $trail[0] to $trail[1] because it looks like your hiding the home link with CSS.
Best regards,
ElliottHi diefleischerei!
Try adding this to your custom CSS.
.cart-empty { float: left; margin-right: 20px; }
Best regards,
ElliottHey brandworld!
Try adding this to your custom CSS.
.header_color .main_menu .sub-menu ul:first-child > li.active-parent-item > a { color: #838aa0 !important; }
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi volmering!
Try adding this to your custom CSS.
.alternate_color .av-subnav-menu a { color: white !important; }
Best regards,
ElliottHi jmarkula!
That should be on line 115 in /enfold/includes/loop-index.php.
$gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt);
If the plugin has a function for displaying the user image then you can switch it there.
Best regards,
ElliottHey!
See here for doing a shortcode change in the child theme, https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/.
1. Have you tried this plugin out? https://wordpress.org/plugins/disqus-comment-system/
2. Our contact form is only designed for sending emails. If you need to use a newsletter feature like mail chimp then it would be best to use their forms. Probably something like this plugin, https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/.
Cheers!
ElliottHey!
I’m still not seeing them on my end. The theme does not carry that code so either they are being added by a plugin or somebody has access to your server and is adding them.
It would be best to contact your hosting provider and upload a fresh copy of the theme.
Cheers!
ElliottHi!
That’s actually a full circle but it’s the same color as the next section so it blends in. You can see it by adding this to your custom CSS.
#top .scroll-down-link { background-color: red !important; }
You would just need to create the circle background image as a solid color with no arrow.
Since your using the same color for each section it would probably be best to just make the background transparent so just the arrow displays.
Cheers!
ElliottNovember 12, 2014 at 7:00 pm in reply to: Single Product Page Sidebar Appears Below Product Image #350227Hey!
That’s not going to be easy but try adding this to your custom CSS.
.template-shop div.product div.images { float: left; margin: 0 40px 0 0; width: 30%; }
And then change lines 931 – 958 in /enfold/config-woocommerce/config.php to this.
# # wrap single product image in an extra div # //add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); if(!function_exists('avia_add_image_div')) { function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } } if(!function_exists('avia_close_image_div')) { function avia_close_image_div() { global $avia_config; echo "<div class='single-product-main-image alpha'>"; if(is_product()) { $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } echo "</div>"; } }
You’ll probably need to play around with the CSS a bit to make it look good.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 12, 2014 at 6:42 pm in reply to: Enfold Store, Product Categories and Product Page has different sidebars #350218Hi Webvelopment!
Thanks for using Enfold.
When you activate Woocommerce navigate to Dashboard > Appearance > Widgets and you’ll see that you now have two new widget areas called Shop Overview Page and Single Product Pages which you can use to edit the widgets on those sidebars.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts