Forum Replies Created
-
AuthorPosts
-
April 29, 2016 at 2:29 pm in reply to: Trying to get specify an Ultralight Webfont in my CSS #624487
Hi!
Your custom CSS is working correctly. As mentioned earlier I too see that the font weight is 100 please check attached screenshot . If you have any doubts please right click on the h1 and inspect it and scroll down a bit until you see the below css :)
h1 { font-size: 48px!important; line-height: 65px!important; margin: 0px 0px 0.37em 0px; font-weight: 100!important; font-style: normal!important; font-family: "Lato"!important; color: #ffffff !important; text-transform: none !important; }
Cheers!
VinayHey jugalbandi3!
We are unable to login to the URL mostly because of an .htaccess login access. please provide us with working credentials for both page password and wordpress admin so we can take a closer look at this issue.
Cheers!
VinayHey!
We do not recommend moving styles to the bottom doing so will cause a flash of unstyled elements. The styles are anyways minified and it should load fast.
However to improve the page speed you can move some js files to the footer using a wordpress plugin like https://wordpress.org/plugins/scripts-to-footerphp/
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
Glad you figured it out.. if you have more questions for us please feel free to get in touch with us.
Best regards,
VinayHey!
There are still some errors in console. It is possible that there are some plugins that are causing this conflict or the script is loading before the jQuery is loaded.
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 updatedIf the above don’t resolve the issue please add the below code in functions.php to force load jQuery before other scripts.
/* 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'); }
Regards,
VinayHi!
You are welcome! The image is not big enough please use a large image for the frame to fill full screen. or as an alternate solution make the images slide using a slider and create a color section with the frame as a background image and overlap it with negative margins.
Cheers!
VinayHey Richard!
We checked the above link and do not see any image overly arrows or animation. not sure you got it sorted .
If you still require to do this only in woocommerce just add class name .woocommerce in front of .image-overlay { display: none!important; }
So it will look like
.woocommerce .image-overlay { display: none!important; }
To target a specific category please right click and inspect the page and in the body tag you should get the woocommerce category class name which you have added the product to.
Cheers!
VinayHi 500Webmaster!
Please share the link to the page where we can inspect the element in question and help you resolve it :)
Regards,
VinayHey!
Glad you got it sorted.
Please find more options to change the menu position in Enfold > Header > Menu and Logo PositionCheers!
VinayApril 29, 2016 at 12:31 pm in reply to: Cannot see my site on my mobile device after installing the WPtouch Mobile plugi #624326Hey regina_lawrence!
I tried to access your site on my android mobile and both the sites are visible. Please elaborate the issue which browser or mobile you are trying to access it on and if possible share a screenshot of the issue.
Best regards,
VinayHi!
We are working on your ticket please wait while we update the results here soon.We checked for the issue and uploaded a bunch of icons more than 8 to be precise and it works fine.
When you download the icons from fontello site please make sure to give the icon group a unique name
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
April 29, 2016 at 11:25 am in reply to: Enfold Theme wp-admin Issues after WP 4.5 and Enfold 3.5.3 upgrade #624260Hi!
Thank you for your valuable suggestion and feedback this will help us serve you better. We are committed to providing you a satisfactory resolution and constantly make an effort to improve your experience with us.
Cheers!
VinayHey!
In your script make sure the “$” sign is replaced with jQuery. if you still have any issue please paste the script to pastebin.com and share the link with us and elabirate what it is suppose to do so we can try to make it work with wordpress.
Best regards,
VinayHi!
As i understand you like to make the red frame static and move the images behind them correct? As Andy suggested you could use layer slider to achieve this or as an alternate solution you can make the frame images and add it to a color section background and add custom css class to it with negative margin and higher z-index to overlap the layers.
Please feel free to respond to this ticket if you have any more questions for us.
Cheers!
VinayHi Jez!
We cannot access your site but if you would like to know which font it is we used in our demo it is ” Lato” You cans et the font styles from Enfold > General Styling > Fonts > Defines the Font for your body text (Select Lato ).
The theme settings should not change if you update the theme to the latest version but if you have made any custom modifications without the child theme the changes will be overwritten.
You can backup/Export theme settings from Enfold > Import Export and restore the settings whenever you require.
If you have not made any custom changes to the main theme please feel free to backup theme settings and update the theme to the latest version.
Best regards,
VinayHi!
To register and enqueue your own js files in wordpress please use the following code in functions.php
/* * Custom js */ function my_custom_scripts() { wp_register_script('script_one', plugins_url('custom_script.js', __FILE__), array('jquery'),'1.1', true); wp_enqueue_script('script_one'); } add_action( 'wp_enqueue_scripts', 'my_custom_scripts' );
For more info please check https://developer.wordpress.org/themes/basics/including-css-javascript/
Best regards,
VinayHi!
We have released an enfold update to match the changes made in the latest version of wordpress 4.5
If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.4 make sure you have the correct API key from themeforest.
In most cases after the update the browser cache is not refreshed and hence they stills ee the old version of the files. Please make sure you press Crtl + F5 to do a hard refresh and review the site again.
Should you have any issue please feel free to get back to us with a link to your site.
Regards,
VinayHi!
@codecreative We checked for the sidebar issue and it looks correct on my end. Not sure if you got this sorted but if you have any issues seeing the same as the screenshot in private please do a hard refresh by pressing Ctrl + F5
@ryantown The the login credentials do not work please create a new ticket and provide us with working links and credentials to check on the issue.Regards,
VinayApril 29, 2016 at 7:47 am in reply to: CSS seems not to load after update to wp 4.5.1 and Enfold 3.5.4 #624137Hey!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
VinayHey!
We are working on your ticket please wait while we update the results here soon.We checked for the issue and to be honest this is the first time i’m seeing a conflict like this with events calendar. This might be an issue with the memory limit please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Also let us know which version of php you are using.
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
Please try the below CSS in Enfold > General Styling > Quick CSS
#top .logo img { width: auto; height: auto; max-height: 100%; } /* Responsive logo size */ @media only screen and (max-width: 756px) { #top .logo img { width: auto; height: auto; min-height: 60px!important; } }
Without us being able to see your site it’s going to be a lot of back and forth and we can easily avoid this if we are able to inspect the elements on your site. If you still have any issues we kindly request you to get back to us when your site is online so we can quickly inspect your site and provide you with accurate solution.
Regards,
VinayApril 29, 2016 at 6:04 am in reply to: CSS seems not to load after update to wp 4.5.1 and Enfold 3.5.4 #624107Hi!
The CSS is loading correctly on my end please check attached screenshot. Not sure if you got this sorted.
You can link to the stylesheet by adding the following in functions.php
/* Enqueue Styles using static path */ function my_theme_styles() { wp_register_style( 'custom_css', 'http://domain.com/css/custom.css' ); wp_enqueue_style( 'custom_css'); } add_action( 'wp_enqueue_scripts', 'my_theme_styles');
Regards,
VinayHey!
Please try adding the following css
.actionbar-icons.avia-icon-pos-center { display:inline-block!important; }
Then you need to add a custom class to the parent container of the icons and center them using
.parent-container { text-align:center; }
Should you have any issues please feel free to get in touch with us.
Cheers!
VinayHi!
Please delete all the old theme folder from FTP and then download the enfold latest version 3.5.4 from themeforest and update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
If you still have any issues we need FTP credentials to resolve this issue.
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
Please use the below CSS in Quick CSS under enfold > general Styling
.actionbar-icons .av-icon-char{ border-width:0!important; border-style:none!important; } #top .actionbar-icons a.av-icon-char:hover:after { -webkit-animation: sonarEffect 0s ease-out!important; animation: sonarEffect 0s ease-out!important; }
Cheers!
VinayHi!
Glad you figured this out! and thank you for sharing the tip :)
Should you have any questions please feel free to get in touch with us.Best regards,
VinayHi Emidi!
We tried to fix the issue with custom CSS but i think it has something to do with the setup. We need to take a closer look at it but the login credentials 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.
Regards,
VinayHey!
1.
To re-size fonts only and not images please use a plugin like
https://wordpress.org/plugins/wp-font-resizer/screenshots/
https://wordpress.org/plugins/zoom-widget/
https://wordpress.org/plugins/font-resizer/2.
To re-size logo please use the below CSS.responsive .logo img { margin: 0; max-width: 160px; }
3.
To make the mu look like the example linkChange menu position in Enfold > Header > Header Layout > Menu and Logo Position > Logo Left, Menu Below
Then add the following CSS in Quick CSS
#top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text { background-color:#000; } #top #wrap_all .header_color .current_page_item > a:hover .avia-menu-text { background-color:#000; }
4.
In page layout options please remove breadcrumbs.5.
The reason you lose custom modification is because the theme files get over written and the solution for this is to use a child theme and add your modifications. please check http://kriesi.at/documentation/enfold/using-a-child-theme/Request you to kindly open new tickets for new issues if they are not related so we can keep the focus on main topic and avoid confusion.
Regards,
VinayHey!
Please add the below CSS in Quick CSS
@media only screen and (max-width: 767px) { .responsive #top .logo img { max-height: 55px!important; }}
Cheers!
VinayHi!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts