Atilla Boz

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 188 total)
  • Author
    Posts
  • in reply to: Supreme Directory – #396954

    Atilla Boz
    Full Member
    Post count: 280

    Hmm ok but I cant add it inline, since the links are hidden in variables.
    Since it works, too – I will leave it like that for now, not the cleanest way but well…

    And any idea how to add the logo and signature in the mails in a better way?

    Best regards,
    Atilla

    in reply to: Supreme Directory – #396925

    Atilla Boz
    Full Member
    Post count: 280

    And one more question about the e-mails, I just styled the link color by adding on top of the mails the following:

    <style>a {color: #de0540} /* Linkfarbe anpassen */</style>

    Any cleaner way to do this?

    Would be cool, if GD users could add the styles, signature and logo one time in the future.

    Thaaaaanks again,
    Atilla

    in reply to: Supreme Directory – #396920

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    in reply to: Supreme Directory – #396919

    Atilla Boz
    Full Member
    Post count: 280

    Ok I just tested the snippet and it works just like it should!
    Thank you very much again Kiran!!

    Atilla

    in reply to: Supreme Directory – #396903

    Atilla Boz
    Full Member
    Post count: 280

    Hello Kiran!

    Thank you very much for the snippet. I will try it out and check back!

    Before I try that I need to drop another little question about the mails:

    – How could I add a signature logo to the bottom of the mails please?
    Right now I added it with hard code with the image URL like this:

    <img src="http://boz1.timmeserver.de/wp-content/uploads/2017/09/hop-mailsignatur.jpg" width="200">

    Is there a way to add it with a variable?

    Regards,
    Atilla

    in reply to: Supreme Directory – #396871

    Atilla Boz
    Full Member
    Post count: 280

    Ok thank you! Yes it`s right there where you said… I just saw that the link does not change when you switch to a different tab. The plan was to post you the place you said. 😉

    in reply to: Supreme Directory – #396867

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    in reply to: Supreme Directory – #396862

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    in reply to: Supreme Directory – category list view bug for grid views #394631

    Atilla Boz
    Full Member
    Post count: 280

    Thanks alot but I will wait till the update then, no hurries.

    in reply to: Supreme Directory – category list view bug for grid views #394623

    Atilla Boz
    Full Member
    Post count: 280

    Hi Paolo,

    ok let me know when there`s an update so I can delete those lines again. And with one third view it wont work with .sd thats why i did not use it there, somehow the other things I posted would also not work anymore so I went this way to fix it:

    
    
    /* LISTEN - Grid Ansicht - 3er Grid - Vorher wurden nur 2 in einer Zeile angezeigt */
    .geodir_category_list_view li.gridview_onethird {
        margin: 0 14px 0 0;
        width: calc(33.3% - 12px);
    }
    /* LISTEN - Grid Ansicht - 4er Grid - Vorher wurden nur 3 in einer Zeile angezeigt */
    .sd .geodir_category_list_view li.gridview_onefourth {
        margin: 0 9px 0 0;
        width: calc(25% - 12px);
    }
    /* LISTEN - Grid Ansicht - 5er Grid - Vorher wurden nur 4 in einer Zeile angezeigt */
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0px 8px 0 0;
        width: calc(20% - 12px);
    }

    Cheers,
    Atilla

    in reply to: Supreme Directory – category list view bug for grid views #393877

    Atilla Boz
    Full Member
    Post count: 280

    Correct code for the Grid 3 Grid view would be:

    
    
    .geodir_category_list_view li.gridview_onethird {
        margin: 0 14px 0 0;
        width: calc(33.3% - 12px);
    }

    instead of:

    
    
    .geodir_category_list_view li.gridview_onethird {
        margin: 0 15px 0 0;
        width: calc(33.3% - 12px);
    }

    Correct code for the Grid 4 Grid view would be:

    
    
    .sd .geodir_category_list_view li.gridview_onefourth {
        margin: 0 12px 0 0;
        width: calc(25% - 12px);
    }

    instead of:

    
    
    .sd .geodir_category_list_view li.gridview_onefourth {
        margin: 0 13px 0 0;
        width: calc(25% - 13px);
    }

    And correct code for the Grid 5 Grid view would be:

    
    
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0px 11px 0 0;
        width: calc(20% - 12px);
    }

    instead of:

    
    
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0px 12px 0 0;
        width: calc(20% - 12px);
    }

    You might want to change the px, so its clean in all different Grid types.

    Cheers,
    Atilla

    in reply to: Repositioning the ratings in list-view (part II) #393869

    Atilla Boz
    Full Member
    Post count: 280

    Thank you Stiofan, but for now I´m just happy with the functions.php version, maybe in the next month I will optimize stuff like that.

    Cheers,
    Atilla

    in reply to: Change CPT (custom post type) of a listing #393859

    Atilla Boz
    Full Member
    Post count: 280

    Ok cool!

    This way brought me to the light:
    1. I changed the posts date to 1.1.2007 because on the original date there were other posts too.
    2. I exported the posts from the CPT from date range 01.01.2007 – 01.01.2007 with 1 entry in the CSV
    3. Changed 4 things in the file:

    3.1 CPT
    3.2 post_category
    3.3 default_category
    3.4 package_id

    4. Then imported the file and activated update entry if the post id already exists.

    And if sb needs to pick specific posts they could be set on the same date so more then 1 post can be re-ordered into a different CPT.

    Thanks alot Paolo – great hint 😉
    Atilla

    in reply to: Change CPT (custom post type) of a listing #393855

    Atilla Boz
    Full Member
    Post count: 280

    Gonna try the export now. Exported 2 lists before. Screenshot was wrong sorry.

    Thx,
    Atilla

    in reply to: Change CPT (custom post type) of a listing #393852

    Atilla Boz
    Full Member
    Post count: 280

    Ok checked that link.
    I see no option to change the CPT of listings one by one. I can only export the complete list of CPTs right?

    Cheers,
    Atilla

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