Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Thanks David!
This reply has been marked as private.Hi David,
Thanks.
I have 3.2.3 installed.That is the latest isnt it?
Can i also add an Instagram icon with it?Cheers,
MaartenSeems to be working smoothly now Kyle, please close. Thanks
Thanks, you can close this one
Seems to be doing fine from our side now also. You can close this one.
ThanksThanks Kyle, sorry about that, should have looked a bit further
on the homepage, bottom of the right sidebar. beneath the Facebook plugin
This reply has been marked as private.I putt the custom css in theme options and added custom css code testimonial-text in the css options of the slider, then copied the text of the slider in the HTML widget:
[testimonial_slider text_size="normal" item_count="50" order="rand" category="All" animation="slide" autoplay="yes" alt_background="none" el_class="testimonial-text" width="1/1" el_position="first last"]
Thanks Mohammad!
What if i use it in an HTML based widget in a sidebar?
How do i implement that? This way it keeps white…Cheers
Hi Kyle,
Did that but, background is on white, text on black but the text keeps white.
Changing background works but not the color of the text.
CheersHi Kyle,
I guess i copied this into my functions php. First trying after searching the knowledge base and then ask in a new topic 😉
/* ========================================
Login logout in menu mobile
===========================================*/add_filter( ‘wp_nav_menu_items’, ‘sf_loginout_menu_link’, 10, 2 );
function sf_loginout_menu_link( $items, $args ) {
if ($args->theme_location == ‘main_navigation’) {
if (is_user_logged_in()) {
$items .= ‘<li class=”custom_mobile”>Log Out‘;
} else {
$items .= ‘<li class=”custom_mobile”>Log In‘;
}
}
return $items;
}?>
<?php
However. Can this be done only for the mobile menu and not for the normal site? So that it still exists in the mobile version but is is normal in the pc environment?
Cheers,
MaartenJanuary 18, 2016 at 4:48 pm in reply to: Shop filters shows all products and filtered beneath that #241503Thanks Kyle
January 18, 2016 at 4:45 pm in reply to: Shop filters shows all products and filtered beneath that #241498My bad.
i wanted to use the price filter with the make up of a page without it to be the official shop page, because i dont like the make up of that. But it seems that only works with the official store page, not on any page with products shown on that page. Is that correct?Cheers
-
Posted in: We hit Power Elite.