Array to String Conversion - Acme Themes

Best Premium and Free WordPress Themes Forums Mercantile Array to String Conversion

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #19623
    novel-paradise
    Participant

    Hey!
    I encountered an error after updating the theme. In the Featured AT Posts Column, there is the following error.
    Notice: Array to string conversion in /home/novelparadise/public_html/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php on line 429

    Web url: http://www.novelparadise.com/

    I just cannot get my head around it as it was working fine recently.

    Appreciate your help
    Thanks!

    #19634
    acmethemes
    Keymaster

    Hello Novel Paradise,
    It seems that the error is due to the plugin jetpack. Can you try once by deactivating the jetpack plugin.
    The error message is not of theme, its a plugin. Try once and let us know how it works or not.

    Regards

    #19646
    novel-paradise
    Participant

    Thank you for your response. I got it solved now. I wanted to ask if I can reduce the featured image size when I view a page e.g. http://www.novelparadise.com/chinese-webnovels-epubs/against-the-gods-epub/ and also if I could somehow better crop or reduce the size of images in the slider for smaller resolution images e.g. in the slider at home page Novel Paradise
    I really appreciate the help
    Thanks

    #19651
    acmethemes
    Keymaster

    Please kindly check the single page options on customizer to change the image size on single page. Can you please check once by adding the smaller image yourself as well. Please check all the available options on the customizer first, may be it is helpful for you.

    #19673
    novel-paradise
    Participant

    Thanks for your kind reply.
    I have checked every option of customizer but I cannot find any helpful setting for either of the problems. I uploaded 225 * 300 resolution images (with a little difference for others) that is why the images are so blurry when enlarged on single pages, and so out of place for the slider. If you can provide me with a CSS short code to reduce the image size for single page and better crop or make some changes to the slider for better image display and user experience, I would be really thankful. Its been a great user experience so far with Mercantile theme.
    Thanks.

    #19687
    acmethemes
    Keymaster

    Hello,
    The image size you uploaded is so small, so it’s blur and large. Can you please add the below css codes on Appearance > Customize > Additional CSS and try once.

    .single-thumb-full{
        width: auto !important;
        height: auto !important;
    }

    Let us know if the problem will solved or not.

    Regards

    #19701
    novel-paradise
    Participant

    Adding that did not change anything, but I changed the width to 50vh, reducing the image size. Can something like this work for the slider too?
    You have been a great help!
    Thanks

    #19718
    acmethemes
    Keymaster

    Please try adding the below css codes,

    .image-slider-wrapper {
        height: 250px !important;
    }

    Regards

    #19719
    novel-paradise
    Participant

    The code you gave reduces the size of slider itself, causing the content shown in the slider to be out of place. There is no ‘Read More” button. I want to reduce the size of image in the slider, to avoid blurry images when cropped.
    I hope you can provide me with the code as it will enhance the front page of my website.
    Thanks

    #19733
    acmethemes
    Keymaster

    For the blurry image, you need to add the high quality images. If you check our demos, you can see the image fine because of high quality images in the slider.
    Please try adding the high quality image and check again.

    Regards

    #19734
    novel-paradise
    Participant

    Thats the problem. I cannot find or produce higher quality images. The images are produced in this quality from their source. I would really appreciate it if you could tell some way around this problem.
    Thanks

    #19750
    acmethemes
    Keymaster

    Dear Novel,
    If the image size is small, it will blur obviously. Because if we reduce the height, the width is as it is, so the image will stretched.
    Check by adding this css and know the image size is on the slider.

    .image-slider-wrapper .item {
        background-size: auto !important;
    }

    There is no better options than adding the larger image size.

    Regards

    #19763
    novel-paradise
    Participant

    Can you please visit the website now at Novel Paradise and tell me if I can change the background color of the slider to make the text more readable?
    Or better if I could change the background color of the slider and make text appear in a faded colored boxed layout to make it more readable?
    Thanks for all your help so far.
    Regards

    #19777
    acmethemes
    Keymaster

    Kindly add this css codes,

    .image-slider-wrapper {
        background: red;
    }

    You can change the color name or color code with your required color.

    Regards

    #19787
    novel-paradise
    Participant

    Thank You for all the help you provided. Can I only add solid colors? or can I add a background image? Or can I a change color with each slide? I am sorry I feel like I am asking too many questions but please help me on this.
    Thanks

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.