Forum Replies Created
-
AuthorPosts
-
September 25, 2015 at 9:19 am in reply to: Not responsive in tablet: Mobile and left sidebar menus appear at the same time #508835
Hi Rikard,
Thanks for your help.!!
You can mark the problem as solved.Best regards
RosaSeptember 23, 2015 at 11:17 am in reply to: Not responsive in tablet: Mobile and left sidebar menus appear at the same time #507610Hi Rikard,
Here is a screenshot with the problem on IPAD portrait view 768×1024
But with the code I mentioned before in Quick CSS now I get on IPAD the same view that in Iphone (see screenshots too).
@media only screen and (max-width: 1023px) {
.flex_column {
width: 100%!important;
margin-left: 0!important;
}}I don’t know if it is another or better way to get the same effect.
September 23, 2015 at 12:13 am in reply to: Not responsive in tablet: Mobile and left sidebar menus appear at the same time #507423Hi Basilis,
Thanks for your suggestion, although I can’t understand why do you say that this modification takes lot of work.
Maybe I didn’t explain well what the problem is.
I was just trying to force showing the iphone view on Ipad, that is, showing an iphone screen when media width is 1024px or less.
Well, I have been looking more and more through the forum, which is plenty of questions and answers about visualization problems on ipad, and I have found this recent post https://kriesi.at/support/topic/blog-displaying-weird-on-ipad/
So I have put this code in Quick css:
@media only screen and (max-width: 1023px) {
.flex_column {
width: 100%!important;
margin-left: 0!important;
}}and I think it is working!
Is this the best code to get this effect?
(I have hidden the left menu too with @media and display:none)
Thanks!
August 7, 2015 at 10:06 am in reply to: Customize fullwidth button description: narrower and centered #484386Hi Dake,
It works!
Since I have a class assigned I have tried this, and it works too:
.boton_ancho_sig_paso .avia-button-fullwidth .av-button-description {
margin-left: 25% !important;
margin-right: 25% !important;
}Thanks for your help!!
RosaAugust 4, 2015 at 1:20 pm in reply to: Customize fullwidth button description: narrower and centered #482647Hi Rikard,
Here you have the access:Thanks Josue and Genni007 for your help!
But I agree that it would be great to have the version.txt available in ENVATO “installable wordpress file only”
Best regards,
RosaThanks for the idea!
I always use Download “All files & doc” and install them manually.
As you say, I have downloaded from Envato “Instalable WP file only” and checking inside the style file I see that the version is now 3.2.2.
But with this procedure I don’t get the version.txt file where I can check the list of changes made and which files of the template are updated.
Is there any other way to get the version.txt of the 3.2.2 or the full list of changes made?
And why in last forum entries Enfold Team say that last version is 3.2.3? Where is this version?
July 9, 2015 at 8:33 am in reply to: Which is the minimum image height for a certain parallax window height #470653Thanks Ismael,
Without content in the Colour Section I can calculate aprox.the height of the image with the background area..It is working for me..
Best regards,
RosaJuly 2, 2015 at 11:55 pm in reply to: Which is the minimum image height for a certain parallax window height #467787Hi Ismael
Thanks for your response.
I agree that I have to think in designing for the most common screen resolutions, as you said. And I am trying to find the minimum image size that looks fine in the 4 or 5 most common screen resolutions for my two color area of 160px and 320px.
However in the ENFOLD examples you mentioned the images look blur, and I would like my images to look sharp and full width without distortion and without using huge images.
You say that parallax “…scale the background image to be as large as possible so that the background area is completely covered by the background image”
In screen resolution of, let’s say, 1440×900 px, I see looking at the code that in a page with a color area set of 160px size, the window that shows the image background mesures 1423x160px and the
div.av-parallax. avia-full-stretch.active-parallax mesures 1423x553px.Is this 1423x553px the size of the background area you are refering before?
Can I use this background area size to calculate the minimum size needed for my background image in this particular screen resolution?
(For instance, If apply this relation 1423/553=2.57 to my background image of 1500 px wide, I get 1500/2.57 = 583px.. So my image of 1500px wide should have at least 583px height to fit without distortion a parallax color area of 160px in this screen resolution)
Could this be a way to do the calculation?)Thanks!
RosaJuly 2, 2015 at 9:36 am in reply to: Which is the minimum image height for a certain parallax window height #467365Hello!
Does anyone have any suggestion to solve my question?I would like to put my site on production soon and I am investing lot of time trying different sizes of images and I cannot figure out a rule that works for any screen resolution (or at least the most common ones) using the minimum image size.
Thanks for your help!
RosaJuly 1, 2015 at 9:01 am in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #466828Thanks Ismael!
Finally I solved it using Yoast breadcrumbs. They allow to set your own name for every part of the breadcrumb.Best regards
RosaMarch 25, 2015 at 6:12 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #418027Hi Ismael,
Thanks for your efforts!
I put your code in child’s functions.php and isn’t still working well. You can check it.
When I click in a last level menu, breadcrumb doesn’t show the previous level, plus in some levels Title still appears instead of Menu ID.,I appreciate your help and new suggestions.
Best regards,
RosaMarch 23, 2015 at 7:33 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #416611Hi Ismael,
I appreciate your help! Sorry I cannot help with the code (I know a few about that..). Now the code is better but breadcrumbs are not completely OK…This is the scenario example:
Inicio/Cursos in Company/Ventas/Técnicas de Ventas (Pages Hierarchy)
Inicio/Programas /Ventas/Técnicas de Ventas (Menú items Hierarchy)If I click “Programas” 1st level menú—-> breadcrumb shows “Inicio//Programas” (error: double slash with empty content)
Breadcrumb should be “Inicio/Programas”If I click “Ventas” 2nd level menú —-> breadcrumb shows “Inicio/Cursos in Company/Ventas” (error: 1st level should be Menu id, no Title).
Breadcrumb should be “Inicio/Programas/Ventas”If I click “Técnicas de Ventas” 3rd level menú—> breadcrumb shows “Inicio/Cursos in Company/ Técnicas de Venta” (error: 2nd level menu doesn’t show in breadcrumb). Breadcrumb should be “Inicio/Programas/Ventas/Técnicas de Venta”
Thanks again for your help!
Regards,
RosaMarch 21, 2015 at 6:43 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #415769Hi Ismael,
Thanks for your answer!
But I have put your code in child’s functions.php, and the last part of the breadcrumb shows always the same menu-id, plus sometimes the middle part of the breadcrumb is blank.
I have cleared the cache and try again, but the result is the same.
Is there something wrong in the code? Or do I have to do anything else?
Thanks again!
Rosa.March 19, 2015 at 8:39 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #414818This reply has been marked as private.March 19, 2015 at 7:32 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #414776This reply has been marked as private.Thanks both for your help!
Regards,
RosaThanks Elliot,
I have realized that I put the question in the wrong forum.It should be put in Enfold, I guess.
So, if I want to explore both demos, one after the other, what would be the best?
In the child theme, I would import demo number one and explore it.
But then how can I reset the demo in order to import the second one?,
Is “Reset all options” the way to do it?Thanks and regards
Rosa. -
AuthorPosts