-
-
Hi Mihaila
I have some issues on finishing my website homointraprendente.it
– I have created a custom sidebar but cannot associate it to any page: only if I select the double widget page layout I can decide wich sidebar I want on right and wich on left. in the other cases I don’t have this opportunity. what should I do to add the “Chi Sono” widget sidebar to the “Chi sono” page?
– on mobile and vertical ipad I would like to change the logo, putting this (https://homointraprendente.it/wp-content/uploads/2015/08/Logo-LOW-trasp-v2.png) instead of the one I have now. If not possible, I need to small down to better sizes the one I have now (MANTAINING THE BRAIN LOGO). In any case it should be centered, because otherwise it would overlap the side menu or the additional widget sidebar.
– the main menu should turn to responsive mode earlier. I mean: on horizontal ipad or on low res monitors it follows down on the slider, and this is not correct.
– I need to change the dimension of the title in the “latest from blog” elements. I cannot find the option. may you please indicate me the file and the position in wich this dimension is defined?
Thank you very much!
-
Hello,
1-To add a specific sidebar to a certain page, please go to General Options > Custom Sidebars > Pages custom sidebars. Create a sidebar for your page. Then go to Appearance > Widgets and add the widget sidebar to this page’s sidebar.
2-To change the logo used, only for the mobile/ipad version, please add this code into your custom css box:
@media (max-width: 480px){ .snap-drawer .snap-drawer-left #logo img.dark { content: url("https://homointraprendente.it/wp-content/uploads/2015/08/Logo-LOW-trasp-v2.png");} } @media (max-width: 979px){ .snap-drawer-left #logo img.dark { content: url("https://homointraprendente.it/wp-content/uploads/2015/08/Logo-LOW-trasp-v2.png"); margin-left: -302px !important; margin-top: 4px !important;} .snap-drawer #navigation nav .menu > li > a {width: 40% !important;} }
3-Add this code:
@media (max-width: 1195px){ header#header #navigation { display: none;} .mobile_small_menu { display: block;} }
4-Set a min-height to the blog articles in order to make them align:
.latest_blog .no_carousel .blog-item { min-height: 344px;}
Let us know.Best regards!
-
1. I’ve done it but still doesn’t work. the page takes the “sidebar pages” instead of the one I created for it
2. the logo in the side menu is ok now. but the logo on the header still is the previous on
3. now the menu items disappear at the right moment but doesn’t appear the right menu button. the problem is only on the range of horizontal ipad layout
4. the title still remain too small.
thank you
-
-
-
-
-
Hi Mihaila,
After your last css integrations my logo on the full visualization is far more on the right, letting the whole menu items fall down on the slider. So I had to put /* */ to this part of the code:
.snap-drawer #navigation nav .menu > li > a {width: 40% !important;}
}
@media (min-width: 1200px){
.mobile_small_menu { display: block; }
#logo { padding-left: 20%;}
}
@media (max-width: 1190px){
header#header #navigation { display: none;}
.mobile_small_menu { display: block;}
}
please, I need to get this working:
1. the logo should stay where it is now. but at the same time I need the menu to turn into mobile version (left menu) at approx 1190px. Please note that in this moment on ipad horizontal visualization you have no menu.
2. if possible I would love to have only the “brain” logo into ipad vertical and mobile visualization. But if it’s not possible it’s ok if you reduce the whole logo to a better fitting size or even erase it!
3. should it still be possible to add the sharing buttons of the “creative” blog visualization to the “masonry” blog visualization I would really appreciate.
Thank you
Ciao
Luca
-
Hello,
Sorry for the late reply. I have edited the css for the first two topics. Please check your site.
3-I am sorry but this is not possible.
Let us know.best regards!
-
ok, but now the menu is always in responsive mobile…also on normal desktop visualization…
-
Hello,
I edited this line:
@media (min-width: 1024px)
to this:@media (max-width: 1024px)
Please check your site. Let us know for any thing.Best regards!
-
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Hi Mihaila,</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>I don’t know why but I cannot create a new post here in this forum, only writing here. If I write a new post it doesn’t appear into my “topic started”…</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>2 problems with the new release of the theme:</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>1. Tab items don’t work properly: it is impossible to modify the tabs created previously (please enter my WP and have a look to the “RISORSE” page)</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>2. into the custom fields of portfolio items I put some links. now links are shown as text and not link…</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>thanks for your help</p> -
Hi Mihaila,
I don’t know why but I cannot create a new post here in this forum, only writing here. If I write a new post it doesn’t appear into my “topic started”…
2 problems with the new release of the theme:
1. Tab items don’t work properly: it is impossible to modify the tabs created previously (please enter my WP and have a look to the “RISORSE” page)
2. into the custom fields of portfolio items I put some links. now links are shown as text and not link…
thanks for your help
-
Hello,
1-Please go to “Ask for support” in our forum sidebar(screenshot) to write a new post.
2-I can not find a “Risorse” page. Please send the link so i can check.
3-Did you made any changes to portfolio files before? The default behavior of the portfolio custom fields is to not recognize html tags. Most probably you have edited this before and the recent update overwrote the changes.
Browse your previous questions to find the change and do it again. We would suggest to save a backup of modified files for future updates.
Let us know if you need help.Best regards!
-
Hi
about point 3: I’m quite shure I did not. I browsed all the previuos questions but without finding the solution.
do you have a way to let these fields recognize html tags?
thank you!
-
Hello,
Please go to file includes/view/portfolio/single-container.php and find this line(look for two of this):
<?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?>
Replace with this:
<?php echo $cl_redata['single_portfolio_custom_fields'][$i] ?>
Let us know.Best regards!
-
that works perfectly (I had to put it in the file ../single-gallery.php instead of the one you told me because that is the one I’m using…)
the only problem is that now in this page https://homointraprendente.it/strumenti/ under “La TOP 5” the portfolio images are not squared as they were…this occurs only here, not in the others portfolios nor in the homepage…
thank you!
-
You must be logged in to reply to this topic.