Forum
Welcome, Guest
Username: Password: Remember me

TOPIC: Use the text layer as wordpress menus

Use the text layer as wordpress menus 9 years 5 months ago #19555

1. If I click the text layer link it will not open in a new window but use the same window
2. If I hover the link then the text will display larger

How can I do that?
The administrator has disabled public write access.

Use the text layer as wordpress menus 9 years 5 months ago #19577

  • Support
  • Support's Avatar
  • OFFLINE
  • Moderator
  • Posts: 10443
  • Thank you received: 633
Dear Rio,

1. Please open slider-wd\frontend\views\WDSViewSlider.php file on your website. Search window.open in there.

You will find the following lines for slides and for layers:

window.open(\'' . $slide_row->link . '\')

window.open(\'' . $layer->link . '\') <- this is written twice

Please correspondingly replace those with the following:

window.open(\'' . $slide_row->link . '\', \'_blank\')

window.open(\'' . $layer->link . '\', \'_blank\')

2. For the second question, please give us the link to your website. We will suggest you a CSS code.

Thank you.
Best regards
Web-Dorado team

Joomla extensions,
Wordpress plugins,
Drupal modules
Clear the cache before asking questions. :)
The administrator has disabled public write access.
Time to create page: 0.303 seconds
Powered by Kunena Forum