Forum Replies Created
-
AuthorPosts
-
Hi!
It is possible there may be another style with more specificity. Try to add it at the very bottom of the styles.css and let us know if that helps.
Cheers!
VinayJuly 4, 2016 at 5:59 pm in reply to: URGENT: Site transferred and settings are not displayed #656667Hi,
Thank you for the kind words and sorry for the delay. I tried to login to the backend to troubleshoot the issue but the default login URL fails. Please let us know precisely where have you added the widgets that are are not showing? Try to disable all other plugins except Jetpack and let us know if that helps.
Best regards,
VinayHi,
Please deactivate the caching plugin and clear the cache from browser and try the below css.
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { margin: 35px; }We tested this on your installation in console and it works please check screenshot attached.
Best regards,
VinayJuly 4, 2016 at 12:27 am in reply to: Menu Items can hardly be seen due to background images #656350Hey shalenie,
At the moment you cannot change the font color per image slide. 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,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hey Lili,
You can use a plugin like https://wordpress.org/plugins/random-content/ and place the short code provided by the plugin in textblock.
Best regards,
VinayHi,
To target specific advanced layout builder elements please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Give the element a custom css class name and use it in your CSS.
Best regards,
VinayHi,
Thank you for sharing the mockup that is exactly how i see the site on my end. please elaborate the issue and what exactly are you trying to change?
Best regards,
VinayJuly 4, 2016 at 12:17 am in reply to: navigation bar is not shown: tribe-events-sub-nav{display:none;} – TEC #656346Hey hagege,
Glad you found a workaround. It may be due to a change in the settings or a plugin conflict could be another reason.
Best regards,
VinayHi,
Yes the code provided can be used in child themes function.php and the code in child theme will remain intact after enfold main theme updates.
Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
a.all_short_button, a.all_short_button + span { display: none !important }To auto select filter gallery use the below code in functions.php and change the eq(1) to eq(2) and so on to select different menu items.
function select_portfolio_filter(){ ?> <script> jQuery( window ).load(function() { jQuery(‘.inner_sort_button:eq(1)’).click(); }); </script> <?php }please note you are using caching plugin. You may not see the changes until the cached files are cleared in your browser and in the plugin settings or deactivate caching plugins till the development work is completed.
Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hey mbenji1,
1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.js_active .avia-slideshow li:first-child { margin-right: 0!important; }2. We would be glad to help you with animation transition effect, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
VinayHi,
Some of the css rules does not make sense. I assume you are trying to place the search box next to the search icon as seen in the below screenshot.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-search-tooltip { margin-top:-66px!important; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); border-width: 0px; border-style: solid; }Best regards,
VinayHi,
@Guenni007 thank you for sharing the tip.
@Mahran2016 Let us know if this helps.Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
Hey alsonjonsolutions,
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.If this is a new site and you do not have any data on the site that needs to be backed up please try using a plugin like https://wordpress.org/plugins/wordpress-database-reset/ to reset the wordpress database and re-import the data.
Please note database reset will clear all data.
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:
adjust translateX more or less to suit your design..avia-icon-list li:nth-of-type(odd) article.article-icon-entry { transform: translateX(-205px); }Best regards,
VinayHi,
The commenting section look good to me. please see the attached screenshot. If you do not see the same please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
VinayHi,
We need to take a closer look at the setup, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
I checked the site but i am not aware how wide it was earlier. At this point the site looks normal to me.
If you like to increase the container width please do so from Enfold > General Layout > Dimensions > Maximum Container widthBest regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
July 3, 2016 at 1:10 pm in reply to: WPML Fatal error: Uncaught Error: __clone method called on non-object #656250Hey kirillko,
Thank you for contacting us.
1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Update all plugins to latest version.Switch to a default wordpress theme and activate WPML and check.
If you do not get any error activate Enfold theme and check.
If you still do not get any error. Activate one plugin at a time and refresh the page to know which plugin is causing the conflict.
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHey Mahran2016,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
As an alternate solution
Go to Appearance > Menu and click on the “Screen options” on top right and select post if it is now selected.
Now you can add post to wordpress menu. If that does not help please use a plugin like
https://wordpress.org/plugins/wr-megamenu/
https://wordpress.org/plugins/megamenu/
Best regards,
VinayHi,
Thank you for letting us know, we will keep this ticket open.
Best regards,
VinayJuly 2, 2016 at 12:49 pm in reply to: Bug: Pressing enter when inserting link closes text box without saving changes #656102Hey chrisj0nes,
It is default textbox behavior please try to hold down Ctrl + Enter or Shift + Enter key’s both do different things.
Let us know if you have any questions.
Best regards,
VinayHi,
To target specific page on wordpress please right click inspect the page and check the class name in the <body> tag that starts with page-id-xx. Each page will have a different page ID please use this class name to target specific pages.
Best regards,
VinayHi,
We have similar request on our featured request list please check and feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
VinayHi,
We added this code to the Quick CSS section under Enfold > General Styling :
@media only screen and (min-width:768px){ .main_menu, .logo { position:absolute!important; } .main_menu { top:160px; } .logo{ top:-15px; }}Best regards,
VinayHi,
Please use (Email address hidden if logged out) or any email address of your choice we just need the login credentials (add them in “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayJuly 2, 2016 at 8:59 am in reply to: Post-slider – how to stop it showing that same blog at the bottom? #656065Hi,
Thank you for the kind words :) To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.Best regards,
VinayHi,
Please elaborate what you like to adjust. If possible 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,
VinayJuly 2, 2016 at 7:15 am in reply to: mobile view: search icon and cart icon should on the right #656036Hi,
Please adjust height and line height to the cart and search icon in the mobile view to fix this issue.
#top #menu-item-search a , #menu-item-shop .cart_dropdown_link { height: 83px!important; line-height: 85px!important; }Best regards,
VinayHey janicenisha,
Making changes manually will be a time taking task and one has to be very careful or it may cause errors. It is best to use a plugin like https://wordpress.org/plugins/updraftplus/
Best regards,
Vinay -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
