Forum Replies Created
-
AuthorPosts
-
April 30, 2016 at 11:26 pm in reply to: Layerslider – existing slides not showing in layerslider window #625159
The homepage… and for reference, it’s the only page that has slides
April 30, 2016 at 12:45 pm in reply to: Layerslider – existing slides not showing in layerslider window #624965I know layerslider is working – that’s not my problem. My problem is that I cannot view/see/edit any of my existing slides that i’ve already created…
April 28, 2016 at 5:47 am in reply to: Layerslider – existing slides not showing in layerslider window #623482Sorry about my demanding tone in my previous post, it’s just come to my attention that my reply post for login credentials wasn’t posted, nor was it any way logged in my account….
Again, sincere apologies.April 27, 2016 at 11:07 am in reply to: Layerslider – existing slides not showing in layerslider window #622919Any update as to the reason why I can not view my existing slides yet – I posted private login details nearly a week ago…. Please find below the credentials again…
April 21, 2016 at 3:17 am in reply to: LayerSlider WP – This site is not yet authorized to receive plugin updates error #618828I am also having the same problem..
Everything recently updated or was already up to date, deactivated/reactivated theme/plugins
You can close this ticket
I have done all of that via FTP again……. and It’s still not working. I can set up an account for you to login with if you like??
I forgot to add the site, it’s here: http://test.ngamanuwaiata.com.au/
April 24, 2015 at 3:34 am in reply to: Icons missing and/or they are in Chinese characters AGAIN!!! #433856This problem has been solved. You can close this ticket
Thank you Elliot, the problem has been solved thanks.
You can close this ticket.February 17, 2014 at 3:29 am in reply to: Remove the scroll bar from the Single product image #224726it’s fixed
November 24, 2013 at 8:26 am in reply to: child theme – adding code to the functions.php breaks my site #192440Thank you all for your assistance and I have finally got it working with the aid from the guys at Modern Tribe.
The action remove/add code was incorrect and should have read:
remove_action('tribe_events_single_event_after_the_meta', array(TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5); add_action('tribe_events_single_event_after_the_content', array(TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5);
I’m not php savvy and i’m unsure of what the number 5 represents at the end of the code, but I can state that it works without any problems.
Devin, i’m all good for you to close this ticket.
November 19, 2013 at 3:31 am in reply to: child theme – adding code to the functions.php breaks my site #190443The code that i’m adding is as follows, and is used to control the display of some elements from the “The Events Calendar PRO” and “Wootickets” plugin from Modern Tribe. I have followed the Enfold child theme video tutorial (yours Devin), as well as the tutorials and documentation from the Modern Tribe website with no success in getting this code to work in my child theme functions.php file.
Latest Enfold installed, no plugins activated. As stated earlier, the added php code works fine with no problems in the parent theme fuctions.php file.
/*
* Move the Wootickets form to Below the Event Description
*/
remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
add_action(‘tribe_events_single_event_after_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));/*
* Filter Modern Tribe’s The Events Calendar / Events Calendar PRO plugins to show ticket prices from the WooCommerce Tickets add-on
*/
function my_wootickets_tribe_get_cost( $cost, $postId, $withCurrencySymbol ) {
if ( empty($cost) && class_exists(‘TribeWooTickets’) ) {
// see if the event has tickets associated with it
$wootickets = TribeWooTickets::get_instance();
$ticket_ids = $wootickets->get_Tickets_ids( $postId );
if ( empty($ticket_ids) ) {
return ”;
}// see if any tickets remain, and what price range they have
$max_price = 0;
$min_price = 0;
$sold_out = TRUE;
foreach ( $ticket_ids as $ticket_id ) {
$ticket = $wootickets->get_ticket($postId, $ticket_id);
if ( $ticket->stock ) {
$sold_out = FALSE;
$price = $ticket->price;
if ( $price > $max_price ) {
$max_price = $price;
}
if ( empty($min_price) || $price < $min_price ) {
$min_price = $price;
}
}
}
if ( $sold_out ) { // all of the tickets are sold out
return __(‘Sold Out’);
}
if ( empty($max_price) ) { // none of the tickets costs anything
return __(‘Free’);
}// make a string showing the price (or range, if applicable)
$currency = tribe_get_option( ‘defaultCurrencySymbol’, ‘$’ );
if ( empty($min_price) || $min_price == $max_price ) {
return $currency . $max_price;
}
return $currency . $min_price . ‘ – ‘ . $currency . $max_price;
}
return $cost; // return the default, if nothing above returned
}
add_filter( ‘tribe_get_cost’, ‘my_wootickets_tribe_get_cost’, 10, 3 );/*
* Remove the iCal Import button except from Single-Event view
*/
add_action(‘tribe_events_before_template’, ‘remove_ical_from_list_view’);function remove_ical_from_list_view() {
if (tribe_is_event_query() && tribe_is_list_view())
remove_filter(‘tribe_events_after_footer’, array(‘TribeiCal’, ‘maybe_add_link’), 10, 1);
}add_action(‘tribe_events_before_template’, ‘remove_ical_from_month_view’);
function remove_ical_from_month_view() {
if (tribe_is_event_query() && tribe_is_month())
remove_filter(‘tribe_events_after_footer’, array(‘TribeiCal’, ‘maybe_add_link’), 10, 1);
}add_action(‘tribe_events_before_view’, ‘remove_ical_from_org_venue_views’);
function remove_ical_from_org_venue_views() {
if ( tribe_is_event_query() && (tribe_is_organizer() || tribe_is_venue()) )
remove_filter(‘tribe_events_after_footer’, array(‘TribeiCal’, ‘maybe_add_link’), 10, 1);
}August 11, 2013 at 3:19 pm in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131943Ismael, why the hell would I pay for another damn slider???!!! I find your advise pathetic to say the least. I’ve clearly demonstrated my resolve to get the layerslider working in a manner according to certain design parameters – all which seem to fail as a result of using Layerslider. Furthermore, I think layerslider is very easy to use and that the interface is quite intuitive and the documentation extensive – it’s unfortunate that my slider designs are clearly beyond the capacity of layerslider to execute in manner that I expect….! Please don’t help any further, unless you’re prepared to outlay the necessary cost and time in terms of implementation of new slides…!
@Devin – Firstly, let me be clear in saying that all these problems started occurring after the last layerslider update. Everything was working perfectly prior to that, including the ability to change layer names….
August 2, 2013 at 3:00 pm in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131938Thanks Ismael, but i’ve already done that…. My global settings are as follows:
Slider width: 1800px
Slider height: 150px
Responsive: Disabled
Full-width slider: Enabled
Responsive under: 0px (only because of the advice next to this setting – “Important! If you enter a value higher than 0, the normal responsive mode will be switched off automatically!”
Layers Container: 1200px
It works the way it’s supposed to in Chrome and FF at 100% zoom only… I’m still experiencing problems, in particular, when the screen is resized (layout breaks – elements overlap or are incomplete)
I have made slight modifications since my last post including:
1. adding height and width dimensions using css i.e width:200px; height:150px; opacity: .40;
2. transferred the above dimensions into the “padding” fields
3. transferred all field entries into css i.e width:200px; height:150px; margin-left: 200px; margin-top: 0px; background-color: #000; opacity: .40; – inconsistent results
4. targeted each layer element in Quick css and added the appropriate css styling
5. used <div><span> and HTML
None of these corrected and of the issues in any significant way…
Lastly, and most importantly, further testing concluded that, DISABLING the Responsive setting fixed nearly every single issue that I was experiencing except when the screen is resized (layout breaks – elements overlap or are incomplete).
August 2, 2013 at 1:02 am in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131936Thanks Devin.
Having played around exhaustively with these settings prior to my initial post, as well as with the aid of your advice, my preview slider is still producing results that are inconsistent with the final rendering in terms of:
1. when the screen is resized (layout breaks – elements overlap or are incomplete)
2. when viewing the site in different browsers (Chrome (works perfect at 110% Zoom), FF, IE9 and above – layout breaks – elements overlap or are incomplete or are in the incorrect position) and,
3. when viewing the site on different devices (iPad, iPhone)
Also, due to the amount of layers (only 8), editing each layer is cumbersome and time consuming since I can’t change the layer name to something applicable to the element on that layer. I have since used other tactics to overcome this (using lock and hide icons, clicking on the element in the preview window), however, I still have to traverse through the layers to edit the desired element.
I will be playing around with the slider today in the hope of addressing (further) some of these issues, in which case, they maybe be moot points when you read this post or view my page: http://teroopuatawhai.com/community/
I’m having this problems also… Any advice would be very helpful. No plugins active, V1.8.4 and 128mb php memory.
I was having the same problem also and I applied the following CSS for a quick work around:
.avia-full-stretch {
-webkit-background-size: cover !important;
background-size: cover !important;
}
“-webkit-background-size: cover !important;” fixed the issue in Chrome & “background-size: cover !important;” fixed the issue in Fire Fox.
I haven’t checked to see if the problem is occurring in any other browsers, so if there is another solution, any help would be much appreciated.
-
AuthorPosts