Forum Replies Created

Viewing 38 posts - 1 through 38 (of 38 total)
  • Author
  • in reply to: How to update Theme? #854
     Noz
    Participant

    Hi !

    Theme is now 1.4 and I would like to upgrade the theme FROM WP admin

    I run v1.1 and had previously upgraded first release from wp (have set ThemeForest user and API).

    BUT I can’t do the same now to upgrade to v1.4. Have NO LINK to upgrade in WP Admin :

    – WP says theme is update, but it is not…
    – SweetDate settings says “V1.4 is out. If you haven’t upgraded please do!!!” but gives no link to upgrade

    I use a child theme…

    Thanks.

    in reply to: Translated members online count man/woman and search #532
     Noz
    Participant

    PS : profile elements are translated.

    in reply to: Custom pink colors under "Recently Active User Groups" #530
     Noz
    Participant

    Works when !important added :

    #breadcrumbs-wrapp a:hover, #breadcrumbs-wrapp a:focus {
    color:#HEXA !important;
    }

    Thanks. πŸ™‚

    in reply to: Customize color for Search box items #529
     Noz
    Participant

    It works, thanks ! πŸ™‚

    in reply to: icon-signs (FB Twitter Pinterest) #528
     Noz
    Participant

    GREAT ! Thanks ! πŸ™‚

    in reply to: Custom pink colors under "Recently Active User Groups" #517
     Noz
    Participant

    Hi,

    Yes works BUT breadcrumbs custom colors (hover) set in admin are also modified.

    Have tried this :

    a.breadcrumbs:hover {color:#HEXA !important;}
    a.breadcrumbs-wrapp:hover {color:#HEXA !important;}
    a:not(.button .breadcrumbs-wrapp:hover) {color:#8224e3;}

    But none worked… Can you help to restore breadcrumbs:hover ?

    Thanks ! πŸ™‚

    in reply to: Customize color for Search box items #461
     Noz
    Participant

    Sorry, but I don’t understand what you mean… Where exactly should I set this ?

    in reply to: Customize color for Search box items #442
     Noz
    Participant

    Ok, thanks.

    What about the little triangle on the right of the search field ?

    It is set to white, but comes to back on hover.
    Have search with Firebug, but can’t find how to custom hover color (instead of black).

    in reply to: No heart, no circle on home carrousel #440
     Noz
    Participant

    EDIT : OK, have found solution with some other CSS

    .carousel-stories a.imagelink:hover .read, .circle-image a.imagelink:hover .read {display:none;}

    .carousel-stories .icon-heart {display:none;}

    .carousel-stories:hover .read {background:none;}

    in reply to: No heart, no circle on home carrousel #439
     Noz
    Participant

    Hi,

    Thanks. It’s OK for circles, but I still have hearts on pictures…

    Have tried to add :

    .icon-heart

    in your CSS, but they are still on pictures.

    in reply to: Translation contribution #403
     Noz
    Participant

    VERY NICE IDEA, Thanks sqadmin ! πŸ™‚

    in reply to: Home page design (background) with update v1.3 #396
     Noz
    Participant

    Cover doesn’t match all screen (pict is 1800 px large) : I get color on both sides.

    in reply to: Matching Fields not showing #395
     Noz
    Participant

    Besides, I see : All members 2

    And when I click on “2” or on “All members”, I get an alert :

    β€œSorry, no members were found”

    (Doesn’t work to show members)

    in reply to: Matching Fields not showing #394
     Noz
    Participant

    I can see fields now, but search does’nt work :

    “Sorry, no members were found”

    2 members match the criteria…

    Any idea ?

    in reply to: Matching Fields not showing #393
     Noz
    Participant

    Ok, will verify. Thanks.

     Noz
    Participant

    And profile header.

     Noz
    Participant

    Modifies also links in sidebars and breadcrumb…

    Could it be possible to define a class only for those three links (in which php file and where (line) should I add the class name before adding it in CSS) ?

    in reply to: Customize color for Search box items #378
     Noz
    Participant

    WORKS ! πŸ™‚ Custom CSS to use to customize search fields (default, hover) :

    .form-search.custom div.custom.dropdown ul { background: none repeat scroll 0 0 #HEXACODE1;border: 1px solid #HEXACODE2;}

    .form-search.custom div.custom.dropdown ul li:hover {
    color: #HEXACODE3;
    background: none repeat scroll 0 0 #HEXACODE2;
    }

    .form-search.custom div.custom.dropdown ul li {
    color: #HEXACODE3;
    }

    ***************

    Problem remaining with :

    1/ Search fields are empty (there are datas when you click, but nothing is seen before you click), even when default value is defined. When selecting, there is a blue field BEFORE first item : how can I get rid of that blue empty line ? I would like my default value to be seen in the field search before you click to select.

    e.g. Age 18 – 75
    instead of Age –

    2/ Seletor hover is still black when I try to customize it. I would like it to be :

    – white (default : this is ok)
    – my custom color when mouse goes over

    Thanks

    in reply to: Customize color for Search box items #375
     Noz
    Participant

    Will try : warmest thanks ! πŸ™‚

    GREAT support.

    in reply to: Home page design (background) with update v1.3 #374
     Noz
    Participant

    Yes, it is back, THANKS ! πŸ™‚

    What I wish is a full width picture under the search form.

     Noz
    Participant

    When you put a {color:#333}, it modifies all links, included the ones defined for buttons in settings…

    in reply to: Home page design (background) with update v1.3 #352
     Noz
    Participant

    Just need to deactivate CSS :

    #header {
    background-color: #ffffff ;
    background-image: customURL ;

    in reply to: Home page design (background) with update v1.3 #333
     Noz
    Participant

    Have no more Search Form nor Latest Members carousel…

    in reply to: Creating forum for groups #304
     Noz
    Participant

    FIXED, but there is a BUG.

    Had to do it from admin.

    Forum won’t validate from frontend.

    in reply to: Customizing colored texts on HomePage #299
     Noz
    Participant

    OK, thanks ! πŸ™‚

    For sure, this detailled topic will help other users.

    in reply to: Buddypress pages not showing #294
     Noz
    Participant
    in reply to: Buddypress pages not showing #292
     Noz
    Participant

    Have erased double page and verified menu. Groups and members are showing OK.

    Nevertheless, I have a problem with breadcrumb : it shows old incorrect link for groups :

    Home > Bad-groups-page > Group1

    instead of :

    Home > Good-groups-page > Group1

    How can I fix it ?

    in reply to: Buddypress pages not showing #282
     Noz
    Participant

    EDIT : might have a problem with double pages (see screenshot). Have verified Pages, and see only one Members and only one Groups… Any idea ?

    View : BuddyPressAdmin.jpg

    Re-EDIT : have 2 Groups pages… Shoud I simply erase the wrong one ?

    in reply to: Buddypress pages not showing #281
     Noz
    Participant

    The ones that show on HomePage.

    in reply to: Styling Home Page and Modern skin #280
     Noz
    Participant

    OK thanks ! πŸ™‚ Should be useful for many users. πŸ™‚

    in reply to: Buddypress pages not showing #275
     Noz
    Participant

    Hi,

    Not english speaking user : not about what you call “pretty link”.

    Would it be possible to get a screenshot of WP settings > Permalink to see what should be set ? I have the same problem : no user shown in “members”, and no group (and can’t find how to create new groups)…

    Thanks.

    in reply to: Buddypress pages not showing #274
     Noz
    Participant

    Hi,

    Sorry for that question, but I can’t find any link to create new groups, either in admin and as logged user… Perhaps I have forgottent to activate something, but I can’t find where. Could you help, please ?

    in reply to: Styling Home Page and Modern skin #273
     Noz
    Participant

    Ok, Thanks.

    Would be nice. πŸ™‚

    in reply to: Customizing colored texts on HomePage #270
     Noz
    Participant

    Hi,

    Have already done that, but does not work for several links (including profile page and Top Members links on homepage).

    Would you please tell me where and what to modify for 1/2/3 ?
    What about white arrows in pink circle on homepage, under “Sweet stories from our Lovers” ?

    Thanks for triangle. Will try.

    in reply to: Customizing colored texts on HomePage #267
     Noz
    Participant

    Hi,

    Thanks for circles. πŸ™‚

    Can’t undertand what and where to modify for β€œNewest” – β€œActive” – β€œPopular” links under β€œTop Members” , sorry. At the time beeing, I have : pink link – blue hover link.

    “Button Background Color” is already set to custom color, but with no result on those links. Neither on links for members “profile”…

    ** COULD YOU PLEASE TELL ME WHERE/WHAT TO MODIFY FOR MEMBERS PROFILE PAGE ALSO **

    1/ HOME / MEMBERS / PSEUDO / ACTIVITY / PERSONAL

    Slash bar are still blue (would like them my custom color).

    2/ Same for alert message background (blue -> would like it set to my custom color) :

    e.g. “Sorry, there was no activity found. Please try a different filter”

    3/ Links hover are also blue (would like hover color = my custom color) :

    Activity
    Profile
    Friends
    Groups
    Forums
    Album
    Settings

    4/ Little blue triangle remaining at the bottom of the colored header (where you find avatar, username, about me infos). Would like it my custom color.

    Many THANKS for GREAT support which really SAVE TIME when customizing design. πŸ™‚

    in reply to: Customizing colored texts on HomePage #260
     Noz
    Participant

    OK, thanks !

    And how to get the dynamic pink circles (groups) into another color ?

    What about pink/blue arrow behind “Sweet stories from our Lovers” ?

    And “Newest” – “Active” – “Popular” links under “Top Members” ?

    Thanks a lot ! πŸ™‚

    in reply to: Customizing colored texts on HomePage #254
     Noz
    Participant

    Would also like to modify color of “Our TV Commercial”

    in reply to: Styling Home Page and Modern skin #243
     Noz
    Participant

    Hi,

    OK, thanks. πŸ™‚ Had not users groups on. Could you please send a screenshot of “Components” in BuddyPress admin ?

    Have checked :

    – Extended Profiles
    – Account Settings
    – Friend Connections
    – Activity Streams
    – User Groups

    Not checked :
    – Private Messaging
    – Site Tracking

    Woud like to be sure I haven’t forgotten anything… πŸ˜‰

    Besides, is there a quick way to modify homepage in order to get the pink-brownish design you have in one of your WP demo on ThemeForest ?

    Regards.

Viewing 38 posts - 1 through 38 (of 38 total)

Log in with your credentials

Forgot your details?