Forum Replies Created

Viewing 40 posts - 161 through 200 (of 260 total)
  • Author
  • in reply to: Activity stream shortcode #136333
     excellins
    Participant

    Hey Radu please one last question on this thread.
    when a user registers on the site he receives a mail from “@gamehostel.com” please how can i change the wordpress name? i used the following code on my child theme functions.php file but it didnt work
    function custom_wp_mail_from( $email ) {
    $handle = ‘support’;
    $find = ‘http://’;
    $replace = ”;
    $link = get_bloginfo( ‘url’ );
    $domain = str_replace( $find, $replace, $link );
    return $handle . ‘@’ . $domain ;
    }
    add_filter( ‘wp_mail_from’, ‘custom_wp_mail_from’ );

    in reply to: Activity stream shortcode #136262
     excellins
    Participant

    Thanks Radu

    in reply to: Activity stream shortcode #136157
     excellins
    Participant

    Hey Radu, so sorry i encountered a very little issue. the element i specified is sticky and floats on desktop (which is good) but it became sticky when viewing on mobile phones. is there a css i can use to disable it from bein sticky on mobile? so it can remain sticky on only computers? Thanks. the element i want to disable from being sticky on mobile is #rev-slider-widget-2

    in reply to: Activity stream shortcode #135986
     excellins
    Participant

    Thank you Radu, for your time, patience and impact. i really appreciate. you are the best. Thanks so much!!!

    in reply to: Activity stream shortcode #135812
     excellins
    Participant

    ok thanks Radu but please do i need to copy the exact code and paste again with a different element ID or i would include the element ID to the code you provided. For example now i want to include “text-12” so it becomes sticky as well do i copy the entire javascript code again but change “text-11” to “text-12” and paste under the code you gave to me or do i just include “text-12”. if so please how do i add it to the existing code you provided,Thanks Radu also i am very sorry for taking much of your time. can you help with example? please

    in reply to: Activity stream shortcode #135644
     excellins
    Participant

    Hey Radu you are a genius thanks. that worked. In my activity front page i have 3 columns, is there a way i can also make a div id tag in the other column to be sticky?
    Also in my user profile page i have a text “12” can i also make the widget in the user profile to be sticky? In the following code if i want to include another widget area like “text-30” to be sticky can i add that to the text area like this: jQuery(‘#text-11′, #text-30’)? example in the code;
    <script>
    jQuery( document ).ready(function() {
    (function(jQuery){
    jQuery(‘#text-11′, #text-30’).affix({
    offset: {
    top: 600,
    bottom: 0,
    }
    });
    })
    ( jQuery );
    });

    </script>

    Thnaks Radu

    in reply to: Activity stream shortcode #135516
     excellins
    Participant

    Here’s another image of what i mean

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135510
     excellins
    Participant

    Hello, i used the code and changed the value from “600” to “950” that allowed for the widget to appear right after the last widget down which was ok. now i think if theres a way to make the “text-11” to stay in the middle rather than so much down. i noticed the “search knowledge base” widget here is not down but rather the middle. if it can stay like that, it wont be scrolled so much to dissapear in the footer. it only dissapears when the user scrolls down and “text 11” goes down to the footer section

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135501
     excellins
    Participant

    Hey Radu, i tried it, this seems to work but when you scroll down to the last page it dissapears in the footer section and when you scroll up again it doesn’t appear to scroll back up.. in image “2” after it goes down to footer when i scroll up again it isn’t visible anymore again until i refresh the page. so it scolls down only but it doesn’t scroll up.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135497
     excellins
    Participant

    Hey Radu, i tried it, this seems to work but when you scroll down to the last page it dissapears in the footer section and when you scroll up again it doesnt appear to scroll back up.. in image “2” after it goes down to footer when i scroll up again it isn’t visible anymore

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135476
     excellins
    Participant

    also i get the following error in the footer when i put the code. got the same error when i added the first code

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135462
     excellins
    Participant

    Hey Radu, thanks for response. i just tried with the code it still didnt work.did i get it correctly below?

    jQuery( document ).ready(function() {
    (function(jQuery){
    jQuery(‘#text-11’).affix({
    offset: {
    top: 600,
    bottom: 0,
    }
    });
    })
    ( jQuery );
    });

    in reply to: Activity stream shortcode #135326
     excellins
    Participant

    Sorry please this is the code i used but didnt work, ignore the first i didn’t copy it copletely

    (function($){
    $(‘#text-11’).affix({
    offset: {
    top: 600,
    bottom: 0
    }
    });
    })( jQuery );

    in reply to: Activity stream shortcode #135322
     excellins
    Participant

    Hey Radu, thanks for quick response, but i tried the code and it didnt work in my own case it was “text-11” i wanted the badges and rank widget to be sticky… below is the code i used or did i get it wrongly? thanks
    (function($){
    $(‘#text-11’).affix({
    offset: {
    top: 600,
    bottom: 0
    }
    });

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135178
     excellins
    Participant

    Hey Radu thanks!! this widget works. you are the boss! please permit me to ask another question… how can i make a widget sticky? i see when i scroll through this current page the “search knowledge base ” widget scrolls down too can i make a widget sticky like this too? example my members widget so as the site is scrolled down the widget is sticky

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity stream shortcode #135038
     excellins
    Participant

    Hey Radu Thnaks for picking this up… i tried the plugin it worked but same as before. it displays the activity of the present page. if i am in home pge “activity home page” it displays activity stream of the home page if i am in a user profile page it displays the activity stream of the user only. is there a way to make it display the activity of all users by default? so that even if i am in a user profile page it displays activity stream of all users in the widget? if no then thanks Radu

    in reply to: Hide widget for mobile. #134940
     excellins
    Participant
    Not marked as solution
    in reply to: Hide widget for mobile. #134892
     excellins
    Participant
    Not marked as solution
    in reply to: Hide widget for mobile. #134814
     excellins
    Participant
    Not marked as solution
    in reply to: Hide widget for mobile. #134805
     excellins
    Participant
    Not marked as solution
    in reply to: Hide widget for mobile. #134637
     excellins
    Participant
    Not marked as solution
    in reply to: Help #134015
     excellins
    Participant

    It worked!!! i used padding 20 and its okay. thank you so much. Radu.. i am very grateful. God bless you!!

    in reply to: Help #133995
     excellins
    Participant
    This reply has been set as private.
    in reply to: Help #133898
     excellins
    Participant

    Below is the default when enlarged, i will like it if its possible to be at that dimension. 1349 x 380

    Attachments:
    You must be logged in to view attached files.
    in reply to: Help #133890
     excellins
    Participant

    Hey Radu, i am extreamly glad it was you that picked up this question you are always a life saver, its been solved now!!! thanks. please one more last question, please.
    The buddypress user profile, when expanded by default it is set to 1349 x 380 (i think), but after i installed the plugin “mycred” i needed to display user badges and rank on the profile, this made user profile when expanded to be 1349 x 506…. Please is there a way to make it remain 1349 x 380 by default? presently it is set to a maximum of 1349 x 506, but i want it not to exceed 1349 x 380. Please Radu… Thank you so much. you are the best!!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Changing font for heading only #133888
     excellins
    Participant

    Hey Laura, please ignore the support question. It has been fixed already. Thanks

    in reply to: Changing font for heading only #133840
     excellins
    Participant
    This reply has been set as private.
    in reply to: Changing font for heading only #133626
     excellins
    Participant

    Hello Laura, tried the code but it didn’t work… i need the css to affect only the menu section of the website (eg for this website its the “get support, blog, wp themes, my account”)

    in reply to: Changing font for heading only #133367
     excellins
    Participant

    Thanks Laura, for now you can use the following font options: h3, font family: “Arimo” and font size 14, i intend to change the font type and size later. from the css you provide all i will need do is put the font type and size i need when ever i need the change. Thanks

    in reply to: cant change font type after update #132959
     excellins
    Participant

    Hey Guys, download the new Social Article update. it fixed the font issue

    in reply to: Fatal error #132927
     excellins
    Participant
    Not marked as solution
    in reply to: Fatal error #132808
     excellins
    Participant
    Not marked as solution
    in reply to: Fatal error #132805
     excellins
    Participant
    Not marked as solution
    in reply to: cant change font type after update #132753
     excellins
    Participant

    OK Radu. Thanks for your effort.

    in reply to: cant change font type after update #132643
     excellins
    Participant
    This reply has been set as private.
    in reply to: Update changed front page layout #132628
     excellins
    Participant
    Not marked as solution
    in reply to: Update changed front page layout #132627
     excellins
    Participant
    Not marked as solution
    in reply to: cant change font type after update #132540
     excellins
    Participant

    Ok Radu….i did all that but nothing seems to work… it was ok with the update 4.1, but when a new update 4.1.2 was released few hours later it removed the font option. Is your version 4.1.2 as well?

    in reply to: Social Articles dont work after update #132351
     excellins
    Participant

    Hello, ignore the complain, plugin author provided a temporal fix. thanks 7th queen.

    in reply to: Update changed front page layout #132324
     excellins
    Participant
    Not marked as solution
Viewing 40 posts - 161 through 200 (of 260 total)

Log in with your credentials

Forgot your details?