This topic has 60 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #218343
     valdibilbo
    Participant

    hi,please clean cache and try again

    #218350
     valdibilbo
    Participant

    I have another problem, I get the same background image for all the pages, before the technical problems I had, I only had that image on the home page, in the others by default I had a white background, how did that change? also if you verify to enter from a mobile device, you will see that part of the screen goes blank, again, how can I make the background adjusted to the screen?

    #218406
     valdibilbo
    Participant

    another thing, in the sweet date style settings, if I put an image in the background of the main area, in view from pc in all the pages the same background (with that image) comes out and in view of the cell the start with that background (but not complete, see screenshot, one part is blank) the other pages look good, on the other hand, if I do not put the background in the main area, in PC it looks good but in the background the background is completely white, what I want is for the mobile to leave the assigned background adjusting to each mobile screen (home page), and the other pages in white background and pc start as is currently and other pages with white background, how can I do that?

    Attachments:
    You must be logged in to view attached files.
    #218480
     Radu
    Moderator

    Hi,

    Most sure the issue it’s caused by a plugin that compress js files and/or move them into footer

    So switch off the optimizations or the plugin itself just to test, and purge cache then and check.

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218496
     valdibilbo
    Participant

    I followed your instructions and everything is the same, I deleted the wp super cache plugin, deactivated autooptimize and deactivated, deleted and activated slider revolution and without changes, I attached captures of all the plugins that I currently have, as well as capture of how it appears on pc and as I want it to come out (the same in mobile), I have to say that both on PC and mobile all pages come out with the same background, as I said, on mobile I want the other pages to come out with a white background and the home page adjusted to the screen with the corresponding background, in pc without counting the home page all others with white background, I also have another problem, attached capture call problem2, on the first problem iran named problem1, problem1.1 … ect and the actually view to change( in change1,in the mobile the same)

    Attachments:
    You must be logged in to view attached files.
    #218533
     Radu
    Moderator

    Hi,

    That’s wired that seems to be a isolated issue since i cannot see that behaviour on our demo or my local install or any user installs, so for the JS error i think there you should make sure that you have latest theme version and also latest revolution slider installed and i recommend you to delete the revolution slider and to install it again it will pull the newest version.

    If those are still the same i can take a look in your wp admin to see what’s wrong there but before that make sure that you have latest theme version on your server.

    When i will look at that i will see if plugins or child theme causes that by deactivating them for around 5 minutes temporary to test.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218539
     valdibilbo
    Participant
    This reply has been set as private.
    #218544
     Radu
    Moderator

    Hi,

    Revolution slider caused that, i’ve deleted and re-installed the plugin

    All good now, the view from mobile it’s ok and no more js errors.

    I will mark the topic as resolved.

    Let me know
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218549
     valdibilbo
    Participant

    I’m sorry but it’s not resolved, the capture that you show me solve, was that the code had a line ____, edit it and that was solved, but what has not been solved is that mobile and computer comes out in the rest of pages the background that is on the home page, I want the rest of the pages with white background

    [attachment file=218550]

    [attachment file=218551]

    all pages in the 2 views appear with the same

    Attachments:
    You must be logged in to view attached files.
    #218558
     Radu
    Moderator

    Hi,

    That’s your customization just set the white color for the text.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218560
     valdibilbo
    Participant

    i need the blackground white

    #218631
     Radu
    Moderator

    So just edit as you need, our support handles only theme problems and questions.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218662
     valdibilbo
    Participant

    why does the phone come out like this? look at capture 1, have to go out in this way, capture2, is there something that interferes?

    Attachments:
    You must be logged in to view attached files.
    #218814
     Radu
    Moderator

    Did you had installed a plugin or similar that changes the theme on mobile view, disable plugins to see the problematic one.

    Can we close this ticket please since it’s offtopic.

    For any new theme issue open a new ticket.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218821
     valdibilbo
    Participant

    ok,close this ticket,i go to open a new ticket,thanks,and the problem maybe caused by jetpack y check and i had activated one thing what change theme view of jetpack

    #218829
     valdibilbo
    Participant

    How can I change the background of the home screen? (screenshot), the same with any page
    note: i cant open new ticket

    Attachments:
    You must be logged in to view attached files.
    #218861
     Radu
    Moderator

    use this css

    COPY CODE
    
    @media(max-width:991px) {
    
        .home div#main {
            background: chartreuse;
        }
    
    }
    

    All good we can close?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218869
     valdibilbo
    Participant

    putting the code in quick css now in mobile view, in the home page the background comes out in green, how do I change it? If I want to put a picture like I do? and if I want to put different backgrounds on different pages like I do?

    #218890
     Radu
    Moderator

    See the example below

    @media(max-width:991px) {

    .page-id-771 div#main {
    background: url(https://static.techspot.com/images2/news/bigimage/2018/09/2018-09-04-image-6.png) no-repeat;
    background-size: contain;

    }

    .page-id-772 div#main {
    background: url(https://static.techspot.com/images2/news/bigimage/2018/09/2018-09-04-image-6.png) no-repeat;
    background-size: contain;

    }

    }

    So replace 772 and 771 with the pages id’s for the home it’s .home and change with your desired color if you want picture use background: url(https://static.techspot.com/images2/news/bigimage/2018/09/2018-09-04-image-6.png) no-repeat;

    So we need to close this ticket since it’s offtopic from some time, for any new question open a new ticket!!!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218911
     valdibilbo
    Participant

    thanks finally question,woocommerce appears bad ( screenshot) how i can put smaller photos of products and 3-4 per column? and obviously,in mobile view adjust automatically

    Attachments:
    You must be logged in to view attached files.
    #218966
     Radu
    Moderator

    Hi,

    There may implies custom development to acheive that, i don’t have a pre-maded solution for that and cannot be done un quick time.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 21 posts - 41 through 61 (of 61 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?