pey22
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Thank you page does not workHello and thanks for the quick reply
i try to put this:
on_sent_ok: “location = ‘https://www.examle.co.il/thanks.php’;”
but still its not working and i saw in firebug i dont have Javascript Conflict. so any help???Forum: Reviews
In reply to: [T&P Navigation Menu] Best Sticky Menu for WordPressHello krishna.thumma
I do not understand my plugin should not work in the /wp-admin page so what exactly you tying to do?Forum: Plugins
In reply to: [T&P Gallery Slider] don't understand how this slider workHello morarz
you need to upload the images to the post that you want and add the short code [tp_gallery]Forum: Plugins
In reply to: [T&P Gallery Slider] add more than one slider on a pageHello tallis
Unfortunately no, maybe the next version.
But you can display one slider that include multi posts for example you want to create one slider for post 1 and post 15:
[tp_gallery post_id=”15,1″]Forum: Plugins
In reply to: [T&P Navigation Menu] Dropdown stops working (home page)Hello millzz
What exactly you have changed???
can you give a link to your site?Forum: Plugins
In reply to: [T&P Navigation Menu] Css issue Menu Out of screenHello surya300
active the plugin so i can see what is the problem.Forum: Plugins
In reply to: [T&P Navigation Menu] Make the background black and 100% width of the pageHello roseba
please send me link to your site i need to see what you mean.Forum: Plugins
In reply to: [T&P Gallery Slider] Shortcode disappearHello magda_u you can use the short code in your single.php by passing the post id like this:
<?php echo do_shortcode('[tp_gallery post_id="id"]'); ?>
replace id with the current post id.
if the [tp_gallery] does not work in the post content, make sure that you put it in the HTML editor and not in the visual.
Forum: Plugins
In reply to: [T&P Gallery Slider] Wrong order of picturesHello magda_u
This short code you put here is not supported in my plugin.
[tp_gallery]
[/tp_gallery]please use only my short code like in example :[tp_gallery post_id=”id”]
Forum: Plugins
In reply to: [T&P Gallery Slider] Any way to make this auto scroll?Hello WebDi
Unfortunately this is not the purpose of this plugin, but i can recommend
you plugin that i use and do exactly what you describe:
Portfolio Slideshowhope this helps you.
Forum: Plugins
In reply to: [T&P Gallery Slider] slider on hrefI did not understand the question.
Forum: Plugins
In reply to: [T&P Gallery Slider] Images appear on page, but not in a slider galleryHello swilliams17
to active the plugin you need to add the shortcode like i said [tp_gallery] in html editor (not visual editor) OR <?php echo do_shortcode(‘[tp_gallery]’); ?> in your theme.
i entered to your site and saw you have jQuery error:
GET https://g4events.com/wp-includes/js/jquery/jquery-1.10.2.min.map 404 (Not Found).
try to turn off all your plugins and see if my slider works.
There may be a conflict between plugins if have please let me know.Forum: Reviews
In reply to: [T&P Navigation Menu] Transparant menu does not work goodThe plugin works well ,It tested on this specific theme and upload to wordpress repository after many tests.
if you have some personal problems with the plugin you should make ticket in the support form.(For things like that it there).
and not rate poorly unjustly the plugin.
I gave it five stars cus is my right it should not hurt you.
100 people use it and it’s good for them.
if you what to fix your problem insert plugins/tp-navigation-menu/js/tp_navigation.js open the file in notepad delete all thet you have there and copy past this:jQuery(function() { // grab the initial top offset of the navigation var tp_navigation_offset_top = jQuery('#navbar').offset().top; // our function that decides weather the navigation bar should have "fixed" css position or not. var tp_navigation = function(){ var scroll_top = jQuery(window).scrollTop(); // our current vertical position from the top // if we've scrolled more than the navigation, change its position to fixed to stick to top, otherwise change it back to relative if (scroll_top > tp_navigation_offset_top) { jQuery('#navbar').css({ 'position': 'fixed', 'top':0 }); jQuery('#navbar').css({ 'box-shadow': '0 0 5px #999999' }); } else { jQuery('#navbar').css({ 'position': 'relative' }); jQuery('#navbar').css({ 'box-shadow': 'none' }); } }; // run our function on load tp_navigation(); // and run it again every time you scroll jQuery(window).scroll(function() { tp_navigation(); }); });
Forum: Reviews
In reply to: [T&P Navigation Menu] Transparant menu does not work goodFirst it is not my site its someone that use my plugin.
Secondly If you have been read the Support you will know how to change it for your needs.
you should not give the plugin one star because you dont love my design the plugin works excellent in all browsers and mobiles.Anyway read the support and if you do not know what to do I will help you and i hope you fix your Reviews.
Forum: Reviews
In reply to: [T&P Navigation Menu] Transparant menu does not work goodHello Beadmaking
you can see example legestecommercial.com
work excellent with mobile.
and if you know css and js you can change the menu design.
Do not forget that this is the first version and it will improve in the future.