rigots

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 274 total)
  • Author
    Posts
  • in reply to: Is there flagging mechanism for postings #372878

    rigots
    Lifetime Member
    Post count: 275

    Hi I just realized that the email sent out can be modified under Reports->Settings and I can remove the second admin only link. But I still don’t understand why the email come from “WordPress” in the from email field that I receive.

    Thank you.

    in reply to: Is there flagging mechanism for postings #372877

    rigots
    Lifetime Member
    Post count: 275

    Hi,
    The issue you pointed at is closed to new updates due to inactivity and it says to open a new issue.

    Any ways, I did follow the instructions there by installing the ‘Report Content’ plug in. It works fine only that when it sends the email the email is from “WordPress”. I could live with that but if there is way to change “WordPress” to my company name that would be much better.

    I selected the system to send email to both admin and client. The mayor problem that I see with the email being sent to the client is that it has two links, one link to ‘View the Article’ and the other to ‘Edit the article’. There is reason to send the user a link to edit the article that does not work because they need to be admin to access the given link. So these could be confusing to the user, only admin has access to that link.

    Is there a way to remove the second link to ‘Edit the article’ in the sent email?
    User only need a link to the listing and they can edit from there.

    Thank you.

    in reply to: About " Contact Us" page #372873

    rigots
    Lifetime Member
    Post count: 275

    Go it.

    Thank you.

    in reply to: Google Analytics default #372340

    rigots
    Lifetime Member
    Post count: 275

    OK, I see.
    Thank you for letting me know.

    I will just have to live with it. I will make a feature request for it. I think a monthly reporting is better for everyone starting a new site unless they already have lots of traffic to their site then the weekly reporting is OK.

    Thank you.
    Rigo


    rigots
    Lifetime Member
    Post count: 275

    Hi Thank you so much, and sorry for the confusion. Yes, it is working now. Mi mind was tricking me, In mind I was sure that I had to drag the fields to the windows, that is what I remembers, so I had not tried double clicking on the fields, but yes double clicking works.

    This has been resolved, I tried the HTML field and that is exactly what I needed.

    Thank you.


    rigots
    Lifetime Member
    Post count: 275
    This reply has been marked as private.

    rigots
    Lifetime Member
    Post count: 275
    This reply has been marked as private.
    in reply to: City Selection drop down options stopped working #371532

    rigots
    Lifetime Member
    Post count: 275

    Hi Thank you! It working again.

    I must have turned that off without realizing it. I looked through all menus and I thought that was related the the near me option that I had turned off.

    Any way it is working now. But there is something really interested in the city selection. Why are the results different when you type in the city vs Select the City from the auto complete pull down options?

    For example if I type “San Francisco” and click search the results are completely different than if I select “San Francisco (city)” from the menu, why?

    Thank you.

    in reply to: City Selection drop down options stopped working #371361

    rigots
    Lifetime Member
    Post count: 275
    This reply has been marked as private.

    rigots
    Lifetime Member
    Post count: 275

    Hi Stiofan,
    I am looking to see if you released the new invoicing plugin. But I am not sure what the name of these plugin is or what the name will be if not available yet.

    Are you doing an update to the ‘Payment Manager’ plugin? or are you doing a compete new plugin? and if so, what is the name of these new plugin and is available yet?

    Thank you.

    in reply to: Category menu rearrangement available? #369704

    rigots
    Lifetime Member
    Post count: 275

    Hi Stiofan,
    I have similar issue with my ‘GD->CPT Categories’ widgets. I put on of these widgets at the bottom of my detail page so people could click and go to any category.

    This ‘GD->CPT Categories’ widget has the option to sort Alphabetically or by count. I am choosing alphabetically so I get to see Catering, Entertaiment, Other, Photography and Venues in that order.

    I want other the third item to appear at the button.
    I see in the code under .gd-cptcats-widget .gd-cptcat-row.gd-cptcat-gd_service.gd-cpt-flat
    that their is an ordered list that holds this items, since I just can’t change the code on the file.

    I need to be able to do this with a code snip as you did before.

    Any chance you could help me out with this one too and provide a code snippet on how to put “Others” the their item to the bottom?

    It is on my to do, to learn how these code snippet hooks work.

    Thank you.
    Rigo

    in reply to: How to keep the Logo centered on header #369677

    rigots
    Lifetime Member
    Post count: 275

    Hi Kor Chung,
    I did some more CSS changes and I am now satisfied with my logo positioning and size.

    If you know how to make the logo to stop from flexing (increasing and decreasing in size each the the browser windows is resized) that the would be great, that way I would not need too many CSS @media entries to keep re-adjusting the logo as it grows.

    Thank you.

    in reply to: How to keep the Logo centered on header #369626

    rigots
    Lifetime Member
    Post count: 275

    Hi,
    I was thinking about this, is there a way to keep the logo size from expanding at every widows size change? If I could keep the logo one size fixed through out that would help greatly, some how the default seating keeps auto adjusting the logo as windows size changes.

    This way I can just reduce or increase the logo under the resolutions range I want, using width: #%!important; for logo.

    Thank you.

    in reply to: How to keep the Logo centered on header #369614

    rigots
    Lifetime Member
    Post count: 275

    Hi,
    Yes part of my problem was that my margin-top for logo size was being reset by another CSS entry below. so, I learned to control that.

    Now my challenge is to figure out at what resolution widths to move the logo up and down.

    On my PC I shrink the browser windows to its smallest horizontal position and start spading it. As I do this the logo automatically expands in size and at some points it automatically resets its size and margin-top.

    So I am trying to figure out what what resolutions these changes happen so I can re-adjust the margin-top.

    Do you know at work resolutions that logo is changing? Are are the predefined widths (resolutions) for mobile, table, laptop and PC?

    Thanks,
    Rigo

    in reply to: How to keep the Logo centered on header #369438

    rigots
    Lifetime Member
    Post count: 275

    Hi, thank you.
    The link was great to understand the resolutions work.
    Are those resolutions only for mobile? or are these also applied to the desk top PC.

    I tried the following but it does not seem to be working:
    /* If equal or less than 449px */
    @media only screen and (max-width: 449px) {
    .site-logo {
    margin-top:21px!important;
    }
    }
    /* If between 550px and 620px */
    @media only screen and (max-width: 450px) and (min-width: 620px) {
    .site-logo {
    margin-top:11px!important;
    }}

    /* If between 621px and 902px */
    @media only screen and (max-width: 621px) and (min-width: 902px) {
    .site-logo {
    margin-top:0px!important;
    }}

    /* If between 903px and 1799px */
    @media only screen and (max-width: 903px) and (min-width: 1799px) {
    .site-logo {
    margin-top:21px!important;
    }}

    /* If equal of greater then 1800 */
    @media only screen and (mim-width: 1800px) {
    .site-logo {
    margin-top:0px!important;
    }
    }

    So my question to you is, does the “margin-top” get reset each time the the browser windows gets resized?
    Or does it only get set once and keeps that value through out?

    Thank you.

Viewing 15 posts - 196 through 210 (of 274 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount