I recently started using Drupal 8. I am able to add a basic page, but whenever I try to view it, the body text pertaining to the page does not display, only the page title is visible. Does anybody have any ideas as to why I am experiencing this problem. Thanks in advance.
Attached is a screenshot of where I am expecting to see the body text for the page. The title of the post is visible, but not the body
May be you have disabled the body field display from content type settings. Go to the page 'your site address/admin/structure/types/manage/page/display' and check the body field is disabled or not. If disabled please enable it for showing the content on front end.
Related
The site is build with wordpress and using the favetheme,houzes theme for real estate theme site, and what seems to be the problem here i cannot change this button text [Load more] so what i need is to know where can i edit the button text.
Thank you
i've tried elementor but its not showing the button i think its attached to the section which is for showing featured properites, i tried with edit page and the customize but i still couldn't change the text or the button it's self.
I changed it on back-end accessing cpanel, it was at shortcodes of houzes theme you can find, at property-cards-v5.php (you can check its name in elementor by trying to edit it) changed its content of Load More, it was attached to the section it was part of the slide show
I'm using a Revolution Slider on a one page wordpress website and I want to have a link inside the slider which will take the visitor to the 'contact us' section down the page. I'd rather not use the 'scroll below' option as this will not work properly on mobile devices.
I've added a div id="contact-info" in the raw html, but when I try to link to contact-info or #contact-info I get sent to a 404. What am I missing here?
I've added two screenshots:
one how I made the link in a button in the Revolution Slider
one how I added the HTML in the page (through visual composer)
Even if I change the link to any of the options mentioned above, the link still doesn't work.
Hope you guys can help me out!
Try to the Slide Editor > Link & Seo > Enable Link select "Disable".
then add #contact-info again. Hope can help!
I'm having trouble displaying the body text when creating a Basic Page. I've somehow deleted the body field at some point and then tried to add existing field again.
Now that I've added Body field again and typing in some text in the body for a Basic Page, it won't appear on my page. I can see my text in body_value in myphpadmin in field_data_body and my page is only displaying the title.
I've tried several things. Cleared cache, reapplied all template files (page.tlp.php etc.)
Im using Drupal 7.
Any help appreciated
My issue is I have a drupal site and I am trying to create a Make Payment page. I was able to create the page but the issue I ran into is when I got the code for the button from PayPal and inserted it into the CKEditor. The CKEditor works when I put it in there but it wont publish.
Any tips would be helpful.
You probably have to set the Input Format for that text box to "Full HTML". Otherwise a lot of the HTML tags will be stripped out when it is displayed.
I have a Drupal 6 site with a view that has a page and a feed display. Both the page and the feed work great. The view just shows content type Story in reverse chronological order- basic blog listing page.
While the RSS look good, the page display doesn't include the tag in the header for auto-discovery. I've outputting $head in my page.tpl.php, so it should be there. Also, I noticed the $feed_icons variable is empty.
Any ideas?
In Drupal 6 this is no longer automatic.
Edit the view and under "Feed Settings" set "Attach to" to the page that you want to autodiscover the feed.
This should happen automatically in most cases. If you are doing something a little strange you may need to use drupal_add_feed() to add the feed to the page