Forum Replies Created
-
AuthorPosts
-
Hey ugurege!
Thank you for using Enfold.
Do you want to place it on single post pages? You need to edit the includes > loop-index.php file.
Regards,
IsmaelHi!
Edit the color section then set the Section Background > Background Repeat to “Stretch to Fit”.
Regards,
IsmaelHey Betsy!
Thank you for using Enfold.
You can try this in the Quick CSS field:
#js_sort_items a { width: 32%; margin-left: 1%; } #js_sort_items .text-sep { display: none; }Regards,
IsmaelHey!
He can try it in the events_countdown.php file. Use this code: http://pastebin.com/kg7KDvPH
Look for this line:
foreach($next->posts as $post) { $end = explode(" ", $post->EventEndDate ); $start = explode(" ", $post->EventStartDate ); if($time < strtotime($end[0]) && strtotime($start[0]) > $time) { $upcomings[] = $post; } }Below, he can add something like this:
var_dump($upcomings);It will not display the events, at least not when I tried it. This same line of code display the upcoming events on my installation.
Best regards,
IsmaelJuly 20, 2015 at 10:11 am in reply to: Nextgen gallery with basic settings totally distorted #475660Hi kds-systems!
Thank you for using Enfold.
Please check the text block. Make sure that there are no “pre” tags.
Cheers!
IsmaelHey!
I checked the test product page or product but it doesn’t exist. Did you remove it? Please recreate the test page then we’ll check it.
Best regards,
IsmaelHey!
Please try to flush the permalink settings. Go to the Settings > Permalinks panel then click the save button once.
Best regards,
IsmaelJuly 20, 2015 at 10:06 am in reply to: Placement problems in mobile view (cart and search icon) #475657Hey!
How can we login to the actual site? When I login to the link above, it goes directly to a cpanel. Where do we go from there? I tried to login but I got errors: http://7994.linux15.testsider.dk/wordpress_e/wp-login.php
Best regards,
IsmaelJuly 20, 2015 at 10:03 am in reply to: Replace standard search with WooCommerce product search? #475655Hey!
I checked the search field and the placeholder “Search” is removed when you input a keyword or search something.
Cheers!
IsmaelHi!
I checked the link above and the icons are a bit too big for the ‘more details’ text. Are you sure you want to put it beside the icons? I think the current layout looks better.
Cheers!
IsmaelHey!
Thank you for the screenshot. It’s possible to move the position of the title, date and author but creating a box layout and custom formatting for the date is a bit complicated. You will have to modify the loop-index.php file. This will require some custom work so you have to hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
If you enable the widgets inside the header menu on mobile device, it will go above the main content, just below the header. Add this in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block; } }Cheers!
IsmaelHey MindSpark!
Thank you for using Enfold.
If you don’t mind, we would like to see actual page with the slider. Make sure that you have the latest version of the theme, 3.2.2. I’m sure we can fix it by resizing the captions using css.
Regards,
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
I checked the page but I don’t see any full width button element there. Did you remove it? Please create a test page so that we can inspect it. If possible, please update the theme to the latest version, 3.2.2.
Cheers!
IsmaelJuly 19, 2015 at 5:08 pm in reply to: Small bar above Main Menu (color change doesn't stick) #475413Hey Mkieling!
Thank you for using Enfold.
You can use this in the Quick CSS field:
#header_meta { background-color: red; }Cheers!
IsmaelHi mandahays!
Thank you for using Enfold.
Actually, you have to disable the shop base page in the Dashboard > Woocommerce > Settings > Products > Display panel. Edit the shop page then add the products by using the Product Grid element. You can then change the header style.
Cheers!
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
It shouldn’t be doing that. Please make sure that you have the latest version of the theme, 3.2.2. If the issue persist, try to deactivate all plugins then test it again.
Cheers!
IsmaelHi!
You can use this in the child theme’s functions.php file:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['rewrite']['with_front'] = false; return $args; }Best regards,
IsmaelHi!
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 #475391 -
AuthorPosts
