csweths
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boot Store] Featured Image not displaying in postHI,
I have resolved this.
Add the following code to either single.php or page.php depending on where you want the featured image to be displayed.
<?php get_the_post_thumbnail( $post_id, $size, $attr ); ?>
<?php the_post_thumbnail( $size, $attr); ?>Now how to I move the position of the image? to Center. I got the following code but how to I integrate it with the above code?
<?php the_post_thumbnail(‘thumbnail’, array(‘class’ => ‘aligncenter’)); ?>
Forum: Fixing WordPress
In reply to: Featured Image not displaying in postThanks LapanWebsite.
I created a child theme and copied the single.php into it and copied the code you gave above.
Chose the “Default Template” option from the “Edit Page” of WordPress. Still the image doesnt seem to come up. The way this theme is different is that it has a feature called “Carousel” from the Edit Page” I suspect the featured images are some way getting affected by this feature.
Can you suggest?Forum: Plugins
In reply to: [Contact Form DB] Photo display in frontendThanks Michael. I got this shortcode [cfdb-html form=”myform” filelinks=”img”]there will incorporate and let know how it goes.
Can we extend the plugin to incorporate “Search” for the form headings from the frontend while displaying the form data?
Your suggestions would be valuable.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] custom search for data from custom formsThanks TC. Just to understand this plugin better:
Is this compatible with Contact Form 7 and contact form db data? I am using Contact Form db to store the data from the form and now want to use your plugin to display the form data in the front end and also enable the users to search data from the front end.Kindly suggest if The advance WP query search filter will allow me to retrieve data from contact form DB plugin and enable data display and search from front end of the website.
Secondly what is taxonomy as referred to in the plugin. Where is it created or added?
Forum: Plugins
In reply to: [Advance WP Query Search Filter] frontend data display and searchWould be great if someone can pls reply if this plugin can be used for “Kindly suggest if The advance WP query search filter will allow me to retrieve data from contact form DB plugin and enable data display and search from front end of the website”.
Hi,
I am trying to do exactly the same.
Have you found a solution to it?
Sure thanks ??
Forum: Plugins
In reply to: [Visual Form Builder] add google map to form and associate to user locatioThanks Matthew. If I am ask can you suggest any plugin that might help me create a google map feature like on this website.
https://www.acetutors.com.sg/assignments.php
If you click on the legends the entire description of the task posted is reflected. Can you suggest a plugin for implementing this feature?
Forum: Themes and Templates
In reply to: Add CSS website template to wordpressThanks WPyogi and Andrew for the insights, it was useful learning.
Thanks a lot Xnau, it was very useful.
Thanks Robert pls do post once you have an idea or resolution , would be helpful.
Forum: Themes and Templates
In reply to: Add CSS website template to wordpressOk, I understand, will have to go bit by bit then. To start with – if I dont want to make any changes to the template, but just import the default template into Theme directory of the site in the cpanel? Would this work just to replicate the site?
Forum: Themes and Templates
In reply to: Add CSS website template to wordpressThanks WPyogi. I am a non-programer so can just try doing few modification and copy paste to the code reading few help docs. Any suggestions or help docs to accomplish the above?
I am looking at template in the following site
https://all-free-download.com/free-website-templates/real_estate_690.htmlThanks Xnau.That was useful.Yes I want to avoid coding.
Just got a new template to work. Thanks a lot.
Now I have 2 registration forms one for Tutor using [pdb_signup) and another for child [pdb_signup template=”child”]Since I am using 2 templates hoping the 2 data will be segregated in the database and for search. Any suggestions?
Also any way to use different colors or formats for forms.Thanks Xnau.That was useful.Yes I want to avoid coding.
A couple of questions:Since I want to create 2 different user groups(Tutor and child), I want segregation during sign up to know which user group (tutor and child)do they belong to.
Since I want 2 registration forms for 2 different user groups, is it a good idea to retain the original file pdb-signup.php and make a copy of the file and rename it to say pdb-signup-child.php. Would new shortcodes be required in the example I have just described?Can you link me to create new shortcode for this plugin.Would it require any changes to the code inside the template document?How to make them appear inside the “Participants Database Settings” along with the default template.
Is a Bootstrap.php file required in this example?Thanks a lot.