Forum Replies Created
-
AuthorPosts
-
Hi Hello!
We need access to your site to set this up correctly 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.
Regards,
Vinay KashyapHey!
Sure we can set this up for you but 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 css if necessary to resolve the issue.
Regards,
Vinay KashyapMarch 16, 2016 at 9:04 am in reply to: One Page Anchor Link Padding with Fixed Header on Mobile #598844Hey!
Glad we could help you :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
We really appreciate if you rate our theme on themeforest :)
Thank you for using Enfold.
Cheers!
Vinay KashyapHi!
Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Please feel free to get in touch with us if you have any questions.
Thank you for using Enfold.Regards,
Vinay KashyapMarch 16, 2016 at 9:00 am in reply to: Enfold Demo Question – full width box with text superimposed on photo #598842Hi!
You can setup a staging site and import the demos there and then whichever page you like copy the short code from the demo and create a new page on your live site paste it there and fill in the contents.
Hope this helps if you need any help please feel free to get in touch with us.
Regards,
Vinay KashyapHey pappe!
We imported the demo from Enfold > Import Demo and it worked fine
To remove old demo and import a different one use a database reset plugin like https://wordpress.org/plugins/wordpress-database-reset/
NOTE: Database reset plugin will remove all data from wordpress. It is not recommended if you already have any important data.
If you have any questions please feel free to ask us.
Best regards,
Vinay KashyapHi Zeng!
We checked on IE 8 the site is loading but it looks different. This is expected because most of the features that are used in the modern browsers is not supported by IE8. Even microsoft do not support IE8 now.
However if you see a js error in console please follow the steps below
The error could be a result of a plugin 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,
Vinay KashyapHi!
The subheading has an inline style
padding-bottom:0px;color:#ffffff;font-size:60px;
the style is coming from js or phpinline styles has the highest specificity and cannot be altered using external CSS
please check the edit options of the subheading in advance layout builder there must be a color option which is set to white.
If you still have issues please create admin login for us and share in private so we can inspect it :)
Cheers!
Vinay KashyapHi!
To remove the sidebar from the products page go to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar.
Regards,
Vinay KashyapHi!
@hector1069r The site cannot be reached at the moment there is some server issue please contact your hosting guy’s and let us know when it is up and running.
@Wildwood The person who started the thread will be able to view your private content please create a new ticket by clicking on blue button on top when you login to the URL belowWe checked your site it is showing the Advance layout builder shortcode not sure if you disabled enfold theme. We are unable to login to the site as 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 css if necessary to resolve the issue.
Regards,
Vinay KashyapMarch 16, 2016 at 6:19 am in reply to: One Page Anchor Link Padding with Fixed Header on Mobile #598786Hey!
We are working on your ticket please wait while we update the results here soon.This is mostly happening because the header has a custom margin or padding. To resolve it you can remove the custom margin or paddings
or
Please use the below CSS in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 768px) { #whyus.container_wrap { padding-top:24px; }}
Regards,
Vinay Kashyap- This reply was modified 8 years, 7 months ago by Vinay.
Hey slui!
please use the below CSS in enfold > general styling > quick css
Remove any related css you have added earlier to change the font color for h1.
.home_special_heading_top .av-special-heading-tag{ color: #000 !important; font-weight: 450; }
Regards,
Vinay KashyapHey!
I understood you don’t want to use 2 background images dark one for footer and normal for the content area. instead you like to use one background for content area with a slightly transparent footer which acts as a dark overlay for the content background image.
Please refresh the cache if you are using any cache plugins it will take a while to refresh.
Feel free to change the value 0.85 as required.
#footer { background:rgba(0,0,0,0.85)!important; }
if you still have any 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.
Regards,
Vinay KashyapHi!
I guess you have removed the code now because i see the image becomes blur when it is more than 350px.
You can either upload large images like 600px or something so it looks good but that will double your work to update all the images instead replace the following CSS code
#top .thumbnail_container img { margin: 0 auto!important; height: 350px; width: auto !important; }
With this code
#top .thumbnail_container img { margin: 0 auto!important; max-height: 350px; width: auto !important; }
The new code will allow the images to be smaller than 350px on mobile and stops at 350px in large screens.
Regards,
Vinay KashyapHi michael_world2cycle!
The page looks good on my end please elaborate which white space you want to remove and we can help you with it :)
The only unusual white space i noticed was to the left side of the video but it is because you don’t have enough content to fill up the left side.
if possible please share a mockup or a screenshot upload to dropbox and share the link here.
Cheers!
Vinay KashyapHey ping-pong!
To add a secondary sidebar please create a new widget area/sidebar under Appearance > Widgets. Add some widgets to that area and use the advanced layout editor to display this new widget area on a page as shown in the below screenshot.
Regards,
Vinay KashyapHi!
Sorry for the delay.
Is there any custom CSS or js added to the site?
Please remove all custom CSS and add it back one block at a time so you know which block is causing the issue.
If you still have the same issues after removing all custom css we need access to the backend to check this further 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,
Vinay KashyapHi!
Ok! Looks like you got it sorted :)
If you need any help on this issue further please feel free to contact us.
Regards,
Vinay KashyapHi diefleischerei!
To add a little depth you can add box shadow or if you like border
.html_boxed #main { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
or for border use the below
.html_boxed #main { border-left: 1px solid #000; border-right: 1px solid #000; }
Cheers!
Vinay KashyapMarch 16, 2016 at 3:59 am in reply to: Special Heading not centered on mobile even though "centered" is selected #598740Hey!
Glad it’s sorted :)
We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay KashyapHi Imraanio!
Please use the below CSS in Quick CSS under Enfold > General styling
@media only screen and (max-width: 480px) { .avia_textblock.av_inherit_color h1 { font-size: 30px!important; }}
Best regards,
Vinay KashyapHi!
Please uncheck the shrinking header in Enfold > Header > Header behavior
Cheers!
Vinay KashyapHi!
Sorry for the delay.
We are working on your ticket please wait while we update the results here soon.Please check the link in private we created two 3-columns for you and added the below css in quick CSS
.bg-green{ background:#b2c2ba; } .break-word{ word-wrap:break-word; }
Don’t worry about the header messed up in the screenshot it’s just the screen capture software doing that…
Cheers!
Vinay KashyapHey vanocreations!
please use the below css in Enfold > General Styling > Quick CSS
.av-masonry-date { display:none!important; }
Best regards,
Vinay KashyapHi navindesigns!
please add the css selector with the page name or ID in this case it is “home” which is visible when you rightclick the page and inspect the body tag :)
Your css should be
.home #header_main { background-color: rgba(0,0,0,0.7); }
We added the modified code in Enfold > General Styles > Quick CSS
Please review your site now :)
Regards,
Vinay Kashyap- This reply was modified 8 years, 7 months ago by Vinay.
Hey navindesigns!
please use background fixed as showin int he below screenshot in color section background options.
Best regards,
Vinay KashyapMarch 15, 2016 at 6:04 am in reply to: How to show the "scroll to top" button on mobile only? #598166Hey!
We need access to your site to check if there are any other code conflicting and set this up correctly for you 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!
Vinay KashyapHey!
Glad it worked out for you well :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay KashyapHi MediaMix1!
If you are referring to these lines please use the css below in Quick CSS in Enfold options > general Styling
.avia-layerslider.avia-shadow { box-shadow: none!important; }
If not please share a mockup of what line you are talking about upload your image to dropbox and share it here.
Regards,
Vinay Kashyap -
AuthorPosts