Forum Replies Created
-
AuthorPosts
-
Hey!
Did you add any html codes in that specific page? If yes, make sure that all codes or tags are closed properly. They tend to break the advance layout builder, removing elements below the page. Please let us know if this happening on all pages. When I say, html codes, you can look for something like this:
<strong>This is a text<strong>On the example above, the strong tag is not closed properly. It should be:
<strong>This is a text</strong>Best regards,
IsmaelHi mborland!
Thank you for using Enfold.
Set the logo and menu position to logo center, menu below and then add this in the Quick CSS field to hide the menu items:
#header_main_alternate { display: none; }Regards,
IsmaelHi!
I checked the pages but there are no galleries there. One or two of the pages are not found, deleted probably.
Best regards,
IsmaelHi!
Thank you for using Enfold.
1.) Add this in the Quick CSS field to change the font color of the menu items:
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #333333; }2.) Use this to add a top margin or padding in the cogmed logo:
@media only screen and (max-width: 767px) { .home .avia-image-container.avia_animated_image.avia_animate_when_almost_visible.pop-up.av-styling-.av-hover-grow.avia-builder-el-10.avia-builder-el-no-sibling.avia-align-center.avia_start_animation.avia_start_delayed_animation { margin-top: 20px; }}3.) If you want to change the opacity of the background, try this:
@media only screen and (max-width: 767px) { .av-parallax.avia-full-stretch.enabled-parallax.active-parallax { opacity: .2; }}Remove browser cache then reload the page.
Best regards,
IsmaelHi!
Please use this in the Quick CSS field:
.mfp-iframe-holder .mfp-content, .mfp-iframe-holder .mfp-content iframe { min-height: 500px !important; }You can adjust the value if you want. Please test it on actual mobile device screen size. On the screenshot, you decrease the browser width without decreasing the height which will not properly emulate an actual mobile device.
Best regards,
IsmaelJune 22, 2015 at 12:32 pm in reply to: Bit confused on how Enfold sizes images for the full-width parallax effect. #462660Hey!
The parallax effect will not work if the image is not larger than its container, at least with the theme’s parallax effect, so when you set the color section to parallax effect, it creates another container inside the actual color section, apply the background there and then adjust its height to be larger or taller than the actual color section container. And the background size property is set to “cover” to keep it responsive and keep the image aspect ratio but:
It will scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
You can alter the background size using the Quick CSS field but it might break the image aspect ratio and proportion on different screen sizes. You can try this:
.avia-full-stretch { background-size: 100% !important; }Regards,
IsmaelHey Glen!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual contact page. While we’re waiting for your reply, please follow some troubleshooting tips here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Regards,
IsmaelHey jtp77!
Thank you for using Enfold.
The background size of the color section is set to “cover’ which means that it will scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area. What you can do is to create another color section with a different or smaller background image specifically for mobile devices. Use css media queries to show or hide the section on different screen sizes. Please refer to these links:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Cheers!
IsmaelHey Kathrin!
Thank you for using Enfold.
You can edit the sidebar menu in the Appearance > Menus panel. You can set the description per menu items. If you can’t see the description field, click Screen Options then enable “Description”.
Best regards,
IsmaelHi!
Alright. You can set the sidebar or widget area of shop pages in Appearance > Widgets panel. Add the widgets in the Shop Overview Page widget area.
Regards,
IsmaelHey Eivind!
Thank you for using Enfold.
It works fine when I checked the page. Maybe, you forgot to change the menu item link.
Best regards,
IsmaelHi extraeyes!
Thank you for using Enfold.
Do you mind if we take a look at the page? Note that you can change the background color of the color section and grid row elements. If you want to modify the colors of the theme including fonts, default backgrounds, links etc,, go to the Enfold > General Styling panel.
Regards,
IsmaelHey!
I didn’t check it myself but I forgot to mention that you need to use the audio shortcode. Something like this:
[audio mp3="http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3" preload="auto"][/audio]Best regards,
IsmaelHey!
That’s not a glitch, that is the background of the html document. You can change that on the Quick CSS field:
html { background-color: #ffffff; }You can also enable the preloader in the theme options panel.
Best regards,
IsmaelHey!
There’s a missing parenthesis “)” symbol somewhere. Please check the error. It will tell you from which line of code the error is being generated.
Best regards,
IsmaelHey!
In the masonry theme options, is the Image Link set to lightbox? If it is set but still not working, please try to deactivate the plugins.
Best regards,
IsmaelHey catmac2204!
Thank you for using Enfold.
The product summary width is already 100% on mobile device. You only need this:
@media only screen and (min-width: 768px) { .single-product-summary { width: 40%; }}Remove browser cache then reload the page.
Regards,
IsmaelHi 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,
Ismael -
AuthorPosts
