Forum Replies Created
-
AuthorPosts
-
Hey!
It looks like your using custom CSS to try and center it.
#top #header .avia_mega_div.submenuheader { right: -260px !important; }
Is that correct?
Also, I couldn’t find any traces of that user profile code that displays when your logged in with our theme. Is it a customization? A plugin?
You could try checking if user is logged in via PHP, http://codex.wordpress.org/Function_Reference/is_user_logged_in, and then echo out some different CSS to move it over more.
Regards,
ElliottHi!
1. Navigate to Dashboard > Enfold and in the top left hand corner you’ll see a language switcher which you can use to switch between the theme settings for each language.
2. I’m not sure why it disappeared but you can reset it in Dashboard > Appearance > Menus.
Cheers!
ElliottNovember 10, 2014 at 4:03 pm in reply to: Re-Modifying and tweaking Woocommerce page layouts #348820Hi!
You mean you cannot see the add to cart button, etc etc, in the advanced layout editor? Yes that is supposed to happen.
Go ahead and make a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get those areas added as elements in the future so you can create more interesting product layouts.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi keifygeorge!
After you create your google analytics account and grab the code they provide you can paste it into Dashboard > Enfold > Theme Options > Google Analyticis Tracking Code.
Cheers!
ElliottHi simonefiorucci!
There is a setting for this in the shortcode options. You can choose a custom taxonomy and then select “Portfolio Entries”. You can do this with the magazine element as well.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey erhabi!
I’m not sure how you have your header setup so can you send us a link so we can take a closer look? You can mark your reply as private if you wish.
Best regards,
ElliottHey MindSpark!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) { .cart_dropdown { display: none !important; } }
Regards,
ElliottNovember 9, 2014 at 8:03 pm in reply to: Anyway Solution to Hide Portfolio Child Categories? #348426Hi!
You can do the same thing for the portfolio grid in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 753.
'terms' => $terms,
Regards,
ElliottHey elames!
When editing your page surround the contact form with a 1/2 layout element and it will be the same as setting it’s CSS to 50%.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi cbassist!
Navigate to Dashboard > Enfold and in the top left hand corner you should see a flag switcher where you can change the theme options for each language. It looks like you’ll want to set the maximum container width for the italian version.
If that’s not working for you then send us a WordPress login and mark your reply as private so we can take a closer look.
Best regards,
ElliottHey elames!
Please try this out, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/.
Best regards,
ElliottHey erkuto!
You will need to use a plugin for this. There are lots of login form plugins you can use, https://wordpress.org/plugins/tags/login-form.
Best regards,
ElliottHey kyabroudi!
Try adding this to the bottom of your /enfold/functions.php file.
add_filter( 'init', 'enfold_customization_remove_tooltip_search' ); function enfold_customization_remove_tooltip_search() { remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 ); add_filter( 'avf_fallback_menu_items', 'enfold_customization_add_basic_search' ); } function enfold_customization_add_basic_search( $items ) { $items .= '<li>'.get_search_form( false ).'</li>'; return $items; }
And add this to your custom CSS.
li #searchform div { display: block !important; opacity: 1 !important; margin-top: 22px; margin-left: 10px; }
Best regards,
ElliottHey kyabroudi!
Try adding this to your custom CSS.
.avia-menu-fx { background: url("URL to your image") !important; }
If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
5. You mean your looking for a button to view the image in it’s original dimensions such as in prettyPhoto? Or do you mean that when you scroll up or down with the mouse wheel the image does not get bigger? Unfortunately neither of these options are available with magnific popup.
By default it will open the image and scale it so it fits inside your screen. This is a good option to have for people who view your site on different screen sizes. For example if someone would view your image on a small screen such as a phone and the full image would popup it would be very annoying because they would have to scroll around a long time to see the full image.
6. Are you using the WordPress SEO plugin by Yoast? Go ahead and send us a WordPress login and mark your reply as private so we can take a closer look.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 9, 2014 at 7:02 pm in reply to: Unable to have main menu links change to different color when on target page #348395Hi amester55!
You can use this CSS to target the current menu item text.
.current-menu-item .avia-menu-text { color: red !important; }
Best regards,
ElliottHey kiralybalazs!
Try adding this to your custom CSS.
.tribe_mini_calendar_widget .tribe-events-present:hover a { color: white !important; } .tribe_mini_calendar_widget .tribe-events-present a { color: #bf2026 !important; } .tribe_mini_calendar_widget .tribe-mini-calendar-nav img { display: none !important; }
Regards,
ElliottHi emin!
Navigate to Dashboard > Enfold > General Layout > Dimensions and you can set the maximum container width there.
Best regards,
ElliottHi!
On line 244 in that file you should see this.
endif;
Try adding this on the next line.
?> your code goes here <?php
And then replace “your code goes here” with the code you need to add above the pagination.
Best regards,
ElliottHey!
I don’t see the CSS I told you to add anywhere in the source code. Go ahead and add it back in and take a screenshot highlighting exactly which elements your trying to change so we can get a better idea.
Cheers!
ElliottHi!
Glad that worked for you. Feel free to create a feature request here for the custom post types, https://kriesi.at/support/enfold-feature-requests/.
Regards,
ElliottHi!
If you want to make it update proof then I would create a child theme and move the comments.php template into it.
Also, if your just wanting to remove the comment form on some posts then when you edit the post you can uncheck the “Allow comments” option. There is also an option for closing posts for future comments based on how old the post is in Dashboard > Settings > Discussion. This will create a “Comments are closed” text to display instead of the comment form but you can hide that with CSS if you wish.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
1. You would use our portfolio grid, masonry, or blog posts elements for displaying the portfolios you create.
2. No template is needed. You can create any type of layout with our advanced layout builder.
3. Please send us a link so we can see how your adding the images.
Also please watch this video, http://vimeo.com/92503992, to learn more about how to use the portfolios.
Best regards,
ElliottNovember 9, 2014 at 6:20 pm in reply to: Is there a way for launching the "Portfolio Item Ajax Pre-View" from a button or link? #348368Hi JuergenB!
Something like this would should work.
<a href = "#" onclick = "jQuery('.post-entry-3374 a').click()">Click me</a>
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 9, 2014 at 6:13 pm in reply to: How to show different 'Enfold Main Menu' in different pages on the same website #348364Hey MauroBricca!
To make your site multi lingual you will want to use a plugin such as WPML, or QTranslate, https://wordpress.org/plugins/qtranslate/.
We recommend using WPML though.
Regards,
ElliottHey davidhiltbrand!
Your getting a javascript error.
Error: cannot call methods on sortable prior to initialization; attempted to call method 'toArray'
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete all copies of Enfold from your WordPress theme directory and then download + upload a fresh copy of Enfold from themeforest.I believe that should fix it but if you still get the error then I would try creating a backup and reinstall WordPress.
Best regards,
ElliottNovember 9, 2014 at 6:05 pm in reply to: Admin side, WooCommerce Products Variations tab not working #348362Hi!
Glad you got it sorted. Let us know if you have any other questions.
Regards,
ElliottKersoz hey !
Bize WordPress giriş göndermek ve biz bir göz atacağız lütfen . Giriş bilgileri de dahil olmak üzere zaman özel olarak cevap işaretlemek için emin olun .
Şerefe !
ElliottNovember 8, 2014 at 7:58 pm in reply to: Enfold current version rounded corners and transparent header #348225Hi carlamurray!
Try adding this to your custom CSS,
.header_bg { opacity: 1 !important; } #socket, #header_meta, .header_bg { border-radius: 5px; }
If that’s not what you were wanting then go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi theprodigy129!
The best way to optimize a WordPress site is to use a caching plugin such as W3 Total Cache or WP Super Cache. It looks like you already mentioned it but be sure to crop your images before uploading to save on bandwidth and increase downloading speed.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts