Forum Replies Created
-
AuthorPosts
-
Hi!
You can have different style buttons or one style for all buttons…
First make some custom button styles and add it to Enfold > General Styling > Quick CSSExample
.button-1 { /* Button Styles*/ } .button-2 { /* Button Styles*/ } .button-3 { /* Button Styles*/ }
Then enable custom class name support for layout builder elements
Add the button class name to the button you create from Advance Layout Builder
For other buttons that are not part of advance layout builder you need custom css which Yigit already provided you with.
Best regards,
VinayHi!
We have added custom css and class name box1 and box3 to target the boxes and move them closer.
@media only screen and (min-width: 769px) { .box1{ transform:translateX(8vw); } .box3{ transform:translateX(-8vw); } }}
Best regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hi Francesco!
If you are using Transparent header please upload the logo in
Enfold options > header > Transparency Options > Transparency Logo
Best regards,
VinayHey!
Alright! We will keep this ticket open. Should you have any questions please feel free to get in touch with us.
Regards,
VinayHey!
We added a new class name called “custom-width” to the element and the below css please review the site now
.custom-width{ max-width:1170px!important; left:calc(50% - 5px); transform:translateX(-50%); }
Regards,
VinayMarch 31, 2016 at 2:14 pm in reply to: how can I change the colout of the buttons for the ones using the general style #605894Hey endanight!
Not sure if you like to target the buttons as a group or individual but in any case you have to activate custom class name for advance layout builder elements
Then add your custom class name to the buttons and target them as individuals or groups by giving the buttons proper class names,
Regards,
VinayMarch 31, 2016 at 2:11 pm in reply to: Background videos in color sections shaking since Enfold 3.5.1 #605893Hi L+T!
The below screenshot is the only background video i could find in the links you provided and it just played fine there were no stops or shakes… I think you are experiencing this issue because of slow internet speed. We recommend that you check the issue on a different connection and let us know if it worked fine.
Cheers!
VinayMarch 31, 2016 at 2:04 pm in reply to: Problems With "Social Share Buttons" / Share with Facebook #605890Hi!
Alright! please switch to a default theme and disable all other plugins and try the facebook og debug tool to check if your web site is reachable for facebook to index the og data.
Best regards,
VinayHi!
We created a new test page added a contact form with multiple ID’s and it worked fine… i haven’t received the email yet in my inbox may be it will take a while. but both the email address stay there
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
March 31, 2016 at 1:35 pm in reply to: Menu dropdown (sub-menu) give opacity only to background color not text #605873Hey!
This CSS rule mentioned below is causing the issue
#top .sub-menu:hover { background: #2e2e2e !important; }
Change it to
#top .sub-menu li:hover { background: #2e2e2e !important; }
If you cannot find it just add the below code in Enfold > General Styling > Quick CSS
#top .sub-menu:hover { background: transparent !important; } #top .sub-menu li:hover { background: #2e2e2e !important; }
Best regards,
VinayHey!
Great! you found a work around… I checked the site in both desktop and mobile version and in both it looks neat!
please feel free to get in touch with us if you have any questions…
Thank you for using Enfold :)
Cheers!
VinayHi!
Thanks for getting back to us. Did you try to find if there are any plugins in conflict? If there is no conflict in plugin please backup your site using a plugin like duplicator and move it to the new server again so in case any files were corrupt or not copied properly it will be overwritten and the error should be fixed.
Best regards,
VinayMarch 31, 2016 at 1:10 pm in reply to: Sidebar navigation – highlight anchor when user scrolls #605854Hi!
The execution takes place when the page is scrolled not sure if it is a browser issue that it is not triggering the scroll when you scroll fast. It is very much possible that the browsers have a limitation to trigger the number of pixels…
You can change the top 300 offset height to 200 or 100 it should still work just fine just changes the ID when the section is scrolled x pixels offset from the top.
Regards,
VinayHey!
That’s Great! and glad we could help you with this… Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/ And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
VinayMarch 31, 2016 at 10:24 am in reply to: Problems With "Social Share Buttons" / Share with Facebook #605756Hi!
Just like google index your content facebook also index some content of the pages please check it with facebook opengraph debug tool
https://developers.facebook.com/tools/debug/
The page on which you are getting an error is not indexed by FB you can use a plugin like http://beginnersbook.com/2013/10/5-free-plugins-adding-facebook-open-graph-meta-tags-wordpress/
Cheers!
VinayHey Pas7o!
To hide the post navigation please use the below css in Enfold > general Styling > Quick CSS
.avia-post-nav { display:none!important; }
Best regards,
VinayMarch 31, 2016 at 10:14 am in reply to: Menu dropdown (sub-menu) give opacity only to background color not text #605749Hey!
The code you are using is for the main menu and also the code block is not closed correctly so it may be causing issues. please remove it and use the below code to change the full width menu background color
/* background color */ .av-submenu-container { background-color: gold!important; }
Cheers!
VinayMarch 31, 2016 at 10:05 am in reply to: Determine the size of the sidebar on the Blog-overview page an Blog-entry-pages? #605746Hi!
Glad we could help :)
Best regards,
VinayHi!
The description is not clear what you are trying to achieve even tho you have mentioned you like to target a single element please choose the unique class name by right click and inspect the element
To add a red border around the date picker use the css below
.hasDatepicker { border: 2px solid red ; }
Regards,
VinayHi!
@Guenni007 Thanks for sharing the tip.please let us know if it worked for you or get in touch with us if you need any help.
Regards,
VinayMarch 31, 2016 at 9:54 am in reply to: Reducing Gap Between Header and Avia Special Heading on Home Page #605737Hi Derek!
Most of the options you get are in the edit options of the advance layout builder elements. Please provide the link to the site where we can inspect the element in question so we can provide you with custom css if necessary.
Regards,
VinayHey!
Glad you got it sorted. Unfortunately load more is not an available option with the “magazine” element. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/Regards,
VinayMarch 31, 2016 at 8:36 am in reply to: Sidebar navigation – highlight anchor when user scrolls #605702Hey!
Please review the page now the menu highlights as you scroll the page you need to add class name “avia-section” to add the #ID check the code block for edited code.
Then we added the below code in functions.php
//One page nav highlight function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('#menu-hardware'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('a').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');
and the below css in Enfold > general Styling > Quick CSS (at the bottom)
Edit the below CSS to change the highlight style/* active menu item*/ .current_page_item .avia-menu-text, .active-menu-item { background:gold!important; }
Cheers!
VinayHi zeelim!
First enable custom CSS class name support
Then add a custom class name such as “custom-bullets” to the text widget inside which you have the bullet points and add the below css in Enfold > General Styling > Quick CSS
.custom-bullets li:before { top: 10px; content: url(//bloom.sgsolutionshub.com.sg/wp-content/uploads/sites/2/2016/03/bloom_custom_bullet_44px.png); position: relative; top: 14px; left: 0; }
It should look something like this
Cheers!
VinayHey!
Currently your site is re-directing to http://127.0.0.1/dashboard/
Showing me the page in private content. Please check and get back to us when we can take a look at the element in question.
Cheers!
VinayHey!
Please add the below css code
#top #wrap_all .av-social-link-facebook:hover a { min-width: 60px; width: 60px; min-height: 60px; height: 60px; border-radius: 60px; } #top .social_bookmarks li { width: 60px!important; }
Regards,
VinayMarch 31, 2016 at 6:46 am in reply to: Sidebar navigation – highlight anchor when user scrolls #605649Hey!
As i understand you need the left menu to highlight when the page is scrolled… We would like to take a closer look at the issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
VinayHey Michae1!
Please add two text widgets and the html to display the logos in the Appearance > Widgets > Header.
Enable Custom class name support for Advance layout Builder Elements
Give the text widgets unique class names and target them using custom CSS.
Cheers!
VinayHey Jesusarco!
I do not see any errors on the link provided it seem to work fine not sure you got this sorted.
If you think there error is because some files were not transferred properly from the old server please use a plugin like https://wordpress.org/plugins/duplicator/ to transfer your site from one server to another.
The other reason could be because there may be a js conflict with plugins
To find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedRegards,
VinayMarch 31, 2016 at 5:40 am in reply to: Can't seem to change the menu font color on a transparent header page #605630Hey!
The white background was not visible instead there was a grey background.
Now it is looking like your description please use the below css in Enfold > General Styling > Quick CSS
.av_header_transparency a{ color: #999!important; }
Cheers!
Vinay -
AuthorPosts