Forum Replies Created
-
AuthorPosts
-
Hi!
1.) Glad you fixed it.
2.) I’m sorry but we can’t fix the issue if we can’t reproduce it. When you say “tab”, are you referring to the menu items?
Cheers!
IsmaelHi dday900!
Thank you for using Enfold.
You can follow the solution provided here: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401
Regards,
IsmaelHey!
The code provided in the documentation will let you create links that open up a specific portfolio item in the ajax portfolio overview page. Is that what you’re trying to do? What do you mean by “activate the ‘AJAX Portfolio’ “?
Cheers!
IsmaelHi!
@xa1970: Please contact the envato or themeforest support regarding your account. Thank you.
@steafanbean: I checked the transition option and all 3D effects are selected. Please click “Select Transition” then go to the 3D panel. Deselect all the effects. You have to disable this transition effect for all slides.
Regards,
IsmaelAugust 10, 2015 at 11:09 am in reply to: Hauptmenu zeigt MegaMenu im Responsive Mode an; resp. ist voll ausgeklappt #485156Hey!
We added the code in the functions.php file and it works as expected: http://www.rudolfvonrohr.com/blog/
Please remove browser cache before testing the page.
Regards,
IsmaelHey marieilene!
Thank you for using Enfold.
I’m sorry but it’s not possible to add a navigation to the gallery because of way the gallery script is created. You will have to hire a freelance developer to modify the script or contact codeable.http://kriesi.at/contact/customization
You can also request the feature here: https://kriesi.at/support/enfold-feature-requests/
EDIT: Or replace the gallery with the easy slider.
Cheers!
IsmaelHey!
Why do you need ACF plugin anyway? Maybe we can find a way to create the element with the theme’s advance layout builder. I’m sorry but we don’t provide support for third party plugins as stated on support policy. If you really want to know what’s causing the conflict, you have to hire a freelance developer or you can contact the plugin author.
Regards,
IsmaelHi!
I’m not sure if there is a plugin for this but there’s a lot of css image swap tutorials that you can follow. Example:
http://css3.bradshawenterprises.com/cfimg/
http://designmodo.com/image-swap-effect/
http://davidwalsh.name/css-flipBest regards,
IsmaelHey!
Did you try to adjust the top position? You can append the parent container selector where the badge is located to the badge css selector. You can do something like this for the related products:
.related span.woosticker.new_round_left.pos_left_detail { top: -80px !important; }Best regards,
IsmaelHey!
The login credentials above are not working. Please check.
Please ask the plugin author if it’s possible to disable the plugin’s lightbox: http://codecanyon.net/item/instagram-photo-video-gallery-wordpress/5281312
Cheers!
IsmaelHi!
Thank you for using Enfold and for the info. Glad you fixed it. :)
Cheers!
IsmaelHi egomer!
Thank you for using Enfold.
After you reconfigure the SEO options, you need wait for a few days or weeks before google index the site again. Or you can follow the steps here: https://support.google.com/webmasters/answer/6065812?hl=en
Cheers!
IsmaelHey!
Thank you for using Enfold.
This is usually a cache issue. Please remove browser cache or hard refresh the page.
Best regards,
IsmaelHi!
1.) Please edit the column element then reset the Layout > Inner Padding. Right now, it is set to 70px left padding.
2.) I’m sorry but I can’t see the menu issue. Can you please provide a screenshot?
Cheers!
IsmaelHi loraehmke!
Thank you for using Enfold.
You can use css media queries to adjust the height on smaller screens. Example:
@media only screen and (min-width: 1200px) { .avia-slideshow-inner { height: 400px !important; } .avia-slideshow { max-height: 400px !important; } }Best regards,
IsmaelAugust 10, 2015 at 10:02 am in reply to: Anchor links don't work in mobile menu (iOS) and Safari #485112Hi!
You can adjust the position with this:
.new_ribbon_right, .onsale_ribbon_right, .soldout_ribbon_right { top: -160px; } span.woosticker.new_round_left.pos_left { top: -160px !important; left: 2px !important; }Cheers!
IsmaelHey!
I tried to access the site but I got the same error as Rikard. A white blank page with a 403 Forbidden text. Please contact your hosting provider regarding this issue.
Cheers!
IsmaelHey Dmanbo!
1.) The Link Handling setting will only change the behavior of the portfolio overview page:
Open the entry on a new page -> Open the single portfolio item page.
AJAX -> Open the ajax portfolio preview. Example: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Lightbox -> Open the portfolio item image in a lightbox.2.) The Ajax Portfolio Preview Settings including the “Display Preview Images” settings will only be applied if you set the Portfolio Grid element to AJAX.
3.) Use the default editor or the advance layout builder if you want to to modify the content of the single portfolio item page. Example: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
Best regards,
IsmaelHey!
1.) Go to the Appearance > Widgets panel to adjust the content of the sidebar.
3.) You can’t re-import the dummy data because it will override the current options. Set the demo page as draft temporarily then publish it if you need it. If you want to copy the shortcodes in a demo page, enable the debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
IsmaelHi!
You can use this for the table:
#top .avia_pricing_minimal .pricing-table>li:nth-child(1) { background-color: green; }Can you please provide a screenshot regarding the logo?
Regards,
IsmaelHi!
Did you modify the menu correctly? Please go to the Appearance > Menus panel then recreate the menu items. If you don’t mind, please create your own thread. Add the url to the site and the login details.
Best regards,
IsmaelHey avwebmaster!
Thank you for using Enfold.
You can use the wp_head or wp_footer hook to add the script. Something like the code provided here: https://kriesi.at/support/topic/plugin-event-manager-und-element-slide-show-volle-breite-rechte-spalte-bug/
Regards,
IsmaelHi!
Use a css media query to adjust the position on mobile screens:
@media only screen and (max-width: 767px) { #header .widget { width: 100%; position: absolute; left: 10%; top: 100px; }}Cheers!
IsmaelHey!
Thank you for the screenshot. Looks like you’re using a third party plugin to add the facebook comments. Maybe, there’s an option to remove the default comments. Please contact the plugin author for more info.
Best regards,
IsmaelHi!
I tried to recreate the test page but I can’t reproduce the issue. Please try to edit the js > avia.js file then look for this code around line 733:
fixedMainPadding = parseInt($('html').css('margin-top'),10);Replace it with:
fixedMainPadding = parseInt($('html').css('margin-top'),10) - 10;Remove browser cache then reload the page.
Best regards,
IsmaelAugust 7, 2015 at 7:54 am in reply to: Hauptmenu zeigt MegaMenu im Responsive Mode an; resp. ist voll ausgeklappt #484316Hey!
Please copy the code directly from this forum, not from your email. Make sure that that symbols are not converted to something else.
Cheers!
IsmaelHi!
You can try this:
.template-shop .single-product-main-image .images a { width: 70%; float: left; } .single-product-main-image .thumbnails { width: 25% !important; float: left; margin-left: 4%; } #top .single-product-main-image .thumbnails a { width: 48%; }Regards,
IsmaelHi!
If you’re referring to the size of the thumbnail that is being used in the product item, you can set the size on Woocommerce > Settings > Products > Display > Product Images panel. Adjust the thumbnail size then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHey!
Looks like you’re using a custom product tab. I’m not sure how they render the tabs inside the product page. Please ask the author of the WooCommerce Custom Product Tabs Lite plugin.
Best regards,
Ismael -
AuthorPosts
