I have a Joomla website with virtuemart. The front page has featured products. Now I want to be able to show more at my front page. I made an article with a picture in it. I want it also to display at the homepage at the same time as the featured products module, say above it. So basically multiple things at the front page. Now I could hardcode it in, but I want to be able to make it as article as it is easier and faster editable.
Joomla front page multiple modules/articles
867 Views Asked by DaViDa At
1
There are 1 best solutions below
Related Questions in MODULE
- (in promise) TypeError: NetworkError when attempting to fetch resource
- Cannot load modules/mod_dav_svn.so into server
- Not reading the function in a JavaScript Module file, by calling onclick in the html document
- Adding Modules to a Namespace using IIFE
- Preparing metadata (pyproject.toml) ... error
- I want to understand modularity in java. When compiling my app I have a ResolutionException
- ModuleNotFoundError: No module named 'src' while importing logging
- Nest.js can't resolve dependencies of the external library's Reflector dependency
- Npm build error: "Module not found: Error: Can't resolve './component/intro' in
- problemas con los CORS en .net core 7 y angular 15
- how can i fix this :ModuleNotFoundError
- A given package is installed but spyder won't see it
- Should I even continue trying to import a module from the parent package?
- Linking errors with includes in C++ nested modules
- Export and create package of c++20 modules
Related Questions in JOOMLA2.5
- how to resolve 500 internal server error for my php application?
- Issue with update joomla from 2.5.17 to 3.5.1
- Is there a way to keep an audio player playing consistently whenever i switch pages on a joomla website?
- Cannot read property "from" of undefined
- PHP Notice: Only variables should be assigned by reference
- JQuery Chosen autocomplete issue
- Work on new joomla template in way that only I can see changes?
- How to redirect the page once the site is down in joomla
- Joomla Database values fetch in custom module
- How to create a custom template for k2 category and assign this template into Joomla backed?
- Joomla 2.5 - Rollback on model method save()
- Will my Joomla! 3.x extensions work with Joomla! 2.5?
- Joomla 2.5 adds duplicated meta tag canonical from other view into current view when cache is on
- Akeeba backup restore
- How to retrieve id of newly added row in custom code event in joomla?
Related Questions in VIRTUEMART
- Why do I always get the error "vmError: Restricted access for view" on VirtueMart?
- How do I trigger modal js function for Virtuemart child products
- Virtuemart mod_virtuemart_product sef issue
- How to get product details in the catalogue module?
- Set the shipping cost
- How to assign the correct Itemid to manufacturer products page link form the product details page
- Virtuemart Order list
- Virtuemart get products from category without limit
- Redirection in .htaccess?
- Virtuemart Multi image upload not adding images
- Executing custom code when order status changes to confirmed in virtuemart
- Sort by filter is not visible in Webpage in virtuemart
- How to add translations for country names in Virtuemart?
- Need to display sku in product list at virtuemart
- Virtuemart Media files lose all meta information when downloading
Related Questions in ARTICLE
- Should I use rich snippets for news list and detail?
- Article class="stage" not aligning in the centre of page
- Is this nesting of HTML elements invalid or semantically incorrect? main > section > header > h1
- grid-columns inside media queries not working for html article element?
- Display problem - Prestashop 1.7.8. multiple article HTML tags in same owl-item
- Unable To Upload Article Image Via API to shopify Articles
- Problem with understanding Article called - "Recognition Math expression from Image. MST and symbol dominance algorithm"
- How to write an R code for searching keywords?
- HTML: <Details> on top of others <articles>
- getting article (by Id) intro text into a custom module
- Is there any API or way to get article or video about specific word?
- Adding image for blog posts
- What are some of the lesser known practices you follow that set you apart from the average developer?
- How to align content inside rows of an <article> vertically with each other
- How to show p-value and axis value correctly in R?
Related Questions in FRONTPAGE
- WordPress front-page template navigation block corrupted: how to reset it?
- Multiple archives on front page in Wordpres
- VBA for FrontPage
- Moodle empty space on the front page
- An invisible prompt overlays my wordpress website homepage and wont close on clicking x
- Posts pagination not working in front page
- Duplicating woocomerce products for other types of users does not work
- How To List In Widget Several Pages At WordPress?
- Trouble displaying data from MongoDb by using js/express.js,
- Home Page Content Skewed to Left
- Add additional page sections to front-page via customizer
- Moodle, guest and frontpage
- Load about:blank page with content in URL
- What Are _vti Files and Can They Be Deleted?
- How to manually set the order of articles in Drupal 8 front page
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The solution is Module,
Just create a module , with params as article id options. Means create a module with parameter option that you can set the article Id, then simply assign that module to the Home Page.
Inside your module Just read the article id and fetch those article details.
For the module development tutorial you can check this.
Hope its helps..