Forum Replies Created
-
AuthorPosts
-
August 24, 2015 at 2:42 am in reply to: Socket social icons to work like social share buttons? #491978
Hi Ramin!
Thank you for using Enfold.
I’m sorry but it’s not possible without major modification on the theme. You need to find a social share plugin. Try the following:
https://wordpress.org/plugins/addthis/
https://wordpress.org/plugins/simple-share-buttons-adder/You can modify the footer.php file if necessary.
Regards,
IsmaelHi!
If the color section is identical then you can use the same css class attribute.The website is on maintenance mode. Please post the login details here.
Best regards,
IsmaelAugust 24, 2015 at 2:37 am in reply to: How to activate the scrolling effect in ONE PAGE mode? #491975Hi!
First, you need to edit the page then modify the table element. Remove this html code:
<span style=”color: #000000;”></span>Add the code in Enfold > General Styling > Quick CSS field to change the color of the font to “red”. You can find the Quick CSS field at the bottom.
Regards,
IsmaelHi!
Please post the url of the website here. You can try this code in order to decrease the left padding:
.av-main-nav > li > a { padding: 0 13px 0 6px; }Regards,
IsmaelAugust 24, 2015 at 2:19 am in reply to: Updated Enfold to latest version (19th Aug 2015) & video not playing on mobiles #491970Hi!
Videos added on sliders are disabled on mobile devices by default. That’s why you need to add a fall back image.
Best regards,
IsmaelHey!
If you want to modify the order of the objects in the portfolio grid, you can modify the config-templatebuilder > avia-shortcodes > portfolio.php file. Please hire a freelance developer to re-arrange the script.
Best regards,
IsmaelAugust 24, 2015 at 2:01 am in reply to: Problems after Update to Enfold 3.3 with list-styles in tabs #491965Hey Biggy!
Thank you for using Enfold.
Kriesi is currently working on a fix and it should be release in the next few days.
Best regards,
IsmaelHey!
I checked the home page and the slider is fully responsive. Did you fix it?
Best regards,
IsmaelAugust 24, 2015 at 1:41 am in reply to: single product page sidebar to right instead of below that won't break on mobile #491962Hey!
I’m very sorry for the delay. A few of the modifications should be done directly in the parent theme files. If you can give us the ftp details, we will add the modifications for you.
Best regards,
IsmaelAugust 24, 2015 at 1:39 am in reply to: Remove Current Portfolio Post from related portfolio grid Enfold #491961Hey!
Did you try the code above?
function ava_exclude_portfolio($query) { $query->set( 'offset', '1' ); } add_action('pre_get_posts', 'ava_exclude_portfolio');Cheers!
IsmaelHey!
Alright. This should work:
@media only screen and (max-width: 989px) { .custom-cell { padding: 20px !important; }}If the iPad has a retina display, please use this css media query: https://css-tricks.com/snippets/css/retina-display-media-query/
Best regards,
IsmaelAugust 24, 2015 at 1:31 am in reply to: Hide Woocommerce product type and term from showing up in post meta #491959Hey!
@senso: Sorry for the delay. Please provide a link to the actual blog page.
Cheers!
IsmaelHey!
The height of the image should be more than 100px. Please use images with the same size and ratio. Make sure that the height is more than 100px. The best thing to do is to create a blank canvas. Attach the logo image there before you upload it into WordPress.
Regards,
IsmaelHey!
I tried to login to the site but the login credentials above is not working. Please check. Make sure that you’re using the correct selector when modifying a certain element.
Best regards,
IsmaelAugust 18, 2015 at 5:50 am in reply to: Mega Menu Sub-Sub Menu to toggle click to open/close #489269Hi!
I’m sorry but the mega menu doesn’t have that option by default. You will have to modify the mega menu script in order to create a toggle. Please hire a freelance developer or you can contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
Can you please provide a screenshot of what you’re trying to do? I visited the site and there’s a huge gap after the logo. And if I scroll down, the logo relocated from center to the left. Was that intentional?
Best regards,
IsmaelHey vinayb!
Thank you for using Enfold.
On what kind mobile device did you test it? Please try to use the video element instead of the easy slider.
Cheers!
IsmaelAugust 18, 2015 at 5:37 am in reply to: Special heading style – HEADING STYLE MODERN (right) #489264Hey!
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Modify the special heading element that you want to align to the right. Add a custom css class attribute, use “heading-right” for example. Add something like this in the Quick CSS field:
.heading-right { text-align: right; }Regards,
IsmaelHey!
I want to check the site but it doesn’t load in my browser: http://www.combra-shop-de/
Is the site down or something?
Best regards,
IsmaelHi!
Are you referring to the dots pattern in the background? It is possible to manually edit the background image using any photo editor like photoshop. http://www.carlawiedler.com/wp-content/themes/enfold/images/background-images/dots-for-light-background.png
Cheers!
IsmaelHi!
I can’t see the issue on desktop but it is visible on mobile screens. It is caused by the minimum height value in the grid row element. Please edit the grid row element then remove the Minimum height value.
Regards,
IsmaelHi!
You forgot to add the “px” in the Maximum Container width field. Please check it now: http://www.metayachts.com/
Regards,
IsmaelHi!
Use this in the functions.php file:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub = '<img src="https://yoursite.com/wp-content/uploads/2015/03/sublogo.jpg" class="alternate" alt="" style="max-height: 88px;">'; return $sub; }Adjust the image url.
Regards,
IsmaelAugust 18, 2015 at 5:12 am in reply to: Different font color and alternate hoover color of the secondary menu #489255August 18, 2015 at 5:09 am in reply to: Aligning Gravity Forms fields with WooCommerce Enfold #489254Hi Luc!
Thank you for using Enfold.
Try this in the Quick CSS field:
.gform_wrapper .top_label .gfield_label, .ginput_container { float: left; width: auto; }Regards,
IsmaelHi!
If you don’t mind, please copy the contact form shortcode then post it on pastebin.com. We want to test it on our installation. Also, try to remove the old widget then generate the shortcode again.
Regards,
IsmaelHi!
Please follow the solution we provided above: https://kriesi.at/support/topic/facebook-like-box-width-problem/#post-483671
Place the generated code in a text widget. You can generate the fb likebox widget code here: https://developers.facebook.com/docs/plugins/page-plugin
Regards,
IsmaelAugust 18, 2015 at 5:00 am in reply to: Hide Woocommerce product type and term from showing up in post meta #489248Hi!
There should be a comma / separator after a category or taxonomy and you can set the blog style to blog grid to create columns. Unfortunately, you can only select what taxonomy to be excluded.
Cheers!
IsmaelHey siteraum!
Thank you for using Enfold.
Please edit the gallery element then select the thumbnail size in the Gallery Preview Image Size setting. Use the best possible thumbnail for a 9 column gallery. Since the column width is 100px, I think the best option is the Shop Thumbnail.
Regards,
Ismael -
AuthorPosts
