homepage issues several

  • Posted in : TheBlogger
  • missfmixer
    Participant

    the category box showing above each post in homepage is not showing on homepage in mobile but showing on laptop. can this be rectified and how?

    also in the link box, i have used the style “inline borders”for the link box title style.
    it is too big on mobile. i have three words in one of the boxes and it shows in two boxes which are merging with each other. can you check and tell me how to rectify that.
    even reducing font size does not reduce the size of box. can the size of box be reduced and how?
    my website : https://missfmixer.com/
    and the link box is Fun & Travel

    also the slider picture is getting cut in mobile version. can that be resolved?

    how to add “go to top” inside copyright footer and also add a link there to privacy policy or any other website?

    also i noticed in slider sometimes when loading the next slide it gets partially blank for a split second (in desktop version). do you think there could be some issue and what? could it be coz of the error while sending query packet error i got while updating plugins?
    thanks

    serkan
    Moderator

    Hi,
    -We hide the category links if you select the blog circle style. Too many meta tags are spoiling the style. Therefore, it is considered appropriate to hide in the mobile.
    -These boxes are designed for a category name. This code can be of little help;

    @media screen and (max-width: 767px) { .is-link-box-title-inline-borders .link-box .entry-title a { padding: 2px 14px; border: 2px solid #fff; } }

    -I tested your website with a mobile. It is displayed as in the desktop view. The mobilw which I tested is iPhone X.
    – WPFront Scroll Top plugin allows the visitor to easily scroll back to the top of the page.
    https://wordpress.org/plugins/wpfront-scroll-top/
    You can add text widget to the footer and give a related page url link.
    https://en.support.wordpress.com/links/text-widget-links/
    -I have been refreshing the page several times and never encountered the blank problem. There may be a temporary problem.
    Thanks

    missfmixer
    Participant

    -if you check the slider image of the post “create 3 fusion wear looks….” you will notice that there is a collage pic and the sides are cut and it is not looking good. in the other slider images also it is cut but it is not s noticeable.

    – i have tried the wp front scroll top. but i want it inside the copyright text bar. that option is not there in this plugin.

    – also i can put url. but i dont know how to add a link text to it it. i dont want the url to show on the footer. so how to do that?

    -for reference of what i am asking for above two things in copyright bar you can refer the website: http://missstylefiesta.com/

    missfmixer
    Participant

    also can you tell me how the social media links were added in copyright text bar in this website : https://www.thisbatteredsuitcase.com/

    i was not able to do it.

    serkan
    Moderator

    Hi,
    – WordPress automatically crops the image according to the aspect ratio. If you want to avoid this, you need to adjust the photo resolution. For example, 1400px X 800px.
    -Users may also want to scroll up in the middle of the page. They may not come to the footer part completely. If you enter the plugin settings, you can see that you can add 4 different locations. You can investigate whether there are any other plugins that add directly into the footer. This plugin is compatible with the theme. If you want to solve it without a plugin, you can check out this related topic;
    https://stackoverflow.com/questions/43443108/back-to-top-button-in-footer
    – If you browse the url I share, you can see the html code that starts with “a href”. Only the text appears the link does not appear. Example;
    <a href="#" target="_blank">This text will appear</a>
    You can drag and drop a text widget to the footer area and use html code for the privacy policy link.
    -As you said, you need to make a lot of coding changes to add the social media to the footer section. By default, it is not possible.

    missfmixer
    Participant

    I have uploaded a 1280px wide image for the slider image. So I have to upload a 1400 px or higher image you mean?

    I tried that plugin. But I did not like it. I found the options too jarring. If it is in the end like how I showed it is subtle yet functional. I actually don’t want to encourage scrolling up before reading the full post. So I find this position I showed you best as per my requirements

    missfmixer
    Participant

    In the url you sent, do I need to add that full code to achieve the result. Or I have to make some changes? I didn’t understand what you meant.

    Link I want for privacy policy only. What html code to put in text widget? I don’t know how to use html.

    serkan
    Moderator

    Hi, I explain it like this; The resolution of my screen is 1400 pixels wide. Since the photo you uploaded is 1280px, WordPress automatically crops the photo for me to be adept. This is all about adjusting the aspect ratio.
    Still, if you want to play on the photo, you can change the photo background position with custom css code.

    .featured-area .post-thumbnail { background-position: 50% 25%; }

    First create a page for privacy policy. Put all the necessary information in it. Afterward, paste the URL of that page where I have written the hashtag. By adding this html code to the footer you can get the result.
    Thanks

    missfmixer
    Participant

    thanks for the above codes. i understood what to do.
    and for the go to top i have to similarly paste the below (from the url you sent)?

    Back to the top

    or i have to paste the whole code?

    <div id=”wrapper”>
    <div id=”top”></div>
    <div id=”container>
    <div class=”header”>Welcome</div>
    <p>……whole bunch of content</p>
    </div>
    <div class=”footer”>Back to the top
    </div>

    serkan
    Moderator

    Hi, You need to copy and paste the whole HTML code into the related text tab.
    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register