-
AuthorSearch Results
-
May 9, 2017 at 2:55 pm #790315
Topic: Top Bar and page messed
in forum EnfoldSadegh
ParticipantHi,
Please check our website at the given link in private box, in tablet or mobile mode (any page other than the homepage)
> You may see when you move the cursor over the top blue header (WPML language switcher), suddenly something happens and the page gets messed.Thanks,
SadeghMay 9, 2017 at 2:53 pm #790310here a common mistake:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<h1>Company Name</h1>"; return $sub; }the use of quotation marks (single and double) – be careful by this
and – but could be because you are not using the code tool on top the single marks are not the streight ones a bit of curly special CharakterMay 9, 2017 at 2:21 pm #790279In reply to: Use Button for an opt-in form to pop up
Hey simonac,
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
YigitMay 9, 2017 at 2:13 pm #790271Solution works only for desktop, how to enable for mobile as well.
Please let me know the solution.
May 9, 2017 at 2:10 pm #790268Hi Dave,
It seems like the length of your language options, and the custom font size of your phone-info push down the menu.
Please try this code:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top:172px; }This works for most desktops and laptops, but you may need to create media queries and adjust the values for huge screens. Here’s the reference for media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Please let us know if you need further help.
Best regards,
SarahMay 9, 2017 at 2:05 pm #790261In reply to: remove #top anchor from current menu item
I try with another basic theme and this functionnality is gone.
The functionnality is part of Enfold theme.So in Enfold how can i remove the anchor #top from the current menu item.
Thanks
May 9, 2017 at 1:59 pm #790259In reply to: Remove opacity on grid product
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 #wrap_all .av-product-class-minimal-overlay .inner_product_header { background: transparent; }Best regards,
YigitMay 9, 2017 at 1:38 pm #790245In reply to: Overlap of page elements
Hi,
I edited your homepage again and added -140px top margin value and then added following code to Quick CSS so it will be applied only on screens bigger than 769 pixels
@media only screen and (max-width: 769px) { #top .flex_column_table { margin-top: 0 !important; }}Please review your website
Best regards,
YigitMay 9, 2017 at 1:10 pm #790232add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Company Name</h1>’;
return $sub;
}i kept this code then i pressed update file then the website stops working and it shows me a blank page
-
This reply was modified 8 years, 10 months ago by
dith_solanki.
May 9, 2017 at 1:08 pm #790229In reply to: Include Custom Field Content in AJAX Search dropdown
Hi blafoley,
You can make a custom form and code that would handle that form submit. You might want to hire a freelancer to that for you.
Here are some threads to consider
https://kriesi.at/support/topic/enfold-removing-the-search-magnifying-glass-and-adding-in-the-search-field/
https://kriesi.at/support/topic/searchbox-in-header-menu/#post-267356Best regards,
VictoriaMay 9, 2017 at 1:07 pm #790228In reply to: div title height and colour
Hi Mauro,
We’re glad you were able to figure it out, and thank you for sharing the solution.
Please let us know if you should need any further help on this topic or if we can close it.
Best regards,
SarahMay 9, 2017 at 12:56 pm #790219In reply to: Tab Section Terminates Main
Hi, sorry to step in, but : I encounter the exact same behavior with any section elements, be it color-section, grid-line, tab-section.
I believe the problem is located near the top of the “avia_new_section” function (config-templatebuilder/avia-shortcodes/section.php). The way the variable $close is set.Edit: I think I got it to work. The trick is that if there’s at least one section element in the page, everything else has to be encapsulated inside section elements.
-
This reply was modified 8 years, 10 months ago by
grizzlydev.
May 9, 2017 at 12:38 pm #790209Hi,
The face shows when you scroll, if you want to show it at the top, you need to have a taller image and the face should be towards the bottom of the image, but then again it will have to be adjusted to desktop screens.
Best regards,
VictoriaMay 9, 2017 at 12:24 pm #790192In reply to: div title height and colour
I tried it and it doesn’t work but like this it is ok
div#header_main.container_wrap.container_wrap_logo {
background-image: url(………./wp-content/uploads/sfondo-verdescuro-chiaro.png) ;
background-repeat: repeat;
background-color:#B7C789 !important;
}
.header-scrolled .logo {
bottom: -1px;
height: 65px;
}
.header-scrolled .logo a {
max-height: 64px !important;
}
.header-scrolled .logo img {
top: 10px;
}Thank you, you gave me the hint to where to go to check and test
Mauro-
This reply was modified 8 years, 10 months ago by
profumopuntoit.
May 9, 2017 at 12:15 pm #790186In reply to: Encyclopedia Pro and Archive/Tag Pages
Hi Ismael,
thanks for your reply.
I found out that Encyclopedia uses taxonomy-encyclopedia-tag.php for the tag pages.You can mark the topic as closed.
Best regards,
NeverlandsMay 9, 2017 at 12:14 pm #790185In reply to: remove #top anchor from current menu item
Hi,
You can see it at the bottom of footer.php:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>Hope this helps. :)
Best regards,
NikkoMay 9, 2017 at 11:33 am #790161i have two problems with me right now
1.picture image showing blur tied using chilod theme still its showing blur
2.when i enter any code in fuction.php and try to save it the website stops and then website doesn’t work it shows blank page
can i give you access to my account and you can have good look into it sir and can help me in solving this issue-
This reply was modified 8 years, 10 months ago by
dith_solanki.
May 9, 2017 at 11:25 am #790152parent as well in child both seems not working i tried to keep heading near the logo but the site stops when i press update can i send you my id and pass so that you can check it even the child theme not working picture still coming blur
how do i do to get rid of blank screen – remove changes via ftp can you please show me steps
-
This reply was modified 8 years, 10 months ago by
dith_solanki.
May 9, 2017 at 11:20 am #790147Topic: getting problem when i try to keep code in function.php
in forum Enfolddith_solanki
Participantdear sir when i keep code in fuction.php then press update my website stops and does not work it only shows blank page how can you help me
-
This topic was modified 8 years, 10 months ago by
dith_solanki.
May 9, 2017 at 11:19 am #790146In reply to: Problems with Enfold Icon element
Hi,
Glad we could help :) Let us know if you need more assistance regarding this topic or if we can close this thread.
Best regards,
NikkoMay 9, 2017 at 10:38 am #790120Topic: Layer slider objects misplaced on mobile
in forum Enfoldsnitt
ParticipantHello.
All layers on top of background image appears to far to the right. Almost out of window when I open page on mobile.
They have been working on previous enfold version. After updating to 4.x.x they no longer work.Please help
May 9, 2017 at 9:36 am #790100In reply to: Style of post meta in via layout builder
Hi Patrick,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 9, 2017 at 9:29 am #790096In reply to: Style of post meta in via layout builder
Hey (Email address hidden if logged out) ,
Sure, we will help you. Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_elegant-blog #top .post-meta-infos .blog-categories, .html_elegant-blog #top .post-meta-infos .text-sep-cat { display: none; }Let us know if this helps :)
Best regards,
NikkoMay 9, 2017 at 9:21 am #790091In reply to: SEO for Layerslider and image galleries
Hi Thomas,
Great, let us know how you get on with it or if you should need any further help on the topic.
Best regards,
RikardMay 9, 2017 at 8:58 am #790079In reply to: Blog post categories not displaying
Hi,
Did you modify the postslider.php file as suggested in thread? And don’t forget to add the filter in the functions.php file.
Best regards,
IsmaelMay 9, 2017 at 8:04 am #790053In reply to: Problems with Woocommerce 3.0
Hi,
The new product gallery brought by 3.0.0 will be supported in the following version of the theme but there’s no ETA yet. For now, please remove @mensmaximus modifications then follow the solution in the thread.
// https://kriesi.at/support/topic/product-image-low-quality-on-single-product-page/#post-788733
Best regards,
IsmaelMay 9, 2017 at 8:01 am #790051In reply to: Logo Resizing and lost resolution
Hi Lauren,
I’ll chime in here if it’s okay. :)
The theme doesn’t resize the logo, but it does display it at the dimensions that you set. But, as Nikko said, a very large image forced to be displayed as a smaller image will appear wrong. For example, right now your logo is 2471 x 743. When we see it as it is now, in a 831 x 250 space, we are not seeing it in its best form. Also, a large image takes a LOT of time to load, so it’s not good for your website, either, and should be avoided if possible.
We suggest creating a version for those dimensions specifically for the header area.
Here’s an article about creating the right image sizes vs. resizing through code: Why You Should Never Let Browsers Resize Your Photos.
And here’s an article about resizing images without losing sharpness. There are a lot more about the topic in the web. :)
Can you try creating a 831px x 250px version of the logo?
Best regards,
SarahMay 9, 2017 at 7:31 am #790033In reply to: Photos on a mobile view
Hi,
but they were moved together
That’s quite normal because the cells with the images are rendered right after the other. A workaround is to add a new grid with the same content or cells in different order or a grid that is specifically designed for mobile view. Use css media queries to toggle the grids’ display properties on different screen sizes.
// http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Basically, you will have two grids with the same content on the same page but the cells are ordered differently. You’ll then hide one grid and display the other on mobile and desktop view.
Best regards,
IsmaelMay 9, 2017 at 7:25 am #790027In reply to: Error msg showing on Different Browser
Hi,
Can you check it now? I have checked your site and there’s a Godaddy link in the top (black) bar, I hovered over it and click on Flush Cache, I checked it in firefox and the issue is gone. Can you confirm if this is fixed on your end? :)
Best regards,
NikkoMay 9, 2017 at 7:13 am #790018In reply to: Caption content on iPhone incorrect
Hi,
Please look for this css code in the child theme’s style.css file.
@media only screen and (max-width: 480px) { .slideshow_align_caption { vertical-align: top; padding-top: 50px!important; } }Adjust the viewport from 480px to 768px. It will move the captions to the top of the slider.
Best regards,
Ismael -
This reply was modified 8 years, 10 months ago by
-
AuthorSearch Results
Viewing 30 results - 80,071 through 80,100 (of 142,866 total)
-
Search Results
-
Topic: Top Bar and page messed
Hi,
Please check our website at the given link in private box, in tablet or mobile mode (any page other than the homepage)
> You may see when you move the cursor over the top blue header (WPML language switcher), suddenly something happens and the page gets messed.Thanks,
SadeghHello.
All layers on top of background image appears to far to the right. Almost out of window when I open page on mobile.
They have been working on previous enfold version. After updating to 4.x.x they no longer work.Please help
