Hi, I’m having difficulty maintaining the aspect ratio applied to the background colorsection. On my 27 monitor it’s perfect. On my 17 monitor he cuts the woman’s head. In the 13 monitor he cuts the woman in half. On the iphone the same thing. How to leave this background image proportional to all resolutions? Always cut underneath and top.
LINK
Hi Vinay.
Thank you. But I have already selected the parent page for the subpage in the page option on the right side , but that didn’t by default activate the parent page when a subpage is viewed?
The code below helped with regards to question 1:
I changed your code a bit, so that the menu-text is also highlighted:
.current-page-ancestor .avia-menu-fx {
opacity: 1!important;
visibility: visible!important;
border-color: #2c4143!important
}
.current-page-ancestor .avia-menu-text {
color: #2c4143 !important;
}
Question 2:
When the single portfolio post are active fx. the 1995 portfolio pagehttp://www.changegroup.dk/portfolio-item/changegroup-etableret-over-et-stykke-med-laks/ the main-menu ‘ChangeGroup’ is not active. I want the submenu 1995 etc. to be connected to the main-menu-item ‘ChangeGroup’.
Josue helped with the before, but then the main-menu-item was a menu-button. He used this code:
#top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text,
#top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text,
#top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text {
background: black;
color: #f3c463 !important;
font-style: bold;
border-color: black;
}
The main-menu-item ‘ChangeGroup’ is not a main-menu-button, but just the default menu-item. So what in the code above do I need to change, so that ‘ChangeGroup’ is highlighted, when the 10 portfolio post and submenu are active:
1995
1997
1999
2001
2006
2007
2008
2010
2014
2015
Br,
ChangeGroup
Hi Rikard,
When a logged in administrator visits the front end pages (so with the admin bar on top when f.e. he views a (modified) page / product), this should not be counted as a visitor of the website in GA.
Thanks for checking.
Best regards,
Jurgen
Hi,
Thank you for the screenshot. You can decrease the width of content container to create more space for the background.
@media only screen and (max-width: 1200px) {
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 80%;
}
}
Best regards,
Ismael
Hi,
Are you subscribed to a cdn provider? Please purge the cache or disable it temporarily. We added a more specific selector in the style.css file.
.responsive #top .logo {
display: none;
}
Best regards,
Ismael
-
This reply was modified 9 years, 2 months ago by
Andy.
Hi,
We added the following css code in the Quick CSS field.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-logo-container {
padding-top: 10px;
}
.responsive #top #wrap_all #header {
padding-bottom: 20px;
}
}
Please remove browser cache or hard refresh before checking the page.
Best regards,
Ismael
Hi,
I checked the files and enabled debugger and I couldn’t locate where the root of the problem originates, can you try to disable all plugins and check if the issue still persists? if it is can you try clearing temporary files in /web/passionducyclis/session/ the issue seems to be similar on what is in this forum: https://wordpress.org/support/topic/o_rdwr-failed-sessionsave_path-is-correct-tmp/ or try to contact your host regarding this issue.
Best regards,
Nikko
Hi,
I’m sorry but the login credentials are not working.
We modified the code a bit. Please try it again.
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() { ?>
<script type="text/javascript">
(function($){
var a = function() {
var ch = $('.container .av-content-small.units').height();
$('#top #main .sidebar ').css('height', ch);
}
$(window).load(function() {
a();
});
$(window).on('debouncedresize', function() {
a();
});
})(jQuery);
</script>
<?php
}
Best regards,
Ismael
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
I am trying to build 3 columns and have a image with some bullet points to the right and a button below (see mockup). However, I am having the following issues:
1- Bullets are not showing up
2- My button is very big (although I have selected the “small” button size)
3- Also at the very top of that column, there is an extra horizontal line across which I would like to remove.
Please take a look at my screenshot for more clarifications.
Live Site – http://staging.wsmsnyc.org.s167849.gridserver.com/our-magazine/
Mockup – https://s30.postimg.org/674d5nzkh/our_magazine.jpg
You are correct about the widget, thanks for pointing that out! I disabled that and the top white space reduced. I will play with the code and see how my limited knowledge of CSS does with it :) By reversing the colors I at least got it to appear inside the logo block so its a start. I think it actually looks pretty nice whether intentional or not.
One strange thing though. Any idea why the social icons and phone number would be one way on a certain browser but reversed on others? Chrome is correctly showing the social on the right but Safari and Firefox have it on the left. I’ve cleared the cache on all to make sure but it’s still different. No big deal but I am curious.
Thanks!
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Kai,
Ok, thanks for the feedback and glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Nancy,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Following the closed thread ” ‘text links hovering’ appearance to change” I’ve detected that finally the given code
.entry-content p a:hover {
text-decoration: none!important;
border-bottom: 1px dashed #000!important;
}
underline the pictures, which I wanted to avoid. You can check any post, like this one
Pls, help again !
I have followed this thread:
https://kriesi.at/support/topic/apply-link-to-column-box/
I have added the code into the functions.php and gave the column a CSS class. I am not seeing anythign new for me to add the link to the page it needs to link to.
Hello,
I’m trying to do a simple height decrease to 5 buttons I have in a single column, and can’t seem to get anything to work. I’ve tried looking through other threads and have copy/pasted a few variations of this but haven’t had it budge. I used chrome page inspector and saw these content element has a background to it. Perhaps it is a background decrease or padding issue instead? Overall, I just want to try slimmer buttons that might wrap around my text a little better.
#top .avia-button-fullwidth {
height: 10px
}
Hi Vinay,
Thanks for your suggestion.
I followed that thread and I like the approach of adding the + icon for expanding submenus.
However I don’t want to remove the parent menu link, as it is a valid link/page that needs to stay in place. Is there an easy way to expand the submenu when clicking the “+” icon gold area, and the rest of the menu line still links to the parent page?
Also with the code on the your other thread, my mega menu no longer centers on the page with this added code ( when viewed on desktops), the other submenus are still ok.
Thanks.
Hey, my showcase is here..:
https://www.jcm-tech.com
Features
– Multilingual (using Polylang)
– Woocommerce (custom product pages)
– Contact Form 7 (For file upload option)
– AMP Ready
– File Download (using WP-DownloadManager)
– Yoast SEO
Some tweaks (Thanks to enfold support team)
– Search icon on mobile, next to hamburger menu
– Return to top
– Ajax search multilingual
– Exclude tax language on post
– Fix breadcrumb (Auto Draft) text
Gabri
Hey dannywouters21,
If you do not like the main main to re-direct please try adding the menu as a custom link and just leave URL field with a #
In that case we can add an icon which will do the job for you please refer this link https://kriesi.at/support/topic/customizing-the-icon-menu/#post-728168
Best regards,
Vinay
Welp, I too have the same issue with the ACF plugin. I have searched for resolutions and it seems that every thread comes to a dead end when moderators ask for site access. So, there is no posted resolution that I am aware of. I have included site access in the private field. I figured I would respond here rather than creating yet another thread on this same topic.
Thanks in advance!
Hi,
Just tried installing GTM on my child theme as instructed here https://kriesi.at/support/topic/tag-head-and-body/
This seems to have NOT place the TGM code in the exact location it needs to be
To remind you, google is asking for the <script> part to be “as high in the <head> of the page as possible”
and the <nonscript> part to be “immediately after the opening <body> tag”
When checking with the Tag assistant I get these 2 errors:
Invalid or missing account ID —> it is valid, I tripled checked
Code found outside of <body> tag
-
This topic was modified 9 years, 2 months ago by
Dee007.
Thanks Nikko! Just so I’m clear, is this code meant to allow adjusting the padding around the logo AND put the phone number/social icons in the same space as the logo? Using the code ‘as-is’ it got rid of the top bar that had the phone and social icons but did not seem to change the padding or relocate the phone/social. I’ll do some research on how to adjust the code you sent but just wanted to know what the intention was.
Thanks so much for your help!
Todd
Hi,
After importing the consulting demo, it seems like something is missing from the theme files?
I have multiple pages and after loading them, I can see that the title is missing at the top of the page.
For example:
– my page title is “Frequently Asked Questions”
– Currently, when I load the page, the content of the page is at the top.
Please let me know how I can get the PAGE TITLE (“Frequently Asked Questions”) to show up before the content starts.
Thank you!
Hi, I use seperators sitewide, and today the margins are different then usual.(I guess its after a update of the theme)
On the attached url you can see the top seperator behaves different then the one later down the site (withe the text corect margin)
I can se there is a difference in the code, but I dont understand why and how to fix it, can you help?
Hey Valerie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .input-text,
#top .main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color input[type='search'],
#top .main_color textarea,
#top .main_color select {
color:#000!important;
}
Best regards,
Vinay