Hi!
I am trying to add links instead of popups in the "more work" section. That is, I will add a picture but then when clicking I want it to open a new tab and open another website, instead the popup. Can you please help? The link is: http://proj.tmitapp.com/stage/#home
Thanks!
Hi,
We can not see the "More work" section in your site?
Sorry, it is now visible in the homepage, can you check?
Also, I would like to put the order of this block after the "trainers" part, but don't know how to select the order in your template
You could go to /admin/structure/block to re-order blocks, we just did it for you.
Also, please share with us your FTP information so we can check then have some solutions for "adding link to More works" issue if below instruction does not work:
Open file views-view-fields--work--attachment.tpl.php (\sites\all\themes\md_magnum\template\views\work), line 51
replace
with
$media_content .= '<a class="youtube" target="_blank" href="'.'/node/'.$row->nid.'">';
you could change/ edit link in href="". Similar to lines 54, 57, 71, 88 , 90, 111, 113.
"Add link to More works":
Please try to open file main.js, delete or uncomment code lines from 71 to 84 and lines from 97 to 189.
"Transalte site":
You could take a look at following link for instruction: https://www.drupalgardens.com/documentation/language/multiple/install