Viewing 20 posts - 1 through 20 (of 65 total)
  • Author
    Posts
  • #12660
    ashrafashraf
    Member

    Hi sir,
    Please, I have 5 images on the featured images,
    But i can see only one image.
    What is the problem ?

    ashraf-dev.com/dagis

    Best wishes

    #12662
    ashrafashraf
    Member

    I added five ID post to featured section in the theme option.
    And i have five post with five images for each one.

    #12673
    ashrafashraf
    Member

    Hi sir
    please how can i delete the word Howdy from the admin bar.
    Where can i find this line of code ?

    Best wishes

    #12685
    Sakin
    Keymaster

    @ashrafashraf: I don’t get it what you mean. I am able to see all 5 images in the slider.

    #12696
    ashrafashraf
    Member

    Thank you for answering,
    I fixed the problem.

    #12698
    ashrafashraf
    Member

    Hi sir ,
    Please i don’t understand what is the issue.
    I saw my Menu bar at the same row on my computer.
    But on the another computers , its the two rows.
    How can i fix this issue ?

    Best wishes

    #12704
    Sakin
    Keymaster

    @ashrafashraf: Maybe the another computer resolution is below 1060px. In those computer your site width will be 900px.

    If you want to make the menu in single like with those computer, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 1060px) { #branding ul.menu a { padding: 0 0.8em; } }

    #12713
    ashrafashraf
    Member

    Hi Sakin,
    I put the following code on the Custom CSS bit its still i have the same issues.


    @media
    screen and (max-width: 1060px) { #branding ul.menu a { padding: 0 0.8em; } }

    #12714
    ashrafashraf
    Member

    If you can see my blog on your computer : ashraf-dev.com/dagis

    What will you see ? one column Menu bar Or two columns Menu bar .

    #12715
    ashrafashraf
    Member

    I added the following code in the CSS custom:
    #page {
    max-width: 1061px;
    }

    And i fixed the problem.
    But my question now is : If i update my theme in the future what will happen ?(I will lose all these changes !!!).

    #12722
    Sakin
    Keymaster

    @ashrafashraf: All the things that you do with the Theme Options panel will remain as it is even after your updates. So, don’t worry about that.

    #12759
    ashrafashraf
    Member

    Hi Sakin,
    When I added the following code in the CSS custom:
    #page {
    max-width: 1061px;
    }
    And i fixed the issue. And now when the open my blog on others computer ,everything is good and i have only one single menu.
    But now i have another issue. When i open my blog on the ipad, its become two row menu, and i want only single(one row) menu.
    Please , how can i fix the issue when i oppen my blog on the ipad ?

    Best wished

    #12780
    Sakin
    Keymaster

    @ashrafashraf: For iPad you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 960px) { #branding ul.menu a { font-size: 13px; line-height: 42px; padding: 0 0.5em; } }

    #12787
    ashrafashraf
    Member

    Thank you so much,
    Please, Which one i must added to be compatible on the screen with 1061px and the same time on the ipad:

    1: @media screen and (max-width: 1060px) { #branding ul.menu a { padding: 0 0.8em; } }

    2:@media screen and (max-width: 960px) { #branding ul.menu a { font-size: 13px; line-height: 42px; padding: 0 0.5em; } }

    Which one i must select ? please

    Best regards

    #12796
    Sakin
    Keymaster

    @ashrafashraf: If you want it for 1060px and below, then use the 1060px and if you want it for 960px and below, then use 960px

    #12807
    ashrafashraf
    Member

    Thank you for answering,

    can do check the following code please ?
    i will add the following code in CSS custom, so my menu bar will have a single row :


    @media
    screen and (max-width: 1061px) { #branding ul.menu a { font-size: 13px; line-height: 42px; padding: 0 0.5em; } }

    Best regards

    #12815
    Sakin
    Keymaster

    @ashrafashraf: Yes you can add it and adjust as per you need.

    #12834
    ashrafashraf
    Member

    Thank you so much.
    So if i want to display my blog on the Ipad, i need to resize the distance of the padding section and the font size and also the line-height.

    #12844
    Sakin
    Keymaster

    @ashrafashraf: Yes as you wanted your menu to be on same line. That is why. If not then you don’t need to adjust anything.

    #12848
    ashrafashraf
    Member

    Thank you very much.
    I want to add banner in the head section.
    Where can i add my html script ? and what will happen after that if i update my plugin ?

    Best wishes
    You are so helpful.

Viewing 20 posts - 1 through 20 (of 65 total)
  • The topic ‘Problem with pictures’ is closed to new replies.