Forum Replies Created
-
AuthorPosts
-
Hi Carsten!
Thank you for using Enfold.
Please use this instead:
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; }
Cheers!
IsmaelHi!
You need the plugin because you can’t set or there is no option in the theme to set a custom widget areas or sidebar for product categories.
Regards,
IsmaelHey Andrea!
Thank you for using Enfold.
Looks fine when I checked it on mobile screen size. Did you fix it?
Regards,
IsmaelJune 21, 2015 at 4:52 pm in reply to: How can I disable the masonary gallery + portfolio animation? #462378Hi!
The masonry items loads without animating when I checked the home page. Please remove browser cache before testing the page.
@hotspot: You can use the solution provided above.Regards,
IsmaelHi!
Do you still have the local development of the site? It’s kind of sensitive to change the link directly in the database. We might accidentally break something there. If you still have the development site, you can use this plugin in order to properly migrate the site from http://www.rentapriest.nl/wordpress to http://www.rentapriest.nl: https://wordpress.org/plugins/wp-migrate-db/
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
IsmaelJune 21, 2015 at 4:44 pm in reply to: Videos not embedding in WooCommerce product descriptions #462373Hi!
Youtube links works fine on the default and text block editor. http://www.youtube.com/watch?v=G0k3kHtyoqc
Anyway, it is advisable to use the shortcode to make it compatible with the whole layout of the theme.
Regards,
IsmaelHi!
Sorry for the delay. Did you unset the transparent header as suggested above? http://sundaradesign.com.au/dev/wp-admin/post.php?post=452&action=edit
That’s the only difference between the two page. Maybe, it will fix the issue.
Best regards,
IsmaelJune 21, 2015 at 4:26 pm in reply to: Exclude current portfolio item on list of portfolio items #462367Hi!
You can follow the solution provided here: https://kriesi.at/support/topic/remove-current-portfolio-post-from-related-portfolio-grid-enfold/#post-462034
Cheers!
IsmaelHi!
Please try to delete the page then recreate it from scratch. I tried to create a new page and the sidebar ok. This is the test page: http://diekappe1.m4media.de/test-page
Best regards,
IsmaelHey!
Thank you for using Enfold.
@sere: That is possible but NOT with the mega menu. You can install the plugin Ubermenu but it requires a few custom modification in order to make it compatible with the theme.
Cheers!
IsmaelHey!
Please go to Appearance > Menus to modify the menus. You can add the product category as menu items. If you can’t see the categories, enable it in the Screen Options.
Best regards,
IsmaelHey!
This seems to be a WordPress bug. In other forums, it is suggested to use the full url to fix it. Go to Settings > General then change the WordPress Address (URL) and Site Address (URL) to http://www.asdrugtest.com. We prepend the “www” text.
https://codex.wordpress.org/Changing_The_Site_URL
Please create a restore point or a backup of the site before doing anything.
Best regards,
IsmaelHi!
Can you please provide a screenshot of the iphone view? Use imgur or dropbox. You can adjust this code to position the toggle menu correctly:
@media only screen and (min-width: 480px) { #advanced_menu_toggle { top: 60% !important; right: -7% !important; }}
Best regards,
IsmaelHey slui!
Thank you for using Enfold.
Please make sure that the Lightbox Modal Window is enabled. You can find that option on Enfold > Theme Options panel. And if you have the chance, please update the theme to the latest version, 3.2.1.
Best regards,
IsmaelHey tylerjmorrison!
Thank you for using Enfold.
Let me state this again:
@R: I think there’s nothing wrong with color section height. Imagine that header is invisible then place the color section at the very centre of the browser screen. You’ll see that the color section height is the same as the browser height. The problem is the next arrow scroll target. Maybe, this will help: https://kriesi.at/support/topic/2nd-and-3rd-full-screen-video-sections-are-too-long-due-to-header/#post-440743
My point is, the height is correct, it is full screen the problem is where the scroll land when you click a menu item. To prove this, let me show you a screenshot of your website. This is where you land when you click the “Real State Myths” menu. Don’t worry about the header, I made it transparent:
As you can see it landed above the color section, not over it. If you move or scroll a little downwards, you’ll see the full section. Check this screenshot:
The height of the section is 100%. Is it not? The issue is where the scroll position landed so I provided a possible fix here: https://kriesi.at/support/topic/2nd-and-3rd-full-screen-video-sections-are-too-long-due-to-header/#post-440743
The value of variable $headerh will depend on the header height which will be added to the scroll target position so when you click on the anchor menu, it will land over the color section, not above it. However, on the first color section on your website, the height is not calculated correctly. It should be shorter than that. Did you modify the header.php file or any template files in the child theme folder?
Cheers!
IsmaelHi!
You can add the item to the cart but woocommerce will give you a warning about the current stock. Something like this:
You cannot add that amount to the cart — we have 4 in stock and you already have 2 in your cart.
The extra items that is over the current stock will be cancelled or will not go through.
Best regards,
IsmaelHey AvionicsSource!
Thank you for using Enfold.
You can create custom widget areas for each page and then edit the page, select the widget area that you want as sidebar on Layout > Sidebar Setting. If you want to use the Custom Menu widget, this means that you need to create multiple menus on Appearance > Menus panel.
Cheers!
IsmaelHey hdpcr!
Thank you for using Enfold.
You can place the widgets in the Display Everywhere widget area and then use this plugin to control the visibility of the widgets: https://wordpress.org/plugins/widget-logic/
You can use the this conditional function in the widget logic field:
is_tax( 'product_cat' );
Best regards,
IsmaelHey!
I was able to check the site and the header looks OK now. I think you updated from a very old version of the theme where the header configurator is not available yet. The current issue is that the theme option is not working. I tried to change the width of the container but it’s not updating. Please check the wp-content folder, ask your hosting provider if it has the correct folder and file permission. In order to test it, go to wp-content > uploads > dynamic_avia folder then rename the enfold.css file there. Go back to the WP Dasboard then toggle any settings in the enfold theme options to regenerate the file. Please create a backup of the enfold.css file before doing anything.
Regards,
IsmaelJune 21, 2015 at 1:15 pm in reply to: Fullscreen slider not showing full screen but within Container #462343Hey!
Did you switch to the default editor? Note that you can’t use both the advance layout builder and the default editor. It’s not advisable to switch between these builders when editing the page. You need to decide which editor you prefer prior to editing the page.
Cheers!
IsmaelHey!
Thank you for using Enfold.
Please try to add this in the Quick CSS field:
.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select { width: 100%; clear: both !important; }
Regards,
IsmaelHi!
Hmm.. Ok, that’s a problem. Unfortunately, the navigation will still filter portfolio items as long as they belong to the same category. The only workaround is to make sure that all “radio” portfolio items doesn’t have any category same as the “tv” portfolio items. If they have a common category, say “old” category, make it “old-radio” for “radio” and then “old-tv” for “tv” portfolio items. Or you can hire a freelance developer to modify the avia_post_nav function in the function-enfold.php file. Please contact codeable, I’m sure they can provide a better fix: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
Alright. You can check for the votes of that particular feature in the “Popular” or “In Progress” tab of the feature request page. I hope it will be added on the next update.
Cheers!
IsmaelHi Michael!
Thank you for using Enfold.
This option is not available yet because not many users need it or even aware of this feature. You can request for this particular option on our request page but right now, unfortunately, you will need to add the inline popup manually: https://kriesi.at/support/enfold-feature-requests/
Regards,
IsmaelHi Taryn!
Thank you for using Enfold.
Looks like you added the image directly in the post editor. Please add the feature image again but before that, add this code in the functions.php file to adjust the thumbnail size:
function ava_image_sizes() { add_image_size('entry_with_sidebar', 845, 321, array('center', 'top')); add_image_size('entry_without_sidebar', 845, 321, array('center', 'top')); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );
Regenerate or upload the images again. You can adjust the width, default is 845 and the height, default 321. The array(‘center’, ‘top’) is the crop positioning of the images, it will crop from the bottom, left and right, leaving the center and top portion of the images. https://codex.wordpress.org/Function_Reference/add_image_size
Regards,
IsmaelHi!
Is this happening on all pages or only on a specific page? Did you add any html codes inside the page? If you did, please make sure that you close all the html codes or tags properly or they will break the layout of the advance layout builder, usually deleting the bottom content of the element with the unclosed tags. Please check the codes carefully.
Best regards,
IsmaelJune 21, 2015 at 12:42 pm in reply to: same layout for blog posts 1:1 and other mouse over png #462333Hey!
Thank you for the info. Edit the post slider then set Preview Image Size manually. Choose the second option then select the thumbnail size that you want.
Best regards,
IsmaelHey!
Edit the layer then go to Styles. Adjust the top and left position px value.
Best regards,
IsmaelJune 21, 2015 at 12:33 pm in reply to: First list item in an unordered list displays disc on the right #462330Hey!
I’m sorry for the confusion. You can actually use the separator or hr element inside a text block. The solution you provided above seems to have fixed this weird issue. I tested it on my installation plus this code which seems to have the same effect:
.entry-content-wrapper div li:first-child { clear: both; }
The fix will be included on the next update. Thanks.
Cheers!
IsmaelHi jonash!
Thank you for using Enfold.
The masonry element can’t display post categories by default but it’s possible with custom modifications. Please try the solution provided here: https://kriesi.at/support/topic/post-category-in-the-mesonary-blog/#post-420057
Regards,
Ismael -
AuthorPosts