I have a base page that generates many pages through URL parameters that are passed to the page.
In the sitemap generated by the module XML sitemap appears only the base page .. How can I make, if possible, to insert all dynamic pages generated by the base page.
hope you are all doing great!
I´ve got the following problem:
I have a content type called: products
This products content type has various fields for example name, price, etc.
What I now need is that if 100 items of a product have been ordered that you don´t have to add one hundred of the same content types one by one.
They should just differ by the node-id
I have one content type which is "sold goods" and I have another content type which is "information about the company"
Normally these two content types aren´t related at all, but I need to get the data from the fields from "information about the company" into the view of "sold goods".
I had my css content in css injector. Site has been working just fine. Today, I simply updated the css file. Site totally broken. It looks as if site has no css applied to it. I checked status report and I dont see any error related to css. Then I took the same code to sites/all/theme/bootstrap_subtheme/css/style.css. I paste the code there. Site looks still same.
I've just set up a local copy of my Drupal 7 site to make some changes on instead of working on the live codebase. However, when I access the homepage on localhost and try to login, it redirects me to the live site rather than letting me login through localhost. I have searched around and most topics are resolved by disabling a Secure Pages module, however, I do not have this module. I can't find any similar module that would be causing an issue, there is nothing in settings.php that points to the live website.