Forum Replies Created
-
AuthorPosts
-
can anyone help me?
bump
thanks. now I remember it was disabled.
April 28, 2015 at 9:58 pm in reply to: logo was pushed to left side and cut off on the screen on ipad #436404still no solutions yet?
problem fixed. thanks for your help.
Andy, I tried appending your code to what I have on quick css. It didn’t seem to help. So I didn’t paste it over. This is the code I have up there,
.logo {
float: none !important;
left: auto !important;
position: relative !important;
margin: 0px auto !important;
transform: none !important;
text-align: center !important;
}
.logo img {
display: block !important;
margin: 0 auto;
}.html_header_top.html_logo_center .logo { -webkit-transform: none; }
@media only screen and (max-width: 1100px) {
#header_main_alternate {
display: none !important;
}
#advanced_menu_toggle {
display: block !important;
}
}@media only screen and (max-width: 1100px) {
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 119px; }}.page-id-3442 td.avia-highlight-col {
width: 50%;
}.main_color .avia-data-table .avia-highlight-col, .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: transparent;
border-color: transparent;
}.comment-entry { display: none; }
#top .post-title a {
color: #a81010;
}@media screen and (max-width:900px) and (min-width:780px) {
.article-icon-entry { display: inline-block !important; }
}@media screen and (max-width:900px) and (min-width:780px) {
h4.iconlist_title a { font-size: 15px !important; }
}the last two I believe are included to resolve the icon/text truncating issue.
I took a screenshot of what’s going on.
There are two problems.
1. at 0:20, you’d see that the text font size are all reduced. Great! and all text are pushed to BELOW the icon, Great! Except that the “Prolotherapy” stays at where it was. Can I make the Prolotherapy behaves just like the rest of the text, pushed below the icon, too at the instant when all texts are pushed below. As the screen width is further reduced, now the prolotherapy is pushed below the icon.
2. at 0:26, you’d see the texts are all re-enlarged and jump to the side of the icons! This is so weird! Can I just make it stay down there until they become single column when the screen is further reduced?
- This reply was modified 9 years, 6 months ago by kailibuy.
it helps a little bit. But the problem is not solved, as the browser size is reduced in width, you get this
then further reduced in width to ipad portrait, i’m still getting this,
April 23, 2015 at 6:38 pm in reply to: logo was pushed to left side and cut off on the screen on ipad #4336821) for the problem with on ipad/ipad mini, logo is pushed to the left side and cut off,
it’s weird that it’s not reproduced on ipadgee.com. on browswerstack.com it is and on actual ipad/ipad mini I was able to reproduce the problem.Can any moderator/participants with ipad/ipad mini confirm this problem?
2) for the second problem, “when the screen is reduced, the right side of the logo is cut off. This happens on firefox and IE, works fine on chrome.”
I add the code in quick CSS, didn’t seem to make any difference for logo being cut off on the right side on firefox/IE..avia-mozilla .responsive .logo img { width: 100%; }
yes, I’m using 100%. This is the screenshot from the second code ,
@media screen and (max-width:900px) and (min-width:780px) {
.article-icon-entry { display: inline-block !important; }
}As you can see, some texts are still cut off just right before the texts are pushed to second line.
I tested on both chrome and firefox on window 8. Right now you should see the image like this
because I have combine both codes aboev.
If I’m only using
@media screen and (max-width:900px) and (min-width:780px) {
.article-icon-entry { display: inline-block !important; }
}you’d see the text on the right hand side gets cut off.
I delete this,
.avia-icon-list .iconlist_content_wrap {
overflow: visible !important;
}replace with this,
@media screen and (max-width:900px) and (min-width:780px) {
.article-icon-entry { display: inline-block !important; }
}this is what I see, better, but still some problems with the text on the right hand being cut off.
If I combine both codes, still not quite right
thanks for the suggestion. tried it, but didn’t quite work out. See the image below,
is there a way to make “rehab program” and “platelet rich plasma” behave the same as the other four text strings, move to the bottom of the icons when resizing the width of the browser?
yes, it’s fixed.
do you see the phone # are pushed to the 2nd row on the red header?
and on the footer socket, I tried to change the text from the enfold option in footer/copy. But didn’t matter what I texts I put, it didn’t seem to affect what’s shown on the footer socket/copyright text. I also I’d like to center the copyright text.
I had to go to theme option to adjust menu location management.
but after updating, the red bar on the top and also the footer socket looked different. I think the designer had made some changes. I don’t know which files though.
okay. I will try it.
thanks for the reply, rikard.
I watch the video a few times and I have to say it’s not very clear on exactly what to modify in the style.css and function.php file. So I downloaded the plugin and didn’t have to modify anything as it already has the correct folder names. Please take a look at the screenshots below for the content of these three files if you think they are causing the problem with the menu bar.
And to clarify, I do NOT need to modify these files style.css or function.php files directly. I can simply copy and paste these files that have been modified in the parent theme to the child theme folder, they would override the files in the parent theme? So why every video I watched online says you can “modify” style.css or function.php?
Also did I copy the 5 files (with folder/subfolder structure) correctly? Please see the screenshots attached above.
Thank you for your response. I won’t upgrade until I get this child theme issue clarified.
sorry to jump in here. Can anyone of you moderators answer my question here,
https://kriesi.at/support/topic/using-child-theme-correctly-to-update-to-new-version/
anyone out there?
anyone?
Question 4. When I need to upgrade, do I upgrade from the child theme or the parent theme?
just to be sure, we have made quite bit of customization on the options, using quick css code and also the plugins. You sure updating to the new version will not change what I have there? It’s a working website with a lot of personalization. don’t want to lose all these.
I see. So the layout builder is built into 3.1.3?
also what do I need to do to save customization? Do I need to back up custom css in Quick CSS under General Styling? Are there other things I need to back up? I have a plug-in installed to back up entire website, but I’m not sure if there’s something I need to back up, just for the styling, customization. etc.
com’on, anyone out there? used to be able to get good support in hours. Now it’s more than two days, got only 1-2 responses.
bump again
Is there an option turn “advanced layout editor” on and off for single post page?
This reply has been marked as private.Thanks for the message. Somehow I don’t see “advanced layout editor” button.
Can you be more specific (step-by-step) what to do?
bump
-
AuthorPosts