perfect, thank you.
Is there a way to display the name on desktop, but then only the excerpt on hover? Right now I have both name and excerpt displaying on hover.
Thank you
with reference to this post
Where has the little arrow come from? Has is been copied and pasted from somewhere or is it unicode?
I’ve used a unicode but only been able to produce larger arrows not little dinky ones…
li > a:before { content: ' \25BA'; }
I would like a little arrow pointing right the same size as in the thread.
Many thanks
TJ
Hi
How do I put a border on an image within a column where there is text and a button etc under it? The link shows how it should look on a Desktop (but method doesn’t work on a mobile).
Thanks
Gerry
Hi
I’m using the Gallery with 3 columns on Desktop version but want the images to show as single images on a mobile. How can this be done?\
Thanks
Gerry
The front page of my site is not loading as responsive when viewed from a mobile device. If you could take a look at the site http://saneamientodepanama.gob.pa, you could see it’s not loading correctly when on a mobile device. The site has nothing special, I’m using the standard modules of the Avia editor, so I don’t need to use media queries. For example, a section with 4 columns is not re-arranging itself with the columns one on top of the other, they are displayed on beside the other. That’s not normal behavior. That’s just one example. Please take a look at it.
Hey, I have the Logo Center, Menu Above option selected in my header settings. I’m trying to place some HTML content next to the logo. I’ve tried following the instructions here, but no matter where I add the content in helper-main-menu.php, it’s adding the content to the nav area at the top, not the logo area.
Here’s the HTML tag in the logo area where I want to put stuff:
<div class=”av-section-bottom-logo header_color”>
Could you point me to where in the PHP I would add additional HTML to place inside that tag?
Thanks! :D
Hey vaibhavbhutoria,
Try adding the following to quick css:
@media only screen and (max-width: 767px){
#top #wrap_all .av-inherit-size h2.av-special-heading-tag {
font-size: 0.5em!important;
}
}
Best regards,
Jordan Shannon
Hi Victoria,
that can be hardcoded in the footer file. But i need the backgound of the icon transparance. Any Idea?
Best regards,
Christoph
Hi,
Add the following to quick css:
#top .galleria-container input[type="number"]{
border:none!important;
background:none!important;
}
Best regards,
Jordan Shannon
Hi Martin,
Did you try to disable all plugins and check if the search works?
Here are some threads to consider:
https://kriesi.at/support/topic/site-search-is-this-intended-to-confuse-visitors/
Best regards,
Victoria
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av_header_transparency .main_menu ul:first-child > li > a:hover .avia-menu-text {
color: orange!important;
opacity: 1;
}
Best regards,
Yigit
Hey baseenergy,
Here are a few threads to consider
https://kriesi.at/support/topic/enfold-and-my-ssl-certificate-browser-ssl-indicator-issue/
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
Ok, first let me add some.
What I would like to do is hide the sub-menus from desktop view and only display them on mobile, is that possible?
What is the correct way to achieve that?
Is the only way to do it to add a custom class and e.g.
@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}`
As when I apply the above CSS, the dropdown still appears on desktop, no text in the dropdown menu but a colored block appears.
Thanks a mill
-
This reply was modified 8 years, 10 months ago by
waveshaper.
Hi Christoph,
There is no link in private. This can be a color section with red background and the icon in the middle and the bottom of your page. If it has to be on every page, this could be hardcoded in your footer file.
Best regards,
Victoria
Hi.
I have the same layout design and full color section in Spanish and English, but Enfold did not apply the changes.
The main menu and the top bar of the header have been unconfigured.
What is this about? I do not think it’s normal.
Thank you
Hi public_eye,
Please remove !important from the code
.html_header_sidebar .logo img {
padding-top: 47px !important;
}
it will be very hard to adjust it for other screen sizes.
Remove this code:
.responsive #top .logo a {
border: none !important;
}
and remove the line for border from the code I gave you
.responsive #top .logo a {
height: 200px;
this one ---- border: 1px solid #fff;
}
and then get back to us, we’ll see what else needs to be adjusted.
Best regards,
Victoria
-
This reply was modified 8 years, 10 months ago by
Victoria.
Michael JacobsGuest
Hello,
I hope you are doing great and don’t mind my email coming out of blue. I know you probably receive tons of emails like this so will cut this short.
My name is Michael and I manage adficient.com – a full service PPC management agency focused on business development, conversion optimization and SEO.
As part of our outreach campaign our CEO Chris Hickman would like to contribute an informational and educational article to kriesi.at. Topics can vary within the general niche of online marketing, but I’m more inclined to write tips and how-to articles around things that are not yet covered on kriesi.at. I’m sure your readers will love it and naturally, if you choose to run the piece, I’ll promote it on social media.
Here are a few examples articles so you can see the high educational and entertainment value.
Co-Citations and Co-Occurance – The Next Big Thing in SEO
http://www.searchenginejournal.com/co-citation-and-co-occurrence-the-next-big-thing-in-seo/60724/
10 Things Google will Love About Your Website you Probably Don’t Have
Were you Slapped Seven Reasons Why Google Punished You
Let me know if you’re interested and we can talk about the next steps. Thanks for your time and keep up the awesome work on kriesi.at.
Cheers,
Michael Jacobs
(Email address hidden if logged out)
For example I used this code below for my index page that has 3 equal boxes on the contact page and did not work.
.page-id-2#top fieldset {margin: 10%!important; }
Hi Victoria,
I’ve tried the way Ismael suggested here [1] but didn’t work:
/* Change portfolio post type settings */
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
function avf_portfolio_cpt_args_mod($args) {
$args['rewrite']['with_front'] = 'false';
return $args;
}
[1] https://kriesi.at/support/topic/change-the-portfolio-items-name-in-admin-to-something-else/#post-417619
His post is older than 2 years! Lot’s of things could change since them, f.e. filter name, …
Can someone help please?
-
This reply was modified 8 years, 10 months ago by
Mathuseo.
Hi,
Milan, we’ll close this thread now. Please do feel free to open a new topic if you have any other questions. Good luck!
Best regards,
Sarah
Hi,
#top .social_bookmarks li a {text-decoration:none!important;}
will remove the underscore on icons
and
#top .social_bookmarks li {border-right:none!important;}
will get rid of the line
Hope that helps
TJ
Hi,
You could take a look at the thread here
If you need further assistance please let us know.
Best regards,
Victoria
Hey EnlightenedMedia,
You can check the threads here
If you need further assistance please let us know.
Best regards,
Victoria
Hey helenwhite,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog .avia-content-slider .read-more-link {
position: relative;
top: 18px;
padding-bottom: 10px;
}
This should also be included in newer versions.
Best regards,
Sarah
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-post-nav { display: none !important; }
If you need further help, may we have the link to your website so we can take a closer look?
Best regards,
Sarah
We used the Code Block to change the numbers to starts from 14 (and added new colours) on the hotspot on our ‘Image with Hotspots’ and it is working fine when the image position at the top of the web page.
Now the client wants the text block to move above the ‘Image with Hotspots’ and the Code Block no longer works with it!
Please help!
Hi Mariasmail,
Here are some threads to consider:
https://wordpress.org/support/topic/sorting-doesnt-work-3/
If you need further assistance please let us know.
Best regards,
Victoria
Hello, yes, but center in all screens, not only on mobile, so I think I can remove media only ant I will be fine. It works now, it i responsive and size is ok. Thank you.
On other languages search is not ready yet. Only PL language is in progress right now. After everything will be ok on PL language we will transfer to other languages. Rest is with older search in menu (that of course works as it should) but I would like to remove search from MENU and move it to top page as search filed (like on PL language). Otherwise I wouldn’t ask.
So only thing left now is hiding search results after clicking away from search field.
Right now I have this class active:

And with that class, my search results are over page content but I can’t hide them after clicking away (I can do it in regular search).

With that class removed search results are moving whole content down.

One thing I changed, is position absolute, to make search results appear over content. I believe I took that css code from other topic about search results in top menu.
Thank you.
Best regards
Maciej