Forum Replies Created
-
AuthorPosts
-
Hi,
I tried checking on the new issue, added a 1/2 row with a text block and some text in the hiring page and it worked just fine, I have removed it as soon as I saw it working. Can you give us steps on how we can see the new issue?
As for the footer issue, can you try to deactivate all plugins and see if it removes the issue? if not can you give us permission to deactivate plugins and also give us ftp access, so we can check on this further.
Best regards,
NikkoFebruary 12, 2017 at 8:58 am in reply to: Sorting by custom_value_num is working only in current page. #745899Hi,
Thanks for giving us access and patience for a bit delayed reply (I haven’t fixed it after few tries), It should be fixed now. I have modified this part of the code:
if(!empty($post_ids)) { $atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 4, 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'meta_query' => array( array( 'key' => 'valikoimassa', 'value' => 'ei', 'compare' => 'NOT EXISTS' ) ) , 'meta_key' => 'Hinta', 'orderby' => 'meta_value_num', 'order' => 'asc', /*'post__in'=>$post_ids, */ 'post_type'=>get_post_types(), 'tax_query' => array( array( 'taxonomy' => $tax_name, 'field' => 'term_id', 'terms' => $tax_id ) ), ), );
to:
if ( get_query_var( 'paged' ) ) { $paged = get_query_var( 'paged' ); } elseif ( get_query_var( 'page' ) ) { $paged = get_query_var( 'page' ); } else { $paged = 1; } $tax_id = get_queried_object()->term_id; $tax_name = get_queried_object()->taxonomy; if(!empty($post_ids)) { $atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 4, 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'meta_query' => array( array( 'key' => 'valikoimassa', 'value' => 'ei', 'compare' => 'NOT EXISTS' ) ) , 'meta_key' => 'Hinta', 'orderby' => 'meta_value_num', 'order' => 'asc', /*'post__in'=>$post_ids, */ 'post_type'=>get_post_types(), 'tax_query' => array( array( 'taxonomy' => $tax_name, 'field' => 'term_id', 'terms' => $tax_id ) ), 'paged' => $paged, ), );
Let us know if it’s working fine :)
Best regards,
NikkoHey DesignIt,
Tried to check ftp but I couldn’t access it, this is what appears when I try to connect (see Private Content). I think Yigit has already told you here what he has done: https://kriesi.at/support/topic/too-many-redirects/#post-635372 which he also mentioned here: https://kriesi.at/support/topic/color-change/
Best regards,
NikkoFebruary 10, 2017 at 11:13 pm in reply to: Post comments misaligned – PLEASE DONT CLOSE UNTIL SOLVE #745648Hi,
Glad we could help :)
Regards,
NikkoFebruary 10, 2017 at 11:11 pm in reply to: Whitespace links u. rechts in der Sidebar verringern #745647Hey Austrianweb,
Try to change it to this code:
#top .inner_sidebar { margin-left: 0 !important; }
If it doesn’t work, please post a link showing the page mentioned.
Best regards,
NikkoHey sandra1307,
Can you post a link to the page mentioned, so we can take a closer look.
Best regards,
NikkoHey sjahan,
Can you give us temporary admin access? so we can inspect the issue further.
Best regards,
NikkoFebruary 10, 2017 at 11:03 pm in reply to: Change the color background of the header phone/extra info #745642Hi,
Go to Enfold > General Styling > Logo Area (tab) > Alternate Background color. Just change the color and that should do it :)
Best regards,
NikkoHi,
Are you referring to the black lines?
Best regards,
NikkoHey franktw,
Images that has no links doesn’t do anything when clicked. Can you give us a link to the page you are referring?
Best regards,
NikkoHey corsifrancesco,
Is the 3 images at the bottom, the one you are referring to as related posts? using masonry?
Best regards,
NikkoFebruary 10, 2017 at 10:43 pm in reply to: How to underline menu items when hovering instead of background with color? #745631Hey goldenfate,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top #avia-menu > li > a:hover { background: transparent !important; text-decoration: underline; } #top #avia-menu > li > a:hover span.avia-menu-text { color: #aaa !important; }
Let us know if this helps :)
Best regards,
NikkoHey Jose,
You can change it in the Enfold theme files, go to enfold > framework > php > function-set-avia-frontend.php and find this line of code:
$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
just replace:
".$link."
with the link you want to use. Hope this helps.
Best regards,
NikkoHi,
Can you give us temporary admin access to your wordpress dashboard? so we can check the backend also.
Best regards,
NikkoFebruary 10, 2017 at 10:31 pm in reply to: How to remove the body background picture on mobile and tablets #745627Hi,
Yes it’s possible to change that with css and target it specifically in tablets. Is this the image you want to replace to a color? see private content.
Best regards,
NikkoFebruary 10, 2017 at 10:28 pm in reply to: Masonry not displaying correct number of elements #745624Hey Justyna_Schmidt,
Can you post the link to the page mentioned and also give us temporary admin access, so we can atleast check the settings. Just post the login details in the private content section when you reply.
Best regards,
NikkoHi,
Can you try to replicate the page, then use the testimonial instead of text block and give us link to the url so we can check the testimonial like the one in the screenshot.
Best regards,
NikkoFebruary 10, 2017 at 10:24 pm in reply to: Embedding an iFrame Full Screen with maximum height #745622Hey rpichler,
I think you can modify the height and width in the settings of the flipbook. Can you give us temporary admin access? so we can check it out.
Best regards,
NikkoHey Vincent,
There’s a way for that, but would it be okay if it is cropped?
Best regards,
NikkoFebruary 10, 2017 at 10:17 pm in reply to: Slideshow autorotation duration: how to make it less than 1 second #745618Hi,
Yes, but you can override it using the instructions on this post: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
NikkoHi,
Glad you fixed it.
Best regards,
NikkoHi,
You would need to change this part of the code:
jQuery(‘.av-masonry-container a’).attr(‘target’, ‘_blank’);
to this one:
jQuery('.page-id-xx .av-masonry-container a').attr('target', '_blank');
where xx is the page id number. Hope this helps.
Best regards,
NikkoHi,
Yes, it has nothing to do with image order but I just find it weird why 1px gap is not working as it should on your site. Also the image order is good at the start but starting with image 4 it seems orientation is more on right to left with the order which is also weird. I also couldn’t see any errors. Have you added some js (javascript) or jquery script to the theme?
Best regards,
NikkoFebruary 10, 2017 at 3:18 pm in reply to: Responsiveness of Productcategories on mobile phone #745444Hi,
Sorry for the late response. Are you referring to the sidebar? try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #main .sidebar { display: block !important; width: 100% !important; border: 0 !important; } .responsive #top #main .sidebar .inner_sidebar { margin-left: 0 !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Can you let us know what error it showed when you used the code? please try to add this code at the bottom of functions.php of your child theme:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['New Maven Pro'] = 'Maven+Pro:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['New Maven Pro'] = 'Maven+Pro:400,700,400italic,700italic'; return $fonts; }
Please copy the code from the forum and also make sure that the ‘ (apostrophe doesn’t change, sometimes it causes the problem especially when copied from email). Also Maven Pro is already in the body text, that’s why I renamed it to New Maven Pro, you may not include this one:
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['New Maven Pro'] = 'Maven+Pro:400,700,400italic,700italic'; return $fonts; }
Hope this helps.
Best regards,
NikkoHi edgelogos,
There’s no easy fix on this and each option is situational. For example “scale to fit” allows the whole image to be visible which means it will cover the whole width but not the whole height, this can be used in few cases however in your case I would suggest using on the analytics page, use stretch and bottom right since most of the important part of the image is located there, the 2nd link you gave should be same or might be center center since the important part of the image is in between center and right. It’s not a theme issue that’s why the theme is providing options.
@BlueSpot85: Please create a new thread, the issue you have is on a slider, the one in this topic is using a color section.Best regards,
NikkoHi,
Can you try to add this at the bottom of Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #advanced_menu_toggle { display: block; right: 20px; } }
Let us know if this helps. If not please give us temporary admin access, so we can inspect it further.
Best regards,
NikkoFebruary 10, 2017 at 12:39 pm in reply to: Post comments misaligned – PLEASE DONT CLOSE UNTIL SOLVE #745364Hi,
You have this code:
.children .comment_content { margin-left: -73px; margin-right: 20px; }
Please remove it.
Best regards,
NikkoFebruary 8, 2017 at 3:06 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #744360Hi,
Glad we could help, it could be some problem with mailchimp server but it’s all good now :)
Cheers!
NikkoHi,
Sorry I didn’t notice you were referring to a submenu. The submenu script isn’t compatible with mobile that’s why it’s disabled in mobile by default. I’m afraid there’s no easy way to do that and outside of the scope of our support. You might want to hire a freelancer to do this or contact our partner codeable: http://kriesi.at/contact/customization
Regards,
Nikko -
AuthorPosts