Forum Replies Created
-
AuthorPosts
-
Hey kopf-und-stift,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#menu-item-search { position:absolute; right:0; }
Best regards,
VinayHey jozsacct,
In both the link you have provided the slider looks good and it is full width. please check attached screenshot. if you do not see the same please elaborate what browser and device you are using so we can further investigate it.
Best regards,
VinayHi,
It’s not clear what exactly you are trying to achieve but after looking at the mockups from what I understand you like a transparent menu on the left side correct? please see screenshot below. If that is something you like to do try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .avia-fullscreen-slider .avia-slideshow { min-width: 100vw; left: -301px; } .header_bg{ background-color: rgba(0,0,0,.15)!important; }
Best regards,
VinayMay 28, 2016 at 1:34 pm in reply to: Fullwidth sub menu item background different before scroll #639765Hey Blue_Bear,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
Without the access to the site there is not much we can do but let’s try an alternate method please download the XML version of the Consulting demo and import in your wordpress from Tools > import > WordPress > It may ask you to install WordPress Importer go ahead install it and import the xml file make sure you tick the option “Download and import file attachments” which shows after uploading the xml file.
let us know if this helps!
Best regards,
VinayMay 28, 2016 at 10:59 am in reply to: Color section background image does not display on mobile devices #639724Hi,
The site is down at the moment. We will keep this ticket open, let us know when the site is back online so we can inspect it further and help you resolve this.
Best regards,
VinayHi,
This works great if you have a handful of links on a large scale if there are 2 urls with same initials then it will cause a lot of issue in permalinks. I wouldn’t do this because the browser anyway remembers the urls I enter :) so I just type the starting letters in the URL and copy the rest from the browser and paste it where it is required.
Best regards,
VinayHi,
Great you found a workaround for this and thanks for sharing the tip here.
Please feel free to contact us via new ticket if you have more questions :)
Thank you for using Enfold.
Best regards,
VinayHey youssefberrada,
There is a js error in console. A plugin conflict may be one of the 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,
VinayHey Malene123,
We are glad to help! I think your site is password protected I can only see the welcome page. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
VinayMay 28, 2016 at 9:57 am in reply to: I've read the post, and still cannot get images in my slider to show. #639711Hey nathgrech,
I have removed the script from functions.php and the site looks good on my end. 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,
VinayHi,
Deactivating and activating the plugins will not cause any loss in settings or data.
Best regards,
VinayHi,
Please go ahead and whitelist wp-admin/admin-ajax.php it should resolve the issue.
Best regards,
VinayHi,
The active menu is highlighted correctly please check screenshot below. If you do not see the same please refresh the browser a few times and check again.
Best regards,
VinayHey imaginetastyweb,
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 .av_header_transparency #header_meta { background: #666!important; }}
If you still have any issues please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi!
Please use the code provided here and don’t forget to replace the images with your own :)
Cheers!
VinayHi,
That’s great! and thanks for sharing the tip here. We will keep this ticket open in case you like to reach out for the same issue.
Hope everything will work without any issue now :)
Best regards,
VinayHi,
Please refresh the page to clear cache and review the site now. i have added the below code fo further reduce spacing.
.grid-gallery-photos { height:initial!important; min-height:230px; }
Best regards,
VinayHey djshortkut,
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 #main .container_wrap:first-child { margin-top: -84px; }}
Best regards,
VinayHey mmsdev,
A similar effect to the transparent section over the video background can be achieved by adding a 1/1 col inside a colorsection and set the 1/1 col background color with transparency in the edit options.
To place it at the bottom you need some custom css. Enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add ID “nopadding” to the colorsection and transparent-column to the 1/1 column.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.transparent-column { position: absolute!important; bottom: 0; left: 0; right: 0; } #nopadding { padding:0!important; }
Best regards,
VinayHi,
Thank you for the info, I’m able to login now. I was working on your site and a 500 internal server error occured. Can you please provide us a temporary FTP access (via private data field)?
Best regards,
VinayHey Dev_Company,
I checked the the site for the issue and it looks like there is a plugin conflict.
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,
VinayHey hdpcr,
Yes this can be done on selective pages. There are 2 ways you can do this I can tell for sure if you share a link to your site.
1. Select a transparent header in the page layout on the right side.
2. Right click > Inspect the page where you want the transparent menu and in the < body > tag find the css class name “page-id-xx” just add this page ID in front of the CSS provided.If you have any questions please share a link to your site with the code provided earlier.
Best regards,
VinayHey Heathcliffe,
Please refer to this link http://wpsites.net/web-design/fonts-wordpress/
or if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/
Best regards,
VinayHi!
I’m able to change the logo without any issue. I think something on the browser may be blocking the javascript.
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.
If that don’t work try changing the logo on a different browser or a system and let us know if it works.
Cheers!
VinayHey!
I think you have the logo area background image set please set the “Body background” in Enfold > General Styling
Regards,
VinayHey!
I think what you have is correct but the image path is wrong. Please remove old code and replace the image path in the below code and use it. I have tested this on your site and it works :)
#mission { background-repeat: no-repeat; background-image: url('http://aderal.es/wp-content/uploads/2016/05/home-aderal-promo-message-video.gif'); background-attachment: scroll; background-size: cover; background-position: center center; } #mission:hover { background-image: url('http://aderal.es/blog/wp-content/uploads/2016/05/Slide_REACTVERTISING.jpg'); }
Cheers!
VinayHey!
Please use the below CSS and adjust the padding value 10% to suit your design
.avia_partner_widget a, .avia_partner_widget a:hover { width: 100%; padding-bottom: 10%; }
Best regards,
VinayMay 27, 2016 at 3:51 pm in reply to: Blog titles are not showing in grid layout – used advanced Layout editor #639342Hi,
Glad you figured it! To change the title color in slider please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-content-slider .blog-categories.minor-meta a, .avia-content-slider h3.entry-title { color: #FFF!important; }
Best regards,
VinayHi,
If we do not have access there is not much we can do but don’t worry there is a workaround.
1. Did you try deactivating the plugins?
2. Check in functions.php if there are any custom functions added that triggers a datepicker.
3. If nothing works we can use a little CSS hack to hide the datepicker using CSS.Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#ui-datepicker-div { display:none!important; }
Best regards,
Vinay -
AuthorPosts