Forum Replies Created

Viewing 15 posts - 31 through 45 (of 155 total)
  • Posted in:
  • in reply to: Widget footer height #91647
    E_K
    Member
    Post count: 199

    Ok, I do not use any cache then css.

    Can you suggest me some generator websites or similar websites that I can check my css there?

    in reply to: Widget footer height #91636
    E_K
    Member
    Post count: 199

    Thanks Kyle.

    Is there any chance something causes this because I do have same problem with all css.

    Sometimes after I edit css some values becomes invalid. It creates too many problems.

    in reply to: Widget footer height #91564
    E_K
    Member
    Post count: 199

    Hi Kyle,

    It works well in Custom CSS.

    Not working with child theme css.

    in reply to: Setting custom accent color per page #91544
    E_K
    Member
    Post count: 199

    Hello Kyle,

    Thank you for your reply.

    At the same page can you please have a look at the “Read More” button? I could not find the option to change hover colour. Can you please advise?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Setting custom accent color per page #91534
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    in reply to: Setting custom accent color per page #91528
    E_K
    Member
    Post count: 199

    Hello Kyle,

    Ok, I will leave it then.

    At the moment I use 940px body, Can you please tell me how can I set 1170px for just page-id-1221?

    I think it is possible.

    I will be waiting forward to hearing from you.

    Thanks.

    in reply to: Setting custom accent color per page #91517
    E_K
    Member
    Post count: 199

    Or remove accent effect? Again can be done by extra class or?

    in reply to: Setting custom accent color per page #91515
    E_K
    Member
    Post count: 199

    Good morning Kyle,

    Thank you.

    I see, any chance to do it by extra class?

    in reply to: Widget footer height #91312
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    in reply to: Widget footer height #91303
    E_K
    Member
    Post count: 199

    Hello Kyle,

    Yes, I put that on top of the child theme css.

    @media only screen and (min-width: 1200px) {
    .alt-bg {
    margin-left: -1000px!important;
    padding-left: 1000px;
    padding-right: 1000px ;
    }
    }

    in reply to: Widget footer height #91300
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    in reply to: Basic Counter (+) close by number #91236
    E_K
    Member
    Post count: 199

    Hello Mohammad,

    Thank you for your prompt reply.

    It works well now.

    I have a final question which is regarding to use this just for one counter.

    Such as ,

    ABC+ DEF GHI
    1000 2000 2500

    Thanks.

    in reply to: Blog/ Post Author, Category & Date Bar Position #91231
    E_K
    Member
    Post count: 199

    Kyle just want to be sure.

    Did you revise the one that you sent me last time or revised original file? (single.php)

    As far as I remember there was no line, find the attached. I guess it remained from the previous adjustment.

    Am I right, or?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Basic Counter (+) close by number #91219
    E_K
    Member
    Post count: 199

    Alternatively, can you send me the js file which is already contain this?

    in reply to: Basic Counter (+) close by number #91217
    E_K
    Member
    Post count: 199

    Hello Mohammad,

    countAsset.appear(function() {				
    					
    						countNumber.countTo({
                                                         onComplete: function () {
                                                                  countNumber.text(countNumber.text()+'+'); 
    								countDivider.animate({
    									'width': 50
    								}, 400, 'easeOutCubic');
    								countSubject.delay(100).animate({
    									'opacity' : 1,
    									'bottom' : '0px'
    								}, 600, 'easeOutCubic');
    							}

    Am I putting that on the right line?

    Thanks.

Viewing 15 posts - 31 through 45 (of 155 total)