Viewing 30 results - 91,951 through 91,980 (of 142,714 total)
  • Author
    Search Results
  • #670565

    In reply to: Iframe not responsive

    Hey Rikard,
    Thanks for the reply. When I view either tab on the phone, I have to scroll down to see the whole form, with a scroll bar… the form fields don’t automatically resize. It’s not intuitive. So, when you see it, does the form field reduce in size, so you don’t have to “scroll” over or down to see the whole form? On my end, it’s behaving like it would on a desktop. I’ve also checked it out in a mobile app view and get the same response. I would just like the content within the tabs to be responsive (the “iframes”). See below:

    Google maps not working on this end either. (I’ve reposted this on the larger of the threads on this topic.)

    • This reply was modified 9 years, 6 months ago by laptophobo.

    This is the CSS I always use… it’s a bit simpler but works the same:

    #top #searchsubmit {
        height: 100%;
    }
    • This reply was modified 9 years, 6 months ago by bytesizemedia.
    AJDesignCo
    Participant

    Hey folks, a developer friend of mine noticed and fixed a gap in the display of the magnifying glass in the sidebar and the pop-up search utility. Here’s what the gap looks like:

    Gap below magnifying glass element

    Here’s what it looks like fixed:
    Gap fixed

    And here is the custom CSS used:

    #top #s {
     width:100%;position: 
     relative;padding: 8px 47px 11px 5px;
     z-index: 1;
     margin:0;
     box-shadow: none;
    }

    Is that fix the best way to do it? Would Kriesi (or moderators) have any suggestions on improving it?

    Thanks,
    Andy

    lpetroni
    Participant

    I believe that the title of this topic says it all.
    Did not find a easy way to reduce the space between the columns inside a content slider.

    #670528
    yingyang
    Participant

    On my product page id like to display the pricing details on the right side of the BUY NOW button instead of the top currently, can this be done?

    Also is there a way to add a SALE round icon on the product name corner like a lot of online shop do?

    #670524
    Brad
    Participant

    Hello again!

    First, please have a look at the private link below using a desktop browser. You’ll see that we’re using a transparent header and a fullwidth slider with an image of a spiral staircase. Also, In the fullwidth slider settings, we’ve specified a title and a caption of a couple sentences. Everything looks fine on the desktop version.

    Now, open the same link on a mobile phone (portrait or landscape mode). You’ll see we still have a transparent header and the fullwidth slider image of the spiral staircase, but since the full image is only 480px wide, the fullwidth slider area doesn’t have enough vertical room for the transparent header plus the fullwidth title and caption information, so it just pushes it all together, which doesn’t look great.

    For mobile and tablet devices, we need to make sure that background image has a minimum height that allows for the transparent menu, title, and caption to show up without overlapping each other. How can we do this?

    Thank you.

    #670513

    Hi Ismael,

    Thanks for your help!

    Yes, the navigation is the pagination and I see what the problem is now. Woocommerce has next/previous links with their own classes, but Enfold doesn’t. I’ve tried 3 or 4 plugins to try to get infinite scrolling working without success and today I tried this too…

    https://kriesi.at/support/topic/infinite-scroll-3/

    …using Jetpack, but that didn’t work either.

    Most of the latest themes include this now, well, according to WordPress anyway…

    https://jetpack.com/support/infinite-scroll/

    …and quite a lot of people have asked about it on here too…

    https://kriesi.at/support/search/?bbp_search=infinite+scroll

    So could you please consider it for future releases of Enfold?

    Thanks again,

    Paul

    #670505
    rwwood
    Participant

    I can’t post a reply to this thread that I started. I’m logged in, have reloaded the page, can access other pages, but I get a “site can’t be reached error” every time I try to post the response

    [EDIT] Turned out to be a modem/router problem that blamed the Kriesi servers.

    #670504

    Topic: iframe not showing

    in forum Enfold
    cmulcan
    Participant

    Hi,

    I’ve read a few forum posts on this topic already but my case is a bit for specific. I am trying to embed an iframe from a 3rd party booking engine that we are affiliated with, but whenever I try, it simply will not show. However, I am able to embed iframes for other things like youtube videos just fine. Why can’t I embed an iframe for this specific URL?

    This is the iframe URL I am having trouble with: <iframe src=”http://cs.cruisebase.com/cs/default.aspx?skin=667″></iframe&gt;

    #670491

    Hey Tilman,

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

    #top .avia-slideshow-button:hover {
        background-color: #d45848;
        border-color: #d45848;
    }
    

    Best regards,
    Yigit

    #670489

    Hey Tilman,

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

    #top .avia-slideshow-button {
        text-transform: none;
    }
    

    Best regards,
    Yigit

    #670468
    owenrendel123
    Participant

    I am currently working on a site where the Avia Layout Builder is acting funny. The part of the layout builder where you drag and drop your elements loads perfectly fine when I start working on it but once I update the page the layout builder is replaced with a spinning scroll wheel. It is as if it is get stuck trying to load the layout builder. This problem only occurs on my computer, when someone else tries to access and edit the layout builder it works perfectly fine. It seems as if it fixes it self after leaving it alone for a day, but once I update the page it goes back the the loading icon.

    if wanting to see a screen shot: Screen shot of the problem.

    #670467
    glossmoderne
    Participant

    I went to look at the website on my iPhone and just noticed that the menu icon isn’t there anymore. I haven’t worked on the website for a while so not sure when the menu icon disappeared… it was present ever since I can remember.

    Also there is a bunch of white space after the main image for some reason… this white space was never there before and it’s not there on the desktop version of the website.

    I updated the theme but it didn’t seem to fix the issues.

    Please help… thank you!!!

    #670450
    annevoelkel
    Participant

    I want to display a phone number, an e-mail link an a adress in the top bar of the header at the center and with gaps. How to do?
    Thank you.

    #670447

    Topic: 1/6 Column

    in forum Enfold
    navindesigns
    Participant

    Hi,

    I am trying to build a 6 column layout at the very bottom of my page seen here:

    I have added the following code to my QUICK CSS

    .flex_column.av_one_fifth.first.avia-builder-el-first {
    margin-left: 0 !important;
    }

    .flex_column.av_one_fifth.first.avia-builder-el-last {
    margin-left: 6%;
    float: left;
    clear: none;
    margin-top: 0;
    }

    div .av_one_fifth {
    margin-left: 6%;
    width: 10%;
    }

    However, it is not looking correct for me.

    Here is what it should look like instead:
    Mockup – https://s7.postimg.org/izu4cp4kr/Admissions.jpg

    Please help

    #670436
    yingyang
    Participant

    I’ve added this line of code in my function.php child file, but the date doesnt show still, any idea what need fixing? see private for example

    /*
    *Replace the default “Blog – Latest News” title	
    *http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
    *https://kriesi.at/support/topic/add-posted-date-to-blog-title/#post-662175
    */
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);function fix_single_post_title($args,$id){$my_date = the_date('', '<span>', '</span>', FALSE);    if ( $args['title'] == 'Blog - Latest News' )    {        $args['title'] = '<strong>POST FOR: </strong>'. $my_date .' - <strong>' .get_the_title($id). '</strong>';        $args['link'] = get_permalink($id);        $args['heading'] = 'h1';    }    return $args;}
    

    Hi,

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

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 25px!important;
        line-height: 25px!important;
    }
    #avia-menu {
    	padding-top:15px;
    }
    

    Best regards,
    Vinay

    Hi Mark!

    Please refer to this post and display different elements on mobile and on desktop – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
    That seems to be the most convenient solution in your case.

    Best regards,
    Yigit

    #670406

    Hallo!

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

    .title_container .main-title {
        top: 60px;
    }

    Best regards,
    Yigit

    #670386

    In reply to: Migration Problems

    Hi,

    That should not have happened if the site was migrated correctly. However there must be some issue with the functions.php please refer to this link https://wordpress.org/support/topic/wp-admin-blank-page

    Let us know if you have any questions.

    Best regards,
    Vinay

    wzshop
    Participant

    Hi,
    I’ve found a couple of threads on this issue but cannot seem to find a solid fix. Problem is when adding a product to the cart it says: Please match the requested format Qty.
    I tried the fixes posted here: https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
    but they either cause for the plus and minus buttons to disappear or the above mentioned error is still present.

    Can someone point me to a proper/solid fix. This drives me kinda craaazy..
    Thanks.

    Hi!

    Please change the code to following one

    #top #header_main_alternate {
        background-color: red !important;
    }

    I tried that and it works. Then you can go to Enfold theme options > Advanced Styling and remove background values from main menu links

    Regards,
    Yigit

    #670332

    Hey!

    1- Please insert your toggle ID into the field, screenshot in private content field.
    2- I added your content into a color section element and then added following code to Style.css file of your child theme

    .page-id-4649 #after_section_2 {
        border-top: none;
    }
    @media only screen and (max-width: 767px) {
    #individualreise .av-flex-placeholder {
        display: none;
    }
    #individualreise .flex_column_table {
        display: block;
    }
    #individualreise .flex_column {
        width: 100%!important;
        margin-left: 0!important;
        display: block;
    }}

    Please review your website now

    Regards,
    Yigit

    tipict
    Participant

    Dear Enfold support,

    I want to add a comments and social sharing section to all of my post (blog) pages.

    Now I’ve searched over this forum and the internet to figure out how I can activate Enfold’s social sharing and/or Comment/Reaction features on every single blog page. And indeed there are some pages with information about this topic but none of them are giving a satisfying answer.

    I know that this is a function which is fully supported but it has to be possible to activate the options somehow.

    I already figured out how to add the social sharing section below all the blog pages combining two different codes which I’ve found on this forum:

    function avia_add_custom_social_icon($icons) {
    	$icons['Icon Label'] = 'icon_name';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
           if(is_single()) {
            $content .= '<div style="height:1px; margin-top:20px;" class="hr"></div>';
    	$content .= avia_social_share_links(array(), false, '', false);
           }
    	return $content;
    }

    I want all post (blog) pages to also display the comment section below the social sharing icons just like when I’m not using the template builder. Hope you can provide me a code which I can add to functions.php which will activate the comment section for all blog pages.

    Thanks in advance!

    -Patrick

    • This topic was modified 9 years, 6 months ago by tipict. Reason: change of question description
    #670317

    Hi,

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

    #top label span, #top legend span {
        color: white;
    }
    

    Then update Enfold to the latest versions 3.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/. You are currently using older version and they are not compatible with WooCommerce 2.6+

    Best regards,
    Yigit

    #670314

    In reply to: Share This Entry Icons

    Thanks for your response.
    For those who will need help on this, this is how i worked round it:
    >>Searched plugin that meets my requirements and installed it,
    >>Uploaded image for background and set top margin using CSS,
    >>Disabled “Share Share this Item” in WP Dashboard > Enfold Child settings.

    #670313

    In reply to: Newsletter box is back

    Hi,

    1- Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    2- Please edit your blog posts and click “screen options” on the top right corner and check “discussions” and then scroll below your content and make sure that you enabled discussion

    Best regards,
    Yigit

    #670310

    Hi,

    I added the code near the top, please review your website now.

    Best regards,
    Yigit

    #670307
    mvpacific
    Participant

    Hi,
    Mobile logo position is slightly off centered. I have provided links to screenshots in box below. The following css is being used to position the mobile logo:

    @media only screen and (max-width: 767px){
    .responsive .logo a, .responsive .logo img {
    max-height: 60px !important;
    margin-top: 9px;
    display: block;
    margin: 0 auto;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    right: 3.5%;
    }
    }

    —-
    Logo size is 243 x 68. If logo needs to be resized to a specific dimension in order to center appropriately, please advise and we can adjust.

    Thanks!

Viewing 30 results - 91,951 through 91,980 (of 142,714 total)