Viewing 30 results - 93,631 through 93,660 (of 142,808 total)
  • Author
    Search Results
  • Sorry I meant this one

    shawnbanack
    Participant

    Hello,

    I have a few questions:

    Question 1
    We have created headings with webtreats backgrounds on each of our pages; however, I had to use a margin-top: 20px to ensure the text was vertically centered on each. On mobile, they are no longer centered due to text wrapping and would get cut off – I ended up adding the following code to make the webtreat tiling larger on mobile, resulting in the text not being cut off:

    @media only screen and (max-width: 767px) {
    #aboutusheading {
    height: 140px !important;
    min-height: 0 !important;
    }}

    The issue is that the text is no longer vertically centered on mobile due to the wrapping varying from 1, 2, and 3 lines depending on which page is visited. Is there any code that can be added to ensure vertical centering on mobile? I have posted the web address in the private content section.

    Question 2
    I have checked our website on 7-8 different mobile devices and everything appears to look and function properly. On the iPhone4S, however, the grid layout photos captions being to wrap underneath the previous photo. Is there a workaround for this or is there a reason why this is only happening on the iPhone 4/4s? I have posted a photo in the private content section.

    Question 3
    Is it possible to not have the text in the circle menu on the homepage get larger or zoom? Also, when opening the page in a browser, if one reduces the screen width, the circle menu becomes distorted – is it possible to add code to optimize this or force photo stacking (similar to on mobile or at low width pixels) at an early time?

    Thanks!

    #654277

    Hi,

    images get hidden on mobile due to this code you’re using:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    }}
    

    Best regards,
    Andy

    #654268

    Oh gee, that’s odd. I tried on two computers the Fashion-3 page, and both look bad (side by side) on all three browsers? The “curated fashion for lovers” is on the left, the quote on the right? I just tried a laptop…same thing? Why should this be?|
    the Fashion page (standard http://www.whyconcept.co/fashion/) doesn’t have the <br> and doesn’t split the container?

    #654236

    Hi,

    folge den Anweisungen hier: https://kriesi.at/support/topic/add-class-no-follow-to-a-link/
    und/oder: https://kriesi.at/support/topic/make-partner-link-nofollow/

    Du könntest auch das Yoast Plugin dafür verwenden.

    Gruß,
    Andy

    #654233
    Tia
    Participant

    Hi

    My site has an iframe to a Booking.com URL eg: http://www.booking.com/searchresults.html?district=2281
    see screenshot http://ctrlv.in/778120

    This which works fine on desktop however booking.com provide a different mobile layout for phones etc
    see http://m.booking.com/searchresults.html?district=2281
    see screenshot at http://ctrlv.in/778123

    I don’t want to just offer a responsive version of the desktop layout to users on mobile but I want to give them the link to the mobile version provided by Booking.com

    My question is how do I offer both choices within the iFrame whereby the correct one is served depending on the device – Probably a basic question, so apologies in advance.

    Thanks
    Tia

    studiovene
    Participant

    How do I change the color of the horizontal line running across the top of the page under the menu. Please see image

    #654225

    Hi Andy,

    I’ve managed to find a previous topic which covered a similar issue and I’ve used the code from that.

    Thanks for your help and you can close the topic now.

    Best wishes,
    Lowenna

    #654223

    In reply to: Home Page Video

    Hi Ismael,

    All of our MP4 video’s are using H.264? We uploaded a webm video to see if this solved the issue when using IE or Edge.

    Neither of the above formats are working when using the IE browser. All we see is the circle of dots (i.e. file loading) icon?

    When we use MP4 video on the homepage using IE, we see ‘Error Loading this resource’ message, top left of the screen and the loading icon. It does not play the video.

    Please can you help?

    Regards
    Neil

    imokweb
    Participant

    As suggested in this thread, I opened another topic

    The Enfold Avia Builder is not working. It gives a 404 error in the file admin-ajax.php
    Check the video for details.

    It seems to work on mostly every server, besides one that I’ve found it’s called A Small Orange. They offer a super fast hosting service.
    I tried to address this issue with their support team. This happend 3 weeks ago. Now all the Enfold install sites under ASO hosting are doing this problem. Possibly it happened after a wordpress update. Other themes like Jupiter and more (usng Visual Composer) are running fine under ASO.

    The support team said that they are happy to solve the issue but they need to know the reason. I’d like you to investigate a bit this matter and let them know so they can optimize their service for Enfold theme. My guess is that now, everybody using Enold at ASO is experiencing the same issue.

    Here’s a part of the support ticket chat with ASO:

    3:00:00 PM However, I would suggest you to contact the theme vendor and check the fix for it.
    3:00:03 PM Istvan I already did
    3:00:12 PM Sumith V What did they say?
    3:00:19 PM Istvan and it’s working with every other server that we’ve got
    3:00:36 PM Istvan 4 more hosting providers in 4 different regions of the world
    3:00:45 PM Sumith V Then try changing the resources for the domain imok.biz
    3:00:53 PM Istvan and the theme provider said that it should be running fine
    3:01:17 PM Istvan what exactly needs to be changed?
    3:01:32 PM Istvan because the resource limit is not reached
    3:01:43 PM Istvan it’s a per request resource something
    3:02:23 PM Sumith V I do not know. It is your theme which needs the resource and I am just a web advisor, I just checked this with them and they say to contact theme vendor and check the resource what is needed and the website requirements, so that we can check this from our server.
    3:02:46 PM Sumith V Also, you can learn more about our resource usage by going to the URL given below:
    kb.asmallorange.com/customer/portal/articles/1966546-cpu-resource-usage

    Also, it is a pretty urgent matter because I already have upset clients and not working websites.

    Thanks for your help!
    Istvan

    • This topic was modified 9 years, 8 months ago by imokweb.
    pgridneff
    Participant

    can i make the phone number in top right extra info area clickable so that it dials on smartphones?

    #654182

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-submenu-container {
        border: none!important;
    }
    

    Best regards,
    Yigit

    #654176

    Hey jelle,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    nav.main_menu {
         margin-right: 0!important; 
         margin-left: 0!important; 
    }
    
    #top #header .av-main-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .av-main-nav-wrap, .main_menu {
    	width: 100% !important;
    }
    

    Best regards,
    Vinay

    #654175

    Hey turistai,

    Please try changing code to following one

    #top.single-post .post-entry {
    max-width: 800px !important;
    margin: auto !important;
    }

    Also, please note that zooming in/out does not correctly reflect how your website looks on different screen sizes.

    Best regards,
    Yigit

    #654160

    found this solution and used it

    now its OK

    #654145

    this is the css.
    little bit complicated because i needed to desig both ajax preview.
    one for full page and another for page that have sidebar.
    also the css maybe little bit rough, made it as quick as possible and got the result.

    /* ajax portfolio display the thumbnails at the side of the big pic instead of the bottom */ 
    .avia-gallery-thumb img {
    	max-height:160px;
    	width:auto;
    }
    
    .avia-gallery-thumb  {
    	margin-bottom:12px;
    }
    
    #top .portfolio-preview-image {direction:rtl}
    #top .portfolio-preview-image .avia-gallery img  {
    float: none;
    padding: 7px !important;
    width: auto;
    display: inline-block;
    clear:none;
    }
    
    #top .portfolio-preview-image {padding-top:40px;}
    #top .portfolio-preview-image .avia-gallery .avia-gallery-big-inner {
    text-align: center;
    
    }
    #top .portfolio-preview-image .avia-gallery a  {
    float:right !important; max-width:100% !important;
    }
    
    #top .avia-gallery-big ,.fakeLightbox ,.avia-gallery-big-no-crop-thumb   {
    float:right !important; max-width:320px !important;
    height:auto !important;
    margin-left:33px !important;
    /*background-color:#0F3;*/
    border:none !important;
    
    }
    
    #top .avia-gallery-big ,.fakeLightbox ,.avia-gallery-big-inner img  {
    max-width:280px !important;height:auto !important
    
    }
    
    #top .avia-gallery-big ,.fakeLightbox ,.avia-gallery-big-inner   {
    float:right !important; max-width:320px !important; height:auto !important
    
    }
    
    .avia-gallery-thumb { /*background-color:#039;*/ max-width:50% !important; float:right;}
    .avia-gallery-thumb img {border:none !important}
    
    /* display of ajax ortfolio entry when there is right sidebar */
    .sidebar_right .portfolio-preview-image {width:80%; !important; padding-right:22px;}
    .sidebar_right   .portfolio-entry  { width:100% !important;}
    .sidebar_right .avia-gallery-thumb { max-width:50% !important }
    
    .sidebar_right .avia-gallery-thumb img {
    	max-height:120px;
    	width:auto;
    }

    no side bar
    with side bar

    #654142

    Hi,

    What is the mobile device you’re testing this with? Is it a tablet? Replace the code with this:

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .slide-entry {
        margin-left: 0;
        clear: none !important;
        width: 32% !important;
        float: left;
    }
    }

    Best regards,
    Ismael

    #654139
    hugaud
    Participant

    Hi,
    Can you tell me if there is a way to make the background of a colour section as an image slider rather than a fixed image or a video please ?

    I have used a video background on the attached homepage but the client now wants images to change underneath the content as they like the other elements (rotator, video, button…). I can get them to make a video with changing static images but it may be easier if I could implement a slider as background. Maybe it’s obvious and I’m missing something or maybe it’s something more complicated ?

    Thanks in advance – link to the development site in private content ,the area in question sits at the top of this home page.

    Hugues

    #654137

    Hi,

    Thank you for the test page. Add this in the Quick CSS field:

    #staticbutton {
        margin-top: -300px;
    }

    Or use percentage value:

    #staticbutton {
        margin-top: -20%;
    }

    Best regards,
    Ismael

    #654136
    GuyMVI
    Participant

    trying to sort the ajax portfolio entries from right to left.
    when there is only 1 or 2 items, want theme to start from the right side of the page.

    saw this solution that does work.
    https://kriesi.at/support/topic/rtl-portfolio-grid/

    i need to know if there is a way to do it in child theme
    dont want the change to be deleted in future theme updates.

    tried to copy JS folder to enfold child but it doesnt affect (only affecting when changing the original file from the father theme)

    is it possible to make this change from child?

    loudcow
    Participant

    Hey there,

    When the ‘left side menu’ is selected I have issues with the socket text being cut off slightly. Approximately 10 characters. Only when side menu option chosen and only on posts. Pages are fine. And all fine when top menu is chosen.

    To view: I am developing on a new server before DNS changes are made and hence using host file trick to view/develop. If you wish to view the site I have added the domain name and the IP address in private content and also a link to the screen shot highlighting the issue.

    Thank you!

    #654088

    Our website is in 2 languages: dutch and french. I made translated widget images for both languages. But if I create an widget in dutch, the versin in franch don’t show up or shows the dutch version

    regards

    Christophe

    #654084

    Hi @debenm;
    this topic may help you.

    #654072
    debenm
    Participant

    I’m wondering if there is a way with quick CSS to have a different background image appear in a color section when on a tablet or phone browser?

    Our site https://enduringword.com has a color section with a background image on the front page. It looks good on the desktop browser, but of course as the site downsizes to tablet and then phone size it doesn’t look the way we would like. So I’m wondering if I can set different background images for the various size screens?

    Thanks,
    Miles

    #654065

    Hi Vinay – I just tried using that and adding it to my child theme CSS

    .sd-blue{
    width: 100%;
    height: 100%;
    background: url(‘http://rfl.shortiedesigns.com/wp-content/uploads/2016/06/blue_bg-1.png&#8217;) center center no-repeat;
    background-size: cover;

    &:before {
    content: ”;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6;
    }
    }

    But when I do the background goes white

    Here is a screenshot of what i’m trying to do

    https://www.dropbox.com/s/fhjvczd5lacv3fg/Screen%20Shot%202016%2006%2028%20at%203.29.53%20pm.png%20%201303%C3%97572%20.png?dl=0

    – I’m trying to have a full width background imge
    – and a gradient attached to this particular class…

    any clues would be great thanks

    #654057

    Hi,

    We are very sorry for the delay. Please add this in the Quick CSS field in order to remove the margin on mobile view:

    @media only screen and (max-width: 767px) {
    #av_section_1 .flex_column_table.av-equal-height-column-flextable {
        margin-top: 0 !important;
    }
    }

    Note that you can apply a unique Section ID to the section containing the column then replace the selector “#av_section_1” with it.

    Regarding the second inquiry, those portfolio items are blank.

    http://dakwerkendrb.be/dakwerken/wp-admin/post.php?post=909&action=edit
    http://dakwerkendrb.be/dakwerken/wp-admin/post.php?post=326&action=edit

    Note that the “Voeg een Preview Tekst toe” will only work in the “ajax portfolio”.

    Best regards,
    Ismael

    #654055

    Hi,

    How I add Twitter Cards ( https://dev.twitter.com/cards/types/summary-large-image )
    on my code in Enfold ?

    This is still not going to work because the social share section has its own set of patterns. It can only share the post title and url. However, it’s possible to alter the pattern by using a filter. Example here: https://kriesi.at/support/topic/social-share-problems/#post-581487

    Best regards,
    Ismael

    Hey nep102,

    Thank you for using Enfold.

    I’m sorry but this seems to be not possible. Another user has a video background on a site but it’s an mp4 video. It’s possible to pause the video without showing the play button. https://kriesi.at/support/topic/problem-with-looping-video/#post-441912

    Best regards,
    Ismael

    #654046

    Hi,

    Please update the code:

    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);
    		}
    
    		a();
    	})(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    #654035

    Hi,

    Issue 1:
    The size of the Related Products image are disproportionate to the page and the thumbnails need to be smaller.

    Have you tried to adjust the size of the Catalog Images thumbnail?

    Issue 2:
    The Related Products thumbnails are automatically placing on a dark strip background which looks really weird. How do we remove this background and place the thumbnails under the product description box.

    That is the default style of the related section. If you want to change the background color, please use this in the Quick CSS field:

    .single-product .alternate_color {
        background-color: #ffffff;
        border-top: 0;
    }

    Best regards,
    Ismael

Viewing 30 results - 93,631 through 93,660 (of 142,808 total)