Forum Replies Created
-
in reply to: How to disable linking from service icon titles?
Hello,
thank you for your reply. It seems now I was successful, this is the page where I need remove title link:
https://oltremateria.it/azienda/servizi/
for example in this page such title links as “IL PROFESSIONAL NETWORK QUALITY” was to be removed.
To do this I just modified the vc_template\services_small.php file and it works.
I do not modified the other files vc_template\services_large.php and vc_template\services_medium.php
Maybe the first file controls the small icons title?
If you still think there is some mistake I’ll give you access to site
Marco
in reply to: How to disable linking from service icon titles?Hi Mihaia,
I finally was successfull in changing the code lines to disable link form service icon titles.
But the problem is that in some pages I have service square icons where I need link, that is:
I want to remove link only form Service Small Icon TITLE and not from Service Square Icon Title .
As I modify the code lines you seggest I got something like the attached file on square icon title.
in reply to: How to disable linking from service icon titles?Please can you suggest me?
In my <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>-vc_template\services_large.php file I found a these lines of code a bit different:</span>
$output .= ‘<h4>’;
$output .= empty($data[‘link’]) ? esc_html($title) : ‘‘.esc_html($title).’‘;
$output .= ‘</h4>’;
$output .= ‘<p>’.do_shortcode($data[‘description’]).'</p>’;
$output .= ‘</div>’;
echo $output;
how should I modify the lines in this case?
thanks
Marco
in reply to: featured image in post categoryI see your topic, as i need to modify blog and feutured image size this is how I changed:
add_image_size( ‘blog’, 600, 730, array( ‘left’, ‘top’) );
add_image_size( ‘alternate_blog’, 440, 195, true );
add_image_size( ‘alternate_blog_side’, 265, 325, array( ‘left’, ‘top’) );
add_image_size( ‘blog_grid’, 350, 350, true );
I tried to upload again image or to rigenerate thumbnails but still images appeear not clear.
See the difference between the image on the old site https://oltremateria.it/london-design-festival-2015/
and the image in the site we are talking about
I do not understand why I am always getting ugly blog featured images
thanks
marco
in reply to: featured image in post categoryOk I uploaded again images and it seems it really change size dimensions on front end, but the images appear out of focus (as loosing quality).
It seems the featured image is always being set to 265 width
Whatever image size I set the featured image on front end always is at 265 width
So I set add_image_size( ‘alternate_blog_side’, 265, 322, true ); in this way quality is little better, but still ugly
If you see the page:https://oltremateria.it/category/news/
you will have an idea of the problem
Regards
Marco