praveen68
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Arabic TextThanks for the reply.
I am using https://themeboy.com/footballclub/
I am using X version.Forum: Plugins
In reply to: [JM Twitter Cards] How the heck do you get these things to work?Hi jmlapam, I got it working ??
Forum: Plugins
In reply to: [JM Twitter Cards] How the heck do you get these things to work?Hi jmlapam, I tried and got to the exact point where I did changes to .htaccess. Yet, I don’t get the tweets with the card when I paste the post links in tweet and post. It is just the link. I had made the card in my posts and got my site validated by pasting it. My plugin version is latest.
What am I doing wrong. Am I doing it with the right procedure. I believe I just have to paste the post link into twitter to get the card displayed in my tweet.
FrankBukowski got it working, I wish I could also.
jmlapam Please help ??Forum: Themes and Templates
In reply to: Categories & separate sub category templatesHi Mr_Scientist. I faced the same situation as yours. Glad to hear you sorted it out.
I am still stuck where you began. I created separate category-1.php and category-2.php. When i click the category it open the right category with respective posts. But when I click the posts it opens single.php. When in breadcrumbs when I click Category-1 it open in category.php not category-1.php. What is the code I suppose to give in category.php with the if/else. Please guide.
ThanksForum: Plugins
In reply to: [Contact Form 7] Responsiveness@cdyremix, Use firebug to find out the css applied to your form. You can add the css thru the editor in dashboard. If you are attaching to style.css put the new styles at the bottom and do it also for the respective media queries.
Forum: Plugins
In reply to: [Next Page, Not Next Post] Next and Previous pageThanks @iversoncru. I did as you suggested and I got it right. Do you get it at the right sequence as I am not. U can check it out here.
The sequence breaks.:-(Forum: Fixing WordPress
In reply to: Removing all links from commentsAlchymyth,
My website https://www.hotelsresortsinkerala.com is also showing links. I don’t have a settings-comments.php in the subfolder /include/. Is there any other file that need to be edited. Thanks!Forum: Plugins
In reply to: [Contact Form 7] ResponsivenessThank you emilysaurus. Your solution wored perfect for me.
Forum: Fixing WordPress
In reply to: Next and Previous page showing wrong pagesWow! alchymyth. You made my day. Now I am getting different pages in next and previous. It does not show in the sequence I have give using page tree view plugin. What am I missing. Thank you.
Forum: Fixing WordPress
In reply to: Next and Previous page showing wrong pagesThis is the code I put in all page templates. I use plugin “https://binarym.com/2009/next-page-not-next-post/ . I am finding difficulty with wordpress logic and need expert guidance. ??
<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; /** * The name Template * Template Name: Name Template * * @file name-template.php */ ?> <?php get_header(); ?> <div class="grid-12"> <div class="grid-8 alpha"> <?php query_posts('p=515'); ?> <?php while (have_posts()) : the_post(); ?> <h3><?php the_title(); ?></h3> <?php the_content(); ?> <?php endwhile;?> </div> <?php $nextPage = next_page_not_post('Next Page', 'true', 'order_by=custom&meta_key=daily-menu&loop=1&sort_order=asec'); $prevPage = previous_page_not_post('Previous Page', 'true', 'order_by=custom&meta_key=daily-menu&loop=1&sort_order=asec'); if (!empty($nextPage) || !empty($prevPage)) { echo ' <ul id="nextPrevPages">'; if (!empty($nextPage)) echo ' <li class="next">'.$nextPage.'</li> '; if (!empty($prevPage)) echo ' <li class="previous">'.$prevPage.'</li> '; echo '</ul> '; } ?> </div> <!-- END grid-12 --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Thank you.
Hi, I have used your cool plugin to display pages. I have 9 page templates all same custom name and value. I put next and previous into all my page templates based on menu_order as I am using cms tree page view plugin. All my pages are displaying the page 7 as prev and next as page 8. I am not an expert in coding, so please guide me where am I doing wrong.
<div class="navigation"> <span class="nav-next"><?php next_page_link_plus('order_by=menu_order&order_by=custom&meta_key=custommenuname&loop=1&format=%link »'); ?></span> <span class="nav-previous"><?php previous_page_link_plus( 'order_by=menu_order&order_by=custom&meta_key=custommenuname&loop=1&format=%link «'); ?></span> </div><!-- navigation -->
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] 2 forms with different stylesThank you Zavhara, this is the exact solution I was looking for. Thank to bobrock also for the question.
Forum: Fixing WordPress
In reply to: Post on a pageThank you Jason and Vinod. I used sidebar widgets to display the posts on page and linked it to the post id. I am able to customize text displayed on each post on the page.
Forum: Fixing WordPress
In reply to: Post on a pageThanks Jason. I am converting the html to wordpress. CAn the button have a hover from post image insert.
Forum: Fixing WordPress
In reply to: Slides not displaying in white portfolio themeI am just wondering is it something to do with permission. Let me see what can be done. Thank you Krishna.