Forum Replies Created
-
AuthorPosts
-
Hey!
Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
Thank you for using Enfold :)
Regards,
VinayApril 16, 2016 at 4:18 am in reply to: [RESOLVED] Changes to child-theme style sheet not being saved #615267Hey rwwood!
We would like to take a closer look at it 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,
VinayHey!
@silviamg everythign was updated correctly on your site we just had to clear the WP-Rocket cache. Please hard reload and review the site it’s working fine on my end.
@yasin0424 If you have updated the site most probably it will be a caching issue hard reload and check if you still have any issue go ahead and open a new ticket and share the link to your site.Regards,
VinayHey czar!
Please share the link to the page where we can inspect the element in question and help you resolve it :)
Cheers!
VinayHey!
We have limited german speaking members in our team but most of us speak english so I guess you get faster support. If you like german support that won’t be an issue :)
The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Cheers!
VinayHey!
@jdrijverone of your site that starts with mega is working fine the other one is in coming soon mode.
Please hard refresh the page and review the site to do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Cheers!
VinayHi!
Please add the below code in functions.php
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
Regards,
VinayApril 15, 2016 at 9:22 pm in reply to: Errors when Updated to 3.5.2 and Updated WordPress 4.5 #615157Hey!
@jdrijver Update your themes to the latest version and if you still have any issue please try the below steps.
@Vibedration We have added the below code in functions.phpfunction modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
Your theme is not correctly updated to enfold version 3.5.2 make sure you have the latest copy downloaded from themeforest.
If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Once you have updated to the latest version you can remove the above code from functions.php
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi!
Just like media queries for tablets and desktops we can target landscape and portrait mode in css.
1. Create 2 color sections on a page with 100% height and different background colors.
2. Add a custom ID to the 1st color section “#only-in-portrait” and some sample text like “Please Rotate Your Device”
3. Paste the below css in Quick CSS
#only-in-portrait { display:none; } /*Only in Portrait */ @media only screen and (orientation: portrait) { #only-in-portrait { display:block!important; pointer-events:none; } body{ overflow: hidden; } }
Like Ismale mentioned above you can combine this with device screen width to specify only in tablet portrait mode or mobile portrait mode.
You can add the rest of the page content below the 1st color section.Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi!
You could use a wordpress folder management plugin https://wordpress.org/plugins/tags/file-manager
Please note we haven’t tested them on our installation but i think this type of plugin could come handy for you.Best regards,
VinayHey jdelgadoesteban!
Please open the portfolio item that has the issue in edit mode or in backend as admin. And check the permalinks… Let us know what you find there…
Regards,
VinayHey mwgeeks!
Sorry for the delay. We checked for the issue and I can confirm to you that this whole page is controlled by the plugin.
for example try adding the below code in Quick css to overwrite the css generated by the plugin the images show but it’s really huge so it looks blurred.
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img { position:relative!important; }
The scroll to bottom is also due the the # generated by the plugin in the listing URL
Please contact the plugin author as the know their plugin best.
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi!
Duplicating issues will increase the workload for all of us and slow down the process for you too… We will reply to you on your ticket.
Regards,
VinayApril 15, 2016 at 4:36 pm in reply to: Where I need to prefix the class to Add Custom Classes to my Elements? #614968Hi!
Wordpress don’t recognise js and css unless it is enqueued in functions.php
Once you enable custom class name support as yigit mentioned you can add the class name in advance layout builder element edit options as seen below
Please check this link for more info https://developer.wordpress.org/themes/basics/including-css-javascript/
You have another ticket open for the image issue we have replied there.
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
April 15, 2016 at 4:11 pm in reply to: removing background image from colour section for mobile #614951Hi!
Thanks for bringing this to our notice. It will require a jQuery solution. We need a little more time to work on a custom script for you. we will update this ticket soon.
Regards,
VinayHi LeonNiel!
We have to take a closer look at the backend setup 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!
VinayHey!
Please ask the hosting guys to restore your site to the most recent version which was working correctly. Once your site is up we can take it from there and help you with this issue.
You should create a new ticket while sharing private content as it can be seen by the person who creates the ticket and the mods.
Best regards,
VinayHey redriverit!
The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
If you still have any issues we can take a look at the backend 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,
VinayHi Grant!
Yes can link the hotspots just click on the hotspot and set the links as shown in the below screenshot
Regards,
VinayHey!
@mwgeeks please create a new ticket and share the link to your site with credentials as the private content is visible to mods and the person who creates the thread. We will surely help you asap.Regards,
VinayHi endanight!
You are probably using an old version of the theme. 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.2 make sure you have the correct API key from themeforest.
If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/Best regards,
VinayApril 15, 2016 at 3:39 pm in reply to: Blog meta elements: Blog post reaction still visible after checking out #614923Hey!
You are most welcome :) FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
VinayHey!
We are working on your ticket please wait while we update the results here soon.
Yes it’s always good to have more memory. You can contact your hosting company and increase the memory limit.
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 custom code if necessary to resolve the issue.
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
April 15, 2016 at 3:31 pm in reply to: Enfold Update: Content Slider malfunctioning / not working anymore #614914Hi!
Glad we could help you! After the update if you still see the same error please do a hard reload. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Best regards,
VinayHi!
I can confirm that your site is working fine both me and Yigit can see the latest version of your site and there are no errors in console but your browser cache is not cleared hence you are seeing that error.
Did you hard reload the page?
Try in a different browser or a system. Check on your mobile.
Cheers!
VinayApril 15, 2016 at 3:16 pm in reply to: Blog meta elements: Blog post reaction still visible after checking out #614890Hi!
Please add the below css to disable the comment option
.comment_meta_container, .comment_container { display: none !important; } .post-meta-infos{ border:none!important; }
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey andone22884!
The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Best regards,
VinayHi ewingmh!
I’m sorry currently it is not possible to make it swipeable in an easy way. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/Best regards,
VinayHi!
Not sure what you mean because we cannot see your site at the moment. Please share the link to the page where we can inspect the element in question and help you resolve it :)
Cheers!
Vinay -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts