Forum Replies Created

Viewing 20 posts - 1 through 20 (of 56 total)
  • Author
    Posts
  • in reply to: Facebook Link Broke with WordPress 6.0 #305410
    husker
    Participant

    Facebook was down I believe.  It is working now.

    in reply to: Style Sheet Errors with Version: 2.7 #163569
    husker
    Participant

    The code above did correct the problem.

    Thank You.

    Is the child Theme always going to be such an issue when it comes to Theme Updates?

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #163304
    husker
    Participant

    I did respond to your email and waiting to see what you discover, so I can delete 2.7.1 and go back to 2.6 which I know works.

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #162976
    husker
    Participant

    Was this error corrected in Version 2.7.1?

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #160997
    husker
    Participant

    Top Left

    Left Bottom Column
    Middle Column

    Right Column

    Here are some images of what it looked like when I upgraded to 2.7.

    I have put 2.6.3 back.

    https://bayareahuskers.org/

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #160933
    husker
    Participant

    OK i updated again to 2.7 and Upgrade breaks the Home page.

    https://bayareahuskers.org/

    My countdown clock is not showing. Facebook and RSS news Feeds are broke.

    Check it out.

    I will delete and reinstall 2.6.3 in the morning 7:00 CA time.

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #160426
    husker
    Participant

    Do you need me to re-install 2.7 so you can see what happens? I do have the 2.6.3 version saved as a back-up.

    https://bayareahuskers.org/

    Brian

    in reply to: Style Sheet Errors with Version: 2.7 #160370
    husker
    Participant

    I upgraded to 2.7 this morning and My Child Theme Home Page Broke. I use a 3 column home page in Child Theme. It seems to break on javascript code.

    My Facebook script and RSS News Feeds all did not work as well as some other items.

    Tonight I deleted 2.7 Main Theme and reinstalled a back-up folder from 2017 of the 2.6 and now my site works again.

    There is am issue with the 2.7 upgrade.

    bayareahuskers.org

    in reply to: More than 20 Featured Sliders #99017
    husker
    Participant

    Thanks Mahesh.

    I edited the file in Cpanel and it works great. Easy to find and edit once I got there.

    Brian

    in reply to: More than 20 Featured Sliders #98938
    husker
    Participant

    That file is not in the editor of the main theme files. Is is part of the Customize Section? If so, how do you save changes using source? I can add to Customize?

    Is is located somewhere else?

    Brian

    in reply to: More than 20 Featured Sliders #98855
    husker
    Participant

    Which core Theme File is the code in to increase from 20? I have been looking as I want to start there first before modifying my child theme.

    Brian

    in reply to: More than 20 Featured Sliders #98801
    husker
    Participant

    Hi,

    I have not heard back since you said you would guide me through the process.

    in reply to: More than 20 Featured Sliders #96096
    husker
    Participant

    Hi Mahesh,

    I have gotten pretty good at programming in WordPress.

    I would appreciate the steps to add some additional sliders.

    Brian

    in reply to: Images in Portrait IPhone and Ipad Mode #87579
    husker
    Participant

    Hi again Mahesh. I found a workaround until you find a fix for the code.

    I have the parent theme up currently so you can see all the test pages.

    http://bayareahuskers.org/wp/test-image2/ – I put 3 images in a row and took out text and all images are correct size on devices.

    http://bayareahuskers.org/wp/test-image-3/ – I out text back in center td and it does not size right image correctly.

    http://bayareahuskers.org/wp/test-image/ – Here i left the text but defined a cell width for both and you can see that the two images are sized correctly on all devices.

    I have not tried the child theme side yet, but wanted you to see this first.

    Check it out.

    Brian

    in reply to: Images in Portrait IPhone and Ipad Mode #87566
    husker
    Participant

    Hi Mahesh.

    Is it more than my Custom CSS.

    If I use Parent Theme and no Custom CSS, 3 td tables work except for Iphone6 portrait. The right image is smaller. I tried http://bayareahuskers.org/wp/test-image/

    2 td tables work fine in all modes -I used http://bayareahuskers.org/wp/2015-past-events1/

    Then i added the code above to Custom CSS and did the same test.

    3 td table – http://bayareahuskers.org/wp/test-image/ does not work on cpmputer, ipad or iphone6

    2 td table – http://bayareahuskers.org/wp/2015-past-events1/ This page wprks on all devices.

    So as you can see there is something in parent theme coding that is not right for tables.

    If I look at my child theme and use the table td code. The 2 td table works fine everywhere. The 3 td table creates a very small image for all devicces and does not work.

    If i look at my child theme and take out td code. The 2 td table is no good anywhere. The right image is always larger on any device. The 3 td table is not right either. Right images are somewhat larger.

    I would come to a conclusion that Iphone Portrait code needs tweaking in parent theme and not by using the table td code above.

    Let me know I can help further.

    Brian

    in reply to: Images in Portrait IPhone and Ipad Mode #87511
    husker
    Participant

    Hi Mahesh,

    I am also going to insert new tables and make sure images that are inserted are same size in each row and see if that helps as well.

    Brian

    in reply to: Images in Portrait IPhone and Ipad Mode #87469
    husker
    Participant

    Hi Mahesh,

    It did correct the page with 3 columns but it had no effect on 2 column table. That explains why the original page above I mentioned was not working right. http://bayareahuskers.org/wp/2015-past-events/

    I created a test page with 4 equally sized images and you can see what happens. Images are not proportional in landscape mode or portrait mode on Ipad or Iphone.

    http://bayareahuskers.org/wp/2015-past-events1/

    in reply to: Images in Portrait IPhone and Ipad Mode #87425
    husker
    Participant

    HI Mahesh,

    No that’s not the issue.

    I created a test page with the same image used 4 times,

    Check out the IPhone Portrait?

    http://bayareahuskers.org/wp/test-image/

    Brian

    in reply to: Landscape Iphone View #87038
    husker
    Participant

    Hi again,

    Besides this code:

    #featured-content.layout-three .hentry:nth-child(3n+2) {
    width: 40%;
    }

    What other code did you want me to remove?

    Do you mean this?


    @media
    screen and (max-width: 640px) {
    #featured-content.layout-four .hentry, #featured-content.layout-three .hentry {
    width: 100%;
    }
    }

    Brian

    in reply to: Landscape Iphone View #87026
    husker
    Participant

    Hi Mahesh,

    You had provided me the code you want me to remove to try and Control width of columns in Featured Content. See below.

    .featured-content-image {
    text-align: center;
    }

    @media
    screen and (min-width: 991px) {
    #featured-content.layout-three .hentry {
    width: 25%;
    }

    #featured-content.layout-three .hentry:nth-child(3n+2) {
    width: 50%;
    }
    }


    @media
    screen and (max-width: 990px) {
    #featured-content.layout-three .hentry {
    width: 100%;
    }
    }
    Note: Your content seem to have fixed width so I’ve made the width featured content to full-width for display max-width: 990px.

    Regards,
    Mahesh

    I used the code you provided and modified as you noticed to get Featured content to show one column at a time when viewed as portrait on iphone and Ipad.

    I will test your suggestions later to see what happens to the site in different views.

    Brian

Viewing 20 posts - 1 through 20 (of 56 total)