Forum Replies Created
-
AuthorPosts
-
Hey Munford,
1. It appears you have not used a slider element please check again and let us know. However, you can use the below CSS.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .avia-builder-el-1 > .flex_cell_inner { min-height: 200px; } }
2.
To disable the masonry gallery image loading animation please use the below CSS
/* Masonry image load animation*/ .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
Best regards,
VinayHey kilimats,
The theme does not show 2 loading spinners it may be due to a plugin conflict or custom code.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-fullscreen-slider .avia_loading_icon { display:none; }
Best regards,
VinayMarch 4, 2018 at 1:20 pm in reply to: Changing header isn't working and pages doesn't have "whitespace" on the sides #921022Hi,
I checked the backend and it is strange the changes you mentioned does not work at all. A plugin conflict may be one of the reasons 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 the latest version 4.2.5.
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 mojanoski,
I checked your site and also tried to upload the same icon pack on my installation. It worked fine on my installation but failed to upload to yours. This could be due to server settings or a plugin conflict may be one of the reasons 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 Jürgen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
table.cart img { width: 132px!important; }
Best regards,
VinayHey Carsten,
It appears you are linking the page or complete URL including the domain name
Wrong URL format:
http://domain-name.dk/page/#administration
/contact-us/#administrationWhenever linking a section on the same page please use only the anchor ID. Change the URL format to.
Correct URL format: #administration
Let us know if you have any issue :)
Best regards,
VinayHey cfcre,
There are 2 places where you can choose to hide or show the header.
1. Go to Enfold theme options > Header
2. Go to Dashboard > Pages > select your homepage > Edit and look on the right side of the page option you will see the layout options. At the bottom, you can make changes from header visibility and transparency.
We can help you change the username on support forum however it appears you like to change it on your licence copy? In that case please get in touch with envato themeforest support. They will be able to help you.
Best regards,
VinayHey alexandervellguth,
Did you use any custom code to place the logo?
I see some inline styles likeleft: 8px; top: 6.5px; overflow: hidden; display: block; height: 224px; width: 234px;
Pixels can only be whole numbers please try adding top:6px if you still have an issue we need access to the backend to check this issue.
Best regards,
Vinay-
This reply was modified 7 years, 5 months ago by
Vinay.
Hey Elke,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-tooltip, #top .avia-tooltip .avia-arrow { background: #037ef3; color:#fff; }
Best regards,
VinayMarch 4, 2018 at 11:45 am in reply to: Algin 1/4 Elements center and allways on the button on Homepage #921002Hi,
The content inside a color section is by default aligned vertically center. In some cases, if you like the content to appear at the top or bottom of the color section please use the below code in Quick CSS or child theme styles.
To align the content at the bottom of the color section, give your color section a custom ID “section-content-bottom”:
#section-content-bottom .container .content { vertical-align: bottom; }
Best regards,
Vinay-
This reply was modified 7 years, 5 months ago by
Vinay.
Hi!
We are working on your ticket will get back to you with the results ASAP.
Best regards,
VinayMarch 4, 2018 at 9:47 am in reply to: GRID ROW: element don't respect internal columns when resizing to ipad size #920993Hey jualcald,
We have performed the below steps
1. Enabled custom CSS class name support from Enfold > Layout Builder > Show element options for developers
2. Gave the columns custom CSS class names “col-float-left” to icons and “col-float-right” to content.
3. Added the below CSS to Enfold > General Styling > Quick CSS.col-float-left { width:25%!important; float:left; } .col-float-right { width:75%!important; float:right; }
Please review the site and let us know if you have any questions.
Best regards,
VinayHi,
Each section should be contained in a different color section with unique ID.
You have 3 sections
Investigaciones publicadas
Artículos publicados
Trabajos metodológicosIt appears you have not assigned unique ID to each section.
Create 3 color sections for each of the above mentioned section and give each section a unique ID in the developer ID field.
Lastly, Link the menu items in the LayerSlider to each of the section ID’s as you have done for the first one.
In simple words please repeat the steps you did for the first section for the rest of the sections.
Best regards,
VinayHi,
It appears you have figured it out. The forum input fields are 50% each as seen in the below screenshot.Best regards,
VinayHi,
Thank you Sir, happy to see you :)
Best regards,
VinayMarch 4, 2018 at 8:32 am in reply to: Icon (Content Element) not aligning when captions are too long (again!) #920973Hi,
Don’t worry with little bit of custom code you can add 6 columns. To create more than 5 columns please follow the below steps:
- Drag and drop a color section.
- Add six 1/5 Columns inside a color section
- Give this color section a custom ID “custom-columns”.
- Add the below CSS in Quick CSS or child theme styles.
/*---------------------------------------- // Custom Columns //--------------------------------------*/ #custom-columns .flex_column.av_one_fifth { width: 14.5%; margin-left: 2%; } #custom-columns .flex_column.av_one_fifth.first { clear: none; margin-left: 2%; } #custom-columns .flex_column.av_one_fifth:nth-child(6) { margin-top: 0 !important; }
Best regards,
VinayMarch 2, 2018 at 5:35 pm in reply to: Icon (Content Element) not aligning when captions are too long (again!) #920449Hey GabrielSenn,
I checked the backend please use the icon box elements inside the Grid row or columns so it stays intact even when using long captions.
Best regards,
VinayHi,
@JPGlobal I see a few js errors in console this can be due to a plugin conflict may be one of the reasons 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,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top h3 a { text-decoration:underline!important; }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
I checked your site on PC using Chrome browser and the search box works fine. Please see the attached screenshot. If this is not what you are referring to please share a mockup of the issue and let us know exactly how we can reproduce this issue to further investigate this.
Best regards,
VinayHi,
Please try adding the below CSS to your site.
.av-main-nav > li > a { padding: 0 5px; }
Best regards,
VinayHey unicaweb,
The shortcode you have shared with us is correct for a 50% width form field. Did you use the contact form builder and select the form field width as 1/2 ?
For testing purpose please try the below shortcode if you still don’t have any success please share the admin login details in private so we can take a look at it.
[av_contact (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_half'][/av_contact_field] [av_contact_field label='Subject' type='text' options='' check='is_empty' width='element_half'][/av_contact_field] [av_contact_field label='Telephone' type='text' options='' check='' width='element_half'][/av_contact_field] [av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' av_contact_preselect='' width=''][/av_contact_field] [/av_contact]
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
I checked your site and as Yigit already mentioned the logo changes when the page is scrolled it looks right on my end I have attached a screenshot for you. Please properly clear the cache to view the changes if not you may have to wait until the cache expires on your local browser.
Best regards,
VinayHey agco83,
As I understand you like to have a slider below the header on the homepage correct?
Enfold comes with different types of sliders. Go to Pages > select your homepage and click on the “Advanced Layout Builder” here select the “Media element” and select fullwidth easy slider.
If you need further assistance please let us know what exactly you are trying to achieve if possible share a mockup with us.
Best regards,
VinayHi,
A screenshot would really help! To upload a mockup please upload to imgurl.com and share the link here.
Best regards,
VinayHey istaring,
If the font you mentioned is a part of google fonts please check this link for step by step instruction to register google fonts to theme options.
If not you can add it using the CSS method
To upload the custom fonts manually and add them to frontend elements using CSS code please follow the below steps:
1. Generate the webfont kit from fontsquirrel
2. Extract The files and copy the @font css code from stylesheet.css to Enfold child theme styles.css@font-face { font-family: 'YOUR-FONT-NAME'; src: url('YOUR-FONT-NAME.woff2') format('woff2'), url('YOUR-FONT-NAME.woff') format('woff'); font-weight: normal; font-style: normal; }
3. Copy the woff and other font files to the same folder as the child theme styles folder wp-content\themes\enfold-child
4. Now you can start assigning new font family to headings and paragraph using custom CSS in your child theme styles or in the Quick CSS section
NOTE: If the below code doesn’t change anything deactivate caching plugin and try adding “!important” to the font-family: ‘YOUR-FONT-NAME’!important;p { font-family: 'YOUR-FONT-NAME'; font-size: 18px; }
Another way to do this would be to use a plugin like Use any font which will make the job of assigning fonts very easy.
Best regards,
VinayMarch 2, 2018 at 7:48 am in reply to: Pricing Table – Different Height and No Spacing Between Columns #920128Hey zetharia,
We checked the table settings and everything looks fine on the backend.
Was there any custom code added to make changes to the table?
Best regards,
VinayHey Tony Randall,
At the moment we do not provide HTML version. If you like to use PSD version and get started you can find it here https://themeforest.net/user/kriesi/portfolio
Best regards,
Vinay -
This reply was modified 7 years, 5 months ago by
-
AuthorPosts