Forum Replies Created
-
AuthorPosts
-
Hey,
I think it’s a bug. I hope it gets fixed with the next Enfold update.
You’ll also notice it if you’re on any other page and mouse over the menu item.For now you can fix it with the following CSS:
.html_header_searchicon_disabled #top .main_menu .menu > li:last-child > a .avia-menu-fx { left: 0px; }
cheers
http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
http://kriesi.at/documentation/enfold/faq/#nolinkSee the links above.
To link the site you mentioned in the footer, you’d have to enter;
<a href='http://StrongHeartsVeganPower.com'>LINK TEXT</a>
You can remove the enfold link by adding [nolink] at the end.
cheers
All you can do is edit the 404.php file.
As far as i know you cant use the visual editor to build the 404 page.A workaround that would come to my mind would be to create a page called 404 and redirect to it inside the 404.php file.
But i don’t think it’s a clean solution.Let’s see what the support suggests ;)
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
#top.page-id-1847 .av_one_third.first + .av_one_third { background: black; margin-left: 5%; margin-right: -1%; padding-left: 1%; padding-right: 1%; width: 31.3333%; }
If you only want to color the background, you can remove the lines for margin, padding and width.
But i thought it might look better with the padding.cheers
http://www.w3schools.com/css/css_border.asp
border-color: white;http://www.w3schools.com/css/css_font.asp
font-size: 12px;Hey,
so much hate against me :(
You’re deleting so many topics i reply to and i don’t know why.Just kiddin, i’m fine. You can close this topic now… or delete it ;)
Flikk
hi,
there are some links that don’t work every now and then if i want to check on what happened to the problems i replied to.
But if they just get removed it’s ok. I just did not see any reason for them to be removed.
Like the topic: “Bullets trouble in Enfold with woocommerce product description”
https://kriesi.at/support/topic/bullets-trouble-in-enfold-with-woocommerce-product-description/
https://kriesi.at/support/?post_type=topic&p=366475Don’t want to collect every single broken link now. But it’s not only one.
If it’s just because they got deleted, you can close this topic.
Greetings
FlikkHi,
I haven’t started the tpoic mentioned above.
That is one of the topics where i helped out.Maybe you can click it because you’re a moderator?
I still get a redirection error and the URL in my browser changes to
https://kriesi.at/support/?post_type=topic&p=-3-6-5-0-0-1%25-2-5-2-5-2-5-2-5-2-5-2-5-2-5-2-5-2F%25-2-5-2-5-2-5-2-5-2-5-2-5-2-5-2F%25-2-5-2-5-2-5-2-5-2-5-2-5-2F%25-2-5-2-5-2-5-2-5-2-5-2F%25-2-5-2-5-2-5-2-5-2F%25-2-5-2-5-2-5-2F%25-2-5-2-5-2F%25-2-5-2F%25-2F%2F
Hi,
i dont think there is a easy way to implement another menu.
But we can provide you with some CSS code to modify the style of the menu in enfold.Just tell us exactly how you want it to look like.
As an example, here is some simple CSS to change the background color of all menu items:
`#avia-menu>.menu-item {
background: #ff0000;
}’Here you can see where to add this code: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
greetings
Hi,
thx for the link, but if i’d really wanted to learn more about it, i would have looked it up myself.:)
And does the CSS need the !important keyword?
When i don’t see a link to the site i am to lazy to open my own site to test it.Not that a single word in the code would really affect the loading time of the page, but it adds up.
Greetings Flikk
Hey,
I am pretty sure you can manage the content in the widget option.
You can set the amount of columns foor the footer in the Enfold theme optionsgreetings
FlikkHey,
please see here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
If you have any further question i am sure we can help you.I can click the links just fine.
What browser do you use?Hey,
I dont know much about the @media stuff.
But i think “@media only screen” says that the following is only for computer screens.
There is another media type: “@media only handheld”. i guess that would be for the ipad.If you don’t limit your CSS to a media type, it should be fine.
So try using just:.av-main-nav > li > a { padding: 0 4px; }
December 10, 2014 at 5:52 am in reply to: CSS code for Adjust Blog Paragraph Text Font Size Only #365852December 9, 2014 at 10:41 pm in reply to: How to add a section with a background image to roll over on page. #365689I think you are talkin about the color section element.
There you can set a background image and chose if it should be fixed or scrollHey
the most recent one would be this topic: https://kriesi.at/support/topic/custom-css-for-testimonials-not-taking/ (from browser history)
In my recent replies it links to kriesi.at/support/?post_type=topic&p=365367And i get a redirection error from firefox.
See the following 2 examples:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_mailto
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_mailto2For URL encoding to enter spaces and special characters for the subject i.e. see: http://www.w3schools.com/tags/ref_urlencode.asp
In the example you can see how %20 is used for spaces
December 9, 2014 at 3:24 pm in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #365373I used google translate
He utilizado el traductor de googleprimera pregunta: No entiendo. Vamos a esperar a alguien que hable español . :)
segunda pregunta: la eliminación de la flecha
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Wordpress: en el sitio izquierda “Enfold Theme options” -> Styling -> Quick CSSinsertar:
.image-overlay .image-overlay-inside::before { background: none !important; }
Espero que lo resuelve
saludos
Flikkyes, i’ve tried percentage values, but the parent element is the menu item which is 78px width.
And since the width of the menu item does not resize with the screen size, it wouldn’t work even if i’d use something like 1000% (780 px)I just wonder, why it get’s messed up in the first place. You say it’s no JS that calculates the width?
I removed the solution with the viewport CSS from the demo site so you can see how the width is messed up.
December 9, 2014 at 2:20 pm in reply to: Zeilenumbruch AviaLayoutArchitekt Textblock funktioniert nicht #365326Hallo Yoyabewustsein,
das Problem kommt vom in WordPress integrierten texteditor.
Wenn du im Editor oben rechts auf HTML klickst, kannst du sehen, was WordPress aus deiner Eingabe macht.In HTML werden Zeilenumbrüche im Code nicht als Zeilenumbrüche interpretiert.
Um einen Zeilenumbruch einzufügen, musst du an der entsprechenden Stelle den folgenden HTML-Tag einfügen:
<br>
edit: mein Fehler. ich meine solche Zeilenumbrüche werden auch von WordPress gelöscht. Daher musst du etwas benutzen wie:
<br class="clear" />
Abstände zwischen verschiedenen Elementen wird auch besser mit CSS realisiert.
greetings
Flikk- This reply was modified 9 years, 11 months ago by Flikk.
Hi Mohan,
I am just a User like you, but i can understand that the Support can’t help you with 3rd party related things.
It’s like asking WordPress questions in the Joomla forums.greetings
FlikkHello,
I have no idea, why it’s not showing.
But you can change the list style with custom CSS.
The following code applies the style to all lists that are inside a textbox:http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.avia_textblock li { list-style-type: square; }
For more list options see: http://www.w3schools.com/cssref/pr_list-style-type.asp
Greetings
FlikkHello Henrikgood,
the best way to do that is to use custom CSS: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
As for the Code to use, you either ask here in the support forums and tell us what elements you want to change exactly
and provide us with a link to your site so we can write the CSS for you.
Or if you want to do it yourself, you can learn alot about CSS here: http://www.w3schools.com/css/default.aspA very helpful tool if you allready have CSS knowledge are the developer tools of web browsers like firefox: http://www.howtogeek.com/105320/how-to-use-firefoxs-web-developer-tools
Greetings
Flikkwhenever i have a problem myself and ask a question in this forum, i am starting to get active in this forum again and use my time helping others while waiting for an answer :)
I just like to help :)
All i know of is this: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
dont know if you can make it to auto load when scrolling down.
December 9, 2014 at 1:12 am in reply to: How to change font size of magazine entry titles after the first entry #365090Sounds like that is something very easy to do with CSS.
If you could send me a link to the page with the posts, it would be easier for me.
But the following CSS should do the trick:
first entry title:
.av-magazine-group .first .av-magazine-title a { font-size: 20px; }
other titles:
.av-magazine-sideshow .av-magazine-title a { font-size: 12px; }
all you should have to do is adjust the fint size in the above code.
You are right, the login in not working.
But the solution i posted here seems to work. I was just wondering if that would cause any problems since i’ce never really used this lenght unit.
to adjust the padding of everything would be the following:
`.page-id-123 * {
padding-top: 0px;
padding-bottom: 0px;
}`but i guess theat would mess up alot
If i had a link to the website i could tell you what padding you’d have to change.
December 9, 2014 at 12:08 am in reply to: Same height for text block under product image on shop overview page #365058THen i rly wonder why i dont see anything… tried from 2 different computers and with 3 different browsers.
-
AuthorPosts