Forum Replies Created
-
in reply to: Portfolio slider images blurry
Hello,
I can not access your site as it is in coming soon mode so i can not see what type of portfolio do you have chosen, but the logic is this:
Suppose that you have a portfolio with grayscale style and in three columns. In file functions.php you will find this line:add_image_size( ‘port3_grayscale’,825, 340, true );This is responsible to resize all your portfolio images to 825px width/340px height. If you want other dimensions, then simply change the values. Example:add_image_size( ‘port3_grayscale’,900, 500, true );and save.
Now on, all portfolio images will be cropped down to 900x500px.
Next step is to upload once again the current images, or install and run a plugin that recreates thumbnails.Best regards!
in reply to: Link ColourHello,
Yes, add this code into your custom css box:
a {color: #666 !important;}Change the color to your need.Best regards!
in reply to: Demo Data Stuck at 65%Hello,
I have replied you here: https://support.codeless.co/forums/topic/cant-get-any-demo-data-to-work-properly/
Best regards!
in reply to: Decimals and Percent in Animated CountersHello,
Sorry but these types of formats are not supported by odometer scripts. You could try some plugin that does the job.
Best regards!
in reply to: Can't get any demo data to work properlyHello,
@sitegains,
Please do not post your credentials in other’s topics! This is not a topic you created. It has another author, therefore he has access to private replies. This means he can see your site’s credentials! For now, i have already removed them for you.
For your issue, try to increase memory limit first. Add this code into your wp-config.php file:define('WP_MEMORY_LIMIT', '96M');or ask your host to do it for you.
Then try to import dummy data once again. Let us know if the issue persists.Best regards!
in reply to: Button color not changing in slidersHello,
Please go to Codeless Slide Options > Content > Button Style. See the screenshot of the button option.
Best regards!
in reply to: Mixed content and SSL sertificateHello,
This is a common issue, many users using SSL can come across. The theme uses function “get_template_directory_uri()” to generate the links, so there isn’t a specific file i can show you, where you could change these two urls. I suggest you to refer to this article regarding it. Or install a plugin that does the job. I can suggest you these “Wp Force SSL” or “WordPress Https”
Let us know if you need further help.Best regards!
in reply to: Datepicker in Woocommerce with Theme not workingHello,
Sorry for the late reply.
I added this code into your custom css box:.ui-datepicker{z-index:9999 !important;}
The calendar displays now. Please check your site.Best regards!
in reply to: The Latest Blog Post feature is not properly workingHello,
Please add this code into your custom css box:
.latest_blog .no_carousel .blog-item { height: 324px !important;}
Let us know.Best regards!
-
This reply was modified 10 years, 4 months ago by
Mirela.
in reply to: Codeless slider showing blurry textHello,
This does not happen on our side, so i can’t test it. Please send us your site’s url, so we can give it a closer look.
Best regards!
in reply to: Image + Video SliderHello,
Can you please be more specific? In your other topic, you said to want images+video in portfolio gallery, which is not possible. But if you want to use a slider in portfolio page, this is a distinct thing. You can add to Codeless slider,both image slides and video slides. Revolution slider and Layer slider can be used as well.
A-Sorry but this forum does not offer support on third party plugins.
B-That’s because the arrows are feature of portfolio custom post type. You have to set up the page as portfolio item, to inherit these features. Check out file single.php and \single-portfolio.php
Note: These type of customization are not included in theme support.Best regards!
in reply to: margin between sectionsHello,
Glad to know you found the answer.
Best regards!
in reply to: Custom post type – pageHello,
Sorry but support does not cover these type of customization. You can check out the other post types in theme and the files related to them.
Best regards!
in reply to: Your example theme has problems on mobileHello,
I moved this line:
.menu-small ul.menu > li > a {color: #231F1F !important;}(in your custom css box)from inside the code for mobile, now it will affect all screen sizes (except desktop). Not only the mobile size.
Please check your site and let us know for anything.Best regards!
in reply to: Specular – MinimalHello,
Sorry for the late reply.
Please add this code into your custom css box:.slider#slider-fixed { padding-top: 45px !important; background: #fff; } .header_wrapper { height: 140px !important;}Let us know.
Best regards!
-
This reply was modified 10 years, 4 months ago by