riderchris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthHi thanks. I thought so, I did not add anything now for the function.php as the code below that you supplied seems to be working for both post width and image width.
.site-content, .site-footer {
max-width: XXXpx;
}You guys have been very helpful and it would be a shame if I could not support your work. I will email your team as I would like to purchase the premium version of this theme with your social share counter plugin. Keep up the good work.
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthSure, it is https://www.riderchris.com and if you see the post at the link below, the image width does not tally with the post width of 1024px which I’ve changed.
https://www.riderchris.com/trips/living-land-rice-farm/
It would be great if all the image width size can be at 1024px by default. Thanks for your help.
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthUnfortunately, that did not work, I understand this is not tested and I guess, I just need to give up on this unless you have something else for me to try?
Have a nice day Cresta Team.
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthHopefully someone will reply to my questions above. Is it because I need to specified the child theme name in your code? i.e. replace the fortunato word with ‘child_fortunato_contend_width?
$GLOBALS[‘content_width’] = apply_filters( ‘fortunato_content_width’, 1024 );
Thanks CrestaProject
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthI tried adding the codes into my function.php child theme file and the image width did not change to 1024px. My function.php file as per below:
/**
* Loads parent and child themes' style.css
*/
function orbisius_ctc_fortunato_child_theme_enqueue_styles() {
$parent_style = 'orbisius_ctc_fortunato_parent_style';
$parent_base_dir = 'fortunato';wp_enqueue_style( $parent_style,
get_template_directory_uri() . '/style.css',
array(),
wp_get_theme( $parent_base_dir ) ? wp_get_theme( $parent_base_dir )->get('Version') : ''
);wp_enqueue_style( $parent_style . '_child_style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}add_action( 'wp_enqueue_scripts', 'orbisius_ctc_fortunato_child_theme_enqueue_styles' );
$GLOBALS['content_width'] = apply_filters( 'fortunato_content_width', 1024 );
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthThank for the recommendation, i’ll have a look at it. However you missed to answer my first question.
I have created a child theme on my site. If i made these changes in functon.php, will i lose them after a theme update?
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthI have created a child theme actually. If i made these changes, will i lose them after a theme update?
On another question, how can I change the post font types? I.e. Google fonts
Forum: Themes and Templates
In reply to: [Fortunato] Post WidthThanks that worked and my post width is now 1024px. However there is an issue, my images width are not width to 1024px.it is still on older width. How can i set my images width to be at 1024px as well? any css code for this? see the link for sample..
Forum: Themes and Templates
In reply to: [Fortunato] YouTube Embeded – Mobile ScreenHi, I haven’t tried the Iframely plugin but I managed to fix the issue. whilst I was reading on the plugin on their site, there is a check URL feature that I can test my link.
When I pasted my video link, it gives me i frame responsive codes which I pasted on my site. It works fine now on all types of screen without any padding. Love it! Thanks to you of recommending the plugin, If not, I would not have tried their site. Great support and I hope others will benefit from this. Closing this now, RESOLVED!
Forum: Themes and Templates
In reply to: [Fortunato] YouTube Embeded – Mobile ScreenHi,
I presume you meant by click on Add media and enter the URL? If yes the codes will be as per below:
[embed]https://www.youtube.com/watch?v=fYmgVKVhAno[/embed]
If that is the case, I’m afraid it did not work. The issues is only with mobile screen. Whilst the videos play fine, there is still padding/black area on the top and bottom of the video even without the iframe code. It appears to be fine on desktop screen. We need to fix it on mobile screen.. I hope what I said makes sense..
Forum: Themes and Templates
In reply to: [Fortunato] Header background image colourThanks – I’ll mark this as resolved.
Forum: Themes and Templates
In reply to: [Fortunato] Font size on mobileThanks – I’ll mark this as resolved – Hopefully others can benefit from this whilst using this great theme ??
Forum: Themes and Templates
In reply to: [Fortunato] Header background image colourThanks for replying. What is your recommendation? what ratios? or just keep it as 1920X1080?
Forum: Themes and Templates
In reply to: [Fortunato] Header background image colourThanks,that works. Another question on this header topic. On desktop, my header image looks fine but on mobile, it looks scalled. See the images below. Is there any custom css code for this fix? i.e. to alligned header looks good on mobile screen/width?
Mobile: https://ibb.co/djPpFk
Desktop: https://ibb.co/mjL71QForum: Themes and Templates
In reply to: [Oblique] Post images size on home screen not evenCan someone reply to the above?