Forum Replies Created
-
AuthorPosts
-
Hi!
You can set the maximum
widthnumber of post on Settings > Reading panel. We set the value to “99”. http://www.private-equity-forum.de/wp-admin/options-reading.phpCheers!
IsmaelHi!
Include this inside the media query in order to remove the separators:
#socket .sub_menu_socket li { border-left: 0; }
And this code to fix the social icons:
#socket .social_bookmarks { right: auto; }
Cheers!
IsmaelHi!
You can add this to the Quick CSS field to disable the masonry hover animation:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1.0,1.0); transform: scale(1.0,1.0); }
Best regards,
IsmaelJuly 19, 2015 at 4:29 pm in reply to: problems with enfold on ipad, padding on each side of screen #475401Hey!
Thank you for using Enfold.
Add this in the Quick CSS field:
@media only screen and (min-width: 768px) and (max-width: 989px) { #header_main .container { padding: 0 50px; }}
Cheers!
IsmaelHey!
I was able to reproduce the issue, maybe, because of the current slow internet connection. Try the auto resize trigger solution provided here: https://kriesi.at/support/topic/problem-with-portfolio-overlapping-images/#post-457145
Cheers!
IsmaelHi steviger!
Thank you for using Enfold.
Please try to regenerate the api key in your themeforest account. The update should work even if you change the theme and folder name.
Cheers!
IsmaelHey!
I checked the page but you replaced the animated numbers with a text block. If you can create a test page, that would be great. If you want to start the animation even before the whole grid row is in view, you have to adjust the avia_waypoints offset value. Edit js > shortcodes.js, look for this code:
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80%'});
Decrease the percentage.
Cheers!
IsmaelHi MediaMix1!
Thank you for using Enfold.
Use the Quick CSS field to add a custom background. Add something like this:
#top .avia-button-fullwidth { background: url('background.jpg') repeat; }
Regards,
IsmaelHey acscreativenew!
Thank you for using Enfold.
You can start with this or you can add this to the current css modifications:
.main_menu { left: 61px; } .av-main-nav > li { width: 12.5%; }
Best regards,
IsmaelHey!
I tried to check the screenshot but it was private so I checked the link above but I can’t see any separator there. I tried to login so that I can create a test page but the login credentials above is not set as administrator. Please use imgur for the screenshot or set the screenshots to public.
Cheers!
IsmaelHi!
Even if you can add an image to the tooltip, you will not be able to style it correctly because there is no unique class. Unfortunately, there is no option to add a class attribute to the marker options: https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions
Cheers!
IsmaelJuly 19, 2015 at 3:26 pm in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #475391Hey cybervise13!
Thank you for using Enfold.
The events have no sidebar by default so you have to modify the default-template.php inside the config-events-calendar > views folder. Add the get_sidebar function. You can check the single.php file for reference.
Best regards,
IsmaelJuly 19, 2015 at 3:16 pm in reply to: Testimonial Grid Dotted Borders + Mega Menu first layer click #475390Hey Jan!
Thank you for using Enfold.
1.) Use this to remove the border of the testimonial:
.avia-testimonial { border-bottom: none; }
2.) Try to show the sub menus by default. Go to Enfold > Header > Mobile Menu panel then disable the Hide Mobile Menu Submenu Items.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? Use imgur or dropbox.
Cheers!
IsmaelHi!
The container is set to 1010px because you forgot the “px” in the Maximum Container width field. It was set to “1240” so we changed it to “1240px”. Please remove browser cache then reload the page.
Regards,
IsmaelHi hermelina!
Thank you for using Enfold.
Can you please provide a link to the actual website? Do you have any kind of cache plugin installed? Please try to deactivate the cache plugin then test it again. These scripts are coming from the layer slider plugin. Did you install the layer slider plugin? If you did, please disable it.
Regards,
IsmaelJuly 19, 2015 at 2:50 pm in reply to: An error occurred while updating Enfold: Could not create directory. #475383Hi!
It would be super helpful if I actually had a way of finding out precisely where the folder is being created and what its name is.
I asked that question myself so I asked Kriesi and then he told me basically the same answer that is provided here: http://halfelf.org/2011/how-the-wordpress-upgrade-works/
The article said that there are two kind of auto update, core and child. Child is the theme and plugin updates where they create a folder called “upgrade” inside the wp-content folder. The problem is, I’m not really sure if the envato protected api is using the same update process.
Cheers!
IsmaelHey!
In a php script, if you want to display the value of a variable, you can use var_dump or print_r functions. I tested the var_dump in the events_countdown.php file but it’s not working. I tested the same line of code on my installation and it display the value. I need to know why it’s not working because its kinda hard to debug the issue on your end if we can’t do this basic functions.
http://php.net/manual/en/function.print-r.php
http://php.net/manual/en/function.var-dump.phpRegards,
IsmaelHey!
You can enable the sidebar for mobile screens on Enfold > Sidebar Settings > Sidebar on Smartphones.
Regards,
IsmaelHey!
I can see the screenshots now but I would like to ask again, where can we find pages with the hotspot and countdown timer? I tried to check every main pages but I don’t see any of these elements. If possible, please create a test page.
Regards,
IsmaelHey!
You need to add a price to the product. http://skinandbonefetishtoys.com/wp-admin/post.php?post=1044&action=edit
We added it for you: http://skinandbonefetishtoys.com/product/dreamcharm/
Cheers!
IsmaelHi gearouthere!
Thank you for using Enfold.
You can install this plugin to improve the search indexing of the site:
https://wordpress.org/plugins/relevanssi/
http://www.relevanssi.com/user-manual/Refer to this link in order to integrate the plugin with the theme’s ajax search: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
IsmaelHi!
1.) You can change the single product sidebar / content ratio with this in the Quick CSS field:
.single-product-main-image { width: 50%; }
2.) Use this code to left align the sidebar content:
.sidebar_left.sidebar { text-align: left; }
Regards,
IsmaelHi djshortkut!
Thank you for using Enfold.
I didn’t check this on an actual iPhone device but the hover state of the mobile menu item is set to #018db0 even on other pages. This is the hover state css code:
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background-color: #018db0; color: #ffffff; }
Try to add the code again on the Quick CSS field.
Best regards,
IsmaelHi!
When the countdown goes to zero then you refresh the page, it doesn’t show the next event? The modification above includes a conditional function that should exclude current events based on the event start and end date compared to the current time. We reported this issue to Kriesi and we already passed the possible solutions above.
I would like to test this on your installation but all debugging efforts that I tried are not working. For example, if I try to use the var_dump function to display values of the variable, it doesn’t work. Can you please ask your hosting provider why?
Regards,
IsmaelHey!
I checked the site again and the next event is showing up: http://calderdaleinrecovery.com/
Cheers!
IsmaelHey Veronica!
Thank you for using Enfold.
That is weird. Do you remember adding any custom scripts to the theme? Please try to deactivate the plugins then hard refresh the page.
Best regards,
IsmaelHey nigdowser!
Thank you for using Enfold.
You need to enable it on Enfold > SIdebar Settings > Sidebar on Smartphones.
Regards,
IsmaelHey!
The code should work but first you need to add a custom css class attribute to the table element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
On the previous thread, “custom-class” was the custom css class attribute applied to the table element.
Regards,
Ismael -
AuthorPosts