Okay
  Public Ticket #2378966
OPENING HOURS WIDGET
Closed

Comments

  • ConceptCreativeGr started the conversation

    hello. I have a problem with the opening hours widget in the pages not in the footer. If you see in the https://φυσιο.gr/?page_id=7796 and in all the pages in https://φυσιο.gr/?page_id=7886 my client wants to separate the hours as it is. but the background is way of and the number are not constracted as well as the numbers in the footer. can you please help me?

    The other problem I have is when I change the permalinks to show the name of the page and not the id, the site crashes all the time. why is that? when I change it to the id ths site works properly.

    thank you very much

  •  1,611
    Barry replied

    Hi there,

    Basically this issue is caused because the space in the sidebar on https://xn--uxamkhe.gr/?page_id=7796 is less than the amount of space in the footer column.

    There are two ways to fix this:

    1. Increase sidebar width

    The page https://xn--uxamkhe.gr/?page_id=7796 is divided in 2 page builder columns. If you edit the page builder row you can increase the width of the left column. 

    2. Remove background color + padding

    Another option is to remove the padding and background color from the opening hours widget. I tried to visit your page but it won't load for me, so I'm not sure if this option will fully work. If not you need to increase the page builder column as well (point 1).

    You can add the following CSS to Appearance -> Customize -> Additional CSS to remove the padding and background color:

    .content-area .opening-hours {
        padding: 0;
        background: none;
    }
    

    Regards to the permalink issue, this is most likely a server related issue. Permalinks are handled by the WordPress core and not by the theme. Can you check if the .htaccess file, located in the root of the WordPress folder on your server, don't contain any changes.

    The default content of the .htaccess file for a normal WP installation (not multisite) should be:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress
    

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • ConceptCreativeGr replied

    It worked. thank you.

    one last question please. my client wants this: everytime that we see his phone in the site to be able to call immidietly when you press the number (not only appearing as a plain text), to be active. same thing with the email everytime we see the email to be able to send an email. could you tell me how to activate all the phone numbers and all the email? Ive tried this but it doesnt work  

    <a href="tel:+302105050050>+(30) 210 5050050</a>

    <a href="mailto:info@φυσιο.gr">info@φυσιο.gr</a>

    thank you

  •  1,611
    Barry replied

    You're welcome.

    It depend on where you want to make the phone or email clickable as link. To make the phone and email address clickable in the header and footer (within the QT: Icon Box widgets) you can add the following in the "link" setting:

    tel:302105050050

    and

    mailto:info@φυσιο.gr

    To transform plain text phone numbers and email addresses into clickable links please follow the steps in the attached "text-link" screenshot.

    Please note that adding your email address as plain text to your website could result in receiving spam on that email address. It is recommend to install a plugin that will encrypt the email address in the HTML code so bots can't pick it up: 

    https://wordpress.org/plugins/email-encoder-bundle/

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    sherbaud replied

    Hello. 

    I would like to translate the days of the week into French in the widget. How to do ?


    Thank you,


    Sebastien

  •  1,611
    Barry replied

    Hi Sebastien,

    I created a ticket for you and answered your question there. I'll close this ticket because it is an older public ticket from one of our customers.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes