Forum Replies Created
-
AuthorPosts
-
Hey ShortieD,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sd-headingthree h3{ font-family: ‘Roboto Condensed’, sans-serif !important; color: #4a4848 !important; font-size: 20px !important; }Best regards,
VinayHey ShortieD,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the color values as required.
.tabcontainer .active_tab, .tabcontainer .tab { font-size:20px; } .tabcontainer .tab { border-color:#000; } .tabcontainer .active_tab { border:2px solid gold; }Best regards,
VinayHey ShortieD,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sd-list li:before { content: '\f061'!important; }Best regards,
VinayHey jussisiiriainen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:767px) { #header_meta a, #wrap_all .header_color.av_header_transparency .phone-info.with_nav span { color:#000!important; } }Best regards,
VinayHi,
Please enable custom css class name support for advanced layout builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a class name to the text box and target the images and use the CSS code in the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the margin value to suit your design.
.custom-class a { padding;0!important; margin:0px; }Best regards,
VinayHi,
Great you found a workaround. Let us know if you have any questions.
Best regards,
VinayHi,
To use an image and css gradient on a div please refer to this link https://codepen.io/vinnie/pen/oLBOGq
Best regards,
VinayHi!
Have you added any custom css in the child theme styles could you please remove it and check if the dark lines still appear?
Cheers!
VinayHi,
When the page is zoomed in the dark lines between the slider goes away, I believe it is not created by layerslider.
One of the plugins could be a reason for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
June 26, 2016 at 3:05 pm in reply to: nothing changed – but suddenly slider & some images don't show anymore #653566Hey Dagmar_Reiche,
Yes looks like wordpress is updated automatically and it is causing an issue with jQuery hence the slider and some images are not working for you. Please update the theme to the latest version 3.6.1 if you do not see an update button in theme options please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
VinayJune 26, 2016 at 1:29 pm in reply to: Enfold and events calendar upcoming events thumbnail size #653542Hi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials? With a precise link to the page where we can inspect the element in question as the screenshot you provided is not working.
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
VinayHi,
I think this could be done using custom CSS but we need to be able to inspect the elements to provide you the code. Right now the site is not opening for me. Please get back to us when we can access the site so we can help you with the custom code.
Best regards,
VinayHi,
The theme options settings are overwritten with the title bar settings available in the individual pages. If the title bar options is set to default in the page Layout options available on the right side the priority will be given to the title bar settings in the theme options.
Best regards,
VinayHi,
We will keep this ticket open, Please try the suggested steps and let us know if you have any questions.
Best regards,
VinayHey norcalnathan,
To reduce the gap or specify your own on advanced layout elements. Please enable the custom css class name for the advanced layout elements and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
.custom-class-name { margin-top:30px!important; margin-bottom:30px!important; }Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hey amin0o,
Is this a new site that you just setup? It appears to be an issue with the folder permission. Access the wp-content/uploads/ folder from hosting control panel > file manager or via the FTP tool and set the upload folder permissions 755.
For more info please check https://codex.wordpress.org/Changing_File_Permissions
Best regards,
VinayHey kilimats,
To add a call to action button to the menu go to Appearance > Menu > expand the menu item and select button colored in Menu Style dropdown option.
Best regards,
VinayHey davidmartinserrano,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #top.home #main { padding-top: 75px !important;}}Best regards,
VinayHi,
You can also use a plugin like https://wordpress.org/plugins/jm-twitter-cards/ to modify the twitter card info.
Best regards,
VinayHi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
VinayHey richardbeatty,
Sorry for the delay, we are looking into your issue and it may take some time. In the meantime you may want to have a look at this link http://www.seobythesea.com/2010/09/bad-dates-in-google-snippets-hey-google-ive-blogged-a-little-since-2005/
And may we know what is the purpose you are not using the Yoast dates snippets feature ?
Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hi,
I checked the site for any issues but everything you setup is correct, the reason the slider looks small is because it is trying to maintain aspect ratio and hence when the screen width becomes small the height of the slider is reduced to match it’s width. We can use some custom css to change this behaviour.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:767px){ #layer_slider_1, .ls-container { min-height:200px!important; } html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { padding-top:10vh!important; }}Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hi,
I checked your site and I can confirm the same. The site looks good on my end on all browsers and different systems. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
VinayJune 22, 2016 at 5:35 pm in reply to: On the iPad in landscape mode the menus overlap the logo on left hand side #652279Hi,
I see the issue you mentioned about the navigation. It appears that a part of the mobile menu is visible. This is mostly due to custom css. To know which code is causing this issue please remove all custom css added to the site and add them back one block at a time while refreshing the page.
Let us know which code is causing the issue and we can provide an alternate solution.
Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hi,
The above code will work if you add a custom css class name to the link element as explained in the description and this will help you target specific links.
If you like all the external links to open in a new window please check this link https://css-tricks.com/snippets/jquery/open-external-links-in-new-window/
Best regards,
VinayJune 22, 2016 at 8:40 am in reply to: Can I move a megamenu item from a main menu to a secondary menu? #651980Hi,
Great! we will keep this ticket open, let us know if you have any questions.
Best regards,
VinayHi,
Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayJune 22, 2016 at 8:20 am in reply to: Gallery animation not working when table is inserted beside it? #651969Hi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Yes that is possible, please replace red, gree, gold to any hex value to suit your design and add color:#FFF; below the background rule to every css block to change the font color.
.av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover { background: red!important; color: #FFF; }Best regards,
VinayHey Kurt,
1. Turn on custom css class name support and add a class name ‘custom-img’ to the text box inside white the image is there. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
change the color value #444 to suit your design.
.custom-img img{ border: 2px solid #444; }Best regards,
Vinay -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
