Forum Replies Created
-
AuthorPosts
-
Hey subra68!
You’re using a very old version of theme. Please download Enfold 2.3.2 on your themeforest account then override the theme files via FTP. https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHi!
The featured image should be there by default. Please upgrade WordPress to the latest version. Edit the portfolio item again, please check if the “Featured image” is enabled. It should be place under Layout option.
Best regards,
IsmaelOctober 15, 2013 at 5:12 am in reply to: White Space between Navbar and Layerslider – iPad Landscape – Enfold #175421Hello!
I’ll ask Devin to check the website. He can check it on an actual iPad.
Cheers!
IsmaelHello sambolleter!
Add this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Montserrat'] = 'Montserrat'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Montserrat'] = 'Montserrat'; return $fonts; }
Add this on custom.css or Quick CSS:
#top .main_menu .menu li ul a { font-family: 'Montserrat', sans-serif; }
Cheers!
IsmaelHello inboxgroup!
You can add this on your custom.css or quick css to hide the header:
#header { display: none; }
Cheers!
IsmaelOctober 14, 2013 at 6:05 am in reply to: How to Modify the size and look of the "Responsive Menu Button" in Version 2.3.2 #174962Hey turner2f!
You can do it via css. Please give us a link to the page with the button. The font icon code has been change on the update. Old way of embedding font icons will not work on the latest version of Enfold.
Cheers!
IsmaelHey!
It takes forever for the site to load. Please try to deactivate all your plugins. If you have a cache plugin, please flush the settings. I will tag the rest of the support team to check the site.
Cheers!
IsmaelHi!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; } }
Remove browser cache then reload the page.
Regards,
IsmaelHey!
Add this on your custom.css or Quick CSS:
1.) Remove bullets:
#top .widget_nav_menu ul ul li:before { content: ""; }
2.) Menu alignment:
#top .widget_nav_menu ul ul li a { padding: 6px 0px 7px 0px; } .widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a { border: none; padding: 6px 12px 7px 0; }
Best regards,
IsmaelOctober 14, 2013 at 5:53 am in reply to: testimonials conflict in woocommerce product description when editing #174955Hey Michael!
I add a the Testimonial shortcode after a bunch of text and it doesn’t delete them. Please download the latest version Enfold, 2.3.2. Override your theme files via FTP: https://vimeo.com/channels/aviathemes/64927356
Best regards,
IsmaelHey!
Maybe you can add that on sidebar.php, find this code:
echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units'>"; echo "<div class='inner_sidebar extralight-border'>";
Below add the code:
echo "<div id='bbpress-login'>"; global $userdata; get_currentuserinfo(); if (!is_user_logged_in()) { echo "Hello there, Guest..."; ?> <form action="wp-login.php" method="post"> Username: <input type="text" name="log" id="user_login" class="input" /> Password:<input type="password" name="pwd" id="user_pass" class="input" /> <input type="hidden" name="testcookie" value="1" /> <input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me <input type="submit" name="wp-submit" id="wp-submit" value="Log In" /> </form> <?php } else { echo 'Welcome back' . $userdata->user_login . 'Logout.'; } echo "</div>";
Best regards,
IsmaelHey!
The product images will inherit the size of the container. Even if you upload a large image, the css will resize it to fit the container.
Regards,
IsmaelHey!
Please use media queries to resize the mega menu on smaller screens:
@media only screen and (min-width: 768px) and (max-width: 989px) { .avia_mega_div { width: 800px; } }
You can target different screen sizes.
Regards,
IsmaelHi!
Can you please post a link to your website? Do you have the latest version Enfold 2.3.2?
Please send in the login details. You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelHi sletts02!
The shortcode you’re using will only display the “Add to cart” button of a certain product. If you’re using a variable product, it will display the “View more options” button with the link to the actual product. What do you mean by “table options”?
Regards,
IsmaelOctober 14, 2013 at 5:27 am in reply to: Cannot adjust the number of transition for the large LayerSlider #174947Hello!
There is a “Select All” button beside the “Built-in 2D Transitions” and “Built-in 3D Transitions”. Click it twice to deselect all transitions then check the ones you like. Click the red x button to close the transition window. Click the green “Save Changes” button when you’re finish.
Regards,
IsmaelHello!
Please add this on your custom.css or Quick CSS:
.avia_image.avia-align-center { clear: both; }
Regards,
IsmaelHey sletts02!
You can already filter portfolio post by category. Use the Portfolio Grid element.
Best regards,
IsmaelOctober 14, 2013 at 5:06 am in reply to: White Space between Navbar and Layerslider – iPad Landscape – Enfold #174944Hi comitzuu!
I checked your website here: http://responsinator.com/?url=http%3A%2F%2Fbalance-circle.de%2F
I don’t see the white space. Can you please post a screenshot?
Cheers!
IsmaelHi!
Edit the portfolio item again, click on Screen Options. Enable the “Featured image”.
Cheers!
IsmaelOctober 14, 2013 at 4:56 am in reply to: WooCommerce – General Question for modifying shop module #174941Hey!
Please use this instead:
.title_container .breadcrumb { display: none; } .woocommerce .title_container .breadcrumb { display: block; }
Make sure that they are in order.
Best regards,
IsmaelOctober 14, 2013 at 4:55 am in reply to: How to embed Fontello webfont symbols on Layerslider? #174940Hello yusufhgmail!
Please download the latest version of Enfold. Edit a post then click the shortcode wand. You can add a Font Icon.
[av_font_icon color="" font="entypo-fontello" icon="ue80e" size="40px" position="left" link="" linktarget="no"]
You can use it on the Layer Slider. Place the shortcode on Div / Video field.
Cheers!
IsmaelOctober 14, 2013 at 4:51 am in reply to: When I edit content sections are mysteriously deleted. #174939Hey!
Have you tried this on a different browser? Can you please send in the login details?
You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelHello yukanl!
Have you tried changing the Language URL Format? Use the first option “Different languages in directories”.
Cheers!
IsmaelHi!
1.) You can edit css > grid.css, look for .boxed#top selectors. You need to change the width including those under media queries.
2.) Please a hire a freelance developer to modify the menu for you. You should probably buy a ready made menu with css files included.
Best regards,
IsmaelHello!
I have my own child theme setup locally. Setting a blog page should work by default. FYI, you can set the a page as blog on Enfold > Theme Options > And where do you want to display the Blog?. Have you done that? You can also use the Advance Layout Editor, add the Blog Posts element.
Cheers!
IsmaelOctober 14, 2013 at 4:16 am in reply to: Javascript error on "edit page": Uncaught Error: cannot call methods on sortable #174928Hey!
Can you please send in the login details or post it here as a private reply?
You can email it to //….
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelHi!
I’m sorry but I don’t see the slider image “jumping”. Can you please post a screen cast or just a screenshot of the issue?
Regards,
IsmaelHey friendlier!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(odd) { border-top: none; border-bottom: 1px solid #e1e1e1; } .main_color .pricing-table>li:nth-child(even) { border-bottom: 1px solid #e1e1e1; border-top: none; }
Best regards,
Ismael -
AuthorPosts