Forum Replies Created

Viewing 17 posts - 31 through 47 (of 47 total)
  • Author
    Posts
  • in reply to: Single Post pages : Delete some parts #255745

    So I made a sidebar.php file in my child theme folder. In the file, I only used the code you gave me – I didn’t repeat the Enfold code. It works – kind of… Basically the whole sidebar is gone, but I still wanted to show the Archive, which I’m assuming is “avia_dummy_widget(4);” According to your code, I understand it should show Archive, but I wonder why not?

    I put the code in exactly as you gave it to me.

    I will send site link next.

    in reply to: Single Post pages : Delete some parts #255234

    Is there a way to put the php code into my child-theme functions.php file? Will it override the main theme php?
    I try not to edit any main theme files if I don’t need to.

    in reply to: Form fields, change color on Focus #255202

    Yes it worked. Thanks!

    in reply to: Form fields, change color on Focus #254676

    Hmmm, this seems to work but could I be missing anything?

    #top input[type=”text”]:focus,
    #top input[type=”email”]:focus,
    #top input[type=”tel”]:focus,
    #top input[type=”number”]:focus,
    #top textarea:focus,
    #top select:focus {
    background-color: #FFFA99 !important;
    }

    in reply to: Social Icons cutting off #254652

    It seems to have worked. Will give it some testing time. Thanks.

    in reply to: Social Icons cutting off #254583
    This reply has been marked as private.
    in reply to: Responsive "Pops" #252408

    Ok but not sure what part to modify. I don’t want to mess anything up! Especially when the theme updates.

    Is there a way to add to custom.css? I just want to change the part where it’s around ~860px wide.

    Also, regarding my other post above, for 4-column footer, how can I make each column with less padding/marginin between each? When the browser is about ~860 wide (same as above) the columns display in a 2×2 (2 across, 2 rows) but want it to still be 4 columns across at the ~860 size. (Remember the ~860 is my guess since I always have the scrollbar and can’t tell exact pixels!)

    Thanks

    in reply to: Responsive "Pops" #251349

    Hi Yigit,

    Sorry I didn’t explain clearly. I want to keep it responsive. Now that you understand that, please re-read my initial post, so I won’t have to repeat. Thanks!

    in reply to: Responsive "Pops" #251318

    Oh, also, at around the 960 width – I’d like to make sure the footer (set at 4 columns) still shows the 4 columns in one row, rather than breaking them in a 2×2 grid (which it now does at the ~860 size).

    Thanks

    in reply to: Search Results : Remove bottom part? #250875

    Great thanks Josue!

    in reply to: Enfold and Formidable Pro not cooperating #250802

    I actually already tried that. But it still overrides any specific field width settings in Formidable.

    To “sort of” help (but still doesn’t solve the problem) I used:
    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    min-width: 0 !important;
    }

    It’s better, but that doesn’t solve the problem either.

    The main issue is that in Formidable, you can specify whether a field is full-width, or you can choose your own width (i.e. 5 characters wide for a number field, etc) and it seems like the “width” in base or child CSS should really be cleared/deleted for Formidable to work properly. Just my guess.

    It seems like I have to get into the base CSS and delete “width: 210px” since I can’t really null it out. But, where is the base CSS? (Sorry, I’m not a WordPress or CSS master, but still learning!) Even though I prefer not to touch ANY base code, I’d be curious to know if this would solve the problem.

    By the way, I was wondering why did you guys choose 210px for fields?

    Just curious – I bought Formidable since you guys recommended it, but has anyone else mentioned any issues between Enfold and Formidable??

    Thanks for the help!

    in reply to: Enfold and Formidable Pro not cooperating #250479
    This reply has been marked as private.
    in reply to: Enfold and Formidable Pro not cooperating #250367
    This reply has been marked as private.
    in reply to: Enfold and Formidable Pro not cooperating #250337
    in reply to: Enfold and Formidable Pro not cooperating #250103
    This reply has been marked as private.
    in reply to: Enfold and Formidable Pro not cooperating #250097
    This reply has been marked as private.
    in reply to: Enfold and Formidable Pro not cooperating #249936

    1. The width field settings in Formidable are being overridden by Enfold CSS:
    /* #Forms
    ================================================== */
    #top .input-text,
    #top input[type=”text”],
    #top input[type=”input”],
    #top input[type=”password”],
    #top input[type=”email”],
    #top input[type=”number”],
    #top input[type=”url”],
    #top input[type=”tel”],
    #top input[type=”search”],
    #top textarea,
    #top select {

    width: 210px;

    }

    2. In Formidable, if I choose the field labels to be set to “none” (rather than top, right, left, etc…) then the “block” CSS parameter overrides it:
    #top label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    }

    It seems if I get rid of the “#top” class in the Forms area of Enfold’s base CSS, then I should be ok? I’d rather not mess at all with the base CSS. But I need to solve this is my client’s site.

Viewing 17 posts - 31 through 47 (of 47 total)