Forum Replies Created
-
AuthorPosts
-
[email protected]Member
Take a look at your url:
url(""//mtbwoonark.nl/wp-content/uploads/2015/10/Moestuinlaan3e7.jpg\"") no-repeat fixed center center / cover
Its double "" and \ after jpg
This is the good url:
url("//mtbwoonark.nl/wp-content/uploads/2015/10/Moestuinlaan3e7.jpg")
that will solve the problem.
U can send me a email to: [email protected][email protected]MemberYes i am Dutch, But i speak english here for the other people 🙂 its to hard to learn dutch for non Dutch people 😛
I think this is the solution:
.home-section-7 { background: url("//mtbwoonark.nl/wp-content/uploads/2015/10/Moestuinlaan3e7.jpg") no-repeat center center fixed ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
[email protected]MemberDo you have a link of the website for me?
Maybe one div is ruling the other.. So if you place in your css
example: #yourdiv {background-color: #000000 !important;}
(!important will give the targeted element color precedence over any css styling that targets the same element.)
[email protected]MemberNo Problem! I have anotther option i found this..
Add Full Width Wrap to the Inner Content of a Page in Genesis Theme
Maybe this helps u also.. it is a shorter way by editing the css and a littlebit add to the function.php!
good luck!
Have a nice day! 🙂
[email protected]Memberremove the div "site-inner" at your subpage.
Maybe this can help:
[email protected]Membersorry - the last </div>
[email protected]MemberIf you are familiar with html and css..
1 Remove in functions.php 'inner' under this line of code
//* Add support for structural wraps
add_theme_support( 'genesis-structural-wraps', array(
'header',
'nav',
'subnav',
'Inner' <-------------------------------- (Remove)
'footer-widgets',
'footer',2 Go to your page and use the classes of the home page
<div class='welcome'>
<div class="welcome-wide">
<div class="wrap">Block 1</div>
</div>
<div class="welcome-features">
<div class="wrap">Block 2</div>
</div>
<div class="home-feature-bg-alt hf1"> (block 3)
<div class="wrap">PBlock 3</div>
</div>
<div></div>
p.m if you need help[email protected]MemberThank you for your reply Davinder,
I used simple menu's, but the problem is when i select a menu i get it as secondary menu in my footer.. and the primarynavigation is still the same.. is there a solution for?
[email protected]MemberI got the same problem, did you already found a solution for this problem?
[email protected]MemberHello Susan,
Thank you for your reply. Do you have an example how to do that in code? Do i have to switch it off per page?
[email protected]MemberI installed the plugin. but i want the second nav instead of the main nav. and the main nav is still there on the pages where i want the secondary menu as main nav.
[email protected]MemberTanks for your answer. I know the way of i class.. I was only finding a way to activate "html" in de widget title.. But that didnt work in this theme. I have to add 3 icons to my widget titles, but Victors way works fine!
[email protected]MemberThank you very much for the solution Victor! I tried to solve it in the function.php to activate a shortcode, but that didnt work.
this is a much better way to do it![email protected]MemberNothing will change because its a child theme. Before you change, always make a backup.
[email protected]MemberTry using another theme.. like Executive or Enterprise pro.. thats the quickest way i think than go coding the css for responsive..
[email protected]MemberThank you very much! it works!!
I have one problem left. In Agentpress u have property details. I can import it automatically from the xml to this fields.
It shows correctly in the property detail fields when u customize a listing, but before previewing it u have to hit the send to text editor button. Is there a way that this goes automaticcaly, because i have more than 100 Appartments, and the prices are changing every day. -
AuthorPosts