Forum Replies Created
-
AuthorPosts
-
Hey!
I checked the site again and it seem to look fine now. If you still need any help please let us know the site details…
Best regards,
VinayHey!
Glad you got it sorted. Just in case you can add it in Enfold > General Styling > Quick CSS or Appearance > Editor > Child theme styles if you are using one. :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
VinayMarch 31, 2016 at 4:57 am in reply to: fullscreen slider caption below screen on windows laptop #605616Hi rdswestnet!
There are two options
1. Reduce the slider height to 100% of the page height so all content appears in the center or bottom of the slider.
2. Add the below css to bring the title and the buttons on top of the screen.
please feel free to use the padding top if you need to push the content down.
.slideshow_align_caption { display: inline-block!important; /*padding-top: 10vh;*/ }
Best regards,
VinayHey BusterSenshi!
The debug mode is already active and is working correctly on your site.
Please let us know if you need any help :)
Cheers!
VinayHey!
We need to take a closer look at this issue and we need access to wordpress backend 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.
Best regards,
VinayMarch 31, 2016 at 4:12 am in reply to: Can't seem to change the menu font color on a transparent header page #605607Hey!
Looks like you changed the design as the menu is not exactly like the description.
Please let us know should you need any help.
Best regards,
VinayMarch 30, 2016 at 4:05 pm in reply to: One page menu not highlight correctly to color section! URGENT! #605235Hey!
Was there any custom CSS added to the header? Like custom margin which is one of the reason this can happen. You can try removing the custom css and check if the issue resolve then add the css arguments one by one to know which one is causing the issue.
Regards,
VinayHey!
Please go to Appearance > Menu > Screen Options (on top right) > Link Target (Select)
Once the above is done you get an extra option in the menu called link target please select new window
On the sub domain to change the logo link go to appearance > Editor > functions.php
add the following codeadd_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }
Best regards,
VinayHey!
Please feel free to change the color values and use the below css in Enfold > General Styling > Quick CSS
/* Title Color*/ .main_color .container .av-inner-masonry-content { background-color: #333!important; color: #fff!important; }
Regards,
VinayHi Silvio!
There is one image that do not match the size of the other images. It’s right above the yellow line which is 2 px up and it is highlighted in the screenshot is the one need to be replaced. Please see the screenshot below .
Cheers!
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hey!
Please try this in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 480px) { #main { margin-top: 100px !important; }}
Regards,
VinayHi Silvio!
Please use the below CSS feel free to edit the background colors
/* background Color*/ .header_color .avia_mega_div { background-color: #FFF!important; } /* hover color */ #top .header_color .main_menu .menu ul li>a:hover { color: #869ab3; } /* link color */ .header_color .main_menu .menu ul li a { color: blue; } .mega_menu_title { color:#333!important; }
Cheers!
VinayHey!
Glad you could sort it :)
Best regards,
VinayHey Purplenaartjie!
If you like to center the socket text please use the below css
#socket .copyright { float: none!important; text-align: center!important; }
Regards,
VinayHey steelgate!
You can change most of the colors using custom css. Please elaborate what exactly you like to do so we can help you with some custom css if necessary to resolve this issue.
Regards,
VinayHi!
Glad we could help! Feel free to check out enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
VinayHi jelle!
Not sure what you mean by ” not in the resumes / intros” as i understand you like to display the blog post elsewhere on the site is that correct?
You can use the “blog post” element in Advance Layout Builder > Content Elements > Blog Posts
Regards,
VinayHey!
Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
VinayHey!
Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
Please feel free to get in touch with us if you have any questions.Thank you for using Enfold :)
Cheers!
VinayHey!
Please use the below CSS code instead…
.footer_color { background: #ffffff url(//www.travelway.co.il/wp-content/uploads/2016/03/footer1902-280.png) bottom right no-repeat cover; }
Best regards,
VinayHi WolfvanHaeren!
We checked your site and it seem to be working fine… without knowing the exact issue it is hard to figure out what to fix. Please elaborate the problem with a mockup or a screen shot of the issue. You can upload it to imgur.com and share the link here.
Best regards,
VinayHi!
The mailto format used is incorrect “mailto:mailto: (Email address hidden if logged out) ”
Please check this link and correctly setup the mailto link it should work correctly https://premium.wpmudev.org/blog/link-wordpress-email-address/
Regards,
VinayMarch 30, 2016 at 11:48 am in reply to: Website down! Fatal error: Uncaught Error: Function name must be a stri etc….. #605090Hi Michael!
The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.
This error could be the reason if there are any plugins in conflict 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,
VinayHi hagege!
The events are visible for me correctly on the latest version of chrome. Could you please clear the cache on your browser and re-check it.
Cheers!
VinayHi!
For all pages without transparent header you have a white background and by default the menu link color is also white so it appears that the menu text disappears on few pages…
Using css you can target this by adding the page ID of the pages which are having this issue
We have added the below css in Quick CSS
.page-id-1212 .phone-info a, .page-id-1212 .phone-info, .page-id-1212 .header_color .main_menu ul:first-child > li.active-parent-item > a, .page-id-2590 .phone-info a, .page-id-2590 .phone-info, .page-id-2590 .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #8f8c8f!important; }
Add back the CSS provided earlier so when you mouse hover the text will be visible. You can change the black to original color.
Best regards,
VinayHey AmChamTaipei!
Please provide the link to your site where we can inspect the element in question.
It might also be due to a plugin conflict
To find if there is any plugin in conflict please follow the below steps1. 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 updatedCheers!
VinayHey!
it works fine while using any other team member except for David. I am suspecting that the team member david is using different settings or image size and is causing this issue. Please delete the team member and re-create it using the exact same settings as other team members and it should work fine.
please check screenshot in private.
Regards,
VinayHey!
Glad you got it sorted :)
To add google fonts you can also try a plugin like https://wordpress.org/plugins/easy-google-fonts/Cheers!
VinayHey!
We have added the below css in Quick CSS please review the site now.
/* Tablet fix*/ @media only screen and (min-width: 768px) and (max-width: 1024px) { .avia_mega1 { margin-top: -22px!important; z-index:99999!important; } }
Cheers!
VinayHey!
Not sure if you got it sorted as we don’t see that error message. In case if you still see the error it could be possible because of a plugin conflict and 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,
Vinay -
AuthorPosts