Viewing 17 posts - 31 through 47 (of 47 total)
  • Author
    Posts
  • #1327468

    Hi,

    On which page can we see the problem you are having?

    Best regards,
    Rikard

    #1328272

    Hi Rikard,

    1) It’s the home page I’m talking about. This is in the mobile version – https://www.repsholdings.com.sg/, meaning using a mobile phone browser to visit the website’s home page. Please refer to the image below in point 1. The counter doesn’t show up correctly. It is supposed to be mobile-friendly and responsive.

    2) For the tabs in element – https://www.repsholdings.com.sg/policyholders-selling-policy/#sell-insurance-policy-for-highest-cash – How can I remove the ‘#’ in the URL? Please refer to image in point 2.

    #1328273

    Hi Rikard,

    An additional issue, how do I change the URL for ‘Toggle’? Please refer to the image below.

    Grateful,
    Berlinda

    #1328305

    Hi,

    1. You have applied large amounts of padding to those elements:

    .flex_cell.av-ksog4k62-1e27ec306c0384f16f08a66699cdce05 {
        vertical-align: middle;
        padding: 100px 100px 100px 100px;
    }

    You might want to consider copying them in your layout, and hide the current elements for mobile screens in the Advanced tab. You can then remove the padding for the new elements, and hide them for all screens except mobile in the same place.

    2. That is not possible, since WordPress would be looking for a page which doesn’t exist.

    3. Please refer to this: https://kriesi.at/documentation/enfold/accordion/#anchor-links-to-according-tab-id-

    In the future, please try opening new threads for each of your problems.

    Best regards,
    Rikard

    #1328598

    Hi Rikard,

    I’ve already tried but there isn’t any theme editor or editor option in the Appearance tab. If that is so, then how can I edit the function.php?

    Berlinda

    #1328603

    Hi Rikard,

    Where do I add this line ‘add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);’ in the functions.php?

    Berlinda

    #1328645

    Hi,

    If you don’t have the Theme Editor option under Appearance in the WordPress menu, then please ask you hosting provider to activate it, or edit functions.php manually via FTP. You can add it to the very bottom of the file in question.

    Best regards,
    Rikard

    #1329794

    Hi Rikard,

    I’m trying to edit the function.php file as mentioned so that I can custom the URL for ‘Toggle’. As per the link you provided previously (https://kriesi.at/documentation/enfold/accordion/#anchor-links-to-according-tab-id-), this is what was written:
    Custom tab and toggle ID’s for prettier URL hashes
    Tab ID’s are used to link to a tab section and since the tab ID’s are auto-generated it is usually in the format #toggle-id-4. To change the hashtags to a more human readable and prettier hashtag, add the code below in the functions.php.
    add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);
    The above code will add a new field called Custom Toggle ID, in the tab content section. The Custom Toggle ID will replace the auto-generated tab ID.”

    Where/which part in the function.php file do I add this line of code ‘add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);’?

    #1329822

    Hi,

    Thanks for the update. Please try adding the code at the very bottom of your functions.php file.

    Best regards,
    Rikard

    #1329881

    Hi Rikard,
    Thank you very much for the explanation. It was very helpful! I’m still having issue with the counter. Can you explain further on how am I able to get it displaying correctly in mobile version? Please see the screen shot of homepage below. URL under https://repsholdings.com.sg/

    #1329915

    Hi,

    Thanks for the update. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .home #av-layout-grid-1 .no_margin.av_one_third {
        width: 100%;
        display: block; 
    }
    }

    Best regards,
    Rikard

    #1330532

    Hi Rikard,

    Please advice where do I enter the above code you mentioned? Which file? which section?

    #1330568

    Hi,

    If you are referring to the last piece of code I sent, then please add it in Quick CSS under Enfold->General Styling.

    Best regards,
    Rikard

    #1330782

    Hi Rikard,

    Thank you so much. That helps a lot! On the other hand, please refer to the image link below.
    The menu bar icon cannot be seen at the top right corner. How do I change the icon colour?

    Sincerely,
    Berlinda

    #1330810

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #000 !important;
    }
    }

    Best regards,
    Rikard

    #1331407

    Hi Rikard,

    There is another issue. The Page ‘Policyholders Selling Policy’ doesn’t seems to display as it should be.
    Please refer to Point 1 to 5 – This is the content inside and what it should display as per saved in the page.

    But then when view in browser, it display differently. Some information went missing while others are shown on the wrong tab section. URL: https://www.repsholdings.com.sg/policyholders-selling-policy/ – Please refer to point 6 to 10

    Regards,
    Berlinda

    #1331421

    Hi,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at the backend of your site.

    I’ll close this thread for now, since there are several different questions in it, and the login details for your current site doesn’t seem to be working.

    Best regards,
    Rikard

Viewing 17 posts - 31 through 47 (of 47 total)
  • The topic ‘Image loading issues’ is closed to new replies.