vijayj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using the same database for subdirectorySorry I didn’t get the answer correctly.
Can you explain a little about it.Or please share some document.In my case ,all the pages in the website should be included in the sub directies too.
So all the sub directries will be the duplicate of the main website.
Forum: Themes and Templates
In reply to: [Restaurant Recipe] Scroll top button not working in my websiteThanks,
How can I remove the scroll up section
Thanks @diondesigns
The function in functions.php id load_image. How can I call this function at fixed interval with js.I am new in js and struggling to find a solution
Forum: Themes and Templates
In reply to: [Restaurant Recipe] Scroll top button not working in my websiteThanks @acmethemes I have corrected the JavaScript errors.But still the button is not working ,Any help
Link:https://edge360demo.com/webportal_sports/- This reply was modified 5 years, 10 months ago by vijayj.
It is the result of a custom function added in function.php
Forum: Developing with WordPress
In reply to: Include shortcode results in searchThanks.So I am planning to create an API to call the search in remote database by adding a new function in function.php.
How can I use the function result in search.
The theme I am using is having search.php and searchform.php
Forum: Fixing WordPress
In reply to: Senting email with phpSo only the contact form plugin is needed .
Then I add the SMTP settings and the above php script
Forum: Fixing WordPress
In reply to: Senting email with phpI am using Contact form 7 plugin
Forum: Fixing WordPress
In reply to: Menu not working after changing website to HTTPSForum: Developing with WordPress
In reply to: Error in creating table in db for my pluginThanks, Dion Designs.It worked.
Forum: Developing with WordPress
In reply to: Error in creating table in db for my pluginThere was a spelling mistake in the SQL query for table creation. Checked after correcting it. But the same result.
- This reply was modified 6 years, 4 months ago by vijayj.
Forum: Developing with WordPress
In reply to: Arranging images dynamically in a pageI tried to do something like this But since the image URL is from the array,I got stuck
<div> <img alt="" /> <div id="content" align="center"> <img alt="" /> </div> <img alt="" /> </div> <style type="text/css"> #content { width:50%; margin-left: auto ; margin-right:auto ; }
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Developing with WordPress
In reply to: Adding sytle to shortcode for a new puginThanks All.
I am new to these topics and really confused now.
Can anyone give a good link to read about the topic.[news_link]
This is the shortcode I am using to display image and description,I need to place the description just below the Image.So whenever I add my shortcode to a page It shold list the Images with description.