Hello
I am having an issue with the external link button in the portfolio page .... I want it so that when u click on the blue button that says external link it opens in a separate window so that users can see it and when they are done just close the window without having to hit the back button.... I installed an external link module but I am having issues with implementing it with the external link button.... Any help would be great
Also I need help with getting rid of the alpine text that is in the home navigation on the left side of the menu buttons .... I want to put something in its place
Hello
I am having an issue with the external link button in the portfolio page .... I want it so that when u click on the blue button that says external link it opens in a separate window so that users can see it and when they are done just close the window without having to hit the back button.... I installed an external link module but I am having issues with implementing it with the external link button.... Any help would be great
Hi,
Please go to file node--portfolio.tpl.php(sites\all\themes\md_alpine\template), find line 113 and add function target="_blank" to <a> tag.
About the text "Alpine", it is site logo, you can please go to theme settings (/admin/appearance/settings/md_alpine) > Logo, Favicon & Webclip to change it. Or if you would like to remove anything else so please send us some screenshots.
so i have been trying to get it to work, feeling pretty slow trying to get target="_blank" to fit
this is all of line 113:
<a href="<?php print render($content['field_po_button_link']);?>"><span data-hover="<?php print ($node->field_po_button_text[$node->language][0]['value']);?>"><?php print ($node->field_po_button_text[$node->language][0]['value']);?></span></a>
this is where i put it
<a href="<?php print render($content['field_po_button_link']);?>"target="_blank"><span data-hover="<?php print ($node->field_po_button_text[$node->language][0]['value']);?>"><?php print ($node->field_po_button_text[$node->language][0]['value']);?></span></a>
I still can't get it to work , can u spot check this line of code to see where I messed up ?
Hi,
Please send us your site admin account and FTP account by private comment. We would like to have a check.
Sorry,
How about your site url?
Nevermind the above comment .. i fixed the external link issue .... but how to you get rid of the external link button from showing up on the page ?
Please go to file node--portfolio.tpl.php (sites\all\themes\md_alpine\template) to remove external link button.
any suggestions as to how i can add a resume to my site ? i want to use a custom template which would include the basic html and style sheet as a separate file, if there is a module that i can download . i
You can please create content type in Drupal and add fields to it. Then you need to add CSS code for nodes resumé.
i am trying to add a link to the preset icon that i chose to use but i am having trouble finding where i can put it... there is a box that says link but when i put an adress in there the icon disapears.. how can i get the icon to go to the website i choose ?
so basically i am adding a button using the AWEcontent and i dont know the format of how to add the link ..
Please send us your site admin account again. We can not access above account.
i fixed the external link issue.....
My biggest problem right now is when i try to add new content and i click on the browse button i get this error
so i guess my question should be ... how to i replace videos that are preset in the templates on the portfolio page with my own videos
Can you please tell us where you declare function media_views_plugins()?
i figured it out ... thanks