Best Premium and Free WordPress Themes › Forums › Mercantile › Array to String Conversion
- This topic has 15 replies, 2 voices, and was last updated 7 years, 3 months ago by acmethemes.
-
AuthorPosts
-
August 15, 2017 at 5:49 pm #19623novel-paradiseParticipant
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 429Web url: http://www.novelparadise.com/
I just cannot get my head around it as it was working fine recently.
Appreciate your help
Thanks!- This topic was modified 7 years, 3 months ago by novel-paradise.
August 16, 2017 at 2:35 am #19634acmethemesKeymasterHello 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
August 16, 2017 at 8:59 pm #19646novel-paradiseParticipantThank 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
ThanksAugust 17, 2017 at 3:04 am #19651acmethemesKeymasterPlease 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.
August 17, 2017 at 7:11 pm #19673novel-paradiseParticipantThanks 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.August 18, 2017 at 7:33 am #19687acmethemesKeymasterHello,
The image size you uploaded is so small, so it’s blur and large. Can you please add the below css codes onAppearance > 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
August 18, 2017 at 4:32 pm #19701novel-paradiseParticipantAdding 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!
ThanksAugust 19, 2017 at 6:36 am #19718acmethemesKeymasterPlease try adding the below css codes,
.image-slider-wrapper { height: 250px !important; }
Regards
August 19, 2017 at 9:13 am #19719novel-paradiseParticipantThe 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.
ThanksAugust 19, 2017 at 3:03 pm #19733acmethemesKeymasterFor 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
August 19, 2017 at 3:10 pm #19734novel-paradiseParticipantThats 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.
ThanksAugust 20, 2017 at 4:42 am #19750acmethemesKeymasterDear 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
August 20, 2017 at 4:50 pm #19763novel-paradiseParticipantCan 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.
RegardsAugust 21, 2017 at 2:01 am #19777acmethemesKeymasterKindly add this css codes,
.image-slider-wrapper { background: red; }
You can change the color name or color code with your required color.
Regards
August 21, 2017 at 9:31 am #19787novel-paradiseParticipantThank 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- This reply was modified 7 years, 3 months ago by novel-paradise.
-
AuthorPosts
- You must be logged in to reply to this topic.