Forum Replies Created
-
AuthorPosts
-
OK this works well…! Thanks!
if I’d like to do the same for yet another page, how would be the syntax?#top.page-id-234 .iconbox_top .iconbox_icon { display: none; } #top.page-id-494 iconbox_top .iconbox_icon { display: none; }
…doesn’t work! In this example it works only for page-id-234
I’d like to hide them…
Thanks to Guenni007 the problem is solved and the topic can be closed.
@ guenni sorry und vielen Dank …habe dir vorhin einen Privat-reply gesendet, den du als “Participant” sicher nicht lesen kannt. Ich treff mich gerne mal zum fachsimpeln in Bonn wenns passt. schick mir ne mail auf (Email address hidden if logged out) und ich antworte mit meiner ‘anderen’ Mailadresse ;-)
Perfect, my bad. forgot to modify the class in the iconbox!
Thanks Guenni,
there is another extra function in my childs functions.php, would that be the right syntax (?):
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_shortcode('avia_search', 'get_search_form'); function transfer_link_from_child(){ ?> <script> (function($){ $(".clickable").each(function(){ var theLink = $(this).find("a:first").attr("href"); if (typeof theLink !== "undefined"){ $(this).addClass("clickme"); $(this).on("click", function(){ window.location.href = theLink; }); }; }); })(jQuery); </script> <?php } add_action('wp_footer', 'transfer_link_from_child');
…it doesn’t seem to work though :-(
… and I admit that I’m not a PHP expert.Hi Victoria,
Thanks a lot!! Splendit:-) This works perfectly as it should on http://dev.plp-group.comI’m not shure why this doesn’t apply on the other side (It’s all in the quicksss: http://dev.plp-group.com/about/
Also on that page I tried to ‘hide’ the icons.
.plp_noiconbox a.iconbox_icon { display: none !important; }
…but it doesn’t work :-)Any ideas?
best
StefanExcellent!
That solved the color issue.How would I get the Icons ‘in the box’ as in the example image linked below. I need the icons as well as the text roughly 30 px down so they are in the box. Could you solve this as well?
Thanks Jordan, getting closer :-)
.plp-iconbox { position: relative; background-image: url('https://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox.png')!important; height: 181px; background-position: center; background-repeat: no-repeat; background-size: cover; }
…this will set the image right sizing the box after the background image. As you can see I used a custom class…
I need to get the Icons ‘in the box’ and I need to get rid of the color (#f8f8f8) as you can see in the example result… I tried several background css tricks, but without success…
Would you know how to accomplish that please …?September 17, 2018 at 1:36 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010739Thanks for the good support, topic can be closed!
September 17, 2018 at 12:03 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010694TXS, that was easy;-) Sorry wasn’t aware of the screen options. Problem solved for now.
However as you said, this might be a good point in a feature request. Potentially this could also then have a time-function, where the post is vanishing once it’s lifetime has exceeded.September 16, 2018 at 10:10 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010520Thanks Nikko,
I looked exactly there and couldn’t find anything. (See screenshot.)
best
S.September 16, 2018 at 3:42 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010435Hi Rikard,
thanks! This would work for now!
But I can’t seem to figure out, where this excerpt that you added was added… I checked post / page / widget …? Where did you add the excerpt, please?
txs
S.September 12, 2018 at 3:58 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1008995Hi Victoria,
regarding: “The posts have to have excerpts to be shown. You need to add excerpts to the posts.”
if you look into the original posts, they have a text underneath. I thought the excerpts would be a section (e.g. 1st 200 Words or so) of the given text…?
And yes I read the article: https://codex.wordpress.org/Excerpt and saw the image you’ve sent. Thanks for that! The excerpt field below is (if you have a couple of posts…) a bit confusing if you wish to have a seperate excerpts for seperate posts…?!Also it doesn’t do anything to my sidebar widget if I popolate it …:-(
Any more ideas?
wow txs, (Now I got it, the child theme needs to be active ;-)) … it helps to get the right resources and it’s a major benefit to be able to read ;-)
Problem solved!Thanks Ismael, this works!!!
I understand, that the functions.php will be potentially overwritten by Enfold updates and I have to finally fully understand the concept of a child theme which is yet not clear enough for me.
Thanks again!Hi,
I did exactly as you said. reinstalled the Enfold child theme and export the parents theme settings into it. It didn’t work, in fact I lost the settings that worked in the child theme before. top menu search has vanished :-(
If I use the “freshly” installed child theme it works. Any more ideas?
I need to mention that I’m new in using the child theme but I’m eager to understand what happens.Ah OK, but how will I get it to work on the live side? I’m sorry I never worked with a child theme befor…
Thanks! How do I get this to work in the actual theme, it works in the child theme. I haven’t fully understood which code was added to the functions.php …? …refering to Vinay …see above!
Hi victoria,
I switched back to the child theme. It only seems to work there, as I don’Ät understand what Vinay has changed I don’t know how to procede …:-(
Thanks for your help!September 4, 2018 at 9:22 am in reply to: Enfold Hotel Theme differnces and purchase instructions #1005334Thanks Rikard!
Understood, it looked as though this was an extended version of Enfold. So this works with a regular (up to date) Enfold license and is just a design demo. Nice!-
This reply was modified 6 years, 11 months ago by
beenee.
@Vinay: I haven’t fully understood why this worked in the (now activated) child theme and not in the actual theme. I’m not sure which code to use in the function.php @ https://kriesi.at/documentation/enfold/search/
@Rikard: I don’t get it positioned in the top right also with the given css.September 3, 2018 at 10:24 pm in reply to: Enfold Hotel Theme differnces and purchase instructions #1005211So it cannot be purchased yet??
I mentioned it to interessted customers and read a price of 99 USD somewhere?Thanks Vinay,
This worked somehow, but how do I get it right and in line with the top-bar menu as in the mockup?OK sure!
Please look at the attached mockup image, the top bar needs a search field.Excellent! It works!
Can I ask, if I need to remodify functions.php with Enfold updates?
Thanks!!!Hi Vinay,
Thanks again. I understood, how to modify whitespace as such. But I need a separator at the sidebar below the listed blog elements.
I don’t understand how to get the icon into the quick css instead of the present border.border-bottom:2px solid #000; background-image: url("separator.gif");
But the icon is likely no image but a font element…?
September 2, 2018 at 12:11 pm in reply to: Enfold latest news – hide thumbnail in sidebar post #1004617Rikard, my bad, I think there was a missing bracket in the quick css.
Problem solved :-)Oops sorry, must have slipped my attention.
Just realised that this is a 2px #000 border. How would I get the same whitespace separator there like in the main area?
Thanks for your effort! -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts