Forum Replies Created

Viewing 10 posts - 591 through 600 (of 884 total)
  • Author
    Posts
  • in reply to: Plugin Help #23268

    The plugin has some instructions like the functions or etc could you please check it.

    Thank you so much.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23256

    Thank you Harry ๐Ÿ™‚

    Fixed.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23236

    Thank you Harry,

    It’s done now.

    Do you have any solution for the cutted alphabets of Author’s name in Firefox?

    Best regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23186

    Harry,

    The function that you gave me is working great.

    But I realized that it doesn’t override the latest post in the slider of the blog page.

    How can I fix that too?

    And also pay attention to the Author’s name in Chrome and Firefox

    Chrome :

    Firefox :

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23185

    Hi Harry,

    Great.

    I think the idea of the primary sidebar in the search page is not bad to be included on your next update. ๐Ÿ™‚

    Today I was taking with one my friends about you and the team.

    The best support ever I have seen comes from you.

    We have purchased many items online and talked with lots of authors and their team but you are the best. <3

    Thank you all the time.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23169

    Sorry Harry if we misunderstood each other. ๐Ÿ™‚

    You are right. the question and the subject was a little confusing.

    Now it’s exactly what I meant.

    I just wana know is there any chance to reorder the title of the post with the line of author’s name and category?

    And do you have any solution for the search results page? I mean adding the primary sidebar in this page.

    Kind regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23163

    Hi Harry,
    Well the code that you gave me didn’t remove the comment section.

    I would like to hide it.

    Thank you.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Search Widget Placeholder #23152

    Harry,

    I think there is no need ofย @media only screen and (min-width: 1025px) because I don’t want to have the placeholder on all resolutions and the 767px should be changed to the 960px or something less.

    Beside this I didn’t find any string translation for the placeholder of the search widget in the theme.

    If I had that I could hide it with one space instead of css use!

    Am I right?

    And for the first time I used the search feature and found that when the website finds the results, there is no sidebar in the result page, and the result page is so empty without any sidebar,

    Check Here

    How can I add primary sidebar in the results page?

    Thank you.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Search Widget Placeholder #23149

    Hi Harry,

    This is what I have added :

    /* search widget */
    @media only screen and (min-width: 1025px) {
    .widget .search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    }
    .widget .search-form .search-field:-moz-placeholder {
    color: #fff;
    }
    .widget .search-form .search-field::-moz-placeholder {
    color: #fff;
    }
    .widget .search-form .search-field:-ms-input-placeholder {
    color: #fff;
    }}
    @media only screen and (max-width: 767px) {
    .widget .search-form .search-field::-webkit-input-placeholder {
    text-align: center;
    }
    .widget .search-form .search-field:-moz-placeholder {
    text-align: center;
    }
    .widget .search-form .search-field::-moz-placeholder {
    text-align: center;
    }
    .widget .search-form .search-field:-ms-input-placeholder {
    text-align: center;
    }
    .widget_search {
    text-align: center;
    }}

    And now I see that in the ipad mini the placeholder is still there and in the ipad it’s not center aligned!

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: translation or css bug #23146

    Hi Harry,

    No! I added the code to the functions.php and added the css you gave me to the style.css

    You can see the results in my Blog page!

    The only thing that happened is the space between the words and appearing the word “comment” there!

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 posts - 591 through 600 (of 884 total)