Atilla Boz

Forum Replies Created

Viewing 8 posts - 181 through 188 (of 188 total)
  • Author
    Posts
  • in reply to: Supreme Directory: How to change the container with? #322383

    Atilla Boz
    Full Member
    Post count: 280

    Oh and it also works without the !important stuff

    
    
    .container {padding: 0;}
    
    @media (min-width: 992px) {
    .container {
    width: 100%;
    padding: 0;
    }}
    
    @media (min-width: 768px) {
    .container {
    width: 100%;
    padding: 0;
    }}
    in reply to: Supreme Directory: How to change the container with? #322381

    Atilla Boz
    Full Member
    Post count: 280

    Hello again paolo,

    thanks I should have seen it… I have used it like this now:

    
    
    .container {padding: 0;}
    
    @media (min-width: 992px) {
    .container {
    width: 100%;
    padding: 0 !important;
    }}
    
    @media (min-width: 768px) {
    .container {
    width: 100%;
    padding: 0 !important;
    }}

    And I also found out that Simple CSS is compatible with GD, which makes it easier to manage Custom CSS Code.

    Thank you paolo!

    in reply to: Supreme Directory: How to change the container with? #321658

    Atilla Boz
    Full Member
    Post count: 280

    Oops the screenshot file was too big, here it comes again.

    in reply to: Can`t find: GD > Design > Scripts > Disable Core SCSS #321652

    Atilla Boz
    Full Member
    Post count: 280

    @stiofan
    But I will have to do some massive changes of the main CSS stuff. I Copied all the files from the Supreme Theme, copied it into another folder and gave the theme a different name. Since it is also a child theme of Starter Directory I thought updating will be no problem.

    So my main problem is, when I do CSS changes i constantly refresh pages etc, and working with the files itself makes it faster and much more comfortable with a bigger interface.

    I also tried to make changes with a Plugin called Simple CSS, that you might know. Maybe you can add an editor like that in the future. With that plugin I found out some things change, but some thing

    s don

    t.

    Anyways I will try to make that basic change of the width with the function at GD>Design>Scripts and see how it works.

    Opening new thread in a second.

    in reply to: Can`t find: GD > Design > Scripts > Disable Core SCSS #321641

    Atilla Boz
    Full Member
    Post count: 280

    You guys are true support beasts – I get two answers instantly at the same time. This is just awesome hahahah. Really I can`t stop laughing right now – you totally made my day. Best support ever, for real!

    Ok now back to the topic:
    @paolo – SCSS is totally new to me, and I tried hard to make some changes, but that was I guess because my editor (netbeans) did not do the right conversion after changing and saving the file. I tried to make CSS changes at my local installation and I could not get it to change anything.

    So I thought switching it off could make it easier to change the CSS, and then when I switch it on again GD will hopefully understand and translate what I changed before. That was the plan. But I guess you can tell me the better way to make changes. I will open a new post with new topic about what I tried to change (container width).

    @stiofan – Here is one point called Script Settings: https://wpgeodirectory.com/docs/core-design/#navigation – I was leaded there from the basics setup site: https://wpgeodirectory.com/docs/guide-to-setting-up-your-geodirectory-website/ at Connect Menu it sends you to the other page to look up how the menu Settings work. Then I saw it right under that point and got curious.

    Good thing: My customer asked for that function from SCSS of saving the CSS in one file and I did not even know that something like that exists and said: “Sorry, that`s impossible…” Now I can copy that line and show that even that function is included with your plugin.

    Thanks paolo and Stiofan for your support, problem solved 🙂

    in reply to: Supreme Directory – Listing View, category text #321616

    Atilla Boz
    Full Member
    Post count: 280

    Hello paolo,

    I just think maybe it`s all too complicated. I just checked how I did it last time and I used a class for each text and then another class for the hidden path. That way I could just add the classes into the description text itself, instead of touching the outer class.

    Thanks again, first time I used the forum and I gotta give 3 thumbs up for your speed of answers. First I bought a theme for the directory then I saw here everything seems to be organized better. Looks like I made the right decision.

    More questions coming soon – thanks for resolving this one!

    in reply to: Supreme Directory – Listing View, category text #321509

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    in reply to: Supreme Directory – Listing View, category text #321505

    Atilla Boz
    Full Member
    Post count: 280

    Hello Kor Chung,

    I reloaded all theme files and now it shows only 1 description text at the top of the list. Thank you for the hint!

    And showing on top, is the normal position right?

    But now there a different problem. That text on the top is so long that it is hiding half of the images from the listing by pushing them down. Can you tell me in which file I can find that line with div class=”term_description” so I can give that div area another class?

    I will try to let the full textbox open, when you hover over let`s say the first 3 lines of the description. So first it shows only a little teaser of the text and when yo hover you can see the rest of it.

    Soon as I know where that line is to be found it will be possible I guess.

    Thank you very much,
    Atilla

Viewing 8 posts - 181 through 188 (of 188 total)