Forum Replies Created
-
AuthorPosts
-
Hey tennetno,
It is pretty straight forward. You need to drag and drop the icon box and click on it to change the icons.
If you are looking to add a custom icon please refer to this link http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
VinayOctober 9, 2016 at 4:39 pm in reply to: Enfold Google Maps Widget troubleshoot. Map wont link location #697074Hi,
I’ll try to explain it in a really easy way
1. Access wp-content/themes folder via FTP or Control panel > File manager
2. Rename the enfold folder inside the themes folder to enfold-old and style.css to style-old.css
The theme should get deactivated in wordpress to confirm the same go to wordpress dashboard > appearance > themes > and you should not see Enfold listed here.3. Now download a fresh copy from themeforest and extract enfold.zip from the downloaded package.
4. Extract enfold folder from enfold.zip file and upload all the files to wp-content/themes.
That’s all it is there to it.
If you still have any issues let us know.
Best regards,
VinayHi,
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:768px) { .av-language-switch-item{ min-height:40px!important; } .language_en a:before { content: "English"!important; font-size:16px!important; } .language_flag { display: none; } .language_it a:before { content: "Italian"!important; font-size:16px!important; } .language_it a, .language_en a{ min-height: 48px!important; } }
Best regards,
VinayHi,
The way the header is setup or modified renders any custom code that we provide useless.
If you still like to try it please add the code below which will normally work if the header is not modified..logo { top: -30px!important; }Instead what i would suggest is add a widget area and make the required modifications to it. http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
We can get you started in the right direction would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
The 3 columns and the sidebar looks fine on my end. please check the attached screenshot. If you still have any issue let us know what browser and device you are using to view the page.
Best regards,
Vinay-
This reply was modified 9 years, 3 months ago by
Vinay.
Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey uribinsted,
Please refer to this wordpress article to change the frontend and backend language http://wordpress.stackexchange.com/questions/27056/different-language-for-frontend-and-backend
Best regards,
VinayOctober 9, 2016 at 3:27 pm in reply to: Enfold Masonry Change from B/W to Colour on Hover w/ centre Title #697062Hey tobee_hh,
1. It’s not clear what you are mentioning about the first issue. Could you please setup a test page where the code is not working so we can inspect the element in questions and provide you the required css.
2. To change the title color on hover Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry-entry-title { transition:all .3s; } .av-inner-masonry:hover .av-masonry-entry-title { color:gold!important; }Best regards,
VinayHi,
We want to be on the same page here.
If you are going to use an old version of the theme, we will have the latest version which is a different copy from what you have so the solution that we provide you might not work.
We strongly recommend you to update the theme to the latest version that way we both will have the same copy of the theme and it will be easier to troubleshoot this further. Not only that but the latest version of the theme has a lot of new features as well which you can benefit from.Please backup your site and go ahead and install the latest version of the theme.
Best regards,
VinayHey alex5252,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
// color section background function colorsection_bg(){ ?> <script> jQuery(window).load(function(){ setTimeout(function() { if (jQuery(window).width() < 768) { jQuery(".topbackground").css({ 'background-image' : 'url(https://marckdesignconcepts.com/Eloquent/wp-content/uploads/2016/10/mobilebackground.jpg)' }); } }); }, 1000); </script> <?php } add_action('wp_footer', 'colorsection_bg');Best regards,
VinayHi,
Please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold :)
Best regards,
VinayHi,
Glad we could help.
Thank you for using Enfold :)
Best regards,
VinayHi,
I checked your site and you are using an old version of the theme. Please update the theme tot he latest version 3.8
The theme update options are not available because wordpress transient is not cleared. 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,
VinayHi,
We will keep this ticket open. Please feel free to get back to us if you have any issues.
Thank you for using Enfold :)Best regards,
VinayHi,
If you still like to go ahead and load your own for custom jQuery for customization purpose Please try adding this at the very end of your themes / child themes functions.php file:
/* Force load jQuery First */ if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11); function my_jquery_enqueue() { wp_deregister_script('jquery'); wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js", false, null); wp_enqueue_script('jquery'); }Best regards,
VinayHey lws0820,
Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.
To increase the wordpress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
Make sure to check the option “Download and import file attachments” while importing.Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.
Default demo
Business Flat
App Showcase
Church Demo
Construction Demo
Cunsulting Demo
Gym DemoBest regards,
VinayHey kate,
When you click on reset all it does show an alert message that all options will be reset.
However if you like to disable the reset all button please try adding this at the very end of your themes / child themes functions.php file:/* Hide reset all */ function admin_head_mod() { echo '<style type="text/css">.avia_footer_reset{ pointer-events: none!important;}</style>';} add_action('admin_head', 'admin_head_mod');Best regards,
VinayHey philoakley,
Yes it is possible :)
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,
VinayHey Claudio,
You can add a image element and link it to the self hosted video to open in a light box.
If you are using youtube video in the video element it is possible to add a video thumbnail
Please refer to this link https://support.google.com/youtube/answer/72431?hl=en
Best regards,
VinayHey Sidro,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
However since you are using Enfold we like to help you get started in the right direction please refer to this link https://premium.wpmudev.org/blog/wordpress-show-different-menus-different-users/?utm_expid=3606929-86.PHoDXYJeQYmWFQIujGOFZg.0&utm_referrer=https%3A%2F%2Fwww.google.co.in%2F
You can also try this plugin https://wordpress.org/plugins/nav-menu-roles/
or
https://wordpress.org/plugins/menu-items-visibility-control/
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus { background: #000 !important; }Best regards,
VinayHey mmagnani,
Please try adding this at the very end of your themes / child themes functions.php file:
/* Disable color picker */ function admin_head_mod() { echo '<style type="text/css">.colorpicker{display:none!important;}</style>';} add_action('admin_head', 'admin_head_mod');Please note this will disable the color picker in all the admin pages. There is no easy way to disable it only for one section at the moment.
Best regards,
VinayOctober 9, 2016 at 2:19 am in reply to: Solution on how to Auto-Style Category, Tag, Archive and Author pages #696952Hi,
Sorry it’s the only easiest way to manipulate the order of the divs in responsive mode.
For example
The divs on desktop are laid out
Div-1, Div-2, Div-3, Div-4
and in mobile you want to change it’s order to
Div-4, Div-1, Div-2, Div-3
To do so please follow this post
Best regards,
VinayHi,
Thank you for bringing this up. We have forwarded this to our devs. I believe the issue is mostly related to duplicate ID’s.
If you copied the demo page the issue is likely going to get replicated please try to re-create the page and it should work fine.The credentials you provided earlier do not work. Please provide working credentials and we can help you setup the page correctly.
Best regards,
Vinay-
This reply was modified 9 years, 3 months ago by
Vinay.
Hey jelle,
Glad you got it sorted, please feel free to get in touch with us again if you have more questions.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
VinayHey hothoundz,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_mega_div { opacity: .5!important; }If this is not the desired result you wanted Would you mind posting us a precise link to your site and a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad it’s sorted for you.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts
