I use Shaper Helix 2 in my template, and I try to create the carousel. I use Joomla version 3.2, and use CustomHTML to create the carousel. But I do not know why it does not recognize as HTML, and it actually recognize as Text.
So in my home screen, the carousel show the code:
[carousel]
[carousel_item]add image here [caption]Powerful templates framework to develop Joomla base website faster![/caption][/carousel_item]
[/carousel]
not the actual carousel text.
How to solve this? Thank you very much. Appreciate a lot for someone help.
While in the Module Manager menu, go to the Options tab of your Module Custom HTML item and click Prepare Content -- Yes. Then Save. Voila!
Related
I just add 3d swiper.js to my html page. I would like to add new posts to this slider time to time when i publish the web site. How can I do that? Is there any way explained. Thanks 😁
if you use simple html site without server, database just put content inside swiper code and build your app again
Hello could anyone please help me with my Joomla website. I need to add a CSS Container in the middle of the page but don't know how to add it. I can provide login details if you like if anyone wants to have a look for me and help me out.
Thankyou so much much appreciated.
Hi The best thing to do is to either edit an article by targeting the code editor and adding an element there e.g. <div></div> and then style that appropriately.
The second option would be to create a custom html module (Extensions > Module Manager) and then create a Custom HTML module. You should then chose your module position and include it on the page that you want to display the Custom HTML from your module. see Joomla Module Positions
Finally if you add this directly to your active template code (which can be found under the templates folder in your main Joomla folder).
I'm very new on Drupal 7, I've been trying to customize my home page by adding my own html on page.tpl.php, which works fine but my problem is that the what I add on the home page appears on all the other pages as well and I don't want that.
Can anyone tell me is the anther instead of page.tpl.php where I can put my html code so it show only on the home page or is there code I can insert so my html appears only on the home page?
please help, and please give a step by step solution as I'm a noob when it come to Drupal.
thank you in advance...........
The Template file must be named as
page-front.tpl.php(Drupal 6)
page--front.tpl.php(Drupal 7)
This only affects the front page of the site.
You can use the template files
page-front.tpl.php (Drupal 6)
page--front.tpl.php (Drupal 7)
Put page-front.tpl.php (Drupal 6) OR page--front.tpl.php (Drupal 7) in your themes
folder (/sites/all/themes/your_theme), and then clear the site chache here:
http://yoursite.com/admin/config/development/performance (Drupal 7)
http://yoursite.com/admin/settings/performance (Drupal 6)
Your templates will work.
You can use panels to quickly customize the page. And you can specify any page as front page in Drupal. Go to Configure > site information and set the front page.
Panels gives you flexibility in building the layout & adding content on it. Its the quickest way to build a custom page in Drupal
There is variable available in page.tpl.php that return true if you are in front page :
$is_front, you can check that before you add your htmls
I am using weebly as my website builder. I am not able to put Adsense advertisement in the vertical menu - I am only allowed to put it in the content window if I use the editor.
I assume I will have to modify the css/html and create content panel in this area (see screenshot) but unfortunately I have no idea how can I do it. Any ideas please?
Put an adsense ad under the navigation menu seems to be impossible without modify the HTML and CSS code.
To do it, you just have to export your theme (Settings > Un-published > Download the archive) and import it (Design > All themes > My Custom Themes > Import theme). An advice, to import the theme with success, read the recommandations because, otherwise, you will have error messages. After, edit the navigation menu in your new custom theme, add your adsense code, probably, in the #sidebar div and save modifications.
I hope I could help you and say me if you have any other problem.
You can insert anything on your vertical menu. I've done that 100%. I was able to insert a search button on the navigation bar and surprisingly, you can insert anything on it.
The technique is simple, just place the HTML on the Lay out area under Design Tab. Then insert the CSS on your sites header or on the main-style.css.
This is rather a long tutorial to make it clear to you. Here is my tutorial on how to insert an element to your navigation: http://www.myweeblytricks.com/2014/07/inserting-search-box-in-weebly.html
Good luck!
Another much simpler way would be add the Column element beside your content, and adjust the settings of the Adsense Element to 'Skyscraper'
I'm working with the Materializecss front-end framework and I'm trying to use tabs for moving along external links but it seems like it doesn't work. The examples are for content with a ID inside the same page we're on. How can I solve this? Thank you.
As option - have different active tab on page you're linking. So visiting that page from link automatically sets it as active