sumitrathore18g
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Estate] how to put image on site title and taglineHi,
Open header.php file
<hgroup> // add this image tag <IMG class="site-image" SRC="<?php echo get_template_directory_uri() ?>/path to your image" ALT="image"> <h1 class="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php estate_display_logo(); ?> </a> </h1> <?php if(siteorigin_setting('general_site_description')) : ?> <h1 class="site-description"><?php bloginfo( 'description' ); ?></h1> <?php endif ?> </hgroup>
Forum: Fixing WordPress
In reply to: How to show draft pages to unregistered user?Thanks a lot esmi. This is third time you helped me and solved my problem. Thanks a lot.
Forum: Fixing WordPress
In reply to: Who should be the owner of wordpress's file and directories?Thanks for the answer. I will look into it.
Forum: Plugins
In reply to: [Shortcode Exec PHP] How can i use plugin's shortcode in this plugin?Hi,
Problem solved. This is how i solved it. This is my [view_repo]
$name= $_REQUEST['name_file']; echo "$name";
And on that wordpress page i use this
[wp-pdf-view swf="https://127.0.0.1/wordpress/upload/[view_repo].swf" width="700" height="900" /]
And everything works perfect. This by far the most useful wordpress plugin for me. Thanks to the creator.
Forum: Plugins
In reply to: Plugin to display document in a page.Hi,
Yes your are right.
Thanks for your help
Forum: Plugins
In reply to: Plugin to display document in a page.Hi,
I follow the instructions but on clicking on the link the file is downloaded. I need to display it.
Thanks and Regards
Forum: Fixing WordPress
In reply to: how to change the ip address of wordpress site?Hi Krishna ,
Thanks for the reply. I will try thatForum: Fixing WordPress
In reply to: Dynamic home pageHi vtxyzzy,
I can solve the problem by myself. Thanks for your reply.
Thanks and Regards,
sumitrathore18gForum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi YourOwnProgrammer,
Your code works fine all i do is replace ‘format’ => ‘?yop_poll_page=%#%’ with ‘format’ => ‘&yop_poll_page=%#%’
in the file public-admin.php in function
public function yop_poll_archive_shortcode_function().Your plugin is great. It solves all my problems. Thanks fro your help and support.
Thanks and Regards
sumitrathore18gForum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi YourOwnProgrammer,
In the file public-admin.php
public function yop_poll_archive_shortcode_function() {
$template = ”;
$yop_poll_page = 1;
$big = 99999;
if ( isset( $_REQUEST[‘yop_poll_page’] ) )
$yop_poll_page = $_REQUEST[‘yop_poll_page’];after this code i add “echo $yop_poll_page”. Now when i click on link “2” it shows 1 as output. So after that i add echo”Hi” in if statement to see whether $_REQUEST[‘yop_poll_page’] is getting any value or not and when i refresh the page or navigate between pages there is no “Hi”.
So that means “isset( $_REQUEST[‘yop_poll_page’]” is false every time. Thats why $yop_poll_page is getting 1 each time. No matter which link i click.
Now can you help me in this matter? Do you have any idea?
If you do not have any idea then atleast reply that you can’t help me with this, so that i can look for some other options.Thanks and Regards
sumitrathore18g
Forum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi YourOwnProgrammer,
Thanks for helping me in loss of templates matter. But that archive part is still not solved. I re-install the plugin but still same thing happen(click on the next link it forward me to same page).
Ok what i did in options section, i set Archive Polls Per Page to 3.
I create 4 polls with following Archive options:View Poll Archive Link :Yes(same for all polls)
View Poll Archive Link Label:View Poll Archive(same for all polls)
Poll Archive Url:https://10.111.44.91/wordpress/?page_id=243(same for all polls)
Show Poll In Archive : Yes (same for all polls)
Archive Order:4(1,2,3 for first three polls)After creating the last poll the page show “1 2 Next” label but clicking on 2 or Next redirect me to same page where only first 3 polls are present.
Is there any possibilities that selected theme causing this issue. I am using Theme Estate.
See if you find any mistake in what i am doing.
Thanks and Regards
Hitizz,
I was looking for a way so that a new post will get generated in home page whenever someone add new photos.
This can also work.
Thanks for your help.
Forum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi,
I try to uninstall the plugin completely(including database tables) and then install it from the start. But what happen that whenever i install it, there are no templates. I remove it again then logout from the dashboard and again login and install it but no help.
All the tables get created but template table is empty. What to do?
Please help.
Thanks
Forum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi YourOwnProgrammer ,
Actually the website is on LAN. It is accessible only within LAN. So i can’t give you the link and even if i give you will not be able to access it.
So any other solution?
Thanks
Forum: Plugins
In reply to: [YOP Poll] is there any way i can get each user's response to each question?Hi YourOwnProgrammer,
I follow your last post. Now i am able to limit the number of polls per page but now the problem is whenever i click on the next link it forward me to same page. It means if i allow 3 polls per page then i am able to see only these 3 polls even after clicking on next link or page no 2. Remaining polls are there but that given link does not forward me to remaining polls.
So help me. This is my last task in this poll. After that my task will be over.Thanks and Regards