k.kannegieter
Forum Replies Created
-
Thanks, i will post a pre-sale question there.
Ill mark it as solved!
Hello,
Well, my biggest issue is that i have a calculator on the frontpage, but want to expand/explain what happens on the next page.
I need to use the same data as entered on the frontpage.
What i need to know is if this is possible. 🙂
Forum: Plugins
In reply to: [IG PageBuilder] Issue with assigning classes/ids to rowIssue has been resolved.
Thanks loads, im a moron for not finding that myself.
Forum: Themes and Templates
In reply to: [Customizr] WooCommerce into CustomizrYou can fix the issue by using their first solution, just know you need the copy the index.php instead of the page.php. 🙂
Forum: Themes and Templates
In reply to: [Customizr] Postpage layoutUhm, at the moment the site is still in maintenance mode, so sadly i cant give out links.
Though i did find the problem. For some reason unknown to me at this moment the theme does this:
It puts a span3 left tc-sidebar in the span9 article container.
This happens even though the page should not have any sidebars.
Im looking for the themefile to fix this issue.I tried to fix the error by creating a child-theme and taking out the sidebars. This doesnt work due to the fact that wordpress includes that sidebar in the
`<div class=”row”>
</div><!–#row –>`Does anyone know where i can find the file which states what should be loaded into the “post” page?
Forum: Plugins
In reply to: [Login Logout Menu] Using BAW in Template designThank you,
I found a way to solve it by copying some other code with minor modifications. Getting used to the right indentation and characters is a bitch when you’re just getting (back) into php.